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 |
|---|---|---|---|---|
*{
margin:0;
padding:0;
box-sizing :border-box;
font-family:'Poppins',sans-serif;
}
header {
position:absolute;
top:0;
Left:0;
width: 100%;
display:flex;
justify-content:space-between;
align-items:center;
padding :40px 100px;
z-index :1000;
}
header .logo{
max-width: 120px;
}
header .toggle{
max-width: 60px;
cursor:pointer;
}
header .logo img,
header .toggle img{
max-width:100%;
}
.banner{
position : relative;
width:100%;
min-height:100vh;
padding:0 100px;
background:url(bg.jpg);
background-position:center;
background-size:cover;
display:flex;
justify-content: flex-start;
align-items: center;
}
.banner .content{
max-width:550px;
}
.banner .content h2
{
text-transform:uppercase;
font-weight:400;
font-size:2.5em;
letter-spacing: 0.1em;
color:#fff;
}
.banner .content h2 span{
font-weight: 800;
}
.banner .content p{
font-size: 1.2em;
font-weight: 300;
letter-spacing: 0.02em;
line-height: 1.5em;
color:#fff;
margin:15px 0 35px;
}
.play{
position:relative;
display:inline-flex;
justify-content:flex-start;
align-items:center;
color:#fff;
text-transform:uppercase;
font-weight:500;
text-decoration:none;
Letter-spacing:2px;
font-size:1.2em;
}
.play img{
margin-right:10px;
max-width:50px;
}
.sci{
position:absolute;
top:50%;
transform: translate(-50%);
right: 20px;
justify-content:center;
}
.sci li{
List-style:none;
}
.sci li a{
text-decoration :none;
}
.sci li a img {
filter : invert(1);
transform:scale(0.6)
}
.slide{
position:absolute;
bottom:50px;
left:calc(50% -250px / 2);
width: 250px;
background: url(joker.png);
background-size:cover;
cursor:pointer;
animation:animate 25s linear infinte;
}
@keyframes animate{
0%,100%{
background-position:top;
}
45%, 55%{
background-position:bottom;
}
}
.trailer{
position :fixed;
top:50%;
left:50%;
transform:translate(-50% , -50%);
z-index : 10000;
background:rgba(0,0,0,0.95);
width:100%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
} | src/style.css | *{
margin:0;
padding:0;
box-sizing :border-box;
font-family:'Poppins',sans-serif;
}
header {
position:absolute;
top:0;
Left:0;
width: 100%;
display:flex;
justify-content:space-between;
align-items:center;
padding :40px 100px;
z-index :1000;
}
header .logo{
max-width: 120px;
}
header .toggle{
max-width: 60px;
cursor:pointer;
}
header .logo img,
header .toggle img{
max-width:100%;
}
.banner{
position : relative;
width:100%;
min-height:100vh;
padding:0 100px;
background:url(bg.jpg);
background-position:center;
background-size:cover;
display:flex;
justify-content: flex-start;
align-items: center;
}
.banner .content{
max-width:550px;
}
.banner .content h2
{
text-transform:uppercase;
font-weight:400;
font-size:2.5em;
letter-spacing: 0.1em;
color:#fff;
}
.banner .content h2 span{
font-weight: 800;
}
.banner .content p{
font-size: 1.2em;
font-weight: 300;
letter-spacing: 0.02em;
line-height: 1.5em;
color:#fff;
margin:15px 0 35px;
}
.play{
position:relative;
display:inline-flex;
justify-content:flex-start;
align-items:center;
color:#fff;
text-transform:uppercase;
font-weight:500;
text-decoration:none;
Letter-spacing:2px;
font-size:1.2em;
}
.play img{
margin-right:10px;
max-width:50px;
}
.sci{
position:absolute;
top:50%;
transform: translate(-50%);
right: 20px;
justify-content:center;
}
.sci li{
List-style:none;
}
.sci li a{
text-decoration :none;
}
.sci li a img {
filter : invert(1);
transform:scale(0.6)
}
.slide{
position:absolute;
bottom:50px;
left:calc(50% -250px / 2);
width: 250px;
background: url(joker.png);
background-size:cover;
cursor:pointer;
animation:animate 25s linear infinte;
}
@keyframes animate{
0%,100%{
background-position:top;
}
45%, 55%{
background-position:bottom;
}
}
.trailer{
position :fixed;
top:50%;
left:50%;
transform:translate(-50% , -50%);
z-index : 10000;
background:rgba(0,0,0,0.95);
width:100%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
} | 0.412767 | 0.079567 |
.trellosearchWin {
border: none;
border-radius: 5px;
height: 262px;
width: 456px;
margin-bottom: 30px;
}
#trelloheader {
padding: 0;
border-bottom: 1px #E2E2E2 solid;
height: 39px;
background: #026AA7;
z-index: 10;
box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.branding span {
margin: 5px 10px;
background-image: url(assets/trello-logo-white.svg);
background-size: 126px 29px;
background-repeat: no-repeat;
width: 126px;
height: 29px;
display: inline-block;
}
#simSearchNotes {
padding: 6px 10px 0 10px;
position: relative;
}
.noteSectionHeader {
display: inline-block;
width: 100%;
}
.noteSectionTitle {
font-size: 14px;
font-weight: bold;
font-family: Arial, sans-serif;
color: #ADACAC;
padding: 0 4px;
text-shadow: 0 1px rgba(255, 255, 255, 0.75);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
float: left;
}
.noteSectionMore {
font-size: 14px;
font-weight: bold;
font-family: Arial, sans-serif;
color: #ADACAC;
padding: 0 4px;
text-shadow: 0 1px rgba(255, 255, 255, 0.75);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
float: right;
}
.noteSectionMore a:link {
text-decoration: none;
color: inherit;
text-shadow: inherit;
-webkit-font-smoothing: inherit;
background-repeat: no-repeat;
font: inherit;
}
.noteSection {
width: 100%;
padding-bottom: 11px;
position: relative;
}
.noteSectionNotes {
margin-top: 5px;
overflow-x: hidden;
position: relative;
white-space: nowrap;
}
.noteSectionNotes .container {
display: inline-block;
margin: 0 5px;
vertical-align: top;
white-space: normal;
}
.noteSectionNotes .container:first-child {
margin-right: 6px;
margin-left: 0;
}
.noteSectionNotes .container:nth-child(3) {
margin-right: 0;
margin-left: 6px;
}
.noteBlock {
background-color: white;
border-radius: 2px;
cursor: pointer;
font-family: Helvetica;
height: 180px;
position: relative;
width: 136px;
border: 1px solid #E9E9E9;
}
.noteBlock div.snippet {
float: left;
margin-left: -1px;
padding: 6px 10px 0px 10px;
position: absolute;
width: 110px;
}
.noteBlock h1 {
font-size: 13px;
font-weight: bold;
height: 30px;
line-height: 15px;
margin: 0px 0px 7px 0px;
overflow: hidden;
}
.noteBlock p {
color: #808080;
font-size: 11px;
line-height: 16px;
margin: 0px;
}
.noteBlock p.date {
color: #518C94;
font-style: italic;
}
.noteBlock p.snippettext {
height: 112px;
overflow: hidden;
}
.noteBlock p.mixed {
height: 111px;
overflow: hidden;
}
.noteBlock img {
margin-top: 1px;
margin-bottom: 0px;
max-height: 110px;
max-width: 110px;
}
.noteBlock img.smallimage {
margin-top: 3px;
max-height: 60px;
max-width: 60px;
}
.noteLink {
display: block;
height: 100%;
position: absolute;
width: 100%;
} | styles.css | .trellosearchWin {
border: none;
border-radius: 5px;
height: 262px;
width: 456px;
margin-bottom: 30px;
}
#trelloheader {
padding: 0;
border-bottom: 1px #E2E2E2 solid;
height: 39px;
background: #026AA7;
z-index: 10;
box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.branding span {
margin: 5px 10px;
background-image: url(assets/trello-logo-white.svg);
background-size: 126px 29px;
background-repeat: no-repeat;
width: 126px;
height: 29px;
display: inline-block;
}
#simSearchNotes {
padding: 6px 10px 0 10px;
position: relative;
}
.noteSectionHeader {
display: inline-block;
width: 100%;
}
.noteSectionTitle {
font-size: 14px;
font-weight: bold;
font-family: Arial, sans-serif;
color: #ADACAC;
padding: 0 4px;
text-shadow: 0 1px rgba(255, 255, 255, 0.75);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
float: left;
}
.noteSectionMore {
font-size: 14px;
font-weight: bold;
font-family: Arial, sans-serif;
color: #ADACAC;
padding: 0 4px;
text-shadow: 0 1px rgba(255, 255, 255, 0.75);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
float: right;
}
.noteSectionMore a:link {
text-decoration: none;
color: inherit;
text-shadow: inherit;
-webkit-font-smoothing: inherit;
background-repeat: no-repeat;
font: inherit;
}
.noteSection {
width: 100%;
padding-bottom: 11px;
position: relative;
}
.noteSectionNotes {
margin-top: 5px;
overflow-x: hidden;
position: relative;
white-space: nowrap;
}
.noteSectionNotes .container {
display: inline-block;
margin: 0 5px;
vertical-align: top;
white-space: normal;
}
.noteSectionNotes .container:first-child {
margin-right: 6px;
margin-left: 0;
}
.noteSectionNotes .container:nth-child(3) {
margin-right: 0;
margin-left: 6px;
}
.noteBlock {
background-color: white;
border-radius: 2px;
cursor: pointer;
font-family: Helvetica;
height: 180px;
position: relative;
width: 136px;
border: 1px solid #E9E9E9;
}
.noteBlock div.snippet {
float: left;
margin-left: -1px;
padding: 6px 10px 0px 10px;
position: absolute;
width: 110px;
}
.noteBlock h1 {
font-size: 13px;
font-weight: bold;
height: 30px;
line-height: 15px;
margin: 0px 0px 7px 0px;
overflow: hidden;
}
.noteBlock p {
color: #808080;
font-size: 11px;
line-height: 16px;
margin: 0px;
}
.noteBlock p.date {
color: #518C94;
font-style: italic;
}
.noteBlock p.snippettext {
height: 112px;
overflow: hidden;
}
.noteBlock p.mixed {
height: 111px;
overflow: hidden;
}
.noteBlock img {
margin-top: 1px;
margin-bottom: 0px;
max-height: 110px;
max-width: 110px;
}
.noteBlock img.smallimage {
margin-top: 3px;
max-height: 60px;
max-width: 60px;
}
.noteLink {
display: block;
height: 100%;
position: absolute;
width: 100%;
} | 0.477554 | 0.119974 |
@font-face {
font-family: OpenSans;
font-style: normal;
font-weight: 400;
src: url(../Fonts/Open_Sans/opensans-regular-webfont.woff2);
font-display: swap;
}
@font-face {
font-family: Ubuntu;
font-style: normal;
font-weight: 500;
src: url(../Fonts/Ubuntu/ubuntu-medium-webfont.woff2);
font-display: swap;
}
* {
box-sizing: border-box;
}
html {
display: block;
width: 100%;
padding: 0;
margin: 0;
border: none;
font-family: OpenSans;
font-size: 16px;
}
body {
display: block;
width: 100%;
padding: 0;
margin: 0;
border: none;
font-family: OpenSans;
font-size: 16px;
background-color: #2c2c54;
}
.Password_Generator {
width: 100%;
height: 100vh;
display: flex;
flex-flow: column wrap;
justify-content: center;
align-items: center;
overflow-y: auto;
padding: 0 10px;
margin: 0;
}
.Password_Generator_Inner {
width: 100%;
max-width: 550px;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: flex-start;
padding: 25px;
margin: 0;
background-color: #706fd3;
border-radius: 15px;
box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.11);
-webkit-box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.11);
}
.Headline1 {
font-family: Ubuntu;
font-style: normal;
font-weight: 500;
font-size: 34px;
width: 100%;
text-align: center;
color: #ffffff;
margin: 0 0 15px 0;
}
.Normal {
display: block;
width: 100%;
margin: 0;
font-size: 16px;
width: 100%;
text-align: center;
color: #ffffff;
}
label {
font-family: OpenSans;
font-style: normal;
font-weight: 400;
color: #ffffff;
}
.Checkbox_Container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default checkbox */
.Checkbox_Container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.Password_Length {
width: 100%;
font-family: OpenSans;
font-style: normal;
font-weight: 400;
font-size: 15px;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
}
.Checkbox_Container:hover input ~ .checkmark {
background-color: #ccc;
}
.Checkbox_Container input:checked ~ .checkmark {
background-color: #2c2c54;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.Checkbox_Container input:checked ~ .checkmark:after {
display: block;
}
.Checkbox_Container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.Range_Wrapper {
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: flex-start;
}
.Range_Wrapper label {
flex: 0 1 auto;
width: 100%;
}
.Range_Wrapper .Row {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: center;
margin: 3px 0 0 0;
width: 100%;
}
.Password_Generate_Button {
display: block;
width: 100%;
font-family: Ubuntu;
font-style: normal;
font-weight: 500;
font-size: 16px;
padding: 15px;
background-color: #2c2c54;
color: #ffffff;
border: none;
border-radius: 1px;
margin-top: 17.5px;
}
.Password_Generate_Button:hover {
cursor: pointer;
background-color: #373774;
}
.Range_Wrapper .Row .Results_Window {
flex: 0 1 auto;
width: 35px;
height: 35px;
font-family: Ubuntu;
font-style: normal;
font-weight: 500;
font-size: 13px;
text-align: center;
color: #121212;
border: none;
border-radius: 1px;
}
.Range_Wrapper .Row .Slider {
-webkit-appearance: none;
margin-left: 10px;
width: calc(100% - 50px);
background-color: #2c2c54;
}
.Range_Wrapper .Row .Slider::-webkit-slider-thumb {
-webkit-appearance: none;
height: 20px;
width: 20px;
background: #ffffff;
border-radius: 50%;
}
.Password_Generator_Results_Wrapper {
display: block;
width: 100%;
margin: 30px 0 30px 0;
}
.Password_Generator_Results_Wrapper #Password_Generator_Results {
display: block;
width: 100%;
margin: 0;
font-family: Ubuntu;
font-style: normal;
font-weight: 500;
font-size: 20px;
border-bottom: 5px solid #2c2c54;
width: 100%;
text-align: left;
color: #4c4cd8;
background-color: #ffffff;
padding: 15px 20px;
border-radius: 1px;
box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.11);
-webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.11);
overflow-x: auto;
white-space: nowrap;
}
.Password_Generator_Config {
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: stretch;
padding: 0;
margin: 0;
}
.Password_Generator_Config .Column:first-child {
flex: 0 1 auto;
width: calc(100% - 120px);
padding-right: 30px;
}
.Password_Generator_Config .Column:last-child {
flex: 0 1 auto;
width: 120px;
}
.Github_Link {
display: block;
width: 100%;
font-family: OpenSans;
font-style: normal;
font-weight: 400;
color: #ffffff;
text-decoration: none;
text-align: center;
font-size: 15px;
margin: 20px 0 0 0;
}
.Github_Link:hover, .Github_Link:active, .Github_Link:focus {
outline: none;
cursor: pointer;
text-decoration: underline;
}
@media screen and (max-width: 490px) {
body, .Normal, label, .Password_Generate_Button, .Checkbox_Container {
font-size: 14.5px;
}
.Password_Generator_Inner {
padding: 17px;
}
.Headline1 {
font-size: 30px;
}
} | Public/Stylesheets/styles.css | @font-face {
font-family: OpenSans;
font-style: normal;
font-weight: 400;
src: url(../Fonts/Open_Sans/opensans-regular-webfont.woff2);
font-display: swap;
}
@font-face {
font-family: Ubuntu;
font-style: normal;
font-weight: 500;
src: url(../Fonts/Ubuntu/ubuntu-medium-webfont.woff2);
font-display: swap;
}
* {
box-sizing: border-box;
}
html {
display: block;
width: 100%;
padding: 0;
margin: 0;
border: none;
font-family: OpenSans;
font-size: 16px;
}
body {
display: block;
width: 100%;
padding: 0;
margin: 0;
border: none;
font-family: OpenSans;
font-size: 16px;
background-color: #2c2c54;
}
.Password_Generator {
width: 100%;
height: 100vh;
display: flex;
flex-flow: column wrap;
justify-content: center;
align-items: center;
overflow-y: auto;
padding: 0 10px;
margin: 0;
}
.Password_Generator_Inner {
width: 100%;
max-width: 550px;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: flex-start;
padding: 25px;
margin: 0;
background-color: #706fd3;
border-radius: 15px;
box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.11);
-webkit-box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 10px 10px 39px 0px rgba(0,0,0,0.11);
}
.Headline1 {
font-family: Ubuntu;
font-style: normal;
font-weight: 500;
font-size: 34px;
width: 100%;
text-align: center;
color: #ffffff;
margin: 0 0 15px 0;
}
.Normal {
display: block;
width: 100%;
margin: 0;
font-size: 16px;
width: 100%;
text-align: center;
color: #ffffff;
}
label {
font-family: OpenSans;
font-style: normal;
font-weight: 400;
color: #ffffff;
}
.Checkbox_Container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default checkbox */
.Checkbox_Container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.Password_Length {
width: 100%;
font-family: OpenSans;
font-style: normal;
font-weight: 400;
font-size: 15px;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
}
.Checkbox_Container:hover input ~ .checkmark {
background-color: #ccc;
}
.Checkbox_Container input:checked ~ .checkmark {
background-color: #2c2c54;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.Checkbox_Container input:checked ~ .checkmark:after {
display: block;
}
.Checkbox_Container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.Range_Wrapper {
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: flex-start;
}
.Range_Wrapper label {
flex: 0 1 auto;
width: 100%;
}
.Range_Wrapper .Row {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: center;
margin: 3px 0 0 0;
width: 100%;
}
.Password_Generate_Button {
display: block;
width: 100%;
font-family: Ubuntu;
font-style: normal;
font-weight: 500;
font-size: 16px;
padding: 15px;
background-color: #2c2c54;
color: #ffffff;
border: none;
border-radius: 1px;
margin-top: 17.5px;
}
.Password_Generate_Button:hover {
cursor: pointer;
background-color: #373774;
}
.Range_Wrapper .Row .Results_Window {
flex: 0 1 auto;
width: 35px;
height: 35px;
font-family: Ubuntu;
font-style: normal;
font-weight: 500;
font-size: 13px;
text-align: center;
color: #121212;
border: none;
border-radius: 1px;
}
.Range_Wrapper .Row .Slider {
-webkit-appearance: none;
margin-left: 10px;
width: calc(100% - 50px);
background-color: #2c2c54;
}
.Range_Wrapper .Row .Slider::-webkit-slider-thumb {
-webkit-appearance: none;
height: 20px;
width: 20px;
background: #ffffff;
border-radius: 50%;
}
.Password_Generator_Results_Wrapper {
display: block;
width: 100%;
margin: 30px 0 30px 0;
}
.Password_Generator_Results_Wrapper #Password_Generator_Results {
display: block;
width: 100%;
margin: 0;
font-family: Ubuntu;
font-style: normal;
font-weight: 500;
font-size: 20px;
border-bottom: 5px solid #2c2c54;
width: 100%;
text-align: left;
color: #4c4cd8;
background-color: #ffffff;
padding: 15px 20px;
border-radius: 1px;
box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.11);
-webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.11);
overflow-x: auto;
white-space: nowrap;
}
.Password_Generator_Config {
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: stretch;
padding: 0;
margin: 0;
}
.Password_Generator_Config .Column:first-child {
flex: 0 1 auto;
width: calc(100% - 120px);
padding-right: 30px;
}
.Password_Generator_Config .Column:last-child {
flex: 0 1 auto;
width: 120px;
}
.Github_Link {
display: block;
width: 100%;
font-family: OpenSans;
font-style: normal;
font-weight: 400;
color: #ffffff;
text-decoration: none;
text-align: center;
font-size: 15px;
margin: 20px 0 0 0;
}
.Github_Link:hover, .Github_Link:active, .Github_Link:focus {
outline: none;
cursor: pointer;
text-decoration: underline;
}
@media screen and (max-width: 490px) {
body, .Normal, label, .Password_Generate_Button, .Checkbox_Container {
font-size: 14.5px;
}
.Password_Generator_Inner {
padding: 17px;
}
.Headline1 {
font-size: 30px;
}
} | 0.354992 | 0.085251 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: 62.5%;
}
body {
font-family: 'Montserrat', sans-serif;
}
header {
width: 100%;
height: auto;
}
.calculator-title {
width: 100%;
padding: 20px;
color: white;
background-color:steelblue;
text-align: center;
}
.calculator-title h1 {
font-size: 2.4rem;
margin-bottom: 10px;
}
.calculator-title p {
font-size: 1.4rem;
}
main {
display: flex;
flex-wrap: wrap;
}
.calculator-figure {
position: relative;
width: 80%;
height: autos;
margin: 20px auto;
padding: 20px 10px;
border: 2px solid steelblue;
border-radius: 10px;
overflow: hidden;
}
.container-title {
width: 200%;
display: flex;
}
.arrow-title {
position: absolute;
font-size: 1.8rem;
line-height: 10px;
padding-top: 4px;
}
.arrow-title:hover {
cursor: pointer;
}
.arrow-left {
left: 10px;
display: none;
}
.arrow-right {
right: 10px;
}
.calculator-figure .arrow-none {
display: none;
}
.title {
margin-left: 0;
}
.slide-title {
margin-left: -124%;
transition: margin-left 0.5s;
}
.calculator-figure .form-none {
display: none;
}
.calculator-figure h2 {
display: block;
width: 100%;
font-size: 1.8rem;
text-align: center;
margin-bottom: 10px;
transition: margin-left 0.5s;
}
.calculator-figure .figure {
display: block;
font-size: 10rem;
margin: 0 auto;
color: steelblue;
margin-bottom: 10px;
}
.calculator-figure form {
display: flex;
flex-direction: column;
}
.calculator-figure form input {
font-family: 'Montserrat', sans-serif;
font-weight: 500;
margin-bottom: 10px;
padding: 2px;
font-size: 1.3rem;
}
.calculator-figure form button {
font-family: 'Montserrat', sans-serif;
padding: 5px;
margin: 10px 0;
}
.calculator-figure form button:hover {
background-color: steelblue;
color: white;
border: 2px solid steelblue;
border-radius: 2px;
cursor: pointer;
}
.calculator-figure .figure-values {
font-size: 1.2rem;
font-weight: 500;
}
.calculator-figure p {
font-size: 1.3rem;
margin: 10px 0;
}
@media only screen and (min-width: 500px) {
.calculator-figure {
width: 45%;
height: 450px;
}
}
@media only screen and (min-width: 800px) {
.calculator-figure {
width: 30%;
padding-top: 20px;
height: 550px;
}
.calculator-figure h2 {
font-size: 2rem;
}
.calculator-figure form input {
font-family: 'Montserrat', sans-serif;
font-weight: 500;
margin-bottom: 10px;
padding: 5px;
font-size: 1.4rem;
}
.calculator-figure form button {
font-family: 'Montserrat', sans-serif;
font-size: 1.4rem;
padding: 5px;
margin: 10px 0;
}
.calculator-figure p {
font-size: 1.5rem;
margin: 20px 0;
}
} | styles/style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: 62.5%;
}
body {
font-family: 'Montserrat', sans-serif;
}
header {
width: 100%;
height: auto;
}
.calculator-title {
width: 100%;
padding: 20px;
color: white;
background-color:steelblue;
text-align: center;
}
.calculator-title h1 {
font-size: 2.4rem;
margin-bottom: 10px;
}
.calculator-title p {
font-size: 1.4rem;
}
main {
display: flex;
flex-wrap: wrap;
}
.calculator-figure {
position: relative;
width: 80%;
height: autos;
margin: 20px auto;
padding: 20px 10px;
border: 2px solid steelblue;
border-radius: 10px;
overflow: hidden;
}
.container-title {
width: 200%;
display: flex;
}
.arrow-title {
position: absolute;
font-size: 1.8rem;
line-height: 10px;
padding-top: 4px;
}
.arrow-title:hover {
cursor: pointer;
}
.arrow-left {
left: 10px;
display: none;
}
.arrow-right {
right: 10px;
}
.calculator-figure .arrow-none {
display: none;
}
.title {
margin-left: 0;
}
.slide-title {
margin-left: -124%;
transition: margin-left 0.5s;
}
.calculator-figure .form-none {
display: none;
}
.calculator-figure h2 {
display: block;
width: 100%;
font-size: 1.8rem;
text-align: center;
margin-bottom: 10px;
transition: margin-left 0.5s;
}
.calculator-figure .figure {
display: block;
font-size: 10rem;
margin: 0 auto;
color: steelblue;
margin-bottom: 10px;
}
.calculator-figure form {
display: flex;
flex-direction: column;
}
.calculator-figure form input {
font-family: 'Montserrat', sans-serif;
font-weight: 500;
margin-bottom: 10px;
padding: 2px;
font-size: 1.3rem;
}
.calculator-figure form button {
font-family: 'Montserrat', sans-serif;
padding: 5px;
margin: 10px 0;
}
.calculator-figure form button:hover {
background-color: steelblue;
color: white;
border: 2px solid steelblue;
border-radius: 2px;
cursor: pointer;
}
.calculator-figure .figure-values {
font-size: 1.2rem;
font-weight: 500;
}
.calculator-figure p {
font-size: 1.3rem;
margin: 10px 0;
}
@media only screen and (min-width: 500px) {
.calculator-figure {
width: 45%;
height: 450px;
}
}
@media only screen and (min-width: 800px) {
.calculator-figure {
width: 30%;
padding-top: 20px;
height: 550px;
}
.calculator-figure h2 {
font-size: 2rem;
}
.calculator-figure form input {
font-family: 'Montserrat', sans-serif;
font-weight: 500;
margin-bottom: 10px;
padding: 5px;
font-size: 1.4rem;
}
.calculator-figure form button {
font-family: 'Montserrat', sans-serif;
font-size: 1.4rem;
padding: 5px;
margin: 10px 0;
}
.calculator-figure p {
font-size: 1.5rem;
margin: 20px 0;
}
} | 0.569015 | 0.237919 |
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'stroke7pixeden';
src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?u58ytb');
src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?#iefixu58ytb') format('embedded-opentype'),
url('../fonts/stroke7pixeden/stroke7pixeden.woff?u58ytb') format('woff'),
url('../fonts/stroke7pixeden/stroke7pixeden.ttf?u58ytb') format('truetype'),
url('../fonts/stroke7pixeden/stroke7pixeden.svg?u58ytb#stroke7pixeden') format('svg');
}
.tabs {
position: relative;
overflow: hidden;
margin: 0 auto;
width: 100%;
font-weight: 300;
font-size: 1.35em;
}
/* Nav */
.tabs nav { text-align: center; }
.tabs nav ul {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
margin: 0 auto;
padding: 0;
list-style: none;
-ms-box-orient: horizontal;
-ms-box-pack: center;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
.tabs nav ul li {
position: relative;
z-index: 1;
display: block;
margin: 0;
text-align: center;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
}
.tabs nav a {
position: relative;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 2.5;
}
.tabs nav a span {
vertical-align: middle;
font-size: 0.75em;
}
.tabs nav li.tab-current a {
color: #74777b;
}
.tabs nav a:focus {
outline: none;
}
/* Icons */
.icon::before {
z-index: 10;
display: inline-block;
margin: 0 0.4em 0 0;
vertical-align: middle;
text-transform: none;
font-weight: normal;
font-variant: normal;
font-size: 1.35em;
font-family: 'stroke7pixeden';
line-height: 1;
speak: none;
-webkit-backface-visibility: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-female:before { content: "\f182"; }
.icon-male:before { content: "\f183"; }
.icon-arrow-left:before { content: "\e032"; }
.icon-arrow-left-2:before { content: "\e034"; }
.icon-arrow-left-3:before { content: "\e036"; }
.icon-arrow-left-4:before { content: "\e038"; }
.icon-arrow-right:before { content: "\e035"; }
.icon-arrow-right-2:before { content: "\e037"; }
.icon-arrow-right-3:before { content: "\e039"; }
.icon-arrow-right-4:before { content: "\e033"; }
.icon-phone:before { content: "\e000"; }
.icon-news:before { content: "\e001"; }
.icon-photo:before { content: "\e002"; }
.icon-shop:before { content: "\e003"; }
.icon-wallet:before { content: "\e004"; }
.icon-t-shirt:before { content: "\e005"; }
.icon-heart:before { content: "\e006"; }
.icon-cloud:before { content: "\e007"; }
.icon-display:before { content: "\e008"; }
.icon-diamond:before { content: "\e009"; }
.icon-banknote:before { content: "\e00a"; }
.icon-data:before { content: "\e00b"; }
.icon-music:before { content: "\e00c"; }
.icon-location:before { content: "\e00d"; }
.icon-star:before { content: "\e00e"; }
.icon-tv:before { content: "\e00f"; }
.icon-eye:before { content: "\e010"; }
.icon-megaphone:before { content: "\e011"; }
.icon-study:before { content: "\e012"; }
.icon-bubble:before { content: "\e013"; }
.icon-sound:before { content: "\e014"; }
.icon-video:before { content: "\e015"; }
.icon-stack:before { content: "\e016"; }
.icon-lab:before { content: "\e017"; }
.icon-food:before { content: "\e018"; }
.icon-cup:before { content: "\e019"; }
.icon-trash:before { content: "\e01a"; }
.icon-user:before { content: "\e01b"; }
.icon-key:before { content: "\e01c"; }
.icon-fire:before { content: "\e01d"; }
.icon-clip:before { content: "\e01e"; }
.icon-mail:before { content: "\e01f"; }
.icon-search:before { content: "\e020"; }
.icon-settings:before { content: "\e021"; }
.icon-like:before { content: "\e022"; }
.icon-calendar:before { content: "\e023"; }
.icon-camera:before { content: "\e024"; }
.icon-tag:before { content: "\e025"; }
.icon-note:before { content: "\e026"; }
.icon-clock:before { content: "\e027"; }
.icon-lock:before { content: "\e028"; }
.icon-vynil:before { content: "\e029"; }
.icon-truck:before { content: "\e02a"; }
.icon-paperplane:before { content: "\e02b"; }
.icon-bulb:before { content: "\e02c"; }
.icon-pen:before { content: "\e02d"; }
.icon-params:before { content: "\e02e"; }
.icon-world:before { content: "\e02f"; }
.icon-upload::before { content: "\e68a"; }
.icon-tools::before { content: "\e60a"; }
.icon-plane::before { content: "\e625"; }
.icon-joy::before { content: "\e6a4"; }
.icon-plug::before { content: "\e69a"; }
.icon-home::before { content: "\e648"; }
.icon-gift::before { content: "\e652"; }
.icon-display::before { content: "\e65e"; }
.icon-date::before { content: "\e660"; }
.icon-config::before { content: "\e666"; }
.icon-coffee::before { content: "\e669"; }
.icon-camera::before { content: "\e66f"; }
.icon-box::before { content: "\e674"; }
/* Content */
.content-wrap {
position: relative;
height: 800px;
overflow-y: scroll;
}
.content-wrap section {
display: none;
margin: 0 auto;
padding: 1em;
max-width: 1000px;
text-align: center;
}
.content-wrap section.content-current {
display: block;
}
.content-wrap section p {
margin: 0;
padding: 0.5em 0;
color: rgba(40,44,42,0.1);
font-weight: 900;
font-size: 1em;
line-height: 1;
}
/* Fallback */
.no-js .content-wrap section {
display: block;
padding-bottom: 2em;
border-bottom: 1px solid rgba(255,255,255,0.6);
}
.no-flexbox nav ul {
display: block;
}
.no-flexbox nav ul li {
min-width: 15%;
display: inline-block;
}
@media screen and (max-width: 58em) {
.tabs nav a.icon span {
display: none;
}
.tabs nav a:before {
margin-right: 0;
}
}
/* Individual tab styles */
/*****************************/
/* Bar */
/*****************************/
.tabs-style-bar nav {
background: #707040;
}
.tabs-style-bar nav ul {
border: 4px solid transparent;
}
.tabs-style-bar nav ul li a {
margin: 0 2px;
background-color: #D0C060;
color: #74777b;
transition: background-color 0.2s, color 0.2s;
}
.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
color: #B5A555;
}
.tabs-style-bar nav ul li a span {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
font-size: 0.6em;
}
.tabs-style-bar nav ul li.tab-current a {
background: #74777b;
color: #F0F090;
}
/*****************************/
/* Icon box */
/*****************************/
.tabs-style-iconbox nav {
background: rgba(255,255,255,0.4);
}
.tabs-style-iconbox nav ul li a {
overflow: visible;
padding: 2em 0;
line-height: 1;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.tabs-style-iconbox nav ul li a span {
font-weight: 700;
font-size: 0.7em;
}
.tabs-style-iconbox nav ul li.tab-current {
z-index: 100;
}
.tabs-style-iconbox nav ul li.tab-current a {
background: #F0F0F0;
box-shadow: -1px 0 0 #F0F0F0;
}
.tabs-style-iconbox nav ul li.tab-current a::after {
position: absolute;
top: 100%;
left: 50%;
margin-left: -10px;
width: 0;
height: 0;
border: solid transparent;
border-width: 10px;
border-top-color: #F0F0F0;
content: '';
pointer-events: none;
}
.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
position: absolute;
top: 20%;
right: 0;
z-index: -1;
width: 1px;
height: 60%;
background: rgba(0,0,0,0.07);
content: '';
}
.tabs-style-iconbox nav ul li:first-child::before {
right: auto;
left: 0;
}
.tabs-style-iconbox .icon::before {
display: block;
margin: 0 0 0.25em 0;
}
/*****************************/
/* Underline */
/*****************************/
.tabs-style-underline nav {
background: #F0F0F0;
}
.tabs-style-underline nav a {
padding: 0.25em 0 0.5em;
border-left: 1px solid #E7ECE0;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.tabs-style-underline nav li:last-child a {
border-right: 1px solid #E7ECE0;
}
.tabs-style-underline nav li a::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 6px;
background: #74777b;
content: '';
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: translate3d(0,150%,0);
transform: translate3d(0,150%,0);
}
.tabs-style-underline nav li.tab-current a::after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.tabs-style-underline nav a span {
font-weight: 700;
}
/*****************************/
/* Triangle and line */
/*****************************/
.tabs-style-linetriangle nav a {
overflow: visible;
border-bottom: 1px solid rgba(0,0,0,0.2);
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.tabs-style-linetriangle nav a span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 1em;
}
.tabs-style-linetriangle nav li.tab-current a:after,
.tabs-style-linetriangle nav li.tab-current a:before {
position: absolute;
top: 100%;
left: 50%;
width: 0;
height: 0;
border: solid transparent;
content: '';
pointer-events: none;
}
.tabs-style-linetriangle nav li.tab-current a:after {
margin-left: -10px;
border-width: 10px;
border-top-color: #e7ecea;
}
.tabs-style-linetriangle nav li.tab-current a:before {
margin-left: -11px;
border-width: 11px;
border-top-color: rgba(0,0,0,0.2);
}
@media screen and (max-width: 58em) {
.tabs-style-linetriangle nav {
font-size: 0.6em;
}
}
/*****************************/
/* Top Line */
/*****************************/
.tabs-style-topline {
width: 100%;
}
.tabs-style-topline nav li {
border: 1px solid rgba(40,44,42,0.2);
}
.tabs-style-topline nav li:not(:last-child) {
border-right: none;
}
.tabs-style-topline nav li.tab-current {
border-top-color: #4696b5;
border-bottom: none;
}
.tabs-style-topline nav a {
padding: 0.65em 0 0.5em;
background: rgba(40,44,42,0.1);
color: #74777b;
line-height: 1;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.tabs-style-topline nav a:hover,
.tabs-style-topline nav a:focus {
color: #4696b5;
}
.tabs-style-topline nav li.tab-current a {
background: none;
box-shadow: inset 0 3px 0 ##4696b5;
color: #4696b5;
}
.tabs-style-topline .icon::before {
display: block;
margin: 0;
}
.tabs-style-topline nav a span {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-size: 0.5em;
}
/*****************************/
/* Falling Icon, from http://vintageproductions.eu/grid/interactivity/ */
/*****************************/
.tabs-style-iconfall {
overflow: visible;
}
.tabs-style-iconfall nav a {
display: inline-block;
overflow: visible;
padding: 1em 0 2em;
color: #74777b;
line-height: 1;
-webkit-transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
}
.tabs-style-iconfall nav a:hover,
.tabs-style-iconfall nav a:focus,
.tabs-style-iconfall nav li.tab-current a {
color: #4696b5;
}
.tabs-style-iconfall nav a span {
font-weight: 700;
}
.tabs-style-iconfall nav li::before {
position: absolute;
bottom: 1em;
left: 50%;
margin-left: -20px;
width: 40px;
height: 4px;
background: #4696b5;
content: '';
opacity: 0;
-webkit-transition: -webkit-transform 0.2s ease-in;
transition: transform 0.2s ease-in;
-webkit-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
}
.tabs-style-iconfall nav li.tab-current::before {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.tabs-style-iconfall .icon::before {
display: block;
margin: 0 0 0.35em;
opacity: 0;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s;
-webkit-transform: translate3d(0,-100px,0);
transform: translate3d(0,-100px,0);
pointer-events: none;
}
.tabs-style-iconfall nav li.tab-current .icon::before {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
@media screen and (max-width: 58em) {
.tabs-style-iconfall nav li .icon::before {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
/*****************************/
/* Flip */
/*****************************/
.tabs-style-flip {
max-width: 1200px;
}
.tabs-style-flip nav a {
padding: 0.5em 0;
color: #4696b5;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.tabs-style-flip nav a:hover,
.tabs-style-flip nav a:focus,
.tabs-style-flip nav li.tab-current a {
color: #74777b;
}
.tabs-style-flip nav a span {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-size: 0.625em;
}
.tabs-style-flip nav a::after {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background-color: #f0f0f0;
content: '';
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s;
-webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
transform: perspective(900px) rotate3d(1,0,0,90deg);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-perspective-origin: 50% 100%;
perspective-origin: 50% 100%;
}
.tabs-style-flip nav li.tab-current a::after {
background-color: #fff;
-webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
transform: perspective(900px) rotate3d(1,0,0,0deg);
}
.tabs-style-flip .content-wrap {
background: #fff;
} | app/css/tabstyles.css | @font-face {
font-weight: normal;
font-style: normal;
font-family: 'stroke7pixeden';
src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?u58ytb');
src:url('../fonts/stroke7pixeden/stroke7pixeden.eot?#iefixu58ytb') format('embedded-opentype'),
url('../fonts/stroke7pixeden/stroke7pixeden.woff?u58ytb') format('woff'),
url('../fonts/stroke7pixeden/stroke7pixeden.ttf?u58ytb') format('truetype'),
url('../fonts/stroke7pixeden/stroke7pixeden.svg?u58ytb#stroke7pixeden') format('svg');
}
.tabs {
position: relative;
overflow: hidden;
margin: 0 auto;
width: 100%;
font-weight: 300;
font-size: 1.35em;
}
/* Nav */
.tabs nav { text-align: center; }
.tabs nav ul {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
margin: 0 auto;
padding: 0;
list-style: none;
-ms-box-orient: horizontal;
-ms-box-pack: center;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
.tabs nav ul li {
position: relative;
z-index: 1;
display: block;
margin: 0;
text-align: center;
-webkit-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
}
.tabs nav a {
position: relative;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 2.5;
}
.tabs nav a span {
vertical-align: middle;
font-size: 0.75em;
}
.tabs nav li.tab-current a {
color: #74777b;
}
.tabs nav a:focus {
outline: none;
}
/* Icons */
.icon::before {
z-index: 10;
display: inline-block;
margin: 0 0.4em 0 0;
vertical-align: middle;
text-transform: none;
font-weight: normal;
font-variant: normal;
font-size: 1.35em;
font-family: 'stroke7pixeden';
line-height: 1;
speak: none;
-webkit-backface-visibility: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-female:before { content: "\f182"; }
.icon-male:before { content: "\f183"; }
.icon-arrow-left:before { content: "\e032"; }
.icon-arrow-left-2:before { content: "\e034"; }
.icon-arrow-left-3:before { content: "\e036"; }
.icon-arrow-left-4:before { content: "\e038"; }
.icon-arrow-right:before { content: "\e035"; }
.icon-arrow-right-2:before { content: "\e037"; }
.icon-arrow-right-3:before { content: "\e039"; }
.icon-arrow-right-4:before { content: "\e033"; }
.icon-phone:before { content: "\e000"; }
.icon-news:before { content: "\e001"; }
.icon-photo:before { content: "\e002"; }
.icon-shop:before { content: "\e003"; }
.icon-wallet:before { content: "\e004"; }
.icon-t-shirt:before { content: "\e005"; }
.icon-heart:before { content: "\e006"; }
.icon-cloud:before { content: "\e007"; }
.icon-display:before { content: "\e008"; }
.icon-diamond:before { content: "\e009"; }
.icon-banknote:before { content: "\e00a"; }
.icon-data:before { content: "\e00b"; }
.icon-music:before { content: "\e00c"; }
.icon-location:before { content: "\e00d"; }
.icon-star:before { content: "\e00e"; }
.icon-tv:before { content: "\e00f"; }
.icon-eye:before { content: "\e010"; }
.icon-megaphone:before { content: "\e011"; }
.icon-study:before { content: "\e012"; }
.icon-bubble:before { content: "\e013"; }
.icon-sound:before { content: "\e014"; }
.icon-video:before { content: "\e015"; }
.icon-stack:before { content: "\e016"; }
.icon-lab:before { content: "\e017"; }
.icon-food:before { content: "\e018"; }
.icon-cup:before { content: "\e019"; }
.icon-trash:before { content: "\e01a"; }
.icon-user:before { content: "\e01b"; }
.icon-key:before { content: "\e01c"; }
.icon-fire:before { content: "\e01d"; }
.icon-clip:before { content: "\e01e"; }
.icon-mail:before { content: "\e01f"; }
.icon-search:before { content: "\e020"; }
.icon-settings:before { content: "\e021"; }
.icon-like:before { content: "\e022"; }
.icon-calendar:before { content: "\e023"; }
.icon-camera:before { content: "\e024"; }
.icon-tag:before { content: "\e025"; }
.icon-note:before { content: "\e026"; }
.icon-clock:before { content: "\e027"; }
.icon-lock:before { content: "\e028"; }
.icon-vynil:before { content: "\e029"; }
.icon-truck:before { content: "\e02a"; }
.icon-paperplane:before { content: "\e02b"; }
.icon-bulb:before { content: "\e02c"; }
.icon-pen:before { content: "\e02d"; }
.icon-params:before { content: "\e02e"; }
.icon-world:before { content: "\e02f"; }
.icon-upload::before { content: "\e68a"; }
.icon-tools::before { content: "\e60a"; }
.icon-plane::before { content: "\e625"; }
.icon-joy::before { content: "\e6a4"; }
.icon-plug::before { content: "\e69a"; }
.icon-home::before { content: "\e648"; }
.icon-gift::before { content: "\e652"; }
.icon-display::before { content: "\e65e"; }
.icon-date::before { content: "\e660"; }
.icon-config::before { content: "\e666"; }
.icon-coffee::before { content: "\e669"; }
.icon-camera::before { content: "\e66f"; }
.icon-box::before { content: "\e674"; }
/* Content */
.content-wrap {
position: relative;
height: 800px;
overflow-y: scroll;
}
.content-wrap section {
display: none;
margin: 0 auto;
padding: 1em;
max-width: 1000px;
text-align: center;
}
.content-wrap section.content-current {
display: block;
}
.content-wrap section p {
margin: 0;
padding: 0.5em 0;
color: rgba(40,44,42,0.1);
font-weight: 900;
font-size: 1em;
line-height: 1;
}
/* Fallback */
.no-js .content-wrap section {
display: block;
padding-bottom: 2em;
border-bottom: 1px solid rgba(255,255,255,0.6);
}
.no-flexbox nav ul {
display: block;
}
.no-flexbox nav ul li {
min-width: 15%;
display: inline-block;
}
@media screen and (max-width: 58em) {
.tabs nav a.icon span {
display: none;
}
.tabs nav a:before {
margin-right: 0;
}
}
/* Individual tab styles */
/*****************************/
/* Bar */
/*****************************/
.tabs-style-bar nav {
background: #707040;
}
.tabs-style-bar nav ul {
border: 4px solid transparent;
}
.tabs-style-bar nav ul li a {
margin: 0 2px;
background-color: #D0C060;
color: #74777b;
transition: background-color 0.2s, color 0.2s;
}
.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
color: #B5A555;
}
.tabs-style-bar nav ul li a span {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
font-size: 0.6em;
}
.tabs-style-bar nav ul li.tab-current a {
background: #74777b;
color: #F0F090;
}
/*****************************/
/* Icon box */
/*****************************/
.tabs-style-iconbox nav {
background: rgba(255,255,255,0.4);
}
.tabs-style-iconbox nav ul li a {
overflow: visible;
padding: 2em 0;
line-height: 1;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.tabs-style-iconbox nav ul li a span {
font-weight: 700;
font-size: 0.7em;
}
.tabs-style-iconbox nav ul li.tab-current {
z-index: 100;
}
.tabs-style-iconbox nav ul li.tab-current a {
background: #F0F0F0;
box-shadow: -1px 0 0 #F0F0F0;
}
.tabs-style-iconbox nav ul li.tab-current a::after {
position: absolute;
top: 100%;
left: 50%;
margin-left: -10px;
width: 0;
height: 0;
border: solid transparent;
border-width: 10px;
border-top-color: #F0F0F0;
content: '';
pointer-events: none;
}
.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
position: absolute;
top: 20%;
right: 0;
z-index: -1;
width: 1px;
height: 60%;
background: rgba(0,0,0,0.07);
content: '';
}
.tabs-style-iconbox nav ul li:first-child::before {
right: auto;
left: 0;
}
.tabs-style-iconbox .icon::before {
display: block;
margin: 0 0 0.25em 0;
}
/*****************************/
/* Underline */
/*****************************/
.tabs-style-underline nav {
background: #F0F0F0;
}
.tabs-style-underline nav a {
padding: 0.25em 0 0.5em;
border-left: 1px solid #E7ECE0;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.tabs-style-underline nav li:last-child a {
border-right: 1px solid #E7ECE0;
}
.tabs-style-underline nav li a::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 6px;
background: #74777b;
content: '';
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: translate3d(0,150%,0);
transform: translate3d(0,150%,0);
}
.tabs-style-underline nav li.tab-current a::after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.tabs-style-underline nav a span {
font-weight: 700;
}
/*****************************/
/* Triangle and line */
/*****************************/
.tabs-style-linetriangle nav a {
overflow: visible;
border-bottom: 1px solid rgba(0,0,0,0.2);
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.tabs-style-linetriangle nav a span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 1em;
}
.tabs-style-linetriangle nav li.tab-current a:after,
.tabs-style-linetriangle nav li.tab-current a:before {
position: absolute;
top: 100%;
left: 50%;
width: 0;
height: 0;
border: solid transparent;
content: '';
pointer-events: none;
}
.tabs-style-linetriangle nav li.tab-current a:after {
margin-left: -10px;
border-width: 10px;
border-top-color: #e7ecea;
}
.tabs-style-linetriangle nav li.tab-current a:before {
margin-left: -11px;
border-width: 11px;
border-top-color: rgba(0,0,0,0.2);
}
@media screen and (max-width: 58em) {
.tabs-style-linetriangle nav {
font-size: 0.6em;
}
}
/*****************************/
/* Top Line */
/*****************************/
.tabs-style-topline {
width: 100%;
}
.tabs-style-topline nav li {
border: 1px solid rgba(40,44,42,0.2);
}
.tabs-style-topline nav li:not(:last-child) {
border-right: none;
}
.tabs-style-topline nav li.tab-current {
border-top-color: #4696b5;
border-bottom: none;
}
.tabs-style-topline nav a {
padding: 0.65em 0 0.5em;
background: rgba(40,44,42,0.1);
color: #74777b;
line-height: 1;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.tabs-style-topline nav a:hover,
.tabs-style-topline nav a:focus {
color: #4696b5;
}
.tabs-style-topline nav li.tab-current a {
background: none;
box-shadow: inset 0 3px 0 ##4696b5;
color: #4696b5;
}
.tabs-style-topline .icon::before {
display: block;
margin: 0;
}
.tabs-style-topline nav a span {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-size: 0.5em;
}
/*****************************/
/* Falling Icon, from http://vintageproductions.eu/grid/interactivity/ */
/*****************************/
.tabs-style-iconfall {
overflow: visible;
}
.tabs-style-iconfall nav a {
display: inline-block;
overflow: visible;
padding: 1em 0 2em;
color: #74777b;
line-height: 1;
-webkit-transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
}
.tabs-style-iconfall nav a:hover,
.tabs-style-iconfall nav a:focus,
.tabs-style-iconfall nav li.tab-current a {
color: #4696b5;
}
.tabs-style-iconfall nav a span {
font-weight: 700;
}
.tabs-style-iconfall nav li::before {
position: absolute;
bottom: 1em;
left: 50%;
margin-left: -20px;
width: 40px;
height: 4px;
background: #4696b5;
content: '';
opacity: 0;
-webkit-transition: -webkit-transform 0.2s ease-in;
transition: transform 0.2s ease-in;
-webkit-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
}
.tabs-style-iconfall nav li.tab-current::before {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.tabs-style-iconfall .icon::before {
display: block;
margin: 0 0 0.35em;
opacity: 0;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s;
-webkit-transform: translate3d(0,-100px,0);
transform: translate3d(0,-100px,0);
pointer-events: none;
}
.tabs-style-iconfall nav li.tab-current .icon::before {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
@media screen and (max-width: 58em) {
.tabs-style-iconfall nav li .icon::before {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}
/*****************************/
/* Flip */
/*****************************/
.tabs-style-flip {
max-width: 1200px;
}
.tabs-style-flip nav a {
padding: 0.5em 0;
color: #4696b5;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.tabs-style-flip nav a:hover,
.tabs-style-flip nav a:focus,
.tabs-style-flip nav li.tab-current a {
color: #74777b;
}
.tabs-style-flip nav a span {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-size: 0.625em;
}
.tabs-style-flip nav a::after {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background-color: #f0f0f0;
content: '';
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s;
-webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
transform: perspective(900px) rotate3d(1,0,0,90deg);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-perspective-origin: 50% 100%;
perspective-origin: 50% 100%;
}
.tabs-style-flip nav li.tab-current a::after {
background-color: #fff;
-webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
transform: perspective(900px) rotate3d(1,0,0,0deg);
}
.tabs-style-flip .content-wrap {
background: #fff;
} | 0.177454 | 0.065875 |
meta.foundation-version {
font-family: "/5.5.1/";
}
/* line 352, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-small {
font-family: "/only screen/";
width: 0;
}
/* line 357, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-small-only {
font-family: "/only screen and (max-width: 40em)/";
width: 0;
}
/* line 362, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-medium {
font-family: "/only screen and (min-width:40.063em)/";
width: 40.063em;
}
/* line 367, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
width: 40.063em;
}
/* line 372, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-large {
font-family: "/only screen and (min-width:64.063em)/";
width: 64.063em;
}
/* line 377, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-large-only {
font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
width: 64.063em;
}
/* line 382, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
font-family: "/only screen and (min-width:90.063em)/";
width: 90.063em;
}
/* line 387, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
width: 90.063em;
}
/* line 392, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
font-family: "/only screen and (min-width:120.063em)/";
width: 120.063em;
}
/* line 397, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
font-family: false;
}
/* line 404, ../../sass/vendor/foundation/components/_global.scss */
html, body {
height: 100%;
}
/* line 407, ../../sass/vendor/foundation/components/_global.scss */
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* line 413, ../../sass/vendor/foundation/components/_global.scss */
html,
body {
font-size: 100%;
}
/* line 417, ../../sass/vendor/foundation/components/_global.scss */
body {
background: #fff;
color: #222;
padding: 0;
margin: 0;
font-family: "Open Sans", sans-serif;
font-weight: normal;
font-style: normal;
line-height: 1.5;
position: relative;
cursor: auto;
}
/* line 430, ../../sass/vendor/foundation/components/_global.scss */
a:hover {
cursor: pointer;
}
/* line 433, ../../sass/vendor/foundation/components/_global.scss */
img {
max-width: 100%;
height: auto;
}
/* line 435, ../../sass/vendor/foundation/components/_global.scss */
img {
-ms-interpolation-mode: bicubic;
}
/* line 439, ../../sass/vendor/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
max-width: none !important;
}
/* line 446, ../../sass/vendor/foundation/components/_global.scss */
.left {
float: left !important;
}
/* line 447, ../../sass/vendor/foundation/components/_global.scss */
.right {
float: right !important;
}
/* line 172, ../../sass/vendor/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
/* line 173, ../../sass/vendor/foundation/components/_global.scss */
.clearfix:after {
clear: both;
}
/* line 451, ../../sass/vendor/foundation/components/_global.scss */
.hide {
display: none;
}
/* line 456, ../../sass/vendor/foundation/components/_global.scss */
.invisible {
visibility: hidden;
}
/* line 462, ../../sass/vendor/foundation/components/_global.scss */
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 465, ../../sass/vendor/foundation/components/_global.scss */
img {
display: inline-block;
vertical-align: middle;
}
/* line 475, ../../sass/vendor/foundation/components/_global.scss */
textarea {
height: auto;
min-height: 50px;
}
/* line 478, ../../sass/vendor/foundation/components/_global.scss */
select {
width: 100%;
}
/* line 232, ../../sass/vendor/foundation/components/_grid.scss */
.row {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
max-width: 62.5rem;
}
/* line 172, ../../sass/vendor/foundation/components/_global.scss */
.row:before, .row:after {
content: " ";
display: table;
}
/* line 173, ../../sass/vendor/foundation/components/_global.scss */
.row:after {
clear: both;
}
/* line 236, ../../sass/vendor/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
padding-left: 0;
padding-right: 0;
}
/* line 239, ../../sass/vendor/foundation/components/_grid.scss */
.row.collapse .row {
margin-left: 0;
margin-right: 0;
}
/* line 242, ../../sass/vendor/foundation/components/_grid.scss */
.row .row {
width: auto;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
margin-top: 0;
margin-bottom: 0;
max-width: none;
}
/* line 172, ../../sass/vendor/foundation/components/_global.scss */
.row .row:before, .row .row:after {
content: " ";
display: table;
}
/* line 173, ../../sass/vendor/foundation/components/_global.scss */
.row .row:after {
clear: both;
}
/* line 243, ../../sass/vendor/foundation/components/_grid.scss */
.row .row.collapse {
width: auto;
margin: 0;
max-width: none;
}
/* line 172, ../../sass/vendor/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
content: " ";
display: table;
}
/* line 173, ../../sass/vendor/foundation/components/_global.scss */
.row .row.collapse:after {
clear: both;
}
/* line 247, ../../sass/vendor/foundation/components/_grid.scss */
.column,
.columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
width: 100%;
float: left;
}
/* line 250, ../../sass/vendor/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
float: right;
}
/* line 251, ../../sass/vendor/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
float: left;
}
@media only screen {
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-0 {
position: relative;
left: 0%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-0 {
position: relative;
right: 0%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-3 {
position: relative;
left: 25%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-3 {
position: relative;
right: 25%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-6 {
position: relative;
left: 50%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-6 {
position: relative;
right: 50%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-9 {
position: relative;
left: 75%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-9 {
position: relative;
right: 75%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
/* line 167, ../../sass/vendor/foundation/components/_grid.scss */
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-1 {
width: 8.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-2 {
width: 16.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-3 {
width: 25%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-4 {
width: 33.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-5 {
width: 41.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-6 {
width: 50%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-7 {
width: 58.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-8 {
width: 66.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-9 {
width: 75%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-10 {
width: 83.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-11 {
width: 91.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-12 {
width: 100%;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-0 {
margin-left: 0% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-1 {
margin-left: 8.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-2 {
margin-left: 16.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-3 {
margin-left: 25% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-4 {
margin-left: 33.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-5 {
margin-left: 41.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-6 {
margin-left: 50% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-7 {
margin-left: 58.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-8 {
margin-left: 66.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-9 {
margin-left: 75% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-10 {
margin-left: 83.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-11 {
margin-left: 91.66667% !important;
}
/* line 179, ../../sass/vendor/foundation/components/_grid.scss */
.small-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left;
}
/* line 187, ../../sass/vendor/foundation/components/_grid.scss */
.column.small-centered,
.columns.small-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
/* line 190, ../../sass/vendor/foundation/components/_grid.scss */
.column.small-uncentered,
.columns.small-uncentered {
margin-left: 0;
margin-right: 0;
float: left;
}
/* line 198, ../../sass/vendor/foundation/components/_grid.scss */
.column.small-centered:last-child,
.columns.small-centered:last-child {
float: none;
}
/* line 204, ../../sass/vendor/foundation/components/_grid.scss */
.column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
float: left;
}
/* line 209, ../../sass/vendor/foundation/components/_grid.scss */
.column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
float: right;
}
/* line 216, ../../sass/vendor/foundation/components/_grid.scss */
.row.small-collapse > .column,
.row.small-collapse > .columns {
padding-left: 0;
padding-right: 0;
}
/* line 219, ../../sass/vendor/foundation/components/_grid.scss */
.row.small-collapse .row {
margin-left: 0;
margin-right: 0;
}
/* line 222, ../../sass/vendor/foundation/components/_grid.scss */
.row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
}
@media only screen and (min-width: 40.063em) {
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-0 {
position: relative;
left: 0%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-0 {
position: relative;
right: 0%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-3 {
position: relative;
left: 25%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-3 {
position: relative;
right: 25%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-6 {
position: relative;
left: 50%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-6 {
position: relative;
right: 50%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-9 {
position: relative;
left: 75%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-9 {
position: relative;
right: 75%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
/* line 167, ../../sass/vendor/foundation/components/_grid.scss */
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-1 {
width: 8.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-2 {
width: 16.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-3 {
width: 25%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-4 {
width: 33.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-5 {
width: 41.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-6 {
width: 50%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-7 {
width: 58.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-8 {
width: 66.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-9 {
width: 75%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-10 {
width: 83.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-11 {
width: 91.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-12 {
width: 100%;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-0 {
margin-left: 0% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-1 {
margin-left: 8.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-2 {
margin-left: 16.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-3 {
margin-left: 25% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-4 {
margin-left: 33.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-5 {
margin-left: 41.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-6 {
margin-left: 50% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-7 {
margin-left: 58.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-8 {
margin-left: 66.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-9 {
margin-left: 75% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-10 {
margin-left: 83.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-11 {
margin-left: 91.66667% !important;
}
/* line 179, ../../sass/vendor/foundation/components/_grid.scss */
.medium-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left;
}
/* line 187, ../../sass/vendor/foundation/components/_grid.scss */
.column.medium-centered,
.columns.medium-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
/* line 190, ../../sass/vendor/foundation/components/_grid.scss */
.column.medium-uncentered,
.columns.medium-uncentered {
margin-left: 0;
margin-right: 0;
float: left;
}
/* line 198, ../../sass/vendor/foundation/components/_grid.scss */
.column.medium-centered:last-child,
.columns.medium-centered:last-child {
float: none;
}
/* line 204, ../../sass/vendor/foundation/components/_grid.scss */
.column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
float: left;
}
/* line 209, ../../sass/vendor/foundation/components/_grid.scss */
.column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
float: right;
}
/* line 216, ../../sass/vendor/foundation/components/_grid.scss */
.row.medium-collapse > .column,
.row.medium-collapse > .columns {
padding-left: 0;
padding-right: 0;
}
/* line 219, ../../sass/vendor/foundation/components/_grid.scss */
.row.medium-collapse .row {
margin-left: 0;
margin-right: 0;
}
/* line 222, ../../sass/vendor/foundation/components/_grid.scss */
.row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-0 {
position: relative;
left: 0%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-0 {
position: relative;
right: 0%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-3 {
position: relative;
left: 25%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-3 {
position: relative;
right: 25%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-6 {
position: relative;
left: 50%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-6 {
position: relative;
right: 50%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-9 {
position: relative;
left: 75%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-9 {
position: relative;
right: 75%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
}
@media only screen and (min-width: 64.063em) {
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-0 {
position: relative;
left: 0%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-0 {
position: relative;
right: 0%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-3 {
position: relative;
left: 25%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-3 {
position: relative;
right: 25%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-6 {
position: relative;
left: 50%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-6 {
position: relative;
right: 50%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-9 {
position: relative;
left: 75%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-9 {
position: relative;
right: 75%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
/* line 167, ../../sass/vendor/foundation/components/_grid.scss */
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-1 {
width: 8.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-2 {
width: 16.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-3 {
width: 25%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-4 {
width: 33.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-5 {
width: 41.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-6 {
width: 50%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-7 {
width: 58.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-8 {
width: 66.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-9 {
width: 75%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-10 {
width: 83.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-11 {
width: 91.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-12 {
width: 100%;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-0 {
margin-left: 0% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-1 {
margin-left: 8.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-2 {
margin-left: 16.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-3 {
margin-left: 25% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-4 {
margin-left: 33.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-5 {
margin-left: 41.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-6 {
margin-left: 50% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-7 {
margin-left: 58.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-8 {
margin-left: 66.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-9 {
margin-left: 75% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-10 {
margin-left: 83.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-11 {
margin-left: 91.66667% !important;
}
/* line 179, ../../sass/vendor/foundation/components/_grid.scss */
.large-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left;
}
/* line 187, ../../sass/vendor/foundation/components/_grid.scss */
.column.large-centered,
.columns.large-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
/* line 190, ../../sass/vendor/foundation/components/_grid.scss */
.column.large-uncentered,
.columns.large-uncentered {
margin-left: 0;
margin-right: 0;
float: left;
}
/* line 198, ../../sass/vendor/foundation/components/_grid.scss */
.column.large-centered:last-child,
.columns.large-centered:last-child {
float: none;
}
/* line 204, ../../sass/vendor/foundation/components/_grid.scss */
.column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
float: left;
}
/* line 209, ../../sass/vendor/foundation/components/_grid.scss */
.column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
float: right;
}
/* line 216, ../../sass/vendor/foundation/components/_grid.scss */
.row.large-collapse > .column,
.row.large-collapse > .columns {
padding-left: 0;
padding-right: 0;
}
/* line 219, ../../sass/vendor/foundation/components/_grid.scss */
.row.large-collapse .row {
margin-left: 0;
margin-right: 0;
}
/* line 222, ../../sass/vendor/foundation/components/_grid.scss */
.row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-0 {
position: relative;
left: 0%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-0 {
position: relative;
right: 0%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-3 {
position: relative;
left: 25%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-3 {
position: relative;
right: 25%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-6 {
position: relative;
left: 50%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-6 {
position: relative;
right: 50%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-9 {
position: relative;
left: 75%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-9 {
position: relative;
right: 75%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
}
/* line 169, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal-bg {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #000000;
background: rgba(0, 0, 0, 0.45);
z-index: 1004;
display: none;
left: 0;
}
/* line 171, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal {
visibility: hidden;
display: none;
position: absolute;
z-index: 1005;
width: 100%;
top: 0;
border-radius: 5px;
left: 0;
background-color: #FFFFFF;
padding: 1.875rem;
border: solid 1px #666666;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 40em) {
/* line 171, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal {
min-height: 100vh;
}
}
/* line 89, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal .column, .reveal-modal .columns {
min-width: 0;
}
/* line 92, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
margin-top: 0;
}
/* line 94, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 40.063em) {
/* line 171, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal {
width: 80%;
max-width: 62.5rem;
left: 0;
right: 0;
margin: 0 auto;
}
}
@media only screen and (min-width: 40.063em) {
/* line 171, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal {
top: 6.25rem;
}
}
/* line 182, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.radius {
border-radius: 5px;
}
/* line 183, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.round {
border-radius: 1000px;
}
/* line 184, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.collapse {
padding: 0;
}
@media only screen and (min-width: 40.063em) {
/* line 185, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.tiny {
width: 30%;
max-width: 62.5rem;
left: 0;
right: 0;
margin: 0 auto;
}
}
@media only screen and (min-width: 40.063em) {
/* line 186, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.small {
width: 40%;
max-width: 62.5rem;
left: 0;
right: 0;
margin: 0 auto;
}
}
@media only screen and (min-width: 40.063em) {
/* line 187, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.medium {
width: 60%;
max-width: 62.5rem;
left: 0;
right: 0;
margin: 0 auto;
}
}
@media only screen and (min-width: 40.063em) {
/* line 188, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.large {
width: 70%;
max-width: 62.5rem;
left: 0;
right: 0;
margin: 0 auto;
}
}
@media only screen and (min-width: 40.063em) {
/* line 189, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.xlarge {
width: 95%;
max-width: 62.5rem;
left: 0;
right: 0;
margin: 0 auto;
}
}
/* line 190, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.full {
top: 0;
left: 0;
height: 100%;
height: 100vh;
min-height: 100vh;
max-width: none !important;
margin-left: 0 !important;
}
@media only screen and (min-width: 40.063em) {
/* line 190, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.full {
width: 100%;
max-width: 62.5rem;
left: 0;
right: 0;
margin: 0 auto;
}
}
/* line 202, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.toback {
z-index: 1003;
}
/* line 206, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
font-size: 2.5rem;
line-height: 1;
position: absolute;
top: 0.625rem;
right: 1.375rem;
color: #AAAAAA;
font-weight: bold;
cursor: pointer;
}
/* line 4, ../../sass/app/partials/_general.scss */
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
}
/* line 7, ../../sass/app/partials/_general.scss */
.copyright {
text-align: center;
font-size: 0.8rem;
padding-top: 8px;
color: #fff;
}
/* line 15, ../../sass/app/partials/_general.scss */
.tabs-content .content .tabs {
border-top: 1px solid #EFEFEF;
}
/* line 21, ../../sass/app/partials/_general.scss */
.cke_reset_all textarea, .cke_reset_all input[type="text"], .cke_reset_all input[type="password"] {
height: auto;
}
/* line 26, ../../sass/app/partials/_general.scss */
.product-search {
overflow: hidden;
*zoom: 1;
padding-top: 20px;
}
/* line 29, ../../sass/app/partials/_general.scss */
.product-search label {
display: none;
}
/* line 32, ../../sass/app/partials/_general.scss */
.product-search input {
width: 300px;
}
/* line 35, ../../sass/app/partials/_general.scss */
.product-search select {
width: 200px;
}
/* line 38, ../../sass/app/partials/_general.scss */
.product-search button {
padding: 8px 20px;
color: #fff;
}
/* line 42, ../../sass/app/partials/_general.scss */
.product-search .form-group {
float: left;
margin-right: 10px;
}
/* line 3, ../../sass/app/partials/_form.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
select,
textarea {
border-radius: 4px;
font-size: 14px;
font-weight: normal;
color: #333;
background-color: #fff;
border: 1px solid #e5e5e5;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-transition-property: border-color, box-shadow;
-o-transition-property: border-color, box-shadow;
-webkit-transition-property: border-color, box-shadow;
transition-property: border-color, box-shadow;
-moz-transition-duration: 0.15s, 0.15s;
-o-transition-duration: 0.15s, 0.15s;
-webkit-transition-duration: 0.15s, 0.15s;
transition-duration: 0.15s, 0.15s;
-moz-transition-timing-function: ease-in-out, ease-in-out;
-o-transition-timing-function: ease-in-out, ease-in-out;
-webkit-transition-timing-function: ease-in-out, ease-in-out;
transition-timing-function: ease-in-out, ease-in-out;
margin: 0;
}
/* line 30, ../../sass/app/partials/_form.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
border-color: #44B6AE;
}
/* line 2, ../../sass/app/partials/_upload.scss */
.view-thumbnail [class*=column] + [class*=column]:last-child {
float: left;
}
/* line 5, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone {
max-height: 25rem;
overflow: hidden;
margin-bottom: 1.25rem;
}
/* line 9, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone table {
border: none;
width: 100%;
table-layout: fixed;
margin: 0;
}
/* line 15, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone strong {
display: block;
text-align: right;
margin-bottom: 0.1875rem;
}
/* line 19, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone strong span {
font-size: 0.8125rem;
color: #fff;
padding: 0 0.1875rem;
}
/* line 25, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone .edit {
height: 15.625rem;
overflow: hidden;
-moz-border-radius: 0.3125rem;
-webkit-border-radius: 0.3125rem;
border-radius: 0.3125rem;
background: #f5f5f5;
text-align: center;
vertical-align: middle;
position: relative;
padding: 0;
-moz-border-radius-bottomleft: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
}
/* line 36, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone .edit .overflow {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/processing.gif) no-repeat center center rgba(255, 255, 255, 0.6);
}
/* line 45, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone .caption {
padding: 0;
display: none;
}
/* line 48, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone .caption textarea {
-moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
}
/* line 53, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone .controls {
font-size: 1rem;
}
/* line 55, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone .controls label {
float: left;
}
/* line 57, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone .controls label input {
margin: 0;
}
/* line 61, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone .controls a {
float: right;
}
/* line 2, ../../sass/app/partials/_tags.scss */
.text-core .text-tags {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
width: 100%;
height: 100%;
padding: 0.1875rem;
cursor: text;
font-size: 0.875rem;
top: 1.375rem;
}
/* line 11, ../../sass/app/partials/_tags.scss */
.text-core .text-tags.text-tags-on-top {
z-index: 2;
}
/* line 14, ../../sass/app/partials/_tags.scss */
.text-core .text-tags .text-tag {
float: left;
}
/* line 17, ../../sass/app/partials/_tags.scss */
.text-core .text-tags .text-button {
-moz-border-radius: 1.25rem;
-webkit-border-radius: 1.25rem;
border-radius: 1.25rem;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
float: left;
border: 1px solid #9daccc;
background: #e2e6f0;
color: #000;
padding: 0 1.5625rem 0 0.625rem;
margin: 0 0.1875rem 0.1875rem 0;
cursor: pointer;
}
/* line 29, ../../sass/app/partials/_tags.scss */
.text-core .text-tags .text-remove {
position: absolute;
right: 0.3125rem;
top: 0.3125rem;
display: block;
width: 0.6875rem;
height: 0.6875rem;
background: url(../images/close.png) no-repeat;
}
/* line 37, ../../sass/app/partials/_tags.scss */
.text-core .text-tags .text-remove:hover {
background-position: 0 -0.6875rem;
}
/* line 40, ../../sass/app/partials/_tags.scss */
.text-core .text-tags .text-remove:active {
background-position: 0 -1.375rem;
}
/* line 45, ../../sass/app/partials/_tags.scss */
.text-core .text-dropdown {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
z-index: 3;
background: #fff;
border: 1px solid #9daccc;
width: 100%;
max-height: 100px;
padding: 1px;
display: none;
overflow-x: hidden;
overflow-y: auto;
-moz-border-radius: 0.3125rem;
-webkit-border-radius: 0.3125rem;
border-radius: 0.3125rem;
}
/* line 58, ../../sass/app/partials/_tags.scss */
.text-core .text-dropdown.text-position-below {
margin-top: 1px;
}
/* line 61, ../../sass/app/partials/_tags.scss */
.text-core .text-dropdown.text-position-above {
margin-bottom: 1px;
}
/* line 64, ../../sass/app/partials/_tags.scss */
.text-core .text-dropdown .text-suggestion {
padding: 0.1875rem 0.3125rem;
cursor: pointer;
-moz-border-radius: 0.3125rem;
-webkit-border-radius: 0.3125rem;
border-radius: 0.3125rem;
}
/* line 68, ../../sass/app/partials/_tags.scss */
.text-core .text-dropdown .text-suggestion.text-selected {
color: #fff;
background: #6d84b4;
}
/* line 72, ../../sass/app/partials/_tags.scss */
.text-core .text-dropdown .text-suggestion em {
font-style: normal;
text-decoration: underline;
}
/* line 2, ../../sass/app/partials/_sortable.scss */
.site-index .feature-products {
overflow: hidden;
*zoom: 1;
padding-bottom: 0.9375rem;
}
/* line 7, ../../sass/app/partials/_sortable.scss */
.site-index .related .connected {
height: 800px;
max-height: 800px;
}
/* line 13, ../../sass/app/partials/_sortable.scss */
.site-index .search .connected {
height: 645px;
max-height: 645px;
}
/* line 20, ../../sass/app/partials/_sortable.scss */
.related .connected {
height: 24.4375rem;
max-height: 24.4375rem;
overflow-x: hidden;
overflow-y: scroll;
}
/* line 25, ../../sass/app/partials/_sortable.scss */
.related .connected li {
cursor: move;
}
/* line 27, ../../sass/app/partials/_sortable.scss */
.related .connected li.sortable-placeholder {
border: 1px dashed #CCC;
background: none;
height: 147px;
}
/* line 33, ../../sass/app/partials/_sortable.scss */
.related .connected img {
max-width: 100%;
}
/* line 36, ../../sass/app/partials/_sortable.scss */
.related .connected a {
display: block;
margin: 5px 0 0;
font-size: 12px;
height: 40px;
overflow: hidden;
}
/* line 46, ../../sass/app/partials/_sortable.scss */
.search .search-box {
padding: 0.9375rem 0.3125rem 1.25rem;
border-bottom: 1px solid #3598dc;
margin-bottom: 1.25rem;
}
/* line 51, ../../sass/app/partials/_sortable.scss */
.search .connected {
height: 18.75rem;
max-height: 18.75rem;
overflow-x: hidden;
overflow-y: scroll;
}
/* line 56, ../../sass/app/partials/_sortable.scss */
.search .connected li {
cursor: move;
}
/* line 58, ../../sass/app/partials/_sortable.scss */
.search .connected li.sortable-placeholder {
border: 1px dashed #CCC;
background: none;
height: 37px;
}
/* line 64, ../../sass/app/partials/_sortable.scss */
.search .connected img {
display: none;
}
/* line 70, ../../sass/app/partials/_sortable.scss */
.connected, .sortable, .exclude, .handles {
margin: auto;
padding: 0;
-webkit-touch-callout: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}
/* line 76, ../../sass/app/partials/_sortable.scss */
.connected li, .sortable li, .exclude li, .handles li {
list-style: none;
border: 1px solid #CCC;
background: #F6F6F6;
color: #1C94C4;
margin: 5px;
padding: 5px;
}
/* line 85, ../../sass/app/partials/_sortable.scss */
.handles span {
cursor: move;
}
/* line 89, ../../sass/app/partials/_sortable.scss */
.sortable.grid li {
float: left;
width: 30%;
text-align: center;
}
/* line 96, ../../sass/app/partials/_sortable.scss */
li.highlight {
background: #FEE25F;
}
/* line 99, ../../sass/app/partials/_sortable.scss */
li.disabled {
opacity: 0.5;
}
/* line 1, ../../sass/app/partials/_duplicated.scss */
.field-content-name, .field-category-name, .field-product-name, .field-gallery-name, .field-tag-name {
position: relative;
}
/* line 3, ../../sass/app/partials/_duplicated.scss */
.field-content-name:after, .field-category-name:after, .field-product-name:after, .field-gallery-name:after, .field-tag-name:after {
position: absolute;
bottom: 7px;
right: 9px;
font-family: FontAwesome;
color: #0171B8;
}
/* line 11, ../../sass/app/partials/_duplicated.scss */
.field-content-name.duplicated:after, .field-category-name.duplicated:after, .field-product-name.duplicated:after, .field-gallery-name.duplicated:after, .field-tag-name.duplicated:after {
content: "\f071";
color: greenyellow;
}
/*******************************************************************************
* Tree container
*/
/* line 4, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-container {
white-space: nowrap;
padding: 3px;
margin: 0;
/* issue 201 */
background-color: white;
border: 1px dotted gray;
overflow: auto;
/* height: 100%; /* issue 263, 470 */
min-height: 0%;
}
/* line 16, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-container ul {
padding: 0 0 0 16px;
margin: 0;
}
/* line 22, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-container li {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
-moz-background-clip: border;
-moz-background-inline-policy: continuous;
-moz-background-origin: padding;
background-attachment: scroll;
background-color: transparent;
background-position: 0 0;
background-repeat: repeat-y;
background-image: none;
/* no v-lines */
margin: 0;
padding: 1px 0 0 0;
}
/* Suppress lines for last child node */
/* line 40, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-container li.dynatree-lastsib {
background-image: none;
}
/* Suppress lines if level is fixed expanded (option minExpandLevel) */
/* line 45, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-no-connector > li {
background-image: none;
}
/* Style, when control is disabled */
/* line 51, ../../sass/app/partials/_dynatree.scss */
.ui-dynatree-disabled ul.dynatree-container {
opacity: 0.5;
/* filter: alpha(opacity=50); /* Yields a css warning */
background-color: silver;
}
/*******************************************************************************
* Common icon definitions
*/
/* line 62, ../../sass/app/partials/_dynatree.scss */
span.dynatree-empty,
span.dynatree-vline,
span.dynatree-connector,
span.dynatree-expander,
span.dynatree-icon,
span.dynatree-checkbox,
span.dynatree-radio,
span.dynatree-drag-helper-img,
#dynatree-drop-marker {
width: 16px;
height: 16px;
/* display: -moz-inline-box; /* @ FF 1+2 removed for issue 221*/
/* -moz-box-align: start; /* issue 221 */
display: inline-block;
/* Required to make a span sizeable */
vertical-align: top;
background-repeat: no-repeat;
background-image: url("../images/dynatree/icons.gif");
background-position: 0 0;
margin-top: 5px;
}
/** Used by 'icon' node option: */
/* line 85, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-container img {
width: 16px;
height: 16px;
margin-left: 3px;
vertical-align: top;
border-style: none;
}
/*******************************************************************************
* Lines and connectors
*/
/*
span.dynatree-empty
{
}
span.dynatree-vline
{
}
*/
/* line 107, ../../sass/app/partials/_dynatree.scss */
span.dynatree-connector {
background-image: none;
}
/*
.dynatree-lastsib span.dynatree-connector
{
}
*/
/*******************************************************************************
* Expander icon
* Note: IE6 doesn't correctly evaluate multiples class names,
* so we create combined class names that can be used in the CSS.
*
* Prefix: dynatree-exp-
* 1st character: 'e': expanded, 'c': collapsed
* 2nd character (optional): 'd': lazy (Delayed)
* 3rd character (optional): 'l': Last sibling
*/
/* line 127, ../../sass/app/partials/_dynatree.scss */
span.dynatree-expander {
background-position: 0px -80px;
cursor: pointer;
}
/* line 132, ../../sass/app/partials/_dynatree.scss */
span.dynatree-expander:hover {
background-position: -16px -80px;
}
/* line 145, ../../sass/app/partials/_dynatree.scss */
.dynatree-exp-e span.dynatree-expander,
.dynatree-exp-ed span.dynatree-expander,
.dynatree-exp-el span.dynatree-expander,
.dynatree-exp-edl span.dynatree-expander {
background-position: -32px -80px;
}
/* line 152, ../../sass/app/partials/_dynatree.scss */
.dynatree-exp-e span.dynatree-expander:hover,
.dynatree-exp-ed span.dynatree-expander:hover,
.dynatree-exp-el span.dynatree-expander:hover,
.dynatree-exp-edl span.dynatree-expander:hover {
background-position: -48px -80px;
}
/* line 159, ../../sass/app/partials/_dynatree.scss */
.dynatree-loading span.dynatree-expander {
background-position: 0 0;
background-image: url("../images/dynatree/loading.gif");
}
/*******************************************************************************
* Checkbox icon
*/
/* line 169, ../../sass/app/partials/_dynatree.scss */
span.dynatree-checkbox {
margin-left: 3px;
background-position: 0px -32px;
}
/* line 174, ../../sass/app/partials/_dynatree.scss */
span.dynatree-checkbox:hover {
background-position: -16px -32px;
}
/* line 179, ../../sass/app/partials/_dynatree.scss */
.dynatree-partsel span.dynatree-checkbox {
background-position: -64px -32px;
}
/* line 183, ../../sass/app/partials/_dynatree.scss */
.dynatree-partsel span.dynatree-checkbox:hover {
background-position: -80px -32px;
}
/* line 188, ../../sass/app/partials/_dynatree.scss */
.dynatree-selected span.dynatree-checkbox {
background-position: -32px -32px;
}
/* line 192, ../../sass/app/partials/_dynatree.scss */
.dynatree-selected span.dynatree-checkbox:hover {
background-position: -48px -32px;
}
/*******************************************************************************
* Radiobutton icon
* This is a customization, that may be activated by overriding the 'checkbox'
* class name as 'dynatree-radio' in the tree options.
*/
/* line 202, ../../sass/app/partials/_dynatree.scss */
span.dynatree-radio {
margin-left: 3px;
background-position: 0px -48px;
}
/* line 207, ../../sass/app/partials/_dynatree.scss */
span.dynatree-radio:hover {
background-position: -16px -48px;
}
/* line 212, ../../sass/app/partials/_dynatree.scss */
.dynatree-partsel span.dynatree-radio {
background-position: -64px -48px;
}
/* line 216, ../../sass/app/partials/_dynatree.scss */
.dynatree-partsel span.dynatree-radio:hover {
background-position: -80px -48px;
}
/* line 221, ../../sass/app/partials/_dynatree.scss */
.dynatree-selected span.dynatree-radio {
background-position: -32px -48px;
}
/* line 225, ../../sass/app/partials/_dynatree.scss */
.dynatree-selected span.dynatree-radio:hover {
background-position: -48px -48px;
}
/*******************************************************************************
* Node type icon
* Note: IE6 doesn't correctly evaluate multiples class names,
* so we create combined class names that can be used in the CSS.
*
* Prefix: dynatree-ico-
* 1st character: 'e': expanded, 'c': collapsed
* 2nd character (optional): 'f': folder
*/
/* line 240, ../../sass/app/partials/_dynatree.scss */
span.dynatree-icon {
margin-left: 3px;
background-position: 0px 0px;
}
/* line 246, ../../sass/app/partials/_dynatree.scss */
.dynatree-has-children span.dynatree-icon {
/* background-position: 0px -16px; */
}
/* line 251, ../../sass/app/partials/_dynatree.scss */
.dynatree-ico-cf span.dynatree-icon {
background-position: 0px -16px;
}
/* line 256, ../../sass/app/partials/_dynatree.scss */
.dynatree-ico-ef span.dynatree-icon {
background-position: -64px -16px;
}
/* Status node icons */
/* line 263, ../../sass/app/partials/_dynatree.scss */
.dynatree-statusnode-wait span.dynatree-icon {
background-image: url("../images/dynatree/loading.gif");
}
/* line 268, ../../sass/app/partials/_dynatree.scss */
.dynatree-statusnode-error span.dynatree-icon {
background-position: 0px -112px;
/* background-image: url("../images/dynatree/ltError.gif");*/
}
/*******************************************************************************
* Node titles
*/
/* @Chrome: otherwise hit area of node titles is broken (issue 133)
Removed again for issue 165; (133 couldn't be reproduced) */
/* line 280, ../../sass/app/partials/_dynatree.scss */
span.dynatree-node {
/* display: -moz-inline-box; /* issue 133, 165, 172, 192. removed for issue 221 */
/* -moz-box-align: start; /* issue 221 */
display: inline-block;
/* issue 373 Required to make a span sizeable */
vertical-align: top;
}
/* Remove blue color and underline from title links */
/* line 290, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-container a
{
color: black;
/* inherit doesn't work on IE */
text-decoration: none;
vertical-align: top;
margin: 0px;
margin-left: 3px;
/* outline: 0; /* @ Firefox, prevent dotted border after click */
/* Set transparent border to prevent jumping when active node gets a border
(we can do this, because this theme doesn't use vertical lines)
*/
border: 1px solid white;
/* Note: 'transparent' would not work in IE6 */
}
/* line 306, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-container a:hover {
/* text-decoration: underline; */
background: #F2F7FD;
/* light blue */
border-color: #B8D6FB;
/* darker light blue */
}
/* line 313, ../../sass/app/partials/_dynatree.scss */
span.dynatree-node a {
display: inline-block;
/* Better alignment, when title contains <br> */
/* vertical-align: top;*/
padding-left: 3px;
padding-right: 3px;
/* Otherwise italic font will be outside bounds */
/* line-height: 16px; /* should be the same as img height, in case 16 px */
}
/* line 321, ../../sass/app/partials/_dynatree.scss */
span.dynatree-folder a {
/* font-weight: bold; */
/* custom */
}
/* line 326, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-container a:focus,
span.dynatree-focused a:link {
background-color: #EFEBDE;
/* gray */
}
/* line 332, ../../sass/app/partials/_dynatree.scss */
span.dynatree-has-children a {
/* font-style: oblique; /* custom: */
}
/* line 341, ../../sass/app/partials/_dynatree.scss */
span.dynatree-selected a {
/* color: green; */
font-style: italic;
}
/* line 347, ../../sass/app/partials/_dynatree.scss */
span.dynatree-active a {
border: 1px solid #99DEFD;
background-color: #D8F0FA;
}
/*******************************************************************************
* Drag'n'drop support
*/
/*** Helper object ************************************************************/
/* line 361, ../../sass/app/partials/_dynatree.scss */
div.dynatree-drag-helper a {
border: 1px solid gray;
background-color: white;
padding-left: 5px;
padding-right: 5px;
opacity: 0.8;
}
/* line 369, ../../sass/app/partials/_dynatree.scss */
span.dynatree-drag-helper-img {
/*
position: relative;
left: -16px;
*/
}
/* line 376, ../../sass/app/partials/_dynatree.scss */
div.dynatree-drag-helper {
/* border-color: green;
background-color: red;*/
}
/* line 381, ../../sass/app/partials/_dynatree.scss */
div.dynatree-drop-accept span.dynatree-drag-helper-img {
background-position: -32px -112px;
}
/* line 385, ../../sass/app/partials/_dynatree.scss */
div.dynatree-drag-helper.dynatree-drop-reject {
border-color: red;
}
/* line 389, ../../sass/app/partials/_dynatree.scss */
div.dynatree-drop-reject span.dynatree-drag-helper-img {
background-position: -16px -112px;
}
/*** Drop marker icon *********************************************************/
/* line 396, ../../sass/app/partials/_dynatree.scss */
#dynatree-drop-marker {
width: 24px;
position: absolute;
background-position: 0 -128px;
margin: 0;
}
/* line 403, ../../sass/app/partials/_dynatree.scss */
#dynatree-drop-marker.dynatree-drop-after,
#dynatree-drop-marker.dynatree-drop-before {
width: 64px;
background-position: 0 -144px;
}
/* line 409, ../../sass/app/partials/_dynatree.scss */
#dynatree-drop-marker.dynatree-drop-copy {
background-position: -64px -128px;
}
/* line 413, ../../sass/app/partials/_dynatree.scss */
#dynatree-drop-marker.dynatree-drop-move {
background-position: -64px -128px;
}
/*** Source node while dragging ***********************************************/
/* line 420, ../../sass/app/partials/_dynatree.scss */
span.dynatree-drag-source {
/* border: 1px dotted gray; */
background-color: #e0e0e0;
}
/* line 425, ../../sass/app/partials/_dynatree.scss */
span.dynatree-drag-source a {
color: gray;
}
/*** Target node while dragging cursor is over it *****************************/
/* line 432, ../../sass/app/partials/_dynatree.scss */
span.dynatree-drop-target {
/*border: 1px solid gray;*/
}
/* line 439, ../../sass/app/partials/_dynatree.scss */
span.dynatree-drop-target.dynatree-drop-accept a {
/*border: 1px solid green;*/
background-color: #3169C6 !important;
color: white !important;
/* @ IE6 */
text-decoration: none;
}
/* line 446, ../../sass/app/partials/_dynatree.scss */
span.dynatree-drop-target.dynatree-drop-reject {
/*border: 1px solid red;*/
}
/* line 1, ../../sass/app/partials/_content.scss */
.support-config {
margin: 0;
list-style: none;
}
/* line 4, ../../sass/app/partials/_content.scss */
.support-config li {
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
height: 153px;
}
/* line 9, ../../sass/app/partials/_content.scss */
.support-config .sortable-placeholder {
border: 1px dashed #ccc;
}
/* line 14, ../../sass/app/partials/_content.scss */
.price-zone strong {
display: block;
text-align: right;
margin-top: 26px;
}
/* line 21, ../../sass/app/partials/_content.scss */
.general-info .action-buttons {
overflow: hidden;
*zoom: 1;
margin: 20px;
}
/* line 25, ../../sass/app/partials/_content.scss */
.feature-products .action-buttons {
overflow: hidden;
*zoom: 1;
margin: 20px 0 0;
}
/* line 32, ../../sass/app/partials/_content.scss */
.system .field-content-content .control-label,
.system .field-content-summary .control-label {
display: none;
}
/* line 39, ../../sass/app/partials/_content.scss */
.slide-content .image img,
.banner-content .image img {
height: 100px;
margin-right: 10px;
}
/* line 43, ../../sass/app/partials/_content.scss */
.slide-content button,
.banner-content button {
padding: 5px 18px;
color: white;
}
/* line 48, ../../sass/app/partials/_content.scss */
.form-group-enabled {
margin-top: 20px;
}
/* line 4, ../../sass/app/modules/_page-builder.scss */
.page-builder {
background: #fcfcfc;
position: relative;
padding-bottom: 30px;
}
/* line 8, ../../sass/app/modules/_page-builder.scss */
.page-builder .controls {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 30px;
background: #e8e8e8;
text-align: center;
}
/* line 16, ../../sass/app/modules/_page-builder.scss */
.page-builder .controls a {
display: inline-block;
padding: 5px;
margin: 0 10px;
}
/* line 22, ../../sass/app/modules/_page-builder.scss */
.page-builder .pb-row {
position: relative;
margin-top: 40px;
border: 1px solid #e8e8e8;
padding: 10px 5px;
overflow: hidden;
*zoom: 1;
}
/* line 28, ../../sass/app/modules/_page-builder.scss */
.page-builder .pb-row > .controls {
bottom: auto;
top: -30px;
width: auto;
}
/* line 34, ../../sass/app/modules/_page-builder.scss */
.page-builder .pb-row .pb-column .pb-column-content {
position: relative;
padding: 10px 10px 40px;
margin: 0 5px;
min-height: 100px;
background: url(../images/bg-e-column.jpg);
}
/* line 42, ../../sass/app/modules/_page-builder.scss */
.page-builder .pb-row .pb-col {
float: left;
}
/* line 48, ../../sass/app/modules/_page-builder.scss */
.reveal-modal .row {
margin-bottom: 12px;
}
/* line 52, ../../sass/app/modules/_page-builder.scss */
.portlet-mini {
background: #fff;
padding: 10px;
}
/* line 55, ../../sass/app/modules/_page-builder.scss */
.portlet-mini .portlet-mini-header {
border-bottom: 1px solid #cccccc;
overflow: hidden;
*zoom: 1;
}
/* line 58, ../../sass/app/modules/_page-builder.scss */
.portlet-mini .portlet-mini-header .portlet-mini-title {
float: left;
}
/* line 61, ../../sass/app/modules/_page-builder.scss */
.portlet-mini .portlet-mini-header .portlet-mini-controls {
float: right;
}
/* line 66, ../../sass/app/modules/_page-builder.scss */
.portlet-mini .portlet-mini-body label {
margin: 20px;
}
/* line 72, ../../sass/app/modules/_page-builder.scss */
#content-using_page_builder {
overflow: hidden;
*zoom: 1;
}
/* line 74, ../../sass/app/modules/_page-builder.scss */
#content-using_page_builder label {
float: left;
padding: 10px 30px 0 0;
}
/* line 1, ../../sass/app/modules/_watermask.scss */
.watermask-controls {
overflow: hidden;
*zoom: 1;
}
/* line 3, ../../sass/app/modules/_watermask.scss */
.watermask-controls .button-group {
float: left;
margin: 15px 0;
}
/* line 6, ../../sass/app/modules/_watermask.scss */
.watermask-controls .button-group .button.small {
padding: 5px 15px;
}
/* line 10, ../../sass/app/modules/_watermask.scss */
.watermask-controls #color-opacity-controls {
float: left;
display: none;
}
/* line 13, ../../sass/app/modules/_watermask.scss */
.watermask-controls #color-opacity-controls div {
float: left;
margin: 10px 0 0 40px;
}
/* line 16, ../../sass/app/modules/_watermask.scss */
.watermask-controls #color-opacity-controls div label {
float: left;
margin: 7px;
}
/* line 20, ../../sass/app/modules/_watermask.scss */
.watermask-controls #color-opacity-controls div input[type="range"] {
margin-top: 7px;
width: 200px;
}
/* line 27, ../../sass/app/modules/_watermask.scss */
#canvas {
border: 1px solid #ccc;
}
/* line 30, ../../sass/app/modules/_watermask.scss */
.button-group-bottom {
margin: 15px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../../sass/app/modules/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
/* line 20, ../../sass/app/modules/_fancybox.scss */
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
/* line 27, ../../sass/app/modules/_fancybox.scss */
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/* line 37, ../../sass/app/modules/_fancybox.scss */
.fancybox-opened {
z-index: 8030;
}
/* line 41, ../../sass/app/modules/_fancybox.scss */
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
/* line 47, ../../sass/app/modules/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
position: relative;
}
/* line 51, ../../sass/app/modules/_fancybox.scss */
.fancybox-inner {
overflow: hidden;
}
/* line 55, ../../sass/app/modules/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
/* line 59, ../../sass/app/modules/_fancybox.scss */
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
/* line 67, ../../sass/app/modules/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
/* line 73, ../../sass/app/modules/_fancybox.scss */
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
/* line 78, ../../sass/app/modules/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(../images/fancybox_sprite.png);
}
/* line 82, ../../sass/app/modules/_fancybox.scss */
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
/* line 94, ../../sass/app/modules/_fancybox.scss */
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(../images/fancybox_loading.gif) center center no-repeat;
}
/* line 100, ../../sass/app/modules/_fancybox.scss */
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
/* line 110, ../../sass/app/modules/_fancybox.scss */
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(../images/blank.gif);
/* helps IE */
-webkit-tap-highlight-color: transparent;
z-index: 8040;
}
/* line 122, ../../sass/app/modules/_fancybox.scss */
.fancybox-prev {
left: 0;
}
/* line 126, ../../sass/app/modules/_fancybox.scss */
.fancybox-next {
right: 0;
}
/* line 130, ../../sass/app/modules/_fancybox.scss */
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
/* line 141, ../../sass/app/modules/_fancybox.scss */
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
/* line 146, ../../sass/app/modules/_fancybox.scss */
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
/* line 151, ../../sass/app/modules/_fancybox.scss */
.fancybox-nav:hover span {
visibility: visible;
}
/* line 155, ../../sass/app/modules/_fancybox.scss */
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
}
/* Overlay helper */
/* line 166, ../../sass/app/modules/_fancybox.scss */
.fancybox-lock {
overflow: visible !important;
width: auto;
}
/* line 171, ../../sass/app/modules/_fancybox.scss */
.fancybox-lock body {
overflow: hidden !important;
}
/* line 175, ../../sass/app/modules/_fancybox.scss */
.fancybox-lock-test {
overflow-y: hidden !important;
}
/* line 179, ../../sass/app/modules/_fancybox.scss */
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(../images/fancybox_overlay.png);
}
/* line 189, ../../sass/app/modules/_fancybox.scss */
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
/* line 195, ../../sass/app/modules/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
}
/* Title helper */
/* line 202, ../../sass/app/modules/_fancybox.scss */
.fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
/* line 210, ../../sass/app/modules/_fancybox.scss */
.fancybox-opened .fancybox-title {
visibility: visible;
}
/* line 214, ../../sass/app/modules/_fancybox.scss */
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
/* line 223, ../../sass/app/modules/_fancybox.scss */
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent;
/* Fallback for web browsers that doesn't support RGBa */
background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
/* line 239, ../../sass/app/modules/_fancybox.scss */
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
/* line 245, ../../sass/app/modules/_fancybox.scss */
.fancybox-title-inside-wrap {
padding-top: 10px;
}
/* line 249, ../../sass/app/modules/_fancybox.scss */
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
/* line 264, ../../sass/app/modules/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(../images/fancybox_sprite@2x.png);
background-size: 44px 152px;
/*The size of the normal image, half the size of the hi-res image*/
}
/* line 269, ../../sass/app/modules/_fancybox.scss */
#fancybox-loading div {
background-image: url(../images/fancybox_loading@2x.gif);
background-size: 24px 24px;
/*The size of the normal image, half the size of the hi-res image*/
}
}
/* line 18, ../../sass/app/global.scss */
body {
background-color: #e6e9f2;
}
/* line 20, ../../sass/app/global.scss */
body .copyright {
color: #000;
background: none;
}
/* line 26, ../../sass/app/global.scss */
.site-wrapper .breadcrumbs {
margin: 0.9375rem 0;
border-radius: 0.3125rem;
background: #fff;
}
/* line 30, ../../sass/app/global.scss */
.site-wrapper .breadcrumbs > * a {
color: #0171B8;
}
/* line 33, ../../sass/app/global.scss */
.site-wrapper .breadcrumbs .active {
color: #1cc7ff;
}
/* line 38, ../../sass/app/global.scss */
.row.wrapper {
width: 100%;
max-width: 100%;
}
/* line 43, ../../sass/app/global.scss */
.top-navigation .top-part-no-padding {
background: #0171B8;
border-bottom: 1px solid #e6e9f2;
min-height: 4.375rem;
}
/* line 48, ../../sass/app/global.scss */
.top-navigation .top-menu {
padding-top: 0.625rem;
padding-bottom: 0.625rem;
background: #FFFFFF;
border-bottom: 1px solid #e6e9f2;
min-height: 4.375rem;
}
/* line 56, ../../sass/app/global.scss */
.top-navigation .logo-bg img {
max-height: 3.125rem;
margin: 0.5625rem 0;
}
/* line 60, ../../sass/app/global.scss */
.top-navigation .logo-bg a {
font-size: 2rem;
margin: 0.625rem 0 0;
color: #fff;
float: right;
}
/* line 65, ../../sass/app/global.scss */
.top-navigation .logo-bg a:hover {
color: #B9C2DB;
}
/* line 70, ../../sass/app/global.scss */
.top-navigation .top-search {
padding-top: 0.375rem;
}
/* line 72, ../../sass/app/global.scss */
.top-navigation .top-search input {
-moz-border-radius: 1.25rem;
-webkit-border-radius: 1.25rem;
border-radius: 1.25rem;
padding: 0 0.9375rem;
}
/* line 77, ../../sass/app/global.scss */
.top-navigation .howdy {
text-align: right;
line-height: 3rem;
}
/* line 81, ../../sass/app/global.scss */
.top-navigation .logout {
text-align: center;
}
/* line 83, ../../sass/app/global.scss */
.top-navigation .logout a {
font-size: 2rem;
color: #0171B8;
}
/* line 86, ../../sass/app/global.scss */
.top-navigation .logout a:hover {
color: #f16c65;
}
/* line 92, ../../sass/app/global.scss */
.side-nav {
padding: 0 0 0.9375rem;
background: #fff;
margin: 0.9375rem 0 0.9375rem 0.9375rem;
-moz-border-radius: 0.3125rem;
-webkit-border-radius: 0.3125rem;
border-radius: 0.3125rem;
}
/* line 97, ../../sass/app/global.scss */
.side-nav .group-item {
color: #0171B8;
text-transform: uppercase;
font-weight: 600;
padding: 1.25rem 0 0 0.9375rem;
}
/* line 104, ../../sass/app/global.scss */
.side-nav li a:not(.button) {
line-height: 1.875rem;
color: #333;
}
/* line 108, ../../sass/app/global.scss */
.side-nav li.active > a:not(.button) {
border-left: 0.1875rem solid #0171B8;
margin-left: -0.1875rem;
background: #f2f6f9;
}
/* line 113, ../../sass/app/global.scss */
.side-nav li i {
margin-right: 0.5rem;
font-size: 1rem;
}
/* line 117, ../../sass/app/global.scss */
.side-nav li ul {
margin: 0;
list-style: none;
}
/* line 120, ../../sass/app/global.scss */
.side-nav li ul li {
margin: 0;
}
/* line 122, ../../sass/app/global.scss */
.side-nav li ul li a {
border-left: none !important;
margin: 2px 0 0 !important;
padding: 3px 0 3px 38px !important;
}
/* line 126, ../../sass/app/global.scss */
.side-nav li ul li a:hover {
text-decoration: underline;
color: #333 !important;
}
/* line 135, ../../sass/app/global.scss */
.portlet {
padding: 0.75rem 1.25rem 0.9375rem;
background: #fff;
-moz-border-radius: 0.3125rem;
-webkit-border-radius: 0.3125rem;
border-radius: 0.3125rem;
margin-top: 0.9375rem;
}
/* line 140, ../../sass/app/global.scss */
.portlet .portlet-title {
border-bottom: 1px solid #eee;
min-height: 2.75rem;
overflow: hidden;
*zoom: 1;
}
/* line 144, ../../sass/app/global.scss */
.portlet .portlet-title .caption {
float: right;
font-size: 1.125rem;
line-height: 2rem;
font-weight: 700;
text-transform: uppercase;
color: #0171B8;
}
/* line 152, ../../sass/app/global.scss */
.portlet .portlet-title .action {
float: left;
}
/* line 154, ../../sass/app/global.scss */
.portlet .portlet-title .action a {
margin: 0 0.625rem 0.625rem 0;
}
/* line 160, ../../sass/app/global.scss */
.portlet .portlet-body .has-padding {
padding-top: 0.9375rem;
}
/* line 163, ../../sass/app/global.scss */
.portlet .portlet-body .has-padding-full {
padding: 0.9375rem;
}
/* line 167, ../../sass/app/global.scss */
.portlet.small {
border: 1px solid #0171B8;
padding: 0;
}
/* line 170, ../../sass/app/global.scss */
.portlet.small .portlet-title {
background: #3598dc;
min-height: initial;
}
/* line 173, ../../sass/app/global.scss */
.portlet.small .portlet-title .caption {
color: #fff;
font-size: 0.875rem;
padding: 0.125rem 0.625rem;
}
/* line 177, ../../sass/app/global.scss */
.portlet.small .portlet-title .caption i {
margin-right: 0.3125rem;
}
/* line 185, ../../sass/app/global.scss */
.table {
width: 100%;
}
/* line 188, ../../sass/app/global.scss */
.table tr th {
font-weight: 500;
color: #008CBA;
}
/* line 191, ../../sass/app/global.scss */
.table tr th .asc:after, .table tr th .desc:after {
color: #0171B8;
font-family: FontAwesome;
margin-left: 0.3125rem;
}
/* line 196, ../../sass/app/global.scss */
.table tr th .asc:after {
content: "\f106";
}
/* line 199, ../../sass/app/global.scss */
.table tr th .desc:after {
content: "\f107";
}
/* line 203, ../../sass/app/global.scss */
.table tr td {
vertical-align: top;
}
/* line 208, ../../sass/app/global.scss */
.table .fa {
font-size: 1rem;
margin: 0 0.3125rem;
}
/* line 211, ../../sass/app/global.scss */
.table .fa.fa-eye {
color: #a0d3e8;
}
/* line 214, ../../sass/app/global.scss */
.table .fa.fa-pencil-square-o {
color: #008CBA;
}
/* line 217, ../../sass/app/global.scss */
.table .fa.fa-trash-o {
color: #e7e7e7;
}
/* line 221, ../../sass/app/global.scss */
.table input[type='number'] {
width: 60px;
}
/* line 225, ../../sass/app/global.scss */
.summary {
font-size: 0.8125rem;
}
/* line 228, ../../sass/app/global.scss */
.form-group {
margin-bottom: 0.9375rem;
position: relative;
}
/* line 232, ../../sass/app/global.scss */
.form-group.has-error .form-control {
border-color: red;
}
/* line 236, ../../sass/app/global.scss */
.form-group .control-label {
margin-bottom: 0.1875rem;
}
/* line 239, ../../sass/app/global.scss */
.form-group .help-block {
color: red;
font-size: 12px;
margin: 5px 0 0;
}
/* line 243, ../../sass/app/global.scss */
.form-group .help-block:empty {
display: none;
}
/* line 248, ../../sass/app/global.scss */
#gallery-application {
overflow: auto;
padding: 0.625rem 0;
}
/* line 251, ../../sass/app/global.scss */
#gallery-application label {
float: left;
width: 49%;
}
/* line 256, ../../sass/app/global.scss */
.user-form table tr td {
padding: 0;
}
/* line 258, ../../sass/app/global.scss */
.user-form table tr td .input-group {
position: relative;
padding-right: 0.625rem;
}
/* line 261, ../../sass/app/global.scss */
.user-form table tr td .input-group .input-group-addon {
position: absolute;
right: 1.25rem;
top: 0.625rem;
z-index: 1;
} | cms/admin/themes/gentellela/css/app/global.css | meta.foundation-version {
font-family: "/5.5.1/";
}
/* line 352, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-small {
font-family: "/only screen/";
width: 0;
}
/* line 357, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-small-only {
font-family: "/only screen and (max-width: 40em)/";
width: 0;
}
/* line 362, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-medium {
font-family: "/only screen and (min-width:40.063em)/";
width: 40.063em;
}
/* line 367, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
width: 40.063em;
}
/* line 372, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-large {
font-family: "/only screen and (min-width:64.063em)/";
width: 64.063em;
}
/* line 377, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-large-only {
font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
width: 64.063em;
}
/* line 382, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
font-family: "/only screen and (min-width:90.063em)/";
width: 90.063em;
}
/* line 387, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
width: 90.063em;
}
/* line 392, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
font-family: "/only screen and (min-width:120.063em)/";
width: 120.063em;
}
/* line 397, ../../sass/vendor/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
font-family: false;
}
/* line 404, ../../sass/vendor/foundation/components/_global.scss */
html, body {
height: 100%;
}
/* line 407, ../../sass/vendor/foundation/components/_global.scss */
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* line 413, ../../sass/vendor/foundation/components/_global.scss */
html,
body {
font-size: 100%;
}
/* line 417, ../../sass/vendor/foundation/components/_global.scss */
body {
background: #fff;
color: #222;
padding: 0;
margin: 0;
font-family: "Open Sans", sans-serif;
font-weight: normal;
font-style: normal;
line-height: 1.5;
position: relative;
cursor: auto;
}
/* line 430, ../../sass/vendor/foundation/components/_global.scss */
a:hover {
cursor: pointer;
}
/* line 433, ../../sass/vendor/foundation/components/_global.scss */
img {
max-width: 100%;
height: auto;
}
/* line 435, ../../sass/vendor/foundation/components/_global.scss */
img {
-ms-interpolation-mode: bicubic;
}
/* line 439, ../../sass/vendor/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
max-width: none !important;
}
/* line 446, ../../sass/vendor/foundation/components/_global.scss */
.left {
float: left !important;
}
/* line 447, ../../sass/vendor/foundation/components/_global.scss */
.right {
float: right !important;
}
/* line 172, ../../sass/vendor/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
/* line 173, ../../sass/vendor/foundation/components/_global.scss */
.clearfix:after {
clear: both;
}
/* line 451, ../../sass/vendor/foundation/components/_global.scss */
.hide {
display: none;
}
/* line 456, ../../sass/vendor/foundation/components/_global.scss */
.invisible {
visibility: hidden;
}
/* line 462, ../../sass/vendor/foundation/components/_global.scss */
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 465, ../../sass/vendor/foundation/components/_global.scss */
img {
display: inline-block;
vertical-align: middle;
}
/* line 475, ../../sass/vendor/foundation/components/_global.scss */
textarea {
height: auto;
min-height: 50px;
}
/* line 478, ../../sass/vendor/foundation/components/_global.scss */
select {
width: 100%;
}
/* line 232, ../../sass/vendor/foundation/components/_grid.scss */
.row {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
max-width: 62.5rem;
}
/* line 172, ../../sass/vendor/foundation/components/_global.scss */
.row:before, .row:after {
content: " ";
display: table;
}
/* line 173, ../../sass/vendor/foundation/components/_global.scss */
.row:after {
clear: both;
}
/* line 236, ../../sass/vendor/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
padding-left: 0;
padding-right: 0;
}
/* line 239, ../../sass/vendor/foundation/components/_grid.scss */
.row.collapse .row {
margin-left: 0;
margin-right: 0;
}
/* line 242, ../../sass/vendor/foundation/components/_grid.scss */
.row .row {
width: auto;
margin-left: -0.9375rem;
margin-right: -0.9375rem;
margin-top: 0;
margin-bottom: 0;
max-width: none;
}
/* line 172, ../../sass/vendor/foundation/components/_global.scss */
.row .row:before, .row .row:after {
content: " ";
display: table;
}
/* line 173, ../../sass/vendor/foundation/components/_global.scss */
.row .row:after {
clear: both;
}
/* line 243, ../../sass/vendor/foundation/components/_grid.scss */
.row .row.collapse {
width: auto;
margin: 0;
max-width: none;
}
/* line 172, ../../sass/vendor/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
content: " ";
display: table;
}
/* line 173, ../../sass/vendor/foundation/components/_global.scss */
.row .row.collapse:after {
clear: both;
}
/* line 247, ../../sass/vendor/foundation/components/_grid.scss */
.column,
.columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
width: 100%;
float: left;
}
/* line 250, ../../sass/vendor/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
float: right;
}
/* line 251, ../../sass/vendor/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
float: left;
}
@media only screen {
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-0 {
position: relative;
left: 0%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-0 {
position: relative;
right: 0%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-3 {
position: relative;
left: 25%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-3 {
position: relative;
right: 25%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-6 {
position: relative;
left: 50%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-6 {
position: relative;
right: 50%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-9 {
position: relative;
left: 75%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-9 {
position: relative;
right: 75%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.small-push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.small-pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
/* line 167, ../../sass/vendor/foundation/components/_grid.scss */
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-1 {
width: 8.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-2 {
width: 16.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-3 {
width: 25%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-4 {
width: 33.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-5 {
width: 41.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-6 {
width: 50%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-7 {
width: 58.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-8 {
width: 66.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-9 {
width: 75%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-10 {
width: 83.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-11 {
width: 91.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.small-12 {
width: 100%;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-0 {
margin-left: 0% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-1 {
margin-left: 8.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-2 {
margin-left: 16.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-3 {
margin-left: 25% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-4 {
margin-left: 33.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-5 {
margin-left: 41.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-6 {
margin-left: 50% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-7 {
margin-left: 58.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-8 {
margin-left: 66.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-9 {
margin-left: 75% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-10 {
margin-left: 83.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.small-offset-11 {
margin-left: 91.66667% !important;
}
/* line 179, ../../sass/vendor/foundation/components/_grid.scss */
.small-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left;
}
/* line 187, ../../sass/vendor/foundation/components/_grid.scss */
.column.small-centered,
.columns.small-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
/* line 190, ../../sass/vendor/foundation/components/_grid.scss */
.column.small-uncentered,
.columns.small-uncentered {
margin-left: 0;
margin-right: 0;
float: left;
}
/* line 198, ../../sass/vendor/foundation/components/_grid.scss */
.column.small-centered:last-child,
.columns.small-centered:last-child {
float: none;
}
/* line 204, ../../sass/vendor/foundation/components/_grid.scss */
.column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
float: left;
}
/* line 209, ../../sass/vendor/foundation/components/_grid.scss */
.column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
float: right;
}
/* line 216, ../../sass/vendor/foundation/components/_grid.scss */
.row.small-collapse > .column,
.row.small-collapse > .columns {
padding-left: 0;
padding-right: 0;
}
/* line 219, ../../sass/vendor/foundation/components/_grid.scss */
.row.small-collapse .row {
margin-left: 0;
margin-right: 0;
}
/* line 222, ../../sass/vendor/foundation/components/_grid.scss */
.row.small-uncollapse > .column,
.row.small-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
}
@media only screen and (min-width: 40.063em) {
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-0 {
position: relative;
left: 0%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-0 {
position: relative;
right: 0%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-3 {
position: relative;
left: 25%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-3 {
position: relative;
right: 25%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-6 {
position: relative;
left: 50%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-6 {
position: relative;
right: 50%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-9 {
position: relative;
left: 75%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-9 {
position: relative;
right: 75%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.medium-push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.medium-pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
/* line 167, ../../sass/vendor/foundation/components/_grid.scss */
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-1 {
width: 8.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-2 {
width: 16.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-3 {
width: 25%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-4 {
width: 33.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-5 {
width: 41.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-6 {
width: 50%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-7 {
width: 58.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-8 {
width: 66.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-9 {
width: 75%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-10 {
width: 83.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-11 {
width: 91.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.medium-12 {
width: 100%;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-0 {
margin-left: 0% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-1 {
margin-left: 8.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-2 {
margin-left: 16.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-3 {
margin-left: 25% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-4 {
margin-left: 33.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-5 {
margin-left: 41.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-6 {
margin-left: 50% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-7 {
margin-left: 58.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-8 {
margin-left: 66.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-9 {
margin-left: 75% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-10 {
margin-left: 83.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.medium-offset-11 {
margin-left: 91.66667% !important;
}
/* line 179, ../../sass/vendor/foundation/components/_grid.scss */
.medium-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left;
}
/* line 187, ../../sass/vendor/foundation/components/_grid.scss */
.column.medium-centered,
.columns.medium-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
/* line 190, ../../sass/vendor/foundation/components/_grid.scss */
.column.medium-uncentered,
.columns.medium-uncentered {
margin-left: 0;
margin-right: 0;
float: left;
}
/* line 198, ../../sass/vendor/foundation/components/_grid.scss */
.column.medium-centered:last-child,
.columns.medium-centered:last-child {
float: none;
}
/* line 204, ../../sass/vendor/foundation/components/_grid.scss */
.column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
float: left;
}
/* line 209, ../../sass/vendor/foundation/components/_grid.scss */
.column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
float: right;
}
/* line 216, ../../sass/vendor/foundation/components/_grid.scss */
.row.medium-collapse > .column,
.row.medium-collapse > .columns {
padding-left: 0;
padding-right: 0;
}
/* line 219, ../../sass/vendor/foundation/components/_grid.scss */
.row.medium-collapse .row {
margin-left: 0;
margin-right: 0;
}
/* line 222, ../../sass/vendor/foundation/components/_grid.scss */
.row.medium-uncollapse > .column,
.row.medium-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-0 {
position: relative;
left: 0%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-0 {
position: relative;
right: 0%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-3 {
position: relative;
left: 25%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-3 {
position: relative;
right: 25%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-6 {
position: relative;
left: 50%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-6 {
position: relative;
right: 50%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-9 {
position: relative;
left: 75%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-9 {
position: relative;
right: 75%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
/* line 261, ../../sass/vendor/foundation/components/_grid.scss */
.push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
/* line 264, ../../sass/vendor/foundation/components/_grid.scss */
.pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
}
@media only screen and (min-width: 64.063em) {
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-0 {
position: relative;
left: 0%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-0 {
position: relative;
right: 0%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-3 {
position: relative;
left: 25%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-3 {
position: relative;
right: 25%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-6 {
position: relative;
left: 50%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-6 {
position: relative;
right: 50%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-9 {
position: relative;
left: 75%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-9 {
position: relative;
right: 75%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
/* line 159, ../../sass/vendor/foundation/components/_grid.scss */
.large-push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
/* line 162, ../../sass/vendor/foundation/components/_grid.scss */
.large-pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
/* line 167, ../../sass/vendor/foundation/components/_grid.scss */
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-1 {
width: 8.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-2 {
width: 16.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-3 {
width: 25%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-4 {
width: 33.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-5 {
width: 41.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-6 {
width: 50%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-7 {
width: 58.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-8 {
width: 66.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-9 {
width: 75%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-10 {
width: 83.33333%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-11 {
width: 91.66667%;
}
/* line 172, ../../sass/vendor/foundation/components/_grid.scss */
.large-12 {
width: 100%;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-0 {
margin-left: 0% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-1 {
margin-left: 8.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-2 {
margin-left: 16.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-3 {
margin-left: 25% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-4 {
margin-left: 33.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-5 {
margin-left: 41.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-6 {
margin-left: 50% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-7 {
margin-left: 58.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-8 {
margin-left: 66.66667% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-9 {
margin-left: 75% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-10 {
margin-left: 83.33333% !important;
}
/* line 176, ../../sass/vendor/foundation/components/_grid.scss */
.large-offset-11 {
margin-left: 91.66667% !important;
}
/* line 179, ../../sass/vendor/foundation/components/_grid.scss */
.large-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left;
}
/* line 187, ../../sass/vendor/foundation/components/_grid.scss */
.column.large-centered,
.columns.large-centered {
margin-left: auto;
margin-right: auto;
float: none;
}
/* line 190, ../../sass/vendor/foundation/components/_grid.scss */
.column.large-uncentered,
.columns.large-uncentered {
margin-left: 0;
margin-right: 0;
float: left;
}
/* line 198, ../../sass/vendor/foundation/components/_grid.scss */
.column.large-centered:last-child,
.columns.large-centered:last-child {
float: none;
}
/* line 204, ../../sass/vendor/foundation/components/_grid.scss */
.column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
float: left;
}
/* line 209, ../../sass/vendor/foundation/components/_grid.scss */
.column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
float: right;
}
/* line 216, ../../sass/vendor/foundation/components/_grid.scss */
.row.large-collapse > .column,
.row.large-collapse > .columns {
padding-left: 0;
padding-right: 0;
}
/* line 219, ../../sass/vendor/foundation/components/_grid.scss */
.row.large-collapse .row {
margin-left: 0;
margin-right: 0;
}
/* line 222, ../../sass/vendor/foundation/components/_grid.scss */
.row.large-uncollapse > .column,
.row.large-uncollapse > .columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-0 {
position: relative;
left: 0%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-0 {
position: relative;
right: 0%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-1 {
position: relative;
left: 8.33333%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-1 {
position: relative;
right: 8.33333%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-2 {
position: relative;
left: 16.66667%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-2 {
position: relative;
right: 16.66667%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-3 {
position: relative;
left: 25%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-3 {
position: relative;
right: 25%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-4 {
position: relative;
left: 33.33333%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-4 {
position: relative;
right: 33.33333%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-5 {
position: relative;
left: 41.66667%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-5 {
position: relative;
right: 41.66667%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-6 {
position: relative;
left: 50%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-6 {
position: relative;
right: 50%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-7 {
position: relative;
left: 58.33333%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-7 {
position: relative;
right: 58.33333%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-8 {
position: relative;
left: 66.66667%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-8 {
position: relative;
right: 66.66667%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-9 {
position: relative;
left: 75%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-9 {
position: relative;
right: 75%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-10 {
position: relative;
left: 83.33333%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-10 {
position: relative;
right: 83.33333%;
left: auto;
}
/* line 272, ../../sass/vendor/foundation/components/_grid.scss */
.push-11 {
position: relative;
left: 91.66667%;
right: auto;
}
/* line 275, ../../sass/vendor/foundation/components/_grid.scss */
.pull-11 {
position: relative;
right: 91.66667%;
left: auto;
}
}
/* line 169, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal-bg {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #000000;
background: rgba(0, 0, 0, 0.45);
z-index: 1004;
display: none;
left: 0;
}
/* line 171, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal {
visibility: hidden;
display: none;
position: absolute;
z-index: 1005;
width: 100%;
top: 0;
border-radius: 5px;
left: 0;
background-color: #FFFFFF;
padding: 1.875rem;
border: solid 1px #666666;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 40em) {
/* line 171, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal {
min-height: 100vh;
}
}
/* line 89, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal .column, .reveal-modal .columns {
min-width: 0;
}
/* line 92, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
margin-top: 0;
}
/* line 94, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 40.063em) {
/* line 171, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal {
width: 80%;
max-width: 62.5rem;
left: 0;
right: 0;
margin: 0 auto;
}
}
@media only screen and (min-width: 40.063em) {
/* line 171, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal {
top: 6.25rem;
}
}
/* line 182, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.radius {
border-radius: 5px;
}
/* line 183, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.round {
border-radius: 1000px;
}
/* line 184, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.collapse {
padding: 0;
}
@media only screen and (min-width: 40.063em) {
/* line 185, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.tiny {
width: 30%;
max-width: 62.5rem;
left: 0;
right: 0;
margin: 0 auto;
}
}
@media only screen and (min-width: 40.063em) {
/* line 186, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.small {
width: 40%;
max-width: 62.5rem;
left: 0;
right: 0;
margin: 0 auto;
}
}
@media only screen and (min-width: 40.063em) {
/* line 187, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.medium {
width: 60%;
max-width: 62.5rem;
left: 0;
right: 0;
margin: 0 auto;
}
}
@media only screen and (min-width: 40.063em) {
/* line 188, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.large {
width: 70%;
max-width: 62.5rem;
left: 0;
right: 0;
margin: 0 auto;
}
}
@media only screen and (min-width: 40.063em) {
/* line 189, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.xlarge {
width: 95%;
max-width: 62.5rem;
left: 0;
right: 0;
margin: 0 auto;
}
}
/* line 190, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.full {
top: 0;
left: 0;
height: 100%;
height: 100vh;
min-height: 100vh;
max-width: none !important;
margin-left: 0 !important;
}
@media only screen and (min-width: 40.063em) {
/* line 190, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.full {
width: 100%;
max-width: 62.5rem;
left: 0;
right: 0;
margin: 0 auto;
}
}
/* line 202, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal.toback {
z-index: 1003;
}
/* line 206, ../../sass/vendor/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
font-size: 2.5rem;
line-height: 1;
position: absolute;
top: 0.625rem;
right: 1.375rem;
color: #AAAAAA;
font-weight: bold;
cursor: pointer;
}
/* line 4, ../../sass/app/partials/_general.scss */
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
}
/* line 7, ../../sass/app/partials/_general.scss */
.copyright {
text-align: center;
font-size: 0.8rem;
padding-top: 8px;
color: #fff;
}
/* line 15, ../../sass/app/partials/_general.scss */
.tabs-content .content .tabs {
border-top: 1px solid #EFEFEF;
}
/* line 21, ../../sass/app/partials/_general.scss */
.cke_reset_all textarea, .cke_reset_all input[type="text"], .cke_reset_all input[type="password"] {
height: auto;
}
/* line 26, ../../sass/app/partials/_general.scss */
.product-search {
overflow: hidden;
*zoom: 1;
padding-top: 20px;
}
/* line 29, ../../sass/app/partials/_general.scss */
.product-search label {
display: none;
}
/* line 32, ../../sass/app/partials/_general.scss */
.product-search input {
width: 300px;
}
/* line 35, ../../sass/app/partials/_general.scss */
.product-search select {
width: 200px;
}
/* line 38, ../../sass/app/partials/_general.scss */
.product-search button {
padding: 8px 20px;
color: #fff;
}
/* line 42, ../../sass/app/partials/_general.scss */
.product-search .form-group {
float: left;
margin-right: 10px;
}
/* line 3, ../../sass/app/partials/_form.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
select,
textarea {
border-radius: 4px;
font-size: 14px;
font-weight: normal;
color: #333;
background-color: #fff;
border: 1px solid #e5e5e5;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-moz-transition-property: border-color, box-shadow;
-o-transition-property: border-color, box-shadow;
-webkit-transition-property: border-color, box-shadow;
transition-property: border-color, box-shadow;
-moz-transition-duration: 0.15s, 0.15s;
-o-transition-duration: 0.15s, 0.15s;
-webkit-transition-duration: 0.15s, 0.15s;
transition-duration: 0.15s, 0.15s;
-moz-transition-timing-function: ease-in-out, ease-in-out;
-o-transition-timing-function: ease-in-out, ease-in-out;
-webkit-transition-timing-function: ease-in-out, ease-in-out;
transition-timing-function: ease-in-out, ease-in-out;
margin: 0;
}
/* line 30, ../../sass/app/partials/_form.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
border-color: #44B6AE;
}
/* line 2, ../../sass/app/partials/_upload.scss */
.view-thumbnail [class*=column] + [class*=column]:last-child {
float: left;
}
/* line 5, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone {
max-height: 25rem;
overflow: hidden;
margin-bottom: 1.25rem;
}
/* line 9, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone table {
border: none;
width: 100%;
table-layout: fixed;
margin: 0;
}
/* line 15, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone strong {
display: block;
text-align: right;
margin-bottom: 0.1875rem;
}
/* line 19, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone strong span {
font-size: 0.8125rem;
color: #fff;
padding: 0 0.1875rem;
}
/* line 25, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone .edit {
height: 15.625rem;
overflow: hidden;
-moz-border-radius: 0.3125rem;
-webkit-border-radius: 0.3125rem;
border-radius: 0.3125rem;
background: #f5f5f5;
text-align: center;
vertical-align: middle;
position: relative;
padding: 0;
-moz-border-radius-bottomleft: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
}
/* line 36, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone .edit .overflow {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../images/processing.gif) no-repeat center center rgba(255, 255, 255, 0.6);
}
/* line 45, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone .caption {
padding: 0;
display: none;
}
/* line 48, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone .caption textarea {
-moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
}
/* line 53, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone .controls {
font-size: 1rem;
}
/* line 55, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone .controls label {
float: left;
}
/* line 57, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone .controls label input {
margin: 0;
}
/* line 61, ../../sass/app/partials/_upload.scss */
.view-thumbnail .photo-zone .controls a {
float: right;
}
/* line 2, ../../sass/app/partials/_tags.scss */
.text-core .text-tags {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
width: 100%;
height: 100%;
padding: 0.1875rem;
cursor: text;
font-size: 0.875rem;
top: 1.375rem;
}
/* line 11, ../../sass/app/partials/_tags.scss */
.text-core .text-tags.text-tags-on-top {
z-index: 2;
}
/* line 14, ../../sass/app/partials/_tags.scss */
.text-core .text-tags .text-tag {
float: left;
}
/* line 17, ../../sass/app/partials/_tags.scss */
.text-core .text-tags .text-button {
-moz-border-radius: 1.25rem;
-webkit-border-radius: 1.25rem;
border-radius: 1.25rem;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
float: left;
border: 1px solid #9daccc;
background: #e2e6f0;
color: #000;
padding: 0 1.5625rem 0 0.625rem;
margin: 0 0.1875rem 0.1875rem 0;
cursor: pointer;
}
/* line 29, ../../sass/app/partials/_tags.scss */
.text-core .text-tags .text-remove {
position: absolute;
right: 0.3125rem;
top: 0.3125rem;
display: block;
width: 0.6875rem;
height: 0.6875rem;
background: url(../images/close.png) no-repeat;
}
/* line 37, ../../sass/app/partials/_tags.scss */
.text-core .text-tags .text-remove:hover {
background-position: 0 -0.6875rem;
}
/* line 40, ../../sass/app/partials/_tags.scss */
.text-core .text-tags .text-remove:active {
background-position: 0 -1.375rem;
}
/* line 45, ../../sass/app/partials/_tags.scss */
.text-core .text-dropdown {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
z-index: 3;
background: #fff;
border: 1px solid #9daccc;
width: 100%;
max-height: 100px;
padding: 1px;
display: none;
overflow-x: hidden;
overflow-y: auto;
-moz-border-radius: 0.3125rem;
-webkit-border-radius: 0.3125rem;
border-radius: 0.3125rem;
}
/* line 58, ../../sass/app/partials/_tags.scss */
.text-core .text-dropdown.text-position-below {
margin-top: 1px;
}
/* line 61, ../../sass/app/partials/_tags.scss */
.text-core .text-dropdown.text-position-above {
margin-bottom: 1px;
}
/* line 64, ../../sass/app/partials/_tags.scss */
.text-core .text-dropdown .text-suggestion {
padding: 0.1875rem 0.3125rem;
cursor: pointer;
-moz-border-radius: 0.3125rem;
-webkit-border-radius: 0.3125rem;
border-radius: 0.3125rem;
}
/* line 68, ../../sass/app/partials/_tags.scss */
.text-core .text-dropdown .text-suggestion.text-selected {
color: #fff;
background: #6d84b4;
}
/* line 72, ../../sass/app/partials/_tags.scss */
.text-core .text-dropdown .text-suggestion em {
font-style: normal;
text-decoration: underline;
}
/* line 2, ../../sass/app/partials/_sortable.scss */
.site-index .feature-products {
overflow: hidden;
*zoom: 1;
padding-bottom: 0.9375rem;
}
/* line 7, ../../sass/app/partials/_sortable.scss */
.site-index .related .connected {
height: 800px;
max-height: 800px;
}
/* line 13, ../../sass/app/partials/_sortable.scss */
.site-index .search .connected {
height: 645px;
max-height: 645px;
}
/* line 20, ../../sass/app/partials/_sortable.scss */
.related .connected {
height: 24.4375rem;
max-height: 24.4375rem;
overflow-x: hidden;
overflow-y: scroll;
}
/* line 25, ../../sass/app/partials/_sortable.scss */
.related .connected li {
cursor: move;
}
/* line 27, ../../sass/app/partials/_sortable.scss */
.related .connected li.sortable-placeholder {
border: 1px dashed #CCC;
background: none;
height: 147px;
}
/* line 33, ../../sass/app/partials/_sortable.scss */
.related .connected img {
max-width: 100%;
}
/* line 36, ../../sass/app/partials/_sortable.scss */
.related .connected a {
display: block;
margin: 5px 0 0;
font-size: 12px;
height: 40px;
overflow: hidden;
}
/* line 46, ../../sass/app/partials/_sortable.scss */
.search .search-box {
padding: 0.9375rem 0.3125rem 1.25rem;
border-bottom: 1px solid #3598dc;
margin-bottom: 1.25rem;
}
/* line 51, ../../sass/app/partials/_sortable.scss */
.search .connected {
height: 18.75rem;
max-height: 18.75rem;
overflow-x: hidden;
overflow-y: scroll;
}
/* line 56, ../../sass/app/partials/_sortable.scss */
.search .connected li {
cursor: move;
}
/* line 58, ../../sass/app/partials/_sortable.scss */
.search .connected li.sortable-placeholder {
border: 1px dashed #CCC;
background: none;
height: 37px;
}
/* line 64, ../../sass/app/partials/_sortable.scss */
.search .connected img {
display: none;
}
/* line 70, ../../sass/app/partials/_sortable.scss */
.connected, .sortable, .exclude, .handles {
margin: auto;
padding: 0;
-webkit-touch-callout: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}
/* line 76, ../../sass/app/partials/_sortable.scss */
.connected li, .sortable li, .exclude li, .handles li {
list-style: none;
border: 1px solid #CCC;
background: #F6F6F6;
color: #1C94C4;
margin: 5px;
padding: 5px;
}
/* line 85, ../../sass/app/partials/_sortable.scss */
.handles span {
cursor: move;
}
/* line 89, ../../sass/app/partials/_sortable.scss */
.sortable.grid li {
float: left;
width: 30%;
text-align: center;
}
/* line 96, ../../sass/app/partials/_sortable.scss */
li.highlight {
background: #FEE25F;
}
/* line 99, ../../sass/app/partials/_sortable.scss */
li.disabled {
opacity: 0.5;
}
/* line 1, ../../sass/app/partials/_duplicated.scss */
.field-content-name, .field-category-name, .field-product-name, .field-gallery-name, .field-tag-name {
position: relative;
}
/* line 3, ../../sass/app/partials/_duplicated.scss */
.field-content-name:after, .field-category-name:after, .field-product-name:after, .field-gallery-name:after, .field-tag-name:after {
position: absolute;
bottom: 7px;
right: 9px;
font-family: FontAwesome;
color: #0171B8;
}
/* line 11, ../../sass/app/partials/_duplicated.scss */
.field-content-name.duplicated:after, .field-category-name.duplicated:after, .field-product-name.duplicated:after, .field-gallery-name.duplicated:after, .field-tag-name.duplicated:after {
content: "\f071";
color: greenyellow;
}
/*******************************************************************************
* Tree container
*/
/* line 4, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-container {
white-space: nowrap;
padding: 3px;
margin: 0;
/* issue 201 */
background-color: white;
border: 1px dotted gray;
overflow: auto;
/* height: 100%; /* issue 263, 470 */
min-height: 0%;
}
/* line 16, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-container ul {
padding: 0 0 0 16px;
margin: 0;
}
/* line 22, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-container li {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
-moz-background-clip: border;
-moz-background-inline-policy: continuous;
-moz-background-origin: padding;
background-attachment: scroll;
background-color: transparent;
background-position: 0 0;
background-repeat: repeat-y;
background-image: none;
/* no v-lines */
margin: 0;
padding: 1px 0 0 0;
}
/* Suppress lines for last child node */
/* line 40, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-container li.dynatree-lastsib {
background-image: none;
}
/* Suppress lines if level is fixed expanded (option minExpandLevel) */
/* line 45, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-no-connector > li {
background-image: none;
}
/* Style, when control is disabled */
/* line 51, ../../sass/app/partials/_dynatree.scss */
.ui-dynatree-disabled ul.dynatree-container {
opacity: 0.5;
/* filter: alpha(opacity=50); /* Yields a css warning */
background-color: silver;
}
/*******************************************************************************
* Common icon definitions
*/
/* line 62, ../../sass/app/partials/_dynatree.scss */
span.dynatree-empty,
span.dynatree-vline,
span.dynatree-connector,
span.dynatree-expander,
span.dynatree-icon,
span.dynatree-checkbox,
span.dynatree-radio,
span.dynatree-drag-helper-img,
#dynatree-drop-marker {
width: 16px;
height: 16px;
/* display: -moz-inline-box; /* @ FF 1+2 removed for issue 221*/
/* -moz-box-align: start; /* issue 221 */
display: inline-block;
/* Required to make a span sizeable */
vertical-align: top;
background-repeat: no-repeat;
background-image: url("../images/dynatree/icons.gif");
background-position: 0 0;
margin-top: 5px;
}
/** Used by 'icon' node option: */
/* line 85, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-container img {
width: 16px;
height: 16px;
margin-left: 3px;
vertical-align: top;
border-style: none;
}
/*******************************************************************************
* Lines and connectors
*/
/*
span.dynatree-empty
{
}
span.dynatree-vline
{
}
*/
/* line 107, ../../sass/app/partials/_dynatree.scss */
span.dynatree-connector {
background-image: none;
}
/*
.dynatree-lastsib span.dynatree-connector
{
}
*/
/*******************************************************************************
* Expander icon
* Note: IE6 doesn't correctly evaluate multiples class names,
* so we create combined class names that can be used in the CSS.
*
* Prefix: dynatree-exp-
* 1st character: 'e': expanded, 'c': collapsed
* 2nd character (optional): 'd': lazy (Delayed)
* 3rd character (optional): 'l': Last sibling
*/
/* line 127, ../../sass/app/partials/_dynatree.scss */
span.dynatree-expander {
background-position: 0px -80px;
cursor: pointer;
}
/* line 132, ../../sass/app/partials/_dynatree.scss */
span.dynatree-expander:hover {
background-position: -16px -80px;
}
/* line 145, ../../sass/app/partials/_dynatree.scss */
.dynatree-exp-e span.dynatree-expander,
.dynatree-exp-ed span.dynatree-expander,
.dynatree-exp-el span.dynatree-expander,
.dynatree-exp-edl span.dynatree-expander {
background-position: -32px -80px;
}
/* line 152, ../../sass/app/partials/_dynatree.scss */
.dynatree-exp-e span.dynatree-expander:hover,
.dynatree-exp-ed span.dynatree-expander:hover,
.dynatree-exp-el span.dynatree-expander:hover,
.dynatree-exp-edl span.dynatree-expander:hover {
background-position: -48px -80px;
}
/* line 159, ../../sass/app/partials/_dynatree.scss */
.dynatree-loading span.dynatree-expander {
background-position: 0 0;
background-image: url("../images/dynatree/loading.gif");
}
/*******************************************************************************
* Checkbox icon
*/
/* line 169, ../../sass/app/partials/_dynatree.scss */
span.dynatree-checkbox {
margin-left: 3px;
background-position: 0px -32px;
}
/* line 174, ../../sass/app/partials/_dynatree.scss */
span.dynatree-checkbox:hover {
background-position: -16px -32px;
}
/* line 179, ../../sass/app/partials/_dynatree.scss */
.dynatree-partsel span.dynatree-checkbox {
background-position: -64px -32px;
}
/* line 183, ../../sass/app/partials/_dynatree.scss */
.dynatree-partsel span.dynatree-checkbox:hover {
background-position: -80px -32px;
}
/* line 188, ../../sass/app/partials/_dynatree.scss */
.dynatree-selected span.dynatree-checkbox {
background-position: -32px -32px;
}
/* line 192, ../../sass/app/partials/_dynatree.scss */
.dynatree-selected span.dynatree-checkbox:hover {
background-position: -48px -32px;
}
/*******************************************************************************
* Radiobutton icon
* This is a customization, that may be activated by overriding the 'checkbox'
* class name as 'dynatree-radio' in the tree options.
*/
/* line 202, ../../sass/app/partials/_dynatree.scss */
span.dynatree-radio {
margin-left: 3px;
background-position: 0px -48px;
}
/* line 207, ../../sass/app/partials/_dynatree.scss */
span.dynatree-radio:hover {
background-position: -16px -48px;
}
/* line 212, ../../sass/app/partials/_dynatree.scss */
.dynatree-partsel span.dynatree-radio {
background-position: -64px -48px;
}
/* line 216, ../../sass/app/partials/_dynatree.scss */
.dynatree-partsel span.dynatree-radio:hover {
background-position: -80px -48px;
}
/* line 221, ../../sass/app/partials/_dynatree.scss */
.dynatree-selected span.dynatree-radio {
background-position: -32px -48px;
}
/* line 225, ../../sass/app/partials/_dynatree.scss */
.dynatree-selected span.dynatree-radio:hover {
background-position: -48px -48px;
}
/*******************************************************************************
* Node type icon
* Note: IE6 doesn't correctly evaluate multiples class names,
* so we create combined class names that can be used in the CSS.
*
* Prefix: dynatree-ico-
* 1st character: 'e': expanded, 'c': collapsed
* 2nd character (optional): 'f': folder
*/
/* line 240, ../../sass/app/partials/_dynatree.scss */
span.dynatree-icon {
margin-left: 3px;
background-position: 0px 0px;
}
/* line 246, ../../sass/app/partials/_dynatree.scss */
.dynatree-has-children span.dynatree-icon {
/* background-position: 0px -16px; */
}
/* line 251, ../../sass/app/partials/_dynatree.scss */
.dynatree-ico-cf span.dynatree-icon {
background-position: 0px -16px;
}
/* line 256, ../../sass/app/partials/_dynatree.scss */
.dynatree-ico-ef span.dynatree-icon {
background-position: -64px -16px;
}
/* Status node icons */
/* line 263, ../../sass/app/partials/_dynatree.scss */
.dynatree-statusnode-wait span.dynatree-icon {
background-image: url("../images/dynatree/loading.gif");
}
/* line 268, ../../sass/app/partials/_dynatree.scss */
.dynatree-statusnode-error span.dynatree-icon {
background-position: 0px -112px;
/* background-image: url("../images/dynatree/ltError.gif");*/
}
/*******************************************************************************
* Node titles
*/
/* @Chrome: otherwise hit area of node titles is broken (issue 133)
Removed again for issue 165; (133 couldn't be reproduced) */
/* line 280, ../../sass/app/partials/_dynatree.scss */
span.dynatree-node {
/* display: -moz-inline-box; /* issue 133, 165, 172, 192. removed for issue 221 */
/* -moz-box-align: start; /* issue 221 */
display: inline-block;
/* issue 373 Required to make a span sizeable */
vertical-align: top;
}
/* Remove blue color and underline from title links */
/* line 290, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-container a
{
color: black;
/* inherit doesn't work on IE */
text-decoration: none;
vertical-align: top;
margin: 0px;
margin-left: 3px;
/* outline: 0; /* @ Firefox, prevent dotted border after click */
/* Set transparent border to prevent jumping when active node gets a border
(we can do this, because this theme doesn't use vertical lines)
*/
border: 1px solid white;
/* Note: 'transparent' would not work in IE6 */
}
/* line 306, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-container a:hover {
/* text-decoration: underline; */
background: #F2F7FD;
/* light blue */
border-color: #B8D6FB;
/* darker light blue */
}
/* line 313, ../../sass/app/partials/_dynatree.scss */
span.dynatree-node a {
display: inline-block;
/* Better alignment, when title contains <br> */
/* vertical-align: top;*/
padding-left: 3px;
padding-right: 3px;
/* Otherwise italic font will be outside bounds */
/* line-height: 16px; /* should be the same as img height, in case 16 px */
}
/* line 321, ../../sass/app/partials/_dynatree.scss */
span.dynatree-folder a {
/* font-weight: bold; */
/* custom */
}
/* line 326, ../../sass/app/partials/_dynatree.scss */
ul.dynatree-container a:focus,
span.dynatree-focused a:link {
background-color: #EFEBDE;
/* gray */
}
/* line 332, ../../sass/app/partials/_dynatree.scss */
span.dynatree-has-children a {
/* font-style: oblique; /* custom: */
}
/* line 341, ../../sass/app/partials/_dynatree.scss */
span.dynatree-selected a {
/* color: green; */
font-style: italic;
}
/* line 347, ../../sass/app/partials/_dynatree.scss */
span.dynatree-active a {
border: 1px solid #99DEFD;
background-color: #D8F0FA;
}
/*******************************************************************************
* Drag'n'drop support
*/
/*** Helper object ************************************************************/
/* line 361, ../../sass/app/partials/_dynatree.scss */
div.dynatree-drag-helper a {
border: 1px solid gray;
background-color: white;
padding-left: 5px;
padding-right: 5px;
opacity: 0.8;
}
/* line 369, ../../sass/app/partials/_dynatree.scss */
span.dynatree-drag-helper-img {
/*
position: relative;
left: -16px;
*/
}
/* line 376, ../../sass/app/partials/_dynatree.scss */
div.dynatree-drag-helper {
/* border-color: green;
background-color: red;*/
}
/* line 381, ../../sass/app/partials/_dynatree.scss */
div.dynatree-drop-accept span.dynatree-drag-helper-img {
background-position: -32px -112px;
}
/* line 385, ../../sass/app/partials/_dynatree.scss */
div.dynatree-drag-helper.dynatree-drop-reject {
border-color: red;
}
/* line 389, ../../sass/app/partials/_dynatree.scss */
div.dynatree-drop-reject span.dynatree-drag-helper-img {
background-position: -16px -112px;
}
/*** Drop marker icon *********************************************************/
/* line 396, ../../sass/app/partials/_dynatree.scss */
#dynatree-drop-marker {
width: 24px;
position: absolute;
background-position: 0 -128px;
margin: 0;
}
/* line 403, ../../sass/app/partials/_dynatree.scss */
#dynatree-drop-marker.dynatree-drop-after,
#dynatree-drop-marker.dynatree-drop-before {
width: 64px;
background-position: 0 -144px;
}
/* line 409, ../../sass/app/partials/_dynatree.scss */
#dynatree-drop-marker.dynatree-drop-copy {
background-position: -64px -128px;
}
/* line 413, ../../sass/app/partials/_dynatree.scss */
#dynatree-drop-marker.dynatree-drop-move {
background-position: -64px -128px;
}
/*** Source node while dragging ***********************************************/
/* line 420, ../../sass/app/partials/_dynatree.scss */
span.dynatree-drag-source {
/* border: 1px dotted gray; */
background-color: #e0e0e0;
}
/* line 425, ../../sass/app/partials/_dynatree.scss */
span.dynatree-drag-source a {
color: gray;
}
/*** Target node while dragging cursor is over it *****************************/
/* line 432, ../../sass/app/partials/_dynatree.scss */
span.dynatree-drop-target {
/*border: 1px solid gray;*/
}
/* line 439, ../../sass/app/partials/_dynatree.scss */
span.dynatree-drop-target.dynatree-drop-accept a {
/*border: 1px solid green;*/
background-color: #3169C6 !important;
color: white !important;
/* @ IE6 */
text-decoration: none;
}
/* line 446, ../../sass/app/partials/_dynatree.scss */
span.dynatree-drop-target.dynatree-drop-reject {
/*border: 1px solid red;*/
}
/* line 1, ../../sass/app/partials/_content.scss */
.support-config {
margin: 0;
list-style: none;
}
/* line 4, ../../sass/app/partials/_content.scss */
.support-config li {
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
height: 153px;
}
/* line 9, ../../sass/app/partials/_content.scss */
.support-config .sortable-placeholder {
border: 1px dashed #ccc;
}
/* line 14, ../../sass/app/partials/_content.scss */
.price-zone strong {
display: block;
text-align: right;
margin-top: 26px;
}
/* line 21, ../../sass/app/partials/_content.scss */
.general-info .action-buttons {
overflow: hidden;
*zoom: 1;
margin: 20px;
}
/* line 25, ../../sass/app/partials/_content.scss */
.feature-products .action-buttons {
overflow: hidden;
*zoom: 1;
margin: 20px 0 0;
}
/* line 32, ../../sass/app/partials/_content.scss */
.system .field-content-content .control-label,
.system .field-content-summary .control-label {
display: none;
}
/* line 39, ../../sass/app/partials/_content.scss */
.slide-content .image img,
.banner-content .image img {
height: 100px;
margin-right: 10px;
}
/* line 43, ../../sass/app/partials/_content.scss */
.slide-content button,
.banner-content button {
padding: 5px 18px;
color: white;
}
/* line 48, ../../sass/app/partials/_content.scss */
.form-group-enabled {
margin-top: 20px;
}
/* line 4, ../../sass/app/modules/_page-builder.scss */
.page-builder {
background: #fcfcfc;
position: relative;
padding-bottom: 30px;
}
/* line 8, ../../sass/app/modules/_page-builder.scss */
.page-builder .controls {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 30px;
background: #e8e8e8;
text-align: center;
}
/* line 16, ../../sass/app/modules/_page-builder.scss */
.page-builder .controls a {
display: inline-block;
padding: 5px;
margin: 0 10px;
}
/* line 22, ../../sass/app/modules/_page-builder.scss */
.page-builder .pb-row {
position: relative;
margin-top: 40px;
border: 1px solid #e8e8e8;
padding: 10px 5px;
overflow: hidden;
*zoom: 1;
}
/* line 28, ../../sass/app/modules/_page-builder.scss */
.page-builder .pb-row > .controls {
bottom: auto;
top: -30px;
width: auto;
}
/* line 34, ../../sass/app/modules/_page-builder.scss */
.page-builder .pb-row .pb-column .pb-column-content {
position: relative;
padding: 10px 10px 40px;
margin: 0 5px;
min-height: 100px;
background: url(../images/bg-e-column.jpg);
}
/* line 42, ../../sass/app/modules/_page-builder.scss */
.page-builder .pb-row .pb-col {
float: left;
}
/* line 48, ../../sass/app/modules/_page-builder.scss */
.reveal-modal .row {
margin-bottom: 12px;
}
/* line 52, ../../sass/app/modules/_page-builder.scss */
.portlet-mini {
background: #fff;
padding: 10px;
}
/* line 55, ../../sass/app/modules/_page-builder.scss */
.portlet-mini .portlet-mini-header {
border-bottom: 1px solid #cccccc;
overflow: hidden;
*zoom: 1;
}
/* line 58, ../../sass/app/modules/_page-builder.scss */
.portlet-mini .portlet-mini-header .portlet-mini-title {
float: left;
}
/* line 61, ../../sass/app/modules/_page-builder.scss */
.portlet-mini .portlet-mini-header .portlet-mini-controls {
float: right;
}
/* line 66, ../../sass/app/modules/_page-builder.scss */
.portlet-mini .portlet-mini-body label {
margin: 20px;
}
/* line 72, ../../sass/app/modules/_page-builder.scss */
#content-using_page_builder {
overflow: hidden;
*zoom: 1;
}
/* line 74, ../../sass/app/modules/_page-builder.scss */
#content-using_page_builder label {
float: left;
padding: 10px 30px 0 0;
}
/* line 1, ../../sass/app/modules/_watermask.scss */
.watermask-controls {
overflow: hidden;
*zoom: 1;
}
/* line 3, ../../sass/app/modules/_watermask.scss */
.watermask-controls .button-group {
float: left;
margin: 15px 0;
}
/* line 6, ../../sass/app/modules/_watermask.scss */
.watermask-controls .button-group .button.small {
padding: 5px 15px;
}
/* line 10, ../../sass/app/modules/_watermask.scss */
.watermask-controls #color-opacity-controls {
float: left;
display: none;
}
/* line 13, ../../sass/app/modules/_watermask.scss */
.watermask-controls #color-opacity-controls div {
float: left;
margin: 10px 0 0 40px;
}
/* line 16, ../../sass/app/modules/_watermask.scss */
.watermask-controls #color-opacity-controls div label {
float: left;
margin: 7px;
}
/* line 20, ../../sass/app/modules/_watermask.scss */
.watermask-controls #color-opacity-controls div input[type="range"] {
margin-top: 7px;
width: 200px;
}
/* line 27, ../../sass/app/modules/_watermask.scss */
#canvas {
border: 1px solid #ccc;
}
/* line 30, ../../sass/app/modules/_watermask.scss */
.button-group-bottom {
margin: 15px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../../sass/app/modules/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
/* line 20, ../../sass/app/modules/_fancybox.scss */
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
/* line 27, ../../sass/app/modules/_fancybox.scss */
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
/* line 37, ../../sass/app/modules/_fancybox.scss */
.fancybox-opened {
z-index: 8030;
}
/* line 41, ../../sass/app/modules/_fancybox.scss */
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
/* line 47, ../../sass/app/modules/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
position: relative;
}
/* line 51, ../../sass/app/modules/_fancybox.scss */
.fancybox-inner {
overflow: hidden;
}
/* line 55, ../../sass/app/modules/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
/* line 59, ../../sass/app/modules/_fancybox.scss */
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
/* line 67, ../../sass/app/modules/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
/* line 73, ../../sass/app/modules/_fancybox.scss */
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
/* line 78, ../../sass/app/modules/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(../images/fancybox_sprite.png);
}
/* line 82, ../../sass/app/modules/_fancybox.scss */
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
/* line 94, ../../sass/app/modules/_fancybox.scss */
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(../images/fancybox_loading.gif) center center no-repeat;
}
/* line 100, ../../sass/app/modules/_fancybox.scss */
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
/* line 110, ../../sass/app/modules/_fancybox.scss */
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(../images/blank.gif);
/* helps IE */
-webkit-tap-highlight-color: transparent;
z-index: 8040;
}
/* line 122, ../../sass/app/modules/_fancybox.scss */
.fancybox-prev {
left: 0;
}
/* line 126, ../../sass/app/modules/_fancybox.scss */
.fancybox-next {
right: 0;
}
/* line 130, ../../sass/app/modules/_fancybox.scss */
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
/* line 141, ../../sass/app/modules/_fancybox.scss */
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
/* line 146, ../../sass/app/modules/_fancybox.scss */
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
/* line 151, ../../sass/app/modules/_fancybox.scss */
.fancybox-nav:hover span {
visibility: visible;
}
/* line 155, ../../sass/app/modules/_fancybox.scss */
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
}
/* Overlay helper */
/* line 166, ../../sass/app/modules/_fancybox.scss */
.fancybox-lock {
overflow: visible !important;
width: auto;
}
/* line 171, ../../sass/app/modules/_fancybox.scss */
.fancybox-lock body {
overflow: hidden !important;
}
/* line 175, ../../sass/app/modules/_fancybox.scss */
.fancybox-lock-test {
overflow-y: hidden !important;
}
/* line 179, ../../sass/app/modules/_fancybox.scss */
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(../images/fancybox_overlay.png);
}
/* line 189, ../../sass/app/modules/_fancybox.scss */
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
/* line 195, ../../sass/app/modules/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
}
/* Title helper */
/* line 202, ../../sass/app/modules/_fancybox.scss */
.fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
/* line 210, ../../sass/app/modules/_fancybox.scss */
.fancybox-opened .fancybox-title {
visibility: visible;
}
/* line 214, ../../sass/app/modules/_fancybox.scss */
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
/* line 223, ../../sass/app/modules/_fancybox.scss */
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent;
/* Fallback for web browsers that doesn't support RGBa */
background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
/* line 239, ../../sass/app/modules/_fancybox.scss */
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
/* line 245, ../../sass/app/modules/_fancybox.scss */
.fancybox-title-inside-wrap {
padding-top: 10px;
}
/* line 249, ../../sass/app/modules/_fancybox.scss */
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
/* line 264, ../../sass/app/modules/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(../images/fancybox_sprite@2x.png);
background-size: 44px 152px;
/*The size of the normal image, half the size of the hi-res image*/
}
/* line 269, ../../sass/app/modules/_fancybox.scss */
#fancybox-loading div {
background-image: url(../images/fancybox_loading@2x.gif);
background-size: 24px 24px;
/*The size of the normal image, half the size of the hi-res image*/
}
}
/* line 18, ../../sass/app/global.scss */
body {
background-color: #e6e9f2;
}
/* line 20, ../../sass/app/global.scss */
body .copyright {
color: #000;
background: none;
}
/* line 26, ../../sass/app/global.scss */
.site-wrapper .breadcrumbs {
margin: 0.9375rem 0;
border-radius: 0.3125rem;
background: #fff;
}
/* line 30, ../../sass/app/global.scss */
.site-wrapper .breadcrumbs > * a {
color: #0171B8;
}
/* line 33, ../../sass/app/global.scss */
.site-wrapper .breadcrumbs .active {
color: #1cc7ff;
}
/* line 38, ../../sass/app/global.scss */
.row.wrapper {
width: 100%;
max-width: 100%;
}
/* line 43, ../../sass/app/global.scss */
.top-navigation .top-part-no-padding {
background: #0171B8;
border-bottom: 1px solid #e6e9f2;
min-height: 4.375rem;
}
/* line 48, ../../sass/app/global.scss */
.top-navigation .top-menu {
padding-top: 0.625rem;
padding-bottom: 0.625rem;
background: #FFFFFF;
border-bottom: 1px solid #e6e9f2;
min-height: 4.375rem;
}
/* line 56, ../../sass/app/global.scss */
.top-navigation .logo-bg img {
max-height: 3.125rem;
margin: 0.5625rem 0;
}
/* line 60, ../../sass/app/global.scss */
.top-navigation .logo-bg a {
font-size: 2rem;
margin: 0.625rem 0 0;
color: #fff;
float: right;
}
/* line 65, ../../sass/app/global.scss */
.top-navigation .logo-bg a:hover {
color: #B9C2DB;
}
/* line 70, ../../sass/app/global.scss */
.top-navigation .top-search {
padding-top: 0.375rem;
}
/* line 72, ../../sass/app/global.scss */
.top-navigation .top-search input {
-moz-border-radius: 1.25rem;
-webkit-border-radius: 1.25rem;
border-radius: 1.25rem;
padding: 0 0.9375rem;
}
/* line 77, ../../sass/app/global.scss */
.top-navigation .howdy {
text-align: right;
line-height: 3rem;
}
/* line 81, ../../sass/app/global.scss */
.top-navigation .logout {
text-align: center;
}
/* line 83, ../../sass/app/global.scss */
.top-navigation .logout a {
font-size: 2rem;
color: #0171B8;
}
/* line 86, ../../sass/app/global.scss */
.top-navigation .logout a:hover {
color: #f16c65;
}
/* line 92, ../../sass/app/global.scss */
.side-nav {
padding: 0 0 0.9375rem;
background: #fff;
margin: 0.9375rem 0 0.9375rem 0.9375rem;
-moz-border-radius: 0.3125rem;
-webkit-border-radius: 0.3125rem;
border-radius: 0.3125rem;
}
/* line 97, ../../sass/app/global.scss */
.side-nav .group-item {
color: #0171B8;
text-transform: uppercase;
font-weight: 600;
padding: 1.25rem 0 0 0.9375rem;
}
/* line 104, ../../sass/app/global.scss */
.side-nav li a:not(.button) {
line-height: 1.875rem;
color: #333;
}
/* line 108, ../../sass/app/global.scss */
.side-nav li.active > a:not(.button) {
border-left: 0.1875rem solid #0171B8;
margin-left: -0.1875rem;
background: #f2f6f9;
}
/* line 113, ../../sass/app/global.scss */
.side-nav li i {
margin-right: 0.5rem;
font-size: 1rem;
}
/* line 117, ../../sass/app/global.scss */
.side-nav li ul {
margin: 0;
list-style: none;
}
/* line 120, ../../sass/app/global.scss */
.side-nav li ul li {
margin: 0;
}
/* line 122, ../../sass/app/global.scss */
.side-nav li ul li a {
border-left: none !important;
margin: 2px 0 0 !important;
padding: 3px 0 3px 38px !important;
}
/* line 126, ../../sass/app/global.scss */
.side-nav li ul li a:hover {
text-decoration: underline;
color: #333 !important;
}
/* line 135, ../../sass/app/global.scss */
.portlet {
padding: 0.75rem 1.25rem 0.9375rem;
background: #fff;
-moz-border-radius: 0.3125rem;
-webkit-border-radius: 0.3125rem;
border-radius: 0.3125rem;
margin-top: 0.9375rem;
}
/* line 140, ../../sass/app/global.scss */
.portlet .portlet-title {
border-bottom: 1px solid #eee;
min-height: 2.75rem;
overflow: hidden;
*zoom: 1;
}
/* line 144, ../../sass/app/global.scss */
.portlet .portlet-title .caption {
float: right;
font-size: 1.125rem;
line-height: 2rem;
font-weight: 700;
text-transform: uppercase;
color: #0171B8;
}
/* line 152, ../../sass/app/global.scss */
.portlet .portlet-title .action {
float: left;
}
/* line 154, ../../sass/app/global.scss */
.portlet .portlet-title .action a {
margin: 0 0.625rem 0.625rem 0;
}
/* line 160, ../../sass/app/global.scss */
.portlet .portlet-body .has-padding {
padding-top: 0.9375rem;
}
/* line 163, ../../sass/app/global.scss */
.portlet .portlet-body .has-padding-full {
padding: 0.9375rem;
}
/* line 167, ../../sass/app/global.scss */
.portlet.small {
border: 1px solid #0171B8;
padding: 0;
}
/* line 170, ../../sass/app/global.scss */
.portlet.small .portlet-title {
background: #3598dc;
min-height: initial;
}
/* line 173, ../../sass/app/global.scss */
.portlet.small .portlet-title .caption {
color: #fff;
font-size: 0.875rem;
padding: 0.125rem 0.625rem;
}
/* line 177, ../../sass/app/global.scss */
.portlet.small .portlet-title .caption i {
margin-right: 0.3125rem;
}
/* line 185, ../../sass/app/global.scss */
.table {
width: 100%;
}
/* line 188, ../../sass/app/global.scss */
.table tr th {
font-weight: 500;
color: #008CBA;
}
/* line 191, ../../sass/app/global.scss */
.table tr th .asc:after, .table tr th .desc:after {
color: #0171B8;
font-family: FontAwesome;
margin-left: 0.3125rem;
}
/* line 196, ../../sass/app/global.scss */
.table tr th .asc:after {
content: "\f106";
}
/* line 199, ../../sass/app/global.scss */
.table tr th .desc:after {
content: "\f107";
}
/* line 203, ../../sass/app/global.scss */
.table tr td {
vertical-align: top;
}
/* line 208, ../../sass/app/global.scss */
.table .fa {
font-size: 1rem;
margin: 0 0.3125rem;
}
/* line 211, ../../sass/app/global.scss */
.table .fa.fa-eye {
color: #a0d3e8;
}
/* line 214, ../../sass/app/global.scss */
.table .fa.fa-pencil-square-o {
color: #008CBA;
}
/* line 217, ../../sass/app/global.scss */
.table .fa.fa-trash-o {
color: #e7e7e7;
}
/* line 221, ../../sass/app/global.scss */
.table input[type='number'] {
width: 60px;
}
/* line 225, ../../sass/app/global.scss */
.summary {
font-size: 0.8125rem;
}
/* line 228, ../../sass/app/global.scss */
.form-group {
margin-bottom: 0.9375rem;
position: relative;
}
/* line 232, ../../sass/app/global.scss */
.form-group.has-error .form-control {
border-color: red;
}
/* line 236, ../../sass/app/global.scss */
.form-group .control-label {
margin-bottom: 0.1875rem;
}
/* line 239, ../../sass/app/global.scss */
.form-group .help-block {
color: red;
font-size: 12px;
margin: 5px 0 0;
}
/* line 243, ../../sass/app/global.scss */
.form-group .help-block:empty {
display: none;
}
/* line 248, ../../sass/app/global.scss */
#gallery-application {
overflow: auto;
padding: 0.625rem 0;
}
/* line 251, ../../sass/app/global.scss */
#gallery-application label {
float: left;
width: 49%;
}
/* line 256, ../../sass/app/global.scss */
.user-form table tr td {
padding: 0;
}
/* line 258, ../../sass/app/global.scss */
.user-form table tr td .input-group {
position: relative;
padding-right: 0.625rem;
}
/* line 261, ../../sass/app/global.scss */
.user-form table tr td .input-group .input-group-addon {
position: absolute;
right: 1.25rem;
top: 0.625rem;
z-index: 1;
} | 0.244453 | 0.040693 |
@charset "UTF-8";
/*
Fonts
*/
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,300);
/*
The Foundation
*/
body {
margin-top: 1em
}
.tabby {
font: 300 0/1.5"Open Sans", "Segoe UI Light", "Segoe UI Web Light", "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", Frutiger, "Frutiger Linotype", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
text-align: center
}
/* Hides checkboxes */
.tabby label {
line-height: 40px;
font-size: 16px;
/* vertical */
display: block;
width: 25%;
/* vertical left */
float: left;
clear: left;
text-align: left;
}
.tabby label span {
border-width: 1px;
border-style: none dotted dotted none;
border-color: rgba(127,127,127,0.5);
}
.tabby label:first-of-type {
border-top-width: 1px;
border-top-style: solid;
}
.tabby ul {
font-size: 16px; /* Apply font-size */
margin-top: 2px;
/* flip */
perspective: 2000px;
perspective-origin: 50% 50%;
/* vertical left */
margin-left: 25%
}
.tabby ul li {
text-align: left;
/* flip */
transition: all 0.618s;
transform: rotateY(90deg); /* change for hoizontal, -% right */
transform-origin: 0 0; /* 100% 0%; for vertical right */
}
/* Links */
.tabby ul li a:active {
position: relative;
top: 1px
}
/*
Grid System
*/
.tabby .grid-row {
margin-top: 1em;
}
/*
Typography Set
*/
/* Headings */
.tabby ul li h1,
.tabby ul li h2,
.tabby ul li h3 {
font-weight: 300;
line-height: 1.3;
}
.tabby ul li h1 {
font-size: 48px
}
.tabby ul li h2 {
font-size: 42px
}
.tabby ul li h3 {
font-size: 36px
}
/* Paragraphs */
.tabby ul li p {
margin-bottom: 1em;
font-size: 1em
}
/* Citations - Always place at the end of a parapraph */
.tabby ul li .cite {
text-align: right;
font-style: italic
}
.tabby ul li .cite:before {
content: "-";
margin-right: 5px
}
/* Icon Font - FontAwesome */
.fa {
margin-right: 10px;
font-size: 1em
/* Icon will always be same size as text */
}
@media screen and (max-width: 799px) {
.tabby label span {
border-style: none none dotted none;
}
.tabby ul li { /* hoizontal left */
transform: rotateX(-90deg);
transform-origin: 50% 0%;
}
} | css/tabby-box-.css | @charset "UTF-8";
/*
Fonts
*/
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,300);
/*
The Foundation
*/
body {
margin-top: 1em
}
.tabby {
font: 300 0/1.5"Open Sans", "Segoe UI Light", "Segoe UI Web Light", "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", Frutiger, "Frutiger Linotype", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
text-align: center
}
/* Hides checkboxes */
.tabby label {
line-height: 40px;
font-size: 16px;
/* vertical */
display: block;
width: 25%;
/* vertical left */
float: left;
clear: left;
text-align: left;
}
.tabby label span {
border-width: 1px;
border-style: none dotted dotted none;
border-color: rgba(127,127,127,0.5);
}
.tabby label:first-of-type {
border-top-width: 1px;
border-top-style: solid;
}
.tabby ul {
font-size: 16px; /* Apply font-size */
margin-top: 2px;
/* flip */
perspective: 2000px;
perspective-origin: 50% 50%;
/* vertical left */
margin-left: 25%
}
.tabby ul li {
text-align: left;
/* flip */
transition: all 0.618s;
transform: rotateY(90deg); /* change for hoizontal, -% right */
transform-origin: 0 0; /* 100% 0%; for vertical right */
}
/* Links */
.tabby ul li a:active {
position: relative;
top: 1px
}
/*
Grid System
*/
.tabby .grid-row {
margin-top: 1em;
}
/*
Typography Set
*/
/* Headings */
.tabby ul li h1,
.tabby ul li h2,
.tabby ul li h3 {
font-weight: 300;
line-height: 1.3;
}
.tabby ul li h1 {
font-size: 48px
}
.tabby ul li h2 {
font-size: 42px
}
.tabby ul li h3 {
font-size: 36px
}
/* Paragraphs */
.tabby ul li p {
margin-bottom: 1em;
font-size: 1em
}
/* Citations - Always place at the end of a parapraph */
.tabby ul li .cite {
text-align: right;
font-style: italic
}
.tabby ul li .cite:before {
content: "-";
margin-right: 5px
}
/* Icon Font - FontAwesome */
.fa {
margin-right: 10px;
font-size: 1em
/* Icon will always be same size as text */
}
@media screen and (max-width: 799px) {
.tabby label span {
border-style: none none dotted none;
}
.tabby ul li { /* hoizontal left */
transform: rotateX(-90deg);
transform-origin: 50% 0%;
}
} | 0.350755 | 0.069258 |
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');
body {
margin:0;
padding: 0;
font-family: 'IBM Plex Sans', sans-serif;
color: #8F8F8F;
}
ul, li {
list-style: none;
margin: 0;
padding: 0;
}
p,h1,h2,h3,h4,h5,h6 {
margin: 0;
padding: 0;
}
p {
font-weight: 400;
font-size: 14px;
color: #8F8F8F;
line-height: normal;
}
h1 {
font-weight: 700;
color: #000000;
font-size: 18px;
}
h4 {
font-weight: 600;
color: #000000;
font-size: 14px;
}
a, a:hover {
text-decoration: none;
}
button:focus, input:focus, textarea:focus, select:focus {
outline: none !important;
}
label {
display: initial;
margin-bottom: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.ha_button input, .ha_button button, .ha_button a {
display: inline-block;
cursor: pointer;
border: none;
background: #333333;
color: #FFFFFF;
font-weight: 400;
font-size: 16px;
line-height: normal;
padding: 10px 15px;
border-radius: 7px;
}
.ha_login_input input, .ha_login_input textarea {
width: 100%;
color: #bababa;
font-weight: 400;
font-size: 14px;
background: #f4f4f4;
padding: 12px 15px;
margin: 7px 0px;
border: 1px solid #f4f4f4;
border-radius: 5px;
resize: none;
}
.ha_login_input input::-webkit-input-placeholder {
color: #bababa;
opacity: 1;
}
.ha_login_input input::-moz-placeholder {
color: #bababa;
opacity: 1;
}
.ha_login_input input:-ms-input-placeholder {
color: #bababa;
opacity: 1;
}
.ha_login_input input::-ms-input-placeholder {
color: #bababa;
opacity: 1;
}
.ha_login_input input::placeholder {
color: #bababa;
opacity: 1;
}
.ha_login_input input:focus, .ha_login_input textarea:focus {
border: 1px solid #ccc;
}
/*mobile menu css start*/
.cs_mask {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
display: block;
left: -9999px;
}
.cs_nav_toggle {
cursor: pointer;
height: 35px;
width: 35px;
outline: none;
}
.cs_nav_toggle .cs_ico {
width: 45px !important;
}
.cs_nav_toggle .cs_ico, .cs_nav_toggle .cs_ico::before, .cs_nav_toggle .cs_ico::after {
cursor: pointer;
border-radius: 5px;
height: 4px;
width: 35px;
background: #FFFFFF;
position: absolute;
left: 0px;
display: block;
content: '';
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.cs_nav_toggle .cs_ico:before {
top: -10px;
}
.cs_nav_toggle .cs_ico:after {
bottom: -10px;
}
.cs_nav_toggle.cs_cross_active .cs_ico:before, .cs_nav_toggle.cs_cross_active .cs_ico:after {
top: 0;
}
.cs_nav_toggle.cs_cross_active .cs_ico {
background-color: transparent;
}
.cs_nav_toggle.cs_cross_active .cs_ico:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.cs_nav_toggle.cs_cross_active .cs_ico:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.pr_nav_bar{
display: none;
}
.cs_nav_toggle {
border: 0;
background: none;
position: absolute;
top: 50%;
left: 0;
z-index: 99;
z-index: 9999;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
/*mobile menu css end*/
.header_area {
position: relative;
background: #000000;
width: 100%;
padding: 25px 25px;
}
.header-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.logo {
position: relative;
padding-left: 80px;
}
.logo.logo_add_class {
width: 100%;
text-align: right;
}
.logo img {
position: relative;
z-index: 999;
width: 140px;
height: auto;
}
.menu {
display: none;
background: #161616;
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100vh;
padding-top: 140px;
max-width: 400px;
z-index: 99;
}
.menu ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.menu ul li a {
display: block;
font-weight: 500;
font-size: 18px;
line-height: normal;
color: #FFFFFF;
border-bottom: 1px solid #555;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
position: relative;
padding-top: 15px;
padding-left: 70px;
padding-bottom: 15px;
}
.menu ul li:last-child a{
border-bottom: none !important;
}
.menu ul li a:hover {
background-image: -webkit-gradient(linear, right top, left top, from(#585858), to(#333));
background-image: -o-linear-gradient(right, #585858, #333);
background-image: linear-gradient(to left, #585858, #333);
}
.menu ul li a:hover::after {
position: absolute;
content: "";
right: 2px;
top: 0;
width: 10px;
height: 100%;
background: #FFFFFF;
border-radius: 20px;
}
.menu_bottom {
background: #282626;
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;
padding: 12px 0px;
padding-left: 50px;
width: 80%;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
position: absolute;
bottom: 40px;
left: 0;
}
.menu_bottom h4 {
margin-right: 5px;
color: #FFF;
font-weight: 500;
font-size: 15px;
}
.menu_bottom img {
width: 50px;
margin-top: -3px;
}
.mtabs_items_area{
padding-top: 20px;
padding-bottom: 80px;
}
.tabs_menu ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
.tabs_menu ul li{
padding-left: 10px;
padding-right: 10px;
}
.tabs_menu ul li a {
display: inline-block;
font-weight: 500;
font-size: 18px;
color: #8F8F8F;
line-height: normal;
position: relative;
padding: 10px 0px;
}
.tabs_menu .ui-tabs-active.ui-state-active a {
color: #000;
}
.tabs_menu .ui-tabs-active.ui-state-active a::after{
position: absolute;
content: "";
background: #000;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 0;
width: 100%;
height: 2px;
}
.tabs_menu.new_page_menu .ui-tabs-active.ui-state-active a::after{
width: 70%;
}
.all_tabs_items .col-6{
padding-top: 35px;
}
.single_tabs_items{
background: #F6F6F6;
-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
padding: 20px 20px 60px 20px;
border-radius: 7px;
position: relative;
height: 100%;
}
.tabs_items_img{
text-align: center;
}
.tabs_items_img img {
width: 130px;
height: 120px;
-o-object-fit: contain;
object-fit: contain;
}
.tabs_items_img h4{
padding-top: 15px;
}
.tabs_items_icon {
position: absolute;
bottom: -15px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background: rgba(4, 4, 4, 0.15);
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
text-align: center;
z-index: 9;
}
.tabs_items_icon span {
background: #000;
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 100%;
-webkit-box-shadow: 0px 0px 15px 5px #FFF;
box-shadow: 0px 0px 15px 5px #FFF;
}
.tabs_items_icon span img{
width: 14px;
}
.logo.pl_logo {
padding-left: 35px;
}
.right_angle a {
color: #FFF;
position: absolute;
top: 50%;
-webkit-transform: translateY(-45%);
-ms-transform: translateY(-45%);
transform: translateY(-45%);
left: 0;
font-size: 40px;
line-height: normal;
}
.cart{
position: relative;
padding-right: 5px;
}
.cart img {
position: relative;
width: 30px;
height: 30px;
}
.cart p {
position: absolute;
background: #F61414;
font-weight: 600;
font-size: 12px;
color: #FFFFFF;
line-height: 15px;
width: 15px;
height: 15px;
text-align: center;
border-radius: 100%;
top: -5px;
right: 0;
}
.new_page_tabs_area{
padding-top: 30px;
}
.new_page_tabs_area > h1 {
font-weight: 600;
padding-left: 20px;
}
.new_page_items_box{
margin-top: 20px;
}
.items_padding{
padding: 6px 0px;
}
.box_shadow{
-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
padding: 20px 20px;
border-radius: 7px;
background: #fff;
}
.new_page_items {
background: #FFFFFF;
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: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.new_page_left h1 {
font-weight: 600;
}
.new_page_left p {
max-width: 340px;
padding: 20px 0px;
}
.time_items {
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;
}
.time_items h3{
font-weight: 700;
font-size: 14px;
color: #000;
padding-left: 15px;
}
.new_page_right img {
width: 100px;
height: auto;
border-radius: 10px;
margin-left: 10px;
}
.single_page_area {
overflow: hidden;
padding-bottom: 80px;
}
.single_fbanner img {
width: 100%;
border-radius: 10px;
margin-top: -40px;
}
.single_page_box{
padding-top: 20px;
}
.services_box {
padding: 30px 0px;
}
.items_gap {
padding: 5px 0px;
}
.single_page{
overflow: hidden;
}
.single_page_content{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.single_page_content h1:first-child{
font-weight: 500;
}
.single_page_content h1:last-child{
font-size: 14px;
}
.single_page_content p {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
padding-top: 15px;
padding-bottom: 15px;
}
.add_class2 textarea {
margin-top: 25px;
margin-bottom: 8px;
width: 100%;
padding: 10px 15px;
background: #FFF;
border: 1px solid #FFFFFF;
color: #8F8F8F;
font-weight: 500;
font-size: 16px;
resize: none;
}
.add_class2 textarea::placeholder {
color: #8F8F8F;
opacity: 1;
}
.add_class2 textarea:focus{
border: 1px solid #D8D8D8;
}
.page_list ul {
padding-top: 5px;
padding-bottom: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
}
.page_list ul::before {
position: absolute;
content: "";
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background: #D8D8D8;
width: 150%;
height: 1px;
}
.page_list ul::after {
position: absolute;
content: "";
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background: #D8D8D8;
width: 150%;
height: 1px;
}
.page_list ul li {
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-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-weight: 600;
font-size: 14px;
line-height: normal;
color: #000;
padding: 15px 0px;
}
.quantity_counter_area {
padding-top: 20px;
}
.quantity_counter {
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: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 120px;
margin: 0 auto;
}
.quantity_counter .increment, .quantity_counter .decrement {
border: 0;
cursor: pointer;
background: transparent;
color: #000;
font-weight: bold;
font-size: 30px;
width: 30px;
padding: 0;
border: 2px solid #000;
border-radius: 100%;
height: 30px;
text-align: center;
line-height: 25px;
position: relative;
}
.quantity_counter .increment::after {
content: "\f068 ";
font-family: 'FontAwesome';
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
font-size: 20px;
}
.quantity_counter .decrement::after {
content: "\f067 ";
font-family: 'FontAwesome';
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
font-size: 20px;
}
.quantity_counter .value {
border: none;
text-align: center;
-moz-appearance: textfield;
max-width: 50px;
font-weight: bold;
font-size: 18px;
line-height: normal;
background: #fff;
padding: 5px;
}
.single_pbutton{
text-align: center;
margin-top: 15px;
}
.single_pbutton button, .single_pbutton a {
cursor: pointer;
display: inline-block;
border: none;
font-weight: 600;
font-size: 14px;
color: #FFF;
background: #000;
line-height: normal;
-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
padding: 15px 0px;
border-radius: 7px;
width: 85%;
}
.mitems_box{
margin-top: 20px;
padding-bottom: 30px;
overflow: hidden;
background: #fff;
}
.mitems_list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.mitems_list > h1 {
font-size: 14px;
padding-left: 52px;
padding-bottom: 10px;
}
.mitems_list ul li {
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-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 500;
padding: 8px 0px;
}
.left_mitems {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.left_mitems h4:first-child{
padding-right: 30px;
}
.left_mitems h4:last-child{
color: #8F8F8F;
}
.mitems_list ul li span:first-child{
color: #8F8F8F;
}
.total_amount ul::after, .total_amount ul::before{
display: none;
}
.services_content {
position: relative;
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;
justify-content: space-between;
}
.services_content a {
-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px;
background: #fff;
border-radius: 7px;
}
.services_content img {
width: 28px;
height: 28px;
-o-object-fit: contain;
object-fit: contain;
margin-right: 10px;
}
.services_content i {
font-size: 35px;
line-height: normal;
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 11;
color: #000000;
}
.add_class.add_class_hidden, .mtabs_items_area.add_class_hidden {
overflow: hidden;
}
#mtabs.mtabs_relative {
position: relative;
left: 54%;
}
.services_area.sr_tab_area {
padding-top: 25px;
padding-bottom: 60px;
}
.tabs_menu.new_page_menu {
overflow: hidden;
}
.sr_tab .tabs_menu ul {
margin-bottom: 30px;
position: relative;
}
.sr_tab .tabs_menu ul::after {
position: absolute;
content: "";
background: #cfcfcf;
width: 100%;
height: 3px;
bottom: 0;
left: 0;
z-index: -1;
}
.sr_tab .tabs_menu ul li a{
padding-bottom: 15px !important;
font-weight: 400 !important;
text-transform: uppercase !important;
font-size: 16px !important;
}
.sr_tab .new_page_menu .ui-tabs-active.ui-state-active a::after {
width: 100% !important;
}
.sr_head p {
color: #000000;
font-size: 16px;
}
.squantity {
display: flex;
flex-direction: row;
align-items: center;
}
.qty-minus, .qty-plus {
border: 2px solid #333333;
border-radius: 4px;
width: 25px;
height: 25px;
line-height: normal;
padding: 0;
text-align: center;
font-weight: 700;
font-size: 16px;
cursor: pointer;
}
.qty {
border: none;
margin: 0px 5px;
width: 50px;
text-align: center;
font-weight: 700;
font-size: 16px;
line-height: normal;
background: #FFFFFF;
}
.logo.add_logo{
padding-left: 0 !important;
}
.message_area{
padding-top: 30px;
padding-bottom: 60px;
}
.message_box > h1, .login_box > h1, .report_message_box > h1{
font-weight: 400;
font-size: 30px;
}
.message_box > p {
font-size: 18px;
max-width: 300px;
padding-top: 12px;
margin-bottom: 5px;
}
.mssg_button{
margin-top: 10px;
}
.login_area {
position: absolute;
width: 100%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.login_box > h1{
padding-bottom: 10px;
}
.sin_input.ha_login_input{
margin-top: 20px;
}
.sin_input p {
font-size: 16px;
color: #333333;
margin-bottom: 5px;
}
.login_button{
margin-top: 27px;
}
.report_message_area {
padding-top: 80px;
padding-bottom: 80px;
}
.report_message_box p {
position: relative;
padding-top: 30px;
margin-top: 20px;
margin-bottom: 25px;
font-size: 16px;
color: #00D562;
max-width: 325px;
}
.report_message_box p::after {
content: "\f05d ";
font-family: 'FontAwesome';
position: absolute;
left: 0;
top: 0;
font-size: 20px;
color: #00D562;
}
.popup_area {
width: 100%;
padding: 0 !important;
margin: 0 auto;
border: none;
top: 100px;
}
.popup_area .modal-dialog {
max-width: 400px;
width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
}
.popup_area .modal-content {
background-color: #fff;
border: none;
padding: 10px;
border-radius: 10px;
}
.close_icon button {
background: transparent;
padding: 0;
cursor: pointer;
opacity: 1;
position: absolute;
top: 15px;
right: 15px;
line-height: 0;
z-index: 1;
}
.close_icon button:hover{
background: transparent;
color: transparent;
opacity: 1;
}
.popup_content {
padding: 20px 20px 20px 20px;
}
.popup_content > p {
font-size: 16px;
color: #333333;
max-width: 220px;
padding-bottom: 10px;
}
.pop_input{
margin-top: 5px;
}
.pop_input p{
font-size: 16px;
color: #333333;
}
.pop_button {
margin-top: 15px;
}
.cooking_style h1{
text-transform: capitalize;
}
.cooking_style_list ul{
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin-top: 20px;
position: relative;
}
.cooking_style_list ul::after {
position: absolute;
content: "";
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background: #D8D8D8;
width: 150%;
height: 1px;
}
.cooking_style_list ul li {
display: block;
position: relative;
width: 100%;
margin: 3px 0px;
}
.cooking_style_list ul li:first-child{
margin-top: 10px !important;
}
.cooking_style_list ul li:last-child{
margin-bottom: 0 !important;
}
.cooking_style_list ul li input[type=radio]{
position: absolute;
visibility: hidden;
}
.cooking_style_list ul li label {
display: block;
width: 100%;
position: relative;
z-index: 9;
cursor: pointer;
font-weight: 600;
font-size: 18px;
color: #000000;
line-height: normal;
padding: 10px 0px;
}
.cooking_style_list ul li .check {
display: block;
position: absolute;
border: 2px solid #000000;
border-radius: 100%;
height: 20px;
width: 20px;
line-height: 20px;
top: 50%;
transform: translateY(-50%);
right: 0;
}
.cooking_style_list ul li .check::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
width: 10px;
height: 10px;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.cooking_style_list input[type=radio]:checked ~ .check::before{
background: #000000;
}
.chat_area{
padding-top: 30px;
}
.chating_box {
position: relative;
max-width: 500px;
margin: 0 auto;
width: 100%;
padding-bottom: 130px;
}
.chating_content ul{
padding: 0px 20px;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.chating_content ul li{
display: inline-block;
width: 70%;
}
.chating_content ul li.left_chat_items {
text-align: left;
padding: 5px 0px;
margin: auto 0 0 0;
}
.chating_content ul li.right_chat_items {
text-align: right;
padding: 20px 0px;
margin: 0 0 0 auto;
}
.left_chat_text {
background: #e5e5ed;
padding: 12px 25px;
border-radius: 40px;
float: left;
text-align: left;
}
.chating_content ul li .left_chat_text p{
color: #2c2c2c !important;
}
.right_chat_text {
background: #333333;
padding: 12px 25px;
border-radius: 40px;
float: right;
text-align: left;
}
.chating_content ul li .right_chat_text p{
color: #FFFFFF !important;
}
.chating_content ul li p {
font-size: 18px !important;
}
.text_box {
display: flex;
flex-direction: row;
align-items: center;
background: #FFF;
padding: 25px 20px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.text_input {
flex: 0 0 87%;
max-width: 87%;
width: 100%;
}
.text_input input {
resize: none;
background: #efefef;
border: none;
padding: 15px 15px;
line-height: normal;
width: 100%;
font-weight: 400;
border-radius: 50px;
color: #8F8F8F;
font-size: 16px;
}
.text_input input::placeholder {
color: #8F8F8F;
opacity: 1;
}
.send_button{
flex: 0 0 13%;
max-width: 13%;
width: 100%;
text-align: right;
}
.send_button button {
text-align: center;
border: none;
padding: 0;
width: 45px;
height: 45px;
background: #333;
color: #FFF;
line-height: 35px;
font-size: 20px;
border-radius: 100%;
cursor: pointer;
}
.status_area {
padding-top: 20px;
padding-bottom: 30px;
}
.status_head h1 {
font-size: 28px;
}
.right_status {
padding-top: 20px;
}
.right_status h3{
color: #393939;
font-weight: 700;
font-size: 20px;
}
.right_status p{
color: #3c3c3c;
font-weight: 400;
font-size: 20px;
}
.right_status h3{
margin-top: 8px;
}
.cleaning_date {
position: relative;
}
.date_icon {
position: absolute;
top: 50%;
right: 10px;
cursor: pointer;
color: #aaa;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 16px;
}
/*datepicker and timepicker css*/
.ui-widget.ui-widget-content {
position: relative;
z-index: 9999;
}
.ui-timepicker-standard a {
font-size: 14px;
font-weight: 400;
font-family: 'IBM Plex Sans', sans-serif;
text-align: left;
}
.ui-datepicker-prev:before,
.ui-datepicker-next:before {
font-family: FontAwesome;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-weight: normal;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.ui-datepicker-prev:before {
content: "\f100";
}
.ui-datepicker-next:before {
content: "\f101";
}
/*New Page CSS and Responsive code*/
/*New Page CSS and Responsive code*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.single_adventure_sports{
margin-bottom: 30px;
}
.adventure_sports_img {
width: 100%;
height: 250px;
overflow: hidden;
}
.adventure_sports_img img {
width: 100%;
height: 250px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 10px;
}
.adventure_sports_discrip{
padding-top: 20px;
}
.adventure_sports_discrip h1{
font-weight: 500;
}
.adventure_sports_discrip h4{
font-weight: 700;
padding: 10px 0px
}
.adventure_sports_discrip p{
color: #000000;
}
.travel_desk_box{
background: #FFFFFF;
overflow: hidden;
padding-left: 25px;
padding-right: 25px;
}
.travel_desk_place {
margin-left: -25px;
margin-right: -25px;
height: 400px;
overflow: hidden;
}
.travel_desk_place img {
width: 100%;
height: 400px;
-o-object-fit: cover;
object-fit: cover;
}
.travel_desk_discrip h1{
font-weight: 400;
font-size: 24px;
}
.travel_desk_discrip h4{
font-weight: 700;
font-size: 24px;
}
.select_date_travel_area{
padding-top: 30px;
padding-bottom: 30px;
}
.select_date_travel_area form > p{
padding-bottom: 10px;
font-size: 18px;
color: #333333;
}
.date_area{
position: relative;
}
.date_area input, .dt_input select{
cursor: pointer;
position: relative;
width: 100%;
margin: 8px 0px;
width: 100%;
padding: 10px 15px;
background: #ebebeb;
border: 1px solid #ebebeb;
color: #8F8F8F;
font-weight: 500;
font-size: 16px;
border-radius: 5px;
resize: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.dt_input select {
background: url(../images/new-img/a5.png);
background-repeat: no-repeat;
background-size: 15px;
background-position: 97% center;
}
.date_area i {
right: 15px;
}
.cs_page_location .cs_single_pl p::before {
content: "\f101";
font-family: 'FontAwesome';
position: absolute;
left: 0;
top: 1px;
font-size: 18px;
font-weight: 400;
}
.date_area input::-webkit-input-placeholder {
color: #8F8F8F;
opacity: 1;
}
.date_area input::-moz-placeholder {
color: #8F8F8F;
opacity: 1;
}
.date_area input:-ms-input-placeholder {
color: #8F8F8F;
opacity: 1;
}
.date_area input::-ms-input-placeholder {
color: #8F8F8F;
opacity: 1;
}
.date_area input::placeholder {
color: #8F8F8F;
opacity: 1;
}
.date_area input:focus, .dt_input select:focus{
border: 1px solid #D8D8D8;
}
.travel_content{
position: relative;
padding-top: 25px;
padding-bottom: 25px;
}
.travel_content::after{
position: absolute;
content: "";
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
top: 0;
border-top: 1px solid #707070;
width: 150%;
}
.single_travel_content{
padding-top: 30px;
}
.single_travel_content:first-child{
padding-top: 0px;
}
.single_travel_content h1{
color: #777777;
padding-bottom: 10px;
}
.single_travel_content p{
color: #777777;
font-size: 16px;
}
.platform_area{
padding-top: 80px;
padding-bottom: 80px;
}
.platform > p{
color: #000000;
font-size: 30px;
}
.platform_items a {
display: block;
padding: 25px 25px;
background: #F5F5F5;
border-radius: 10px;
position: relative;
z-index: 1;
}
.platform_items_box{
padding-top: 40px;
}
.platform_items_box .col-6{
margin-top: 20px;
}
.platform_items a::after{
position: absolute;
content: "";
background-size: cover !important;
background-repeat: no-repeat !important;
width: 60%;
height: 100%;
left: 0;
top: 0;
z-index: -1;
}
.platform_items_box .col-6:first-child .platform_items a::after {
background: url(../images/new-img/w1.png);
}
.platform_items_box .col-6:nth-child(2) .platform_items a::after {
background: url(../images/new-img/w2.png);
}
.platform_items_box .col-6:nth-child(3) .platform_items a::after {
background: url(../images/new-img/w3.png);
}
.platform_items_box .col-6:nth-child(4) .platform_items a::after {
background: url(../images/new-img/w4.png);
}
.social_logo {
display: block;
padding-bottom: 50px;
}
.social_logo img {
-o-object-fit: contain;
object-fit: contain;
width: 40px;
height: 40px;
}
.platform_sitems p{
padding-bottom: 20px;
font-size: 16px;
color: #000000;
}
.platform_sitems span.social_arrow {
text-align: center;
background: #333333;
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 100%;
}
@media all and (max-width: 767px){
.platform_items a::after{
width: 100%;
}
.platform_items_box{
padding-top: 20px;
}
.platform_area{
padding-top: 40px;
padding-bottom: 40px;
}
.adventure_sports_img, .adventure_sports_img img{
height: 200px;
}
.travel_desk_place, .travel_desk_place img{
height: 300px;
}
.travel_desk_discrip h1, .travel_desk_discrip h4{
font-size: 22px;
}
.travel_desk_discrip h1 br{
display: none;
}
.select_date_travel_area{
padding: 25px 0px;
}
}
@media all and (max-width: 426px){
.travel_desk_place, .travel_desk_place img{
height: 250px;
}
.adventure_sports_img, .adventure_sports_img img{
height: 180px;
}
.platform_items a{
padding: 15px 15px
}
}
/*New Page CSS and Responsive code*/
/*New Page CSS and Responsive code*/ | assets/css/style.css | @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');
body {
margin:0;
padding: 0;
font-family: 'IBM Plex Sans', sans-serif;
color: #8F8F8F;
}
ul, li {
list-style: none;
margin: 0;
padding: 0;
}
p,h1,h2,h3,h4,h5,h6 {
margin: 0;
padding: 0;
}
p {
font-weight: 400;
font-size: 14px;
color: #8F8F8F;
line-height: normal;
}
h1 {
font-weight: 700;
color: #000000;
font-size: 18px;
}
h4 {
font-weight: 600;
color: #000000;
font-size: 14px;
}
a, a:hover {
text-decoration: none;
}
button:focus, input:focus, textarea:focus, select:focus {
outline: none !important;
}
label {
display: initial;
margin-bottom: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.ha_button input, .ha_button button, .ha_button a {
display: inline-block;
cursor: pointer;
border: none;
background: #333333;
color: #FFFFFF;
font-weight: 400;
font-size: 16px;
line-height: normal;
padding: 10px 15px;
border-radius: 7px;
}
.ha_login_input input, .ha_login_input textarea {
width: 100%;
color: #bababa;
font-weight: 400;
font-size: 14px;
background: #f4f4f4;
padding: 12px 15px;
margin: 7px 0px;
border: 1px solid #f4f4f4;
border-radius: 5px;
resize: none;
}
.ha_login_input input::-webkit-input-placeholder {
color: #bababa;
opacity: 1;
}
.ha_login_input input::-moz-placeholder {
color: #bababa;
opacity: 1;
}
.ha_login_input input:-ms-input-placeholder {
color: #bababa;
opacity: 1;
}
.ha_login_input input::-ms-input-placeholder {
color: #bababa;
opacity: 1;
}
.ha_login_input input::placeholder {
color: #bababa;
opacity: 1;
}
.ha_login_input input:focus, .ha_login_input textarea:focus {
border: 1px solid #ccc;
}
/*mobile menu css start*/
.cs_mask {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
display: block;
left: -9999px;
}
.cs_nav_toggle {
cursor: pointer;
height: 35px;
width: 35px;
outline: none;
}
.cs_nav_toggle .cs_ico {
width: 45px !important;
}
.cs_nav_toggle .cs_ico, .cs_nav_toggle .cs_ico::before, .cs_nav_toggle .cs_ico::after {
cursor: pointer;
border-radius: 5px;
height: 4px;
width: 35px;
background: #FFFFFF;
position: absolute;
left: 0px;
display: block;
content: '';
-webkit-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.cs_nav_toggle .cs_ico:before {
top: -10px;
}
.cs_nav_toggle .cs_ico:after {
bottom: -10px;
}
.cs_nav_toggle.cs_cross_active .cs_ico:before, .cs_nav_toggle.cs_cross_active .cs_ico:after {
top: 0;
}
.cs_nav_toggle.cs_cross_active .cs_ico {
background-color: transparent;
}
.cs_nav_toggle.cs_cross_active .cs_ico:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.cs_nav_toggle.cs_cross_active .cs_ico:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.pr_nav_bar{
display: none;
}
.cs_nav_toggle {
border: 0;
background: none;
position: absolute;
top: 50%;
left: 0;
z-index: 99;
z-index: 9999;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
/*mobile menu css end*/
.header_area {
position: relative;
background: #000000;
width: 100%;
padding: 25px 25px;
}
.header-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.logo {
position: relative;
padding-left: 80px;
}
.logo.logo_add_class {
width: 100%;
text-align: right;
}
.logo img {
position: relative;
z-index: 999;
width: 140px;
height: auto;
}
.menu {
display: none;
background: #161616;
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100vh;
padding-top: 140px;
max-width: 400px;
z-index: 99;
}
.menu ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.menu ul li a {
display: block;
font-weight: 500;
font-size: 18px;
line-height: normal;
color: #FFFFFF;
border-bottom: 1px solid #555;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
position: relative;
padding-top: 15px;
padding-left: 70px;
padding-bottom: 15px;
}
.menu ul li:last-child a{
border-bottom: none !important;
}
.menu ul li a:hover {
background-image: -webkit-gradient(linear, right top, left top, from(#585858), to(#333));
background-image: -o-linear-gradient(right, #585858, #333);
background-image: linear-gradient(to left, #585858, #333);
}
.menu ul li a:hover::after {
position: absolute;
content: "";
right: 2px;
top: 0;
width: 10px;
height: 100%;
background: #FFFFFF;
border-radius: 20px;
}
.menu_bottom {
background: #282626;
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;
padding: 12px 0px;
padding-left: 50px;
width: 80%;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
position: absolute;
bottom: 40px;
left: 0;
}
.menu_bottom h4 {
margin-right: 5px;
color: #FFF;
font-weight: 500;
font-size: 15px;
}
.menu_bottom img {
width: 50px;
margin-top: -3px;
}
.mtabs_items_area{
padding-top: 20px;
padding-bottom: 80px;
}
.tabs_menu ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
.tabs_menu ul li{
padding-left: 10px;
padding-right: 10px;
}
.tabs_menu ul li a {
display: inline-block;
font-weight: 500;
font-size: 18px;
color: #8F8F8F;
line-height: normal;
position: relative;
padding: 10px 0px;
}
.tabs_menu .ui-tabs-active.ui-state-active a {
color: #000;
}
.tabs_menu .ui-tabs-active.ui-state-active a::after{
position: absolute;
content: "";
background: #000;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 0;
width: 100%;
height: 2px;
}
.tabs_menu.new_page_menu .ui-tabs-active.ui-state-active a::after{
width: 70%;
}
.all_tabs_items .col-6{
padding-top: 35px;
}
.single_tabs_items{
background: #F6F6F6;
-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
padding: 20px 20px 60px 20px;
border-radius: 7px;
position: relative;
height: 100%;
}
.tabs_items_img{
text-align: center;
}
.tabs_items_img img {
width: 130px;
height: 120px;
-o-object-fit: contain;
object-fit: contain;
}
.tabs_items_img h4{
padding-top: 15px;
}
.tabs_items_icon {
position: absolute;
bottom: -15px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background: rgba(4, 4, 4, 0.15);
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
text-align: center;
z-index: 9;
}
.tabs_items_icon span {
background: #000;
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 100%;
-webkit-box-shadow: 0px 0px 15px 5px #FFF;
box-shadow: 0px 0px 15px 5px #FFF;
}
.tabs_items_icon span img{
width: 14px;
}
.logo.pl_logo {
padding-left: 35px;
}
.right_angle a {
color: #FFF;
position: absolute;
top: 50%;
-webkit-transform: translateY(-45%);
-ms-transform: translateY(-45%);
transform: translateY(-45%);
left: 0;
font-size: 40px;
line-height: normal;
}
.cart{
position: relative;
padding-right: 5px;
}
.cart img {
position: relative;
width: 30px;
height: 30px;
}
.cart p {
position: absolute;
background: #F61414;
font-weight: 600;
font-size: 12px;
color: #FFFFFF;
line-height: 15px;
width: 15px;
height: 15px;
text-align: center;
border-radius: 100%;
top: -5px;
right: 0;
}
.new_page_tabs_area{
padding-top: 30px;
}
.new_page_tabs_area > h1 {
font-weight: 600;
padding-left: 20px;
}
.new_page_items_box{
margin-top: 20px;
}
.items_padding{
padding: 6px 0px;
}
.box_shadow{
-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
padding: 20px 20px;
border-radius: 7px;
background: #fff;
}
.new_page_items {
background: #FFFFFF;
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: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.new_page_left h1 {
font-weight: 600;
}
.new_page_left p {
max-width: 340px;
padding: 20px 0px;
}
.time_items {
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;
}
.time_items h3{
font-weight: 700;
font-size: 14px;
color: #000;
padding-left: 15px;
}
.new_page_right img {
width: 100px;
height: auto;
border-radius: 10px;
margin-left: 10px;
}
.single_page_area {
overflow: hidden;
padding-bottom: 80px;
}
.single_fbanner img {
width: 100%;
border-radius: 10px;
margin-top: -40px;
}
.single_page_box{
padding-top: 20px;
}
.services_box {
padding: 30px 0px;
}
.items_gap {
padding: 5px 0px;
}
.single_page{
overflow: hidden;
}
.single_page_content{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.single_page_content h1:first-child{
font-weight: 500;
}
.single_page_content h1:last-child{
font-size: 14px;
}
.single_page_content p {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
padding-top: 15px;
padding-bottom: 15px;
}
.add_class2 textarea {
margin-top: 25px;
margin-bottom: 8px;
width: 100%;
padding: 10px 15px;
background: #FFF;
border: 1px solid #FFFFFF;
color: #8F8F8F;
font-weight: 500;
font-size: 16px;
resize: none;
}
.add_class2 textarea::placeholder {
color: #8F8F8F;
opacity: 1;
}
.add_class2 textarea:focus{
border: 1px solid #D8D8D8;
}
.page_list ul {
padding-top: 5px;
padding-bottom: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
}
.page_list ul::before {
position: absolute;
content: "";
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background: #D8D8D8;
width: 150%;
height: 1px;
}
.page_list ul::after {
position: absolute;
content: "";
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background: #D8D8D8;
width: 150%;
height: 1px;
}
.page_list ul li {
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-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-weight: 600;
font-size: 14px;
line-height: normal;
color: #000;
padding: 15px 0px;
}
.quantity_counter_area {
padding-top: 20px;
}
.quantity_counter {
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: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 120px;
margin: 0 auto;
}
.quantity_counter .increment, .quantity_counter .decrement {
border: 0;
cursor: pointer;
background: transparent;
color: #000;
font-weight: bold;
font-size: 30px;
width: 30px;
padding: 0;
border: 2px solid #000;
border-radius: 100%;
height: 30px;
text-align: center;
line-height: 25px;
position: relative;
}
.quantity_counter .increment::after {
content: "\f068 ";
font-family: 'FontAwesome';
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
font-size: 20px;
}
.quantity_counter .decrement::after {
content: "\f067 ";
font-family: 'FontAwesome';
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
font-size: 20px;
}
.quantity_counter .value {
border: none;
text-align: center;
-moz-appearance: textfield;
max-width: 50px;
font-weight: bold;
font-size: 18px;
line-height: normal;
background: #fff;
padding: 5px;
}
.single_pbutton{
text-align: center;
margin-top: 15px;
}
.single_pbutton button, .single_pbutton a {
cursor: pointer;
display: inline-block;
border: none;
font-weight: 600;
font-size: 14px;
color: #FFF;
background: #000;
line-height: normal;
-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
padding: 15px 0px;
border-radius: 7px;
width: 85%;
}
.mitems_box{
margin-top: 20px;
padding-bottom: 30px;
overflow: hidden;
background: #fff;
}
.mitems_list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.mitems_list > h1 {
font-size: 14px;
padding-left: 52px;
padding-bottom: 10px;
}
.mitems_list ul li {
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-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: 500;
padding: 8px 0px;
}
.left_mitems {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.left_mitems h4:first-child{
padding-right: 30px;
}
.left_mitems h4:last-child{
color: #8F8F8F;
}
.mitems_list ul li span:first-child{
color: #8F8F8F;
}
.total_amount ul::after, .total_amount ul::before{
display: none;
}
.services_content {
position: relative;
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;
justify-content: space-between;
}
.services_content a {
-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
box-shadow: 0px 4px 10px rgba(0, 0, 0, .2);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px;
background: #fff;
border-radius: 7px;
}
.services_content img {
width: 28px;
height: 28px;
-o-object-fit: contain;
object-fit: contain;
margin-right: 10px;
}
.services_content i {
font-size: 35px;
line-height: normal;
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 11;
color: #000000;
}
.add_class.add_class_hidden, .mtabs_items_area.add_class_hidden {
overflow: hidden;
}
#mtabs.mtabs_relative {
position: relative;
left: 54%;
}
.services_area.sr_tab_area {
padding-top: 25px;
padding-bottom: 60px;
}
.tabs_menu.new_page_menu {
overflow: hidden;
}
.sr_tab .tabs_menu ul {
margin-bottom: 30px;
position: relative;
}
.sr_tab .tabs_menu ul::after {
position: absolute;
content: "";
background: #cfcfcf;
width: 100%;
height: 3px;
bottom: 0;
left: 0;
z-index: -1;
}
.sr_tab .tabs_menu ul li a{
padding-bottom: 15px !important;
font-weight: 400 !important;
text-transform: uppercase !important;
font-size: 16px !important;
}
.sr_tab .new_page_menu .ui-tabs-active.ui-state-active a::after {
width: 100% !important;
}
.sr_head p {
color: #000000;
font-size: 16px;
}
.squantity {
display: flex;
flex-direction: row;
align-items: center;
}
.qty-minus, .qty-plus {
border: 2px solid #333333;
border-radius: 4px;
width: 25px;
height: 25px;
line-height: normal;
padding: 0;
text-align: center;
font-weight: 700;
font-size: 16px;
cursor: pointer;
}
.qty {
border: none;
margin: 0px 5px;
width: 50px;
text-align: center;
font-weight: 700;
font-size: 16px;
line-height: normal;
background: #FFFFFF;
}
.logo.add_logo{
padding-left: 0 !important;
}
.message_area{
padding-top: 30px;
padding-bottom: 60px;
}
.message_box > h1, .login_box > h1, .report_message_box > h1{
font-weight: 400;
font-size: 30px;
}
.message_box > p {
font-size: 18px;
max-width: 300px;
padding-top: 12px;
margin-bottom: 5px;
}
.mssg_button{
margin-top: 10px;
}
.login_area {
position: absolute;
width: 100%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.login_box > h1{
padding-bottom: 10px;
}
.sin_input.ha_login_input{
margin-top: 20px;
}
.sin_input p {
font-size: 16px;
color: #333333;
margin-bottom: 5px;
}
.login_button{
margin-top: 27px;
}
.report_message_area {
padding-top: 80px;
padding-bottom: 80px;
}
.report_message_box p {
position: relative;
padding-top: 30px;
margin-top: 20px;
margin-bottom: 25px;
font-size: 16px;
color: #00D562;
max-width: 325px;
}
.report_message_box p::after {
content: "\f05d ";
font-family: 'FontAwesome';
position: absolute;
left: 0;
top: 0;
font-size: 20px;
color: #00D562;
}
.popup_area {
width: 100%;
padding: 0 !important;
margin: 0 auto;
border: none;
top: 100px;
}
.popup_area .modal-dialog {
max-width: 400px;
width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
}
.popup_area .modal-content {
background-color: #fff;
border: none;
padding: 10px;
border-radius: 10px;
}
.close_icon button {
background: transparent;
padding: 0;
cursor: pointer;
opacity: 1;
position: absolute;
top: 15px;
right: 15px;
line-height: 0;
z-index: 1;
}
.close_icon button:hover{
background: transparent;
color: transparent;
opacity: 1;
}
.popup_content {
padding: 20px 20px 20px 20px;
}
.popup_content > p {
font-size: 16px;
color: #333333;
max-width: 220px;
padding-bottom: 10px;
}
.pop_input{
margin-top: 5px;
}
.pop_input p{
font-size: 16px;
color: #333333;
}
.pop_button {
margin-top: 15px;
}
.cooking_style h1{
text-transform: capitalize;
}
.cooking_style_list ul{
display: flex;
flex-wrap: wrap;
flex-direction: column;
margin-top: 20px;
position: relative;
}
.cooking_style_list ul::after {
position: absolute;
content: "";
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background: #D8D8D8;
width: 150%;
height: 1px;
}
.cooking_style_list ul li {
display: block;
position: relative;
width: 100%;
margin: 3px 0px;
}
.cooking_style_list ul li:first-child{
margin-top: 10px !important;
}
.cooking_style_list ul li:last-child{
margin-bottom: 0 !important;
}
.cooking_style_list ul li input[type=radio]{
position: absolute;
visibility: hidden;
}
.cooking_style_list ul li label {
display: block;
width: 100%;
position: relative;
z-index: 9;
cursor: pointer;
font-weight: 600;
font-size: 18px;
color: #000000;
line-height: normal;
padding: 10px 0px;
}
.cooking_style_list ul li .check {
display: block;
position: absolute;
border: 2px solid #000000;
border-radius: 100%;
height: 20px;
width: 20px;
line-height: 20px;
top: 50%;
transform: translateY(-50%);
right: 0;
}
.cooking_style_list ul li .check::before {
display: block;
position: absolute;
content: '';
border-radius: 100%;
width: 10px;
height: 10px;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
.cooking_style_list input[type=radio]:checked ~ .check::before{
background: #000000;
}
.chat_area{
padding-top: 30px;
}
.chating_box {
position: relative;
max-width: 500px;
margin: 0 auto;
width: 100%;
padding-bottom: 130px;
}
.chating_content ul{
padding: 0px 20px;
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.chating_content ul li{
display: inline-block;
width: 70%;
}
.chating_content ul li.left_chat_items {
text-align: left;
padding: 5px 0px;
margin: auto 0 0 0;
}
.chating_content ul li.right_chat_items {
text-align: right;
padding: 20px 0px;
margin: 0 0 0 auto;
}
.left_chat_text {
background: #e5e5ed;
padding: 12px 25px;
border-radius: 40px;
float: left;
text-align: left;
}
.chating_content ul li .left_chat_text p{
color: #2c2c2c !important;
}
.right_chat_text {
background: #333333;
padding: 12px 25px;
border-radius: 40px;
float: right;
text-align: left;
}
.chating_content ul li .right_chat_text p{
color: #FFFFFF !important;
}
.chating_content ul li p {
font-size: 18px !important;
}
.text_box {
display: flex;
flex-direction: row;
align-items: center;
background: #FFF;
padding: 25px 20px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.text_input {
flex: 0 0 87%;
max-width: 87%;
width: 100%;
}
.text_input input {
resize: none;
background: #efefef;
border: none;
padding: 15px 15px;
line-height: normal;
width: 100%;
font-weight: 400;
border-radius: 50px;
color: #8F8F8F;
font-size: 16px;
}
.text_input input::placeholder {
color: #8F8F8F;
opacity: 1;
}
.send_button{
flex: 0 0 13%;
max-width: 13%;
width: 100%;
text-align: right;
}
.send_button button {
text-align: center;
border: none;
padding: 0;
width: 45px;
height: 45px;
background: #333;
color: #FFF;
line-height: 35px;
font-size: 20px;
border-radius: 100%;
cursor: pointer;
}
.status_area {
padding-top: 20px;
padding-bottom: 30px;
}
.status_head h1 {
font-size: 28px;
}
.right_status {
padding-top: 20px;
}
.right_status h3{
color: #393939;
font-weight: 700;
font-size: 20px;
}
.right_status p{
color: #3c3c3c;
font-weight: 400;
font-size: 20px;
}
.right_status h3{
margin-top: 8px;
}
.cleaning_date {
position: relative;
}
.date_icon {
position: absolute;
top: 50%;
right: 10px;
cursor: pointer;
color: #aaa;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 16px;
}
/*datepicker and timepicker css*/
.ui-widget.ui-widget-content {
position: relative;
z-index: 9999;
}
.ui-timepicker-standard a {
font-size: 14px;
font-weight: 400;
font-family: 'IBM Plex Sans', sans-serif;
text-align: left;
}
.ui-datepicker-prev:before,
.ui-datepicker-next:before {
font-family: FontAwesome;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-weight: normal;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.ui-datepicker-prev:before {
content: "\f100";
}
.ui-datepicker-next:before {
content: "\f101";
}
/*New Page CSS and Responsive code*/
/*New Page CSS and Responsive code*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.single_adventure_sports{
margin-bottom: 30px;
}
.adventure_sports_img {
width: 100%;
height: 250px;
overflow: hidden;
}
.adventure_sports_img img {
width: 100%;
height: 250px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 10px;
}
.adventure_sports_discrip{
padding-top: 20px;
}
.adventure_sports_discrip h1{
font-weight: 500;
}
.adventure_sports_discrip h4{
font-weight: 700;
padding: 10px 0px
}
.adventure_sports_discrip p{
color: #000000;
}
.travel_desk_box{
background: #FFFFFF;
overflow: hidden;
padding-left: 25px;
padding-right: 25px;
}
.travel_desk_place {
margin-left: -25px;
margin-right: -25px;
height: 400px;
overflow: hidden;
}
.travel_desk_place img {
width: 100%;
height: 400px;
-o-object-fit: cover;
object-fit: cover;
}
.travel_desk_discrip h1{
font-weight: 400;
font-size: 24px;
}
.travel_desk_discrip h4{
font-weight: 700;
font-size: 24px;
}
.select_date_travel_area{
padding-top: 30px;
padding-bottom: 30px;
}
.select_date_travel_area form > p{
padding-bottom: 10px;
font-size: 18px;
color: #333333;
}
.date_area{
position: relative;
}
.date_area input, .dt_input select{
cursor: pointer;
position: relative;
width: 100%;
margin: 8px 0px;
width: 100%;
padding: 10px 15px;
background: #ebebeb;
border: 1px solid #ebebeb;
color: #8F8F8F;
font-weight: 500;
font-size: 16px;
border-radius: 5px;
resize: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.dt_input select {
background: url(../images/new-img/a5.png);
background-repeat: no-repeat;
background-size: 15px;
background-position: 97% center;
}
.date_area i {
right: 15px;
}
.cs_page_location .cs_single_pl p::before {
content: "\f101";
font-family: 'FontAwesome';
position: absolute;
left: 0;
top: 1px;
font-size: 18px;
font-weight: 400;
}
.date_area input::-webkit-input-placeholder {
color: #8F8F8F;
opacity: 1;
}
.date_area input::-moz-placeholder {
color: #8F8F8F;
opacity: 1;
}
.date_area input:-ms-input-placeholder {
color: #8F8F8F;
opacity: 1;
}
.date_area input::-ms-input-placeholder {
color: #8F8F8F;
opacity: 1;
}
.date_area input::placeholder {
color: #8F8F8F;
opacity: 1;
}
.date_area input:focus, .dt_input select:focus{
border: 1px solid #D8D8D8;
}
.travel_content{
position: relative;
padding-top: 25px;
padding-bottom: 25px;
}
.travel_content::after{
position: absolute;
content: "";
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
top: 0;
border-top: 1px solid #707070;
width: 150%;
}
.single_travel_content{
padding-top: 30px;
}
.single_travel_content:first-child{
padding-top: 0px;
}
.single_travel_content h1{
color: #777777;
padding-bottom: 10px;
}
.single_travel_content p{
color: #777777;
font-size: 16px;
}
.platform_area{
padding-top: 80px;
padding-bottom: 80px;
}
.platform > p{
color: #000000;
font-size: 30px;
}
.platform_items a {
display: block;
padding: 25px 25px;
background: #F5F5F5;
border-radius: 10px;
position: relative;
z-index: 1;
}
.platform_items_box{
padding-top: 40px;
}
.platform_items_box .col-6{
margin-top: 20px;
}
.platform_items a::after{
position: absolute;
content: "";
background-size: cover !important;
background-repeat: no-repeat !important;
width: 60%;
height: 100%;
left: 0;
top: 0;
z-index: -1;
}
.platform_items_box .col-6:first-child .platform_items a::after {
background: url(../images/new-img/w1.png);
}
.platform_items_box .col-6:nth-child(2) .platform_items a::after {
background: url(../images/new-img/w2.png);
}
.platform_items_box .col-6:nth-child(3) .platform_items a::after {
background: url(../images/new-img/w3.png);
}
.platform_items_box .col-6:nth-child(4) .platform_items a::after {
background: url(../images/new-img/w4.png);
}
.social_logo {
display: block;
padding-bottom: 50px;
}
.social_logo img {
-o-object-fit: contain;
object-fit: contain;
width: 40px;
height: 40px;
}
.platform_sitems p{
padding-bottom: 20px;
font-size: 16px;
color: #000000;
}
.platform_sitems span.social_arrow {
text-align: center;
background: #333333;
display: inline-block;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 100%;
}
@media all and (max-width: 767px){
.platform_items a::after{
width: 100%;
}
.platform_items_box{
padding-top: 20px;
}
.platform_area{
padding-top: 40px;
padding-bottom: 40px;
}
.adventure_sports_img, .adventure_sports_img img{
height: 200px;
}
.travel_desk_place, .travel_desk_place img{
height: 300px;
}
.travel_desk_discrip h1, .travel_desk_discrip h4{
font-size: 22px;
}
.travel_desk_discrip h1 br{
display: none;
}
.select_date_travel_area{
padding: 25px 0px;
}
}
@media all and (max-width: 426px){
.travel_desk_place, .travel_desk_place img{
height: 250px;
}
.adventure_sports_img, .adventure_sports_img img{
height: 180px;
}
.platform_items a{
padding: 15px 15px
}
}
/*New Page CSS and Responsive code*/
/*New Page CSS and Responsive code*/ | 0.273866 | 0.061227 |
a {
text-decoration:none;
}
/* エラーメッセージ用のスタイル */
.error {
color: red;
}
/* 成功メッセージ用のスタイル */
.success {
color: green;
}
/*いいねボタン*/
.like_button {
cursor: pointer;
}
.like {
display: inline;
}
.like_post {
background-color: #dccaca;
border: solid 1px #e67c2e;
}
.like_post .like_button {
color: yellow;
}
/*出品スタイル*/
.items {
list-style: none;
}
.items dt{
font-weight:bold;
}
.item_body_main dt{
font-weight:bold;
}
.item_content{
display: inline-block;
}
.item_content{
text-decoration:none;
}
.item_body{
display:flex;
flex-direction: column;
}
.item_body_main_img {
display:flex;
}
.item_body_main_img img{
width: 200px;
}
.item_body_main_img_edit img {
width: 215px;
height: 150px;
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: 50%;
margin-bottom: 20px;
}
.item_body {
border-top: solid 1px black;
border-bottom:solid 1px black;
padding: 10px;
margin: 10px;
width: 260px;
}
.item_body_main_description{
display: flex;
}
/* 共通部分
-----------------------------------------------------------*/
/* タイトル */
.logo {
font-family: serif;
margin:20px 0px 60px 0px;
}
/* 詳細 */
.content_item {
width: 50%;
margin: auto;
}
.content_item dt {
font-size: 20px;
margin-top: 20px;
}
.content_item dd {
padding-left: 20px;
}
.body_img img{
max-width: 100%;
height: 300px;
vertical-align: middle;
box-shadow: 6px 6px 12px 0px;
color: #878787;
margin-bottom: 30px;
}
/* 出品してないとき */
.no_post {
margin: 30px;
}
/* ヘッダーナビ
-----------------------------------------------------------*/
.nav_content a {
color: black;
}
/* ログイン前のヘッダー */
.not_login {
width: 50%;
margin: auto;
margin-top: 15%;
background-color: #d8e8ff;
border-radius: 31px;
padding: 20px;
}
/* main
-----------------------------------------------------------*/
main {
max-width: 1200px;
margin: 0 auto;
}
/* ユーザープロフィール
-----------------------------------------------------------*/
.user_profile {
text-align: center;
}
.user_body {
width: 50%;
height: auto;
margin: auto;
background-color: #f3f3f3;
border-radius: 28px;
padding: 10px;
}
.user_body_flex {
display: flex;
}
.user_body_text {
width: 30%;
margin: 15px 0px 0px 10px;
}
.user_body_img {
width: 70%;
}
.user_body_img img{
border-radius: 125px;
max-width: 100%;
width: 300px;
height: 260px;
vertical-align: middle;
box-shadow: 6px 6px 12px 0px;
color: #878787;
margin-bottom: 50px;
}
.user_body dt {
font-size: 18px;
text-align: left;
}
.user_body dd {
text-align: left;
padding-left: 20px;
}
.user_body_link {
margin: 20px;
text-align: center;
}
.item_body_history li{
list-style: none;
}
/* 商品編集、追加
------------------------------------------------------ */
.item_object {
font-weight: bold;
} | public/css/styles.css | a {
text-decoration:none;
}
/* エラーメッセージ用のスタイル */
.error {
color: red;
}
/* 成功メッセージ用のスタイル */
.success {
color: green;
}
/*いいねボタン*/
.like_button {
cursor: pointer;
}
.like {
display: inline;
}
.like_post {
background-color: #dccaca;
border: solid 1px #e67c2e;
}
.like_post .like_button {
color: yellow;
}
/*出品スタイル*/
.items {
list-style: none;
}
.items dt{
font-weight:bold;
}
.item_body_main dt{
font-weight:bold;
}
.item_content{
display: inline-block;
}
.item_content{
text-decoration:none;
}
.item_body{
display:flex;
flex-direction: column;
}
.item_body_main_img {
display:flex;
}
.item_body_main_img img{
width: 200px;
}
.item_body_main_img_edit img {
width: 215px;
height: 150px;
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: 50%;
margin-bottom: 20px;
}
.item_body {
border-top: solid 1px black;
border-bottom:solid 1px black;
padding: 10px;
margin: 10px;
width: 260px;
}
.item_body_main_description{
display: flex;
}
/* 共通部分
-----------------------------------------------------------*/
/* タイトル */
.logo {
font-family: serif;
margin:20px 0px 60px 0px;
}
/* 詳細 */
.content_item {
width: 50%;
margin: auto;
}
.content_item dt {
font-size: 20px;
margin-top: 20px;
}
.content_item dd {
padding-left: 20px;
}
.body_img img{
max-width: 100%;
height: 300px;
vertical-align: middle;
box-shadow: 6px 6px 12px 0px;
color: #878787;
margin-bottom: 30px;
}
/* 出品してないとき */
.no_post {
margin: 30px;
}
/* ヘッダーナビ
-----------------------------------------------------------*/
.nav_content a {
color: black;
}
/* ログイン前のヘッダー */
.not_login {
width: 50%;
margin: auto;
margin-top: 15%;
background-color: #d8e8ff;
border-radius: 31px;
padding: 20px;
}
/* main
-----------------------------------------------------------*/
main {
max-width: 1200px;
margin: 0 auto;
}
/* ユーザープロフィール
-----------------------------------------------------------*/
.user_profile {
text-align: center;
}
.user_body {
width: 50%;
height: auto;
margin: auto;
background-color: #f3f3f3;
border-radius: 28px;
padding: 10px;
}
.user_body_flex {
display: flex;
}
.user_body_text {
width: 30%;
margin: 15px 0px 0px 10px;
}
.user_body_img {
width: 70%;
}
.user_body_img img{
border-radius: 125px;
max-width: 100%;
width: 300px;
height: 260px;
vertical-align: middle;
box-shadow: 6px 6px 12px 0px;
color: #878787;
margin-bottom: 50px;
}
.user_body dt {
font-size: 18px;
text-align: left;
}
.user_body dd {
text-align: left;
padding-left: 20px;
}
.user_body_link {
margin: 20px;
text-align: center;
}
.item_body_history li{
list-style: none;
}
/* 商品編集、追加
------------------------------------------------------ */
.item_object {
font-weight: bold;
} | 0.282295 | 0.120439 |
.Calendar {
height: 550px;
width: 385px;
background: transparent;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-areas: "title title title year year year year" "month month month month month month month" "sunday monday tuesday wednesday thursday friday saturday" "day-1 day-2 day-3 day-4 day-5 day-6 day-7" "day-8 day-9 day-10 day-11 day-12 day-13 day-14" "day-15 day-16 day-17 day-18 day-19 day-20 day-21" "day-22 day-23 day-24 day-25 day-26 day-27 day-28" "day-29 day-30 day-31 day-32 day-33 day-34 day-35" "day-36 day-37 day-38 day-39 day-40 day-41 day-42" "prev-month date-display date-display date-display date-display date-display next-month";
}
.Calendar .title,
.Calendar .year,
.Calendar .month,
.Calendar .week-day,
.Calendar .Days,
.Calendar .prev-month,
.Calendar .date-display,
.Calendar .next-month {
display: flex;
align-items: center;
justify-content: center;
color: white;
background: transparent;
}
.Calendar .title {
grid-area: title;
font-size: 2em;
font-weight: 700;
}
.Calendar .year {
grid-area: year;
justify-content: start;
font-size: 2em;
}
.Calendar .month {
grid-area: month;
justify-content: start;
font-size: 1.75em;
padding-left: 15px;
}
.Calendar .week-day {
font-weight: 370;
border-bottom: 1px solid white;
}
.Calendar .sunday {
grid-area: sunday;
}
.Calendar .monday {
grid-area: monday;
}
.Calendar .tuesday {
grid-area: tuesday;
}
.Calendar .wednesday {
grid-area: wednesday;
}
.Calendar .thursday {
grid-area: thursday;
}
.Calendar .friday {
grid-area: friday;
}
.Calendar .saturday {
grid-area: saturday;
}
.Calendar .sunday {
grid-area: sunday;
}
.Calendar .prev-month {
grid-area: prev-month;
padding-right: 5px;
}
.Calendar .next-month {
grid-area: next-month;
padding-left: 5px;
}
.Calendar .prev-month,
.Calendar .next-month {
font-weight: 700;
font-size: 1.75em;
cursor: pointer;
padding-bottom: 5px;
}
.Calendar .prev-month:hover,
.Calendar .next-month:hover {
background: rgb(30, 30, 30);
border-radius: 50%;
}
.Calendar .date-display {
grid-area: date-display;
font-size: 1.5em;
}
.Calendar .Days {
font-weight: 300;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
.Calendar .Days:hover {
background: rgb(30, 30, 30);
border-radius: 50%;
}
.Calendar .active {
background: lime;
color: black;
font-weight: 500;
border-radius: 50%;
}
.Calendar .active:hover {
background: lime;
}
@media all and (max-width: 1200px) {
}
@media all and (max-width: 992px) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 576px) {
}
@media all and (max-width: 424px) {
}
@media all and (max-width: 320px) {
} | src/css/dashboardDemo/Calendar.css | .Calendar {
height: 550px;
width: 385px;
background: transparent;
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-areas: "title title title year year year year" "month month month month month month month" "sunday monday tuesday wednesday thursday friday saturday" "day-1 day-2 day-3 day-4 day-5 day-6 day-7" "day-8 day-9 day-10 day-11 day-12 day-13 day-14" "day-15 day-16 day-17 day-18 day-19 day-20 day-21" "day-22 day-23 day-24 day-25 day-26 day-27 day-28" "day-29 day-30 day-31 day-32 day-33 day-34 day-35" "day-36 day-37 day-38 day-39 day-40 day-41 day-42" "prev-month date-display date-display date-display date-display date-display next-month";
}
.Calendar .title,
.Calendar .year,
.Calendar .month,
.Calendar .week-day,
.Calendar .Days,
.Calendar .prev-month,
.Calendar .date-display,
.Calendar .next-month {
display: flex;
align-items: center;
justify-content: center;
color: white;
background: transparent;
}
.Calendar .title {
grid-area: title;
font-size: 2em;
font-weight: 700;
}
.Calendar .year {
grid-area: year;
justify-content: start;
font-size: 2em;
}
.Calendar .month {
grid-area: month;
justify-content: start;
font-size: 1.75em;
padding-left: 15px;
}
.Calendar .week-day {
font-weight: 370;
border-bottom: 1px solid white;
}
.Calendar .sunday {
grid-area: sunday;
}
.Calendar .monday {
grid-area: monday;
}
.Calendar .tuesday {
grid-area: tuesday;
}
.Calendar .wednesday {
grid-area: wednesday;
}
.Calendar .thursday {
grid-area: thursday;
}
.Calendar .friday {
grid-area: friday;
}
.Calendar .saturday {
grid-area: saturday;
}
.Calendar .sunday {
grid-area: sunday;
}
.Calendar .prev-month {
grid-area: prev-month;
padding-right: 5px;
}
.Calendar .next-month {
grid-area: next-month;
padding-left: 5px;
}
.Calendar .prev-month,
.Calendar .next-month {
font-weight: 700;
font-size: 1.75em;
cursor: pointer;
padding-bottom: 5px;
}
.Calendar .prev-month:hover,
.Calendar .next-month:hover {
background: rgb(30, 30, 30);
border-radius: 50%;
}
.Calendar .date-display {
grid-area: date-display;
font-size: 1.5em;
}
.Calendar .Days {
font-weight: 300;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
.Calendar .Days:hover {
background: rgb(30, 30, 30);
border-radius: 50%;
}
.Calendar .active {
background: lime;
color: black;
font-weight: 500;
border-radius: 50%;
}
.Calendar .active:hover {
background: lime;
}
@media all and (max-width: 1200px) {
}
@media all and (max-width: 992px) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 576px) {
}
@media all and (max-width: 424px) {
}
@media all and (max-width: 320px) {
} | 0.688783 | 0.390912 |
.theme-dark {
--header-primary: #D9E0EE !important;
--background-primary: #1E1E2E !important;
--background-primary-alt: #1E1E2E !important;
--background-mobile-primary: #1E1E2E !important;
--background-secondary: #1A1826 !important;
--background-secondary-alt: #1A1826 !important;
--background-mobile-secondary: #1A1826 !important;
--background-tertiary: #161320 !important;
--background-floating: #1E1E2E !important;
--background-mentioned: rgba(221, 182, 242, 0.1) !important;
--background-mentioned-hover: rgba(245, 194, 231, 0.2) !important;
--channeltextarea-background: #302D41 !important;
--activity-card-background: #1E1E2E !important;
--scrollbar-thin-thumb: #161320 !important;
--scrollbar-thin-track: #161320 !important;
--scrollbar-auto-thumb: #161320 !important;
--scrollbar-auto-track: #302D41 !important;
--scrollbar-auto-scrollbar-color-thumb: #302D41 !important;
--scrollbar-auto-scrollbar-color-track: #302D41 !important;
--deprecated-store-bg: #161320 !important;
--interactive-normal: #D9E0EE !important;
}
/* Mentions */
.mentioned-Tre-dv .mention.interactive {
color: #D9E0EE !important;
}
.mentioned-Tre-dv::before {
background-color: #D9E0EE !important;
}
/* Home */
.container-2cd8Mz {
background-color: #1E1E2E !important;
}
/* Autocomplete popup */
.autocomplete-3NRXG8 {
background-color: #1E1E2E !important;
}
.wrapper-1NNaWG.categoryHeader-OpJ1Ly {
background-color: #1E1E2E !important;
}
.autocomplete-3NRXG8 {
background-color: #1E1E2E !important;
}
/* Autocomplete popup selection */
.selected-3H3-RC {
background-color: #302D41 !important;
}
/* Search: Items */
.container-2McqkF {
background-color: #302D41 !important;
}
.searchOption-351dTI:hover {
background-color: #161320 !important;
}
/* Search: No shadows */
.option-2KkUJO:after {
background: none !important;
}
/* Search: in-section */
.queryContainer-ZunrLZ {
background-color: #302D41 !important;
}
/* Search: History */
.option-2KkUJO:hover {
background-color: #161320 !important;
}
/* IN ORDER: New-Unreads-Btn,jumpToPresentBar,CTRL+K,searchFilterOption */
.bar-2eAyLE, .input-3r5zZY, .searchFilter-2UfsDk {
background-color: #302D41 !important;
}
/* jump to present message */
.jumpToPresentBar-1cEnH0 {
background-color: #6E6C7E !important;
}
/* New Message Bar */
.newMessagesBar-1hF-9G:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #6E6C7E !important;
border-radius: 0 0 3px 3px;
}
/* New Messages Flag */
.isUnread-3Lojb- {
border-color: #6E6C7E !important;
}
.unreadPill-3nEWYM {
background-color: #6E6C7E !important;
}
.unreadPillCapStroke-1nE1Q8 {
fill: #6E6C7E !important;
color: #6E6C7E !important;
}
.isUnread-3Lojb- .content-3spvdd {
color: #6E6C7E !important;
}
/* URLs */
.button-1kija8, .buttonIcon-1TxM6f {
color: #89DCEB !important;
}
.fakeLink-2FvUR7, .embed-hKpSrO>.embedTitleLink-1QbYA-, .markup-eYLPri a, .content-s2SEQO a, .colorLink-2apWfY {
color: #89DCEB !important;
}
.card-16VQ8C a {
color: #89DCEB !important;
}
.lookLink-15mFoz.colorLink-1Md3RZ {
color: #89DCEB !important;
}
/**
* Uncomment to change the home button to a GIF of a cat popping
div[aria-label = "Home"] > div:hover {
background-image: url("https://raw.githubusercontent.com/catppuccin/discord/master/assets/popcat.gif");
background-blend-mode: normal;
background-size: contain;
}
div[aria-label = "Home"] > div:hover > svg {
transition: opacity 1s ease-in-out;
opacity: 0;
}
div[aria-label = "Home"] > div > svg {
color: white;
stroke: black;
stroke-width: 0.3px;
}
**/ | Catppuccin.theme.css | .theme-dark {
--header-primary: #D9E0EE !important;
--background-primary: #1E1E2E !important;
--background-primary-alt: #1E1E2E !important;
--background-mobile-primary: #1E1E2E !important;
--background-secondary: #1A1826 !important;
--background-secondary-alt: #1A1826 !important;
--background-mobile-secondary: #1A1826 !important;
--background-tertiary: #161320 !important;
--background-floating: #1E1E2E !important;
--background-mentioned: rgba(221, 182, 242, 0.1) !important;
--background-mentioned-hover: rgba(245, 194, 231, 0.2) !important;
--channeltextarea-background: #302D41 !important;
--activity-card-background: #1E1E2E !important;
--scrollbar-thin-thumb: #161320 !important;
--scrollbar-thin-track: #161320 !important;
--scrollbar-auto-thumb: #161320 !important;
--scrollbar-auto-track: #302D41 !important;
--scrollbar-auto-scrollbar-color-thumb: #302D41 !important;
--scrollbar-auto-scrollbar-color-track: #302D41 !important;
--deprecated-store-bg: #161320 !important;
--interactive-normal: #D9E0EE !important;
}
/* Mentions */
.mentioned-Tre-dv .mention.interactive {
color: #D9E0EE !important;
}
.mentioned-Tre-dv::before {
background-color: #D9E0EE !important;
}
/* Home */
.container-2cd8Mz {
background-color: #1E1E2E !important;
}
/* Autocomplete popup */
.autocomplete-3NRXG8 {
background-color: #1E1E2E !important;
}
.wrapper-1NNaWG.categoryHeader-OpJ1Ly {
background-color: #1E1E2E !important;
}
.autocomplete-3NRXG8 {
background-color: #1E1E2E !important;
}
/* Autocomplete popup selection */
.selected-3H3-RC {
background-color: #302D41 !important;
}
/* Search: Items */
.container-2McqkF {
background-color: #302D41 !important;
}
.searchOption-351dTI:hover {
background-color: #161320 !important;
}
/* Search: No shadows */
.option-2KkUJO:after {
background: none !important;
}
/* Search: in-section */
.queryContainer-ZunrLZ {
background-color: #302D41 !important;
}
/* Search: History */
.option-2KkUJO:hover {
background-color: #161320 !important;
}
/* IN ORDER: New-Unreads-Btn,jumpToPresentBar,CTRL+K,searchFilterOption */
.bar-2eAyLE, .input-3r5zZY, .searchFilter-2UfsDk {
background-color: #302D41 !important;
}
/* jump to present message */
.jumpToPresentBar-1cEnH0 {
background-color: #6E6C7E !important;
}
/* New Message Bar */
.newMessagesBar-1hF-9G:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #6E6C7E !important;
border-radius: 0 0 3px 3px;
}
/* New Messages Flag */
.isUnread-3Lojb- {
border-color: #6E6C7E !important;
}
.unreadPill-3nEWYM {
background-color: #6E6C7E !important;
}
.unreadPillCapStroke-1nE1Q8 {
fill: #6E6C7E !important;
color: #6E6C7E !important;
}
.isUnread-3Lojb- .content-3spvdd {
color: #6E6C7E !important;
}
/* URLs */
.button-1kija8, .buttonIcon-1TxM6f {
color: #89DCEB !important;
}
.fakeLink-2FvUR7, .embed-hKpSrO>.embedTitleLink-1QbYA-, .markup-eYLPri a, .content-s2SEQO a, .colorLink-2apWfY {
color: #89DCEB !important;
}
.card-16VQ8C a {
color: #89DCEB !important;
}
.lookLink-15mFoz.colorLink-1Md3RZ {
color: #89DCEB !important;
}
/**
* Uncomment to change the home button to a GIF of a cat popping
div[aria-label = "Home"] > div:hover {
background-image: url("https://raw.githubusercontent.com/catppuccin/discord/master/assets/popcat.gif");
background-blend-mode: normal;
background-size: contain;
}
div[aria-label = "Home"] > div:hover > svg {
transition: opacity 1s ease-in-out;
opacity: 0;
}
div[aria-label = "Home"] > div > svg {
color: white;
stroke: black;
stroke-width: 0.3px;
}
**/ | 0.320609 | 0.046098 |
.box {
background-color: #FFFFFF;
width: 400px;
height: 400px;
margin: 7em auto;
border-radius: 1.5em;
}
.font {
padding-top: 30px;
color:grey;
font-weight: bold;
font-size: 22px;
}
sign {
padding-top: 40px;
color: grey;
font-family: 'Ubuntu', sans-serif;
font-weight: bold;
font-size: 23px;
}
.un {
width: 75%;
font-weight: 700;
font-size: 14px;
letter-spacing: 1px;
background: rgba(136, 126, 126, 0.04);
padding: 10px 20px;
border-radius: 20px;
border: 2px solid rgba(0, 0, 0, 0.02);
outline:none;
margin-bottom: 50px;
margin-left: 46px;
text-align: center;
margin-bottom: 27px;
font-family: Arial, Helvetica, sans-serif;
}
.un:focus{
border: 5px solid rgba(52,73,94, 0.15) !important;
}
.submit {
cursor: pointer;
border-radius: 10em;
color: #fff;
background: grey;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 10px;
padding-top: 10px;
font-family: 'Ubuntu', sans-serif;
margin-left: 40%;
font-size: 15px;
}
.forgot {
text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
color: #E1BEE7;
padding-top: 15px;
}
.heading{
font-weight: bold;
cursor: pointer;
border-radius: 15em;
color: white;
background: #3B3E40;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 10px;
padding-top: 10px;
font-family: 'Windows', timesnewroman;
margin-left: 6.5%;
font-size: 20px;
}
.form1{
padding-right: 40px;
}
.background{
background-image: url("../static/bg1.jpg");
height:100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.logo {
height:auto;
width:auto;
position:absolute;
top:10px;
left:10px;
border: 10px solid transparent;
} | style-login.css | .box {
background-color: #FFFFFF;
width: 400px;
height: 400px;
margin: 7em auto;
border-radius: 1.5em;
}
.font {
padding-top: 30px;
color:grey;
font-weight: bold;
font-size: 22px;
}
sign {
padding-top: 40px;
color: grey;
font-family: 'Ubuntu', sans-serif;
font-weight: bold;
font-size: 23px;
}
.un {
width: 75%;
font-weight: 700;
font-size: 14px;
letter-spacing: 1px;
background: rgba(136, 126, 126, 0.04);
padding: 10px 20px;
border-radius: 20px;
border: 2px solid rgba(0, 0, 0, 0.02);
outline:none;
margin-bottom: 50px;
margin-left: 46px;
text-align: center;
margin-bottom: 27px;
font-family: Arial, Helvetica, sans-serif;
}
.un:focus{
border: 5px solid rgba(52,73,94, 0.15) !important;
}
.submit {
cursor: pointer;
border-radius: 10em;
color: #fff;
background: grey;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 10px;
padding-top: 10px;
font-family: 'Ubuntu', sans-serif;
margin-left: 40%;
font-size: 15px;
}
.forgot {
text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
color: #E1BEE7;
padding-top: 15px;
}
.heading{
font-weight: bold;
cursor: pointer;
border-radius: 15em;
color: white;
background: #3B3E40;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 10px;
padding-top: 10px;
font-family: 'Windows', timesnewroman;
margin-left: 6.5%;
font-size: 20px;
}
.form1{
padding-right: 40px;
}
.background{
background-image: url("../static/bg1.jpg");
height:100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.logo {
height:auto;
width:auto;
position:absolute;
top:10px;
left:10px;
border: 10px solid transparent;
} | 0.384565 | 0.089574 |
body{
font-family: 'Raleway', sans-serif;
top: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.cart-title{
color: #fff;
font-size: 25px;
font-weight: 700;
line-height: 1.1;
margin-top: 0;
text-align: center;
text-decoration: underline;
}
.new-comment{
margin-top: 10px;
}
#cart-btn{
margin: 0 auto;
}
.slideshow {
background-image: url(https://source.unsplash.com/GfmIT_pseDQ);
background-size: cover;
background-position: center;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
list-style: none;
margin: 0;
padding: 0;
opacity: 0.39;
}
.flex {
display: flex;
flex-wrap: wrap;
justify-content: center; /* My personal preference - Not required */
}
.caption h4{
/* font-size: 2.5vh; */
font-size: 2.5vmin;
font-weight: bold;
}
#show_img{
width: 100%;
height: 624px;
background-size: cover;
background-position: center center;
display: flex;
flex-wrap: wrap;
border-radius: 3.5%;
}
#index_img{
width: 100%;
height: 365px;
background-size: cover;
background-position: center center;
display: flex;
flex-wrap: wrap;
border-radius: 3.5%;
}
.thumbnail{
padding: 0;
padding-bottom: 5px;
/*border: none;*/
display: block;
margin-bottom: 20px;
line-height: 1.4285;
background-color: #fff;
border-radius: 4px;
}
#delete-form{
display: inline;
}
#shopping-cart{
width: 750px;
height: auto;
margin: 20px auto;
background: #FFFFFF;
box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
border-radius: 6px;
display: block;
flex-direction: column;
}
.ux-card{
background: #FCFCFC;
padding:20px;
position: relative;
&:hover {
cursor: pointer;
border-color: #008a32;
background-color: #fff;
}
}
table tbody tr td{
vertical-align: middle;
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
color: #555
}
.fa-trash-o{
color: #af111c;
}
td, th{
padding: 0;
}
.row-heading{
background: #fff;
margin: 0 auto;
font-size: 1.0em;
font-family:'Josefin Sans', sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
}
.total-display{
font-family: 'Raleway', sans-serif;
}
.last-line{
margin-top: 15px;
margin-bottom: 25px;
text-align: center;
}
th{
text-align: left;
}
.box{
background: #fff;
margin: 0 0 30px;
border: solid 1px #ccc;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: rgb(204, 204, 204);
border-left-color: rgb(204, 204, 204);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
border-left: none;
border-right: none;
margin-bottom: 30px;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
background-color: transparent;
border-spacing: 0;
border-collapse: collapse;
table-layout: fixed;
width:500px;
min-height: .01%;
overflow-x: auto;
}
table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.breadcrumb{
padding: 8px 0;
margin-bottom: 20px;
background-color: #fff;
border-radius: 0;
text-align: center;
font-family: "Montserrat",Helvetica,Arial,sans-serif;
text-transform: uppercase;
letter-spacing: .1em;
text-align: center;
font-size: 12px;
}
.page-top{
text-align: center;
margin-bottom: 45px;
padding-bottom: 30px;
}
.page-top h1{
font-size: 43.2px;
color: #4fbfa8;
font-family: "Montserrat",Helvetica,Arial,sans-serif;
font-weight: 900;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: .1em;
}
.page-top::after {
height: 1px;
background: #555;
position: relative;
top: 20px;
margin: 0 auto;
width: 150px;
}
.text-muted{
color: #777;
}
table { border-collapse: collapse; }
td + td,
tr + tr { border-top: 1px solid indigo; }
td,
th { padding: 10px; }
// IE7
tr + tr > td,
tr + tr > th { border-top: 1px solid indigo; }
h2 span {
font-size: 18px;
}
.navbar {
z-index: 1;
margin-bottom: 0px;
}
.btn-lg{
background-color: #c50000;
border-color: #c50000;
color: #fff;
}
.navbar-default{
background-color: #eee;
border-color: #9ACD32;
border-bottom: 5px solid #080808;
padding: 0;
border-radius: 0;
margin-top: 0;
margin-bottom: 0;
}
.navbar-default .navbar-brand{
font-size: 2rem;
color: #555;
}
.navbar-default .navbar-nav>li>a {
color: #555;
font-size: 1.2em;
}
.fa{
margin-right: 5.5px;
}
.ux-card td a{
color: #4fbfa8;
}
.book-index{
background: url(https://source.unsplash.com/3shfnfzdFVc);
background-position: center;
background-size: cover;
margin-bottom: 0;
height: 20%;
text-align: center;
color: white;
margin-bottom: 30px;
width: 100%;
position: relative;
z-index: 1;
/*margin-left: -275px;*/
}
.book-index div {
margin-top: 15%;
margin-bottom: 10%;
padding-top: 5%;
padding-bottom: 5%;
background: rgba(0, 128, 0, .6);
}
p a{
margin: 0 0 10px;
} | service-oriented-system/public/stylesheets/main.css | body{
font-family: 'Raleway', sans-serif;
top: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.cart-title{
color: #fff;
font-size: 25px;
font-weight: 700;
line-height: 1.1;
margin-top: 0;
text-align: center;
text-decoration: underline;
}
.new-comment{
margin-top: 10px;
}
#cart-btn{
margin: 0 auto;
}
.slideshow {
background-image: url(https://source.unsplash.com/GfmIT_pseDQ);
background-size: cover;
background-position: center;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
list-style: none;
margin: 0;
padding: 0;
opacity: 0.39;
}
.flex {
display: flex;
flex-wrap: wrap;
justify-content: center; /* My personal preference - Not required */
}
.caption h4{
/* font-size: 2.5vh; */
font-size: 2.5vmin;
font-weight: bold;
}
#show_img{
width: 100%;
height: 624px;
background-size: cover;
background-position: center center;
display: flex;
flex-wrap: wrap;
border-radius: 3.5%;
}
#index_img{
width: 100%;
height: 365px;
background-size: cover;
background-position: center center;
display: flex;
flex-wrap: wrap;
border-radius: 3.5%;
}
.thumbnail{
padding: 0;
padding-bottom: 5px;
/*border: none;*/
display: block;
margin-bottom: 20px;
line-height: 1.4285;
background-color: #fff;
border-radius: 4px;
}
#delete-form{
display: inline;
}
#shopping-cart{
width: 750px;
height: auto;
margin: 20px auto;
background: #FFFFFF;
box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
border-radius: 6px;
display: block;
flex-direction: column;
}
.ux-card{
background: #FCFCFC;
padding:20px;
position: relative;
&:hover {
cursor: pointer;
border-color: #008a32;
background-color: #fff;
}
}
table tbody tr td{
vertical-align: middle;
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
color: #555
}
.fa-trash-o{
color: #af111c;
}
td, th{
padding: 0;
}
.row-heading{
background: #fff;
margin: 0 auto;
font-size: 1.0em;
font-family:'Josefin Sans', sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
}
.total-display{
font-family: 'Raleway', sans-serif;
}
.last-line{
margin-top: 15px;
margin-bottom: 25px;
text-align: center;
}
th{
text-align: left;
}
.box{
background: #fff;
margin: 0 0 30px;
border: solid 1px #ccc;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-right-color: rgb(204, 204, 204);
border-left-color: rgb(204, 204, 204);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
border-left: none;
border-right: none;
margin-bottom: 30px;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
background-color: transparent;
border-spacing: 0;
border-collapse: collapse;
table-layout: fixed;
width:500px;
min-height: .01%;
overflow-x: auto;
}
table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.breadcrumb{
padding: 8px 0;
margin-bottom: 20px;
background-color: #fff;
border-radius: 0;
text-align: center;
font-family: "Montserrat",Helvetica,Arial,sans-serif;
text-transform: uppercase;
letter-spacing: .1em;
text-align: center;
font-size: 12px;
}
.page-top{
text-align: center;
margin-bottom: 45px;
padding-bottom: 30px;
}
.page-top h1{
font-size: 43.2px;
color: #4fbfa8;
font-family: "Montserrat",Helvetica,Arial,sans-serif;
font-weight: 900;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: .1em;
}
.page-top::after {
height: 1px;
background: #555;
position: relative;
top: 20px;
margin: 0 auto;
width: 150px;
}
.text-muted{
color: #777;
}
table { border-collapse: collapse; }
td + td,
tr + tr { border-top: 1px solid indigo; }
td,
th { padding: 10px; }
// IE7
tr + tr > td,
tr + tr > th { border-top: 1px solid indigo; }
h2 span {
font-size: 18px;
}
.navbar {
z-index: 1;
margin-bottom: 0px;
}
.btn-lg{
background-color: #c50000;
border-color: #c50000;
color: #fff;
}
.navbar-default{
background-color: #eee;
border-color: #9ACD32;
border-bottom: 5px solid #080808;
padding: 0;
border-radius: 0;
margin-top: 0;
margin-bottom: 0;
}
.navbar-default .navbar-brand{
font-size: 2rem;
color: #555;
}
.navbar-default .navbar-nav>li>a {
color: #555;
font-size: 1.2em;
}
.fa{
margin-right: 5.5px;
}
.ux-card td a{
color: #4fbfa8;
}
.book-index{
background: url(https://source.unsplash.com/3shfnfzdFVc);
background-position: center;
background-size: cover;
margin-bottom: 0;
height: 20%;
text-align: center;
color: white;
margin-bottom: 30px;
width: 100%;
position: relative;
z-index: 1;
/*margin-left: -275px;*/
}
.book-index div {
margin-top: 15%;
margin-bottom: 10%;
padding-top: 5%;
padding-bottom: 5%;
background: rgba(0, 128, 0, .6);
}
p a{
margin: 0 0 10px;
} | 0.450118 | 0.063106 |
*{ /*aplicando a todos os elementos*/
margin: 0;
padding: 0;
box-sizing: border-box; /*incluindo tamanho de borda e padding*/
}
body{
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-size: 13px;
overflow-x: hidden; /*conteudo que ultrapasse a horizontal será ignorado...*/
/*...assim só haverá barra na vertical*/
}
header{
height: 100px;
background-color: black;
color: white;
}
.header{
max-width: 1140px;
height: 100px;
margin: auto;
display: flex;
align-items: center;
}
.logo{
width: 80px;
}
.logoimg{
width: 80px;
height: 80px;
background-color: #b28756;
border-radius: 40px;
}
.menu-opener{
display: none;
}
.menu{
flex: 1; /*pega o restante da area*/
display: flex;
justify-content: flex-end; /*conteudo centralizado à direita*/
}
.menu ul,
.menu li{
list-style: none;
}
.menu ul{
display: flex;
}
.menu li a{
color: white;
text-transform: uppercase;
font-weight: 600;
text-decoration: none;
display: flex;
align-items: center;
border-bottom: 5px solid black; /*camufla o movimento dos menus*/
padding-left: 10px;
padding-right: 10px;
height: 100px;
}
.menu .active a,
.menu li a:hover{ /*ações ao passar o mouse no menu*/
border-bottom: 4px solid #b28756;
color: #ccc;
}
/*Banner area*/
.button{
display: inline-block;
background-color: #b28756;
color: #FFF;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
text-decoration: none;
padding: 10px 30px;
margin-top: 30px;
border-radius: 20px;
}
.banner{
height: calc(100vh - 100px); /*preenche a tela do monitor subtraindo a altura do banner*/
background-color: #333;
background-image: url('../images/bg.jpg');
background-size: cover; /*ajuste para preencher todo o espaço*/
background-position: bottom; /*prioriza a parte de baixo da imagem*/
overflow: hidden; /*conteudo alem do banner será ignorado*/
}
.banner .sliders{
width:1000vw;
height: 100%;
}
.banner .slide{
width: 100vw; /*largura da tela inteira*/
height: 100%;
display: inline-block;
background-color: rgba(0, 0, 0, 0.7);
}
.banner .slidearea{
display: flex;/*organiza em linhas*/
flex-direction: column; /*deixa em colunas ao inves de linhas*/
height: 100%;
align-items: center; /*centraliza verticalmente*/
color: #FFF;
justify-content: center;
}
.banner h1{
text-transform: uppercase;
font-weight: bold;
font-size: 50px;
}
.banner h1 span{
color: #b28756;
}
.banner h2{
text-transform: uppercase;
margin-top: 20px;
}
.banner .slider-pointers{
width: 100vw;
height: 20px;
position: absolute; /*independente da area, o elemento é mostrado*/
margin-top: -50px;
display: flex;
justify-content: center;
align-items: center;
}
.banner .pointer{
width: 15px;
height: 15px;
border: 2px solid #b28756;
border-radius: 8px;
margin-left: 5px;
margin-right: 5px;
cursor:pointer; /*se torna visualmente clicavel*/
}
.banner .pointer.active{
background-color: #b28756;
}
.default{
padding-top: 50px;
padding-bottom: 50px;
}
.default .section-title,
.default .section-desc{
text-align: center;
text-transform: uppercase;
font-weight: 600;
}
.default .section-title{
font-size: 20px;
}
.default .section-desc{
font-size: 12px;
color: #CCC;
margin-top: 10px;
margin-bottom: 40px;
}
.default .section-body{
max-width: 1140px; /*1140 = largura maxima do banner*/
margin: auto; /*leva a div para o meio*/
}
.default.light{
background-color: #F7F7F7;
}
.default.light .section-title,
.default.light .section-body{
color: black;
}
.default.dark{
background-color: black;
}
.default.dark .section-title,
.default.dark .section-body{
color: #FFF;
}
/*--------------Area específica-----------------*/
.section-aboutus{
display: flex;
}
.section-aboutus--left{
flex: 1;
}
.section-aboutus--left p{
font-size: 14px;
line-height: 25px;
}
.section-aboutus--right{
width: 520px;
text-align: center;
}
.section-aboutus--right img{
width: 480px;
box-shadow: 0px 5px 10px #333;
}
.section-services{
display: flex;
}
.section-service{
flex: 1;
text-align: center;
border-right: 1px solid #333;
padding: 15px;
}
.section-service:first-child{
border-left: 1px solid #333;
}
.section-service h4{
margin-top: 20px;
text-transform: uppercase;
font-size: 18px;
}
.section-service p{
margin-top: 10px;
font-size: 13px;
color: #999;
}
.section-projects{
display: flex;
flex-direction: column;
align-items: center;
}
.section-projects--filters{
border: 1px solid #CCC;
background-color: #EEE;
border-radius: 30px;
display: inline-block;
padding: 0px 20px; /*padding 0 em cima e em baixo / padding 20 nas laterais*/
}
.section-projects--filters ul,
.section-projects--filters li{
list-style: none;
}
.section-projects--filters li{
display:inline-block;
padding: 10px;
text-transform: uppercase;
font-size: 13px;
border-left:1px solid #DDD;
color: #555;
border-bottom: 3px solid #EEE;
cursor:pointer; /*maozinha do mouse*/
}
.section-projects--filters li:hover,/*ao passar o mouse, tem-se ação*/
.section-projects--filters li.active{
border-bottom: 3px solid #B28756;
}
.section-projects--filters li:first-child{
border-left: 0;
}
.section-projects--photos{
width: 100w; /*usa sempre o tamanho máximo de tela disponível*/
max-width: 1140px;
margin-top: 20px;
display: flex;
flex-wrap: wrap; /*quebra linhas caso não caiba tudo na mesma linha*/
justify-content: center; /*independente da quebra de linha, tudo fica centralizado*/
}
.section-projects--photo{
width: 280px;
}
.section-projects-photoarea{
margin: 10px;
width: 260px;
height: 160px;
}
.section-projects-photoarea img{
width: inherit; /*"herdar" do item anterior as informações de width*/
height: inherit;/*"herdar" do item anterior... de height*/
}
.section-projects--photoinfo{
position: absolute;
background-color: rgba(0, 0, 0, 0.5);/*50% de opacidade*/
width: inherit;
height: inherit;
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: #FFF;
}
.section-projects--photoinfo h5{
font-size: 18px;
font-weight: 600;
}
.section-projects-photoarea:hover .section-projects--photoinfo{
display: flex;
}
.bg-team{
background-image: url('../images/bg.jpg');
background-size: cover;
background-position: center;
padding: 0;
}
.section-team-area{
background-color: rgba(0, 0, 0, 0.8);
padding-top: 50px;
padding-bottom: 50px;
}
/*-----------------------------------------------------------------*/
.section-team{
overflow: hidden;
max-width: 880px;
margin: auto;
}
.section-team .sliders{
width:1000vw;
height: 100%;
}
.section-team .slide{
width: 280px; /*largura da tela inteira*/
height: 100%;
min-height: 300px;
display: inline-block;
background-color: #FFF;
margin-right: 20px;
}
.section-team .slidearea{
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
align-items: center; /*centraliza verticalmente*/
color: #000;
padding: 30px;
}
/*-----------------------------------------------------------------*/
.section-team-area .slider-pointers{
margin-top: 30px;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.section-team-area .pointer{
width: 15px;
height: 15px;
border: 2px solid #b28756;
border-radius: 8px;
margin-left: 5px;
margin-right: 5px;
cursor:pointer; /*se torna visualmente clicavel*/
}
.section-team-area .pointer.active{
background-color: #b28756;
}
.section-team--avatar{
width: 150px;
height: auto;
}
.section-team--name{
text-transform: uppercase;
font-weight: 600;
font-size: 17px;
margin-top: 30px;
}
.section-team--role{
font-size: 14px;
color: #999;
margin: 5px;
}
.section-team--social{
display: flex;
margin-top: 20px;
}
.section-team--social a{
display: inline-flex;
justify-content: center;
align-items: center;
width: 25px;
height: 25px;
background-color: #CCC;
border-radius: 13px;
margin-right: 10px;
}
.section-team--social a:hover{
background-color: #b28756;
}
.testimonials .section-body {
max-width:initial;
}
.section-testimonials {
overflow:hidden;
}
.section-testimonials .sliders {
width:1000vw;
height:100%;
}
.section-testimonials .slide {
width:100vw;
height:100%;
display:inline-block;
}
.section-testimonials .slidearea {
display:flex;
flex-direction:column;
height:100%;
justify-content: center;
align-items:center;
}
.section-testimonials--avatar {
width:100px;
}
.section-testimonials--name {
font-weight: bold;
font-size:16px;
margin-top:20px;
}
.section-testimonials--role {
font-size:14px;
}
.section-testimonials--quoteimg {
width:20px;
margin-top:30px;
}
.section-testimonials--quote {
margin-top:10px;
font-size:13px;
max-width:700px;
color:#555;
text-align:center;
line-height:25px;
margin-left:30px;
margin-right:30px;
}
.section-testimonials .sliders-pointers {
width:100vw;
height:20px;
display:flex;
justify-content: center;
align-items: center;
margin-top:40px;
}
.section-testimonials .pointer {
width:15px;
height:15px;
border:2px solid #B28756;
border-radius:8px;
margin-left:5px;
margin-right:5px;
cursor:pointer;
}
.section-testimonials .pointer.active {
background-color:#B28756;
}
.section-companies {
border-top:1px solid #DDD;
border-bottom:1px solid #DDD;
}
.section-companies--area {
display:flex;
align-items:center;
}
.section-company {
flex:1;
text-align:center;
}
.section-price {
display:flex;
}
.section-price--item {
flex:1;
background-color: #FFF;
margin-right: 20px;
padding:20px;
text-align:center;
}
.section-price--item:last-child {
margin-right:0;
}
.section-price--item-name {
text-transform: uppercase;
font-size:13px;
font-weight:600;
}
.section-price--item-money {
font-weight: bold;
font-size:22px;
margin-top:10px;
}
.section-price--item-period {
color:#999;
text-transform: uppercase;
margin-bottom:20px;
}
.section-price--item-point {
font-size:12px;
}
.premium {
background-color:#FFF !important;
border-top:1px solid #CCC;
}
.premium .section-body {
max-width:initial;
}
.section-premium {
overflow:hidden;
}
.section-premium a {
margin-top:30px;
}
.section-premium .sliders {
width:1000vw;
height:100%;
}
.section-premium .slide {
width:100vw;
height:100%;
display:inline-block;
}
.section-premium .slidearea {
display:flex;
height:100%;
justify-content: center;
align-items:center;
max-width:1140px;
border-bottom:1px solid #CCC;
margin:auto;
padding-bottom:40px;
}
.section-premium--left {
flex:1;
text-align:right;
}
.section-premium--left img {
width:300px;
margin-right:30px;
}
.section-premium--right {
flex:1;
}
.section-premium--item {
display:flex;
margin-bottom:20px;
}
.section-premium--item img {
width:20px;
height:20px;
margin-right:20px;
}
.section-premium--item div {
flex:1;
color:#999;
line-height:20px;
}
.section-premium--item div h4 {
color:#000;
font-size:17px;
font-weight:600;
}
.section-premium .sliders-pointers {
width:100vw;
height:20px;
display:flex;
justify-content: center;
align-items: center;
margin-top:40px;
}
.section-premium .pointer {
width:15px;
height:15px;
border:2px solid #B28756;
border-radius:8px;
margin-left:5px;
margin-right:5px;
cursor:pointer;
}
.section-premium .pointer.active {
background-color:#B28756;
}
.section-facts {
display:flex;
}
.section-fact {
flex:1;
text-align:center;
padding:15px;
}
.section-fact h3 {
color:#B28756;
font-size:45px;
}
.section-fact-line {
width:20px;
border-bottom:2px solid #B28756;
margin:auto;
}
.section-fact h4 {
margin-top:20px;
text-transform: uppercase;
font-size:18px;
}
.section-fact p {
margin-top:10px;
font-size:13px;
color:#999;
}
.section-share {
display:flex;
justify-content: center;
align-items:center;
padding:20px;
background-color:#FFF;
color:#999;
}
.section-share--legend {
display:flex;
align-items:center;
margin-right:40px;
}
.section-share--legend img {
margin-right:10px;
}
.section-share--item {
font-size:12px;
margin-right:20px;
display:flex;
align-items:center;
cursor:pointer;
}
.section-share--icon {
width:30px;
height:30px;
border-radius:15px;
background-color:#CCC;
margin-right:5px;
display:flex;
justify-content: center;
align-items: center;
}
.section-share--icon img {
height:12px;
}
.section-share--icon.twitter {
background-color:#34c5f0;
}
.section-share--icon.linkedin {
background-color:#127cb4;
}
.section-share--icon.facebook {
background-color:#336297;
}
.section-share--icon.googleplus {
background-color:#e74237;
}
.section-share--icon.pinterest {
background-color:#b71c29;
}
.section-contact {
max-width:450px;
margin:auto;
text-align:center;
}
.section-contact input[type=text],
.section-contact textarea {
display:block;
width:100%;
height:40px;
border:0;
background:transparent;
border-bottom:1px solid #CCC;
outline:0;
margin-top:10px;
}
.section-contact textarea {
height:100px;
resize:none;
}
.section-contact--split {
display:flex;
}
.section-contact--split input:first-child {
margin-right:20px;
}
.section-map {
background-image:url('../images/mapa.jpg');
background-size:cover; /*ocupa toda area disponivel*/
background-position:center;
padding-top:30px;
padding-bottom:30px;
}
.section-map--area {
width:100vw;
max-width:1140px;
margin:auto;
}
.section-map--info {
width:50%;
padding:30px;
background-color:#FFF;
color:#000;
}
.section-map--info-item {
display:flex;
align-items:center;
color:#999;
margin-bottom:10px;
}
.section-map--info-item-img {
width:30px;
height:30px;
display:inline-flex;
justify-content: center;
align-items: center;
padding:5px;
background-color:#999;
border-radius:15px;
margin-right:15px;
}
.section-map--info-item-img img {
width:15px;
height:auto;
}
/* FOOTER */
footer {
position: relative;
padding: 50px 0;
background-color: #000000;
}
.footer-button-circle {
position: absolute;
top: -20px;
left: 5%;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background-color: #B28756;
border-radius: 20px;
cursor: pointer;
}
.footer-button-arrow {
display: block;
width: 15px;
height: 15px;
margin-top: 8px;
border-top: 2px solid #ffffff;
border-right: 2px solid transparent;
border-bottom: 2px solid transparent;
border-left: 2px solid #ffffff;
transform: rotate(45deg);
}
.footer-area {
display: flex;
width: 100vw;
max-width: 1440px;
margin: auto;
}
.footer-area--item {
flex: 1;
display: flex;
height: 200px;
margin: 0 30px;
}
.footer-area--item.item1 {
flex-direction: column;
justify-content: space-between;
color: #999999;
font-weight: 700;
text-transform: uppercase;
}
.footer-area--item.item2 {
justify-content: center;
align-items: flex-start;
color: #999999;
line-height: 22px;
}
.footer-area--item.item3 {
justify-content: center;
align-items: center;
background-color: #333333;
}
.footer-area--item-wrapper-img {
display: flex;
}
.footer-area--item-img {
display: flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
margin: 0 2px;
background-color: #333333;
background-position: center;
background-repeat: no-repeat;
border-radius: 15px;
cursor: pointer;
}
.footer-area--item-img:hover {
background-color: #B28756;
}
.footer-area--item-img-circle {
width: 4px;
height: 4px;
margin-left: 2px;
background-color: #ffffff;
border-radius: 2px;
}
.footer-area--item-img.bg-twitter {
background-image: url("../images/twitter.png");
}
.footer-area--item-img.bg-pinterest {
background-image: url("../images/pinterest.png");
}
.footer-area--item-img.bg-linkedin{
background-image: url("../images/linkedin.png");
}
.footer-area--item-img.bg-facebook {
background-image: url("../images/facebook.png");
}
.footer-area--item-img.bg-googleplus {
background-image: url("../images/googleplus.png");
}
.footer-area--item.item3 form {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footer-area--item.item3 input[type=email] {
width: 200px;
height: 40px;
padding: 10px;
background: none;
border: none;
border-bottom: 2px solid #999999;
outline: none;
color: #999999;
text-align: center;
}
.footer-area--item.item3 input[type=email]::placeholder {
color: #999999;
text-transform: uppercase;
text-align: center;
font-weight: 600;
}
/*end --------------------------------------------------------*/
@media (min-width:450px) and (max-width:800px) {
.logo {
margin-left:30px;
}
.menu-opener {
display:block;
width:45px;
margin-right:30px;
}
nav {
display:none;
position: absolute;
z-index: 99;
background-color: rgba(0, 0, 0, 0.9);
width: 70vw;
height: calc(100vh - 100px);
top: 100px;
right: 0;
}
.menu ul {
flex-direction:column;
}
.menu li a {
font-weight:bold;
height:80px;
font-size:27px;
margin-left:50px;
border:0;
}
.menu li.active a {
border:0;
color:#B28756;
}
.section-aboutus {
flex-direction:column;
}
.section-aboutus--left {
margin-left:30px;
margin-right:30px;
margin-bottom:30px;
}
.section-aboutus--right {
width:auto; /*tira a largura determinada antes*/
}
.section-services {
flex-wrap:wrap;
}
.section-service {
min-width:50%;
margin-bottom:30px;
}
.section-service:first-child {
border-left:0;
}
.section-team {
max-width:580px;
}
.section-price {
flex-wrap:wrap;
}
.section-price--item {
margin-left:20px;
min-width:calc(50% - 40px);
margin-bottom:20px;
}
.section-price--item:last-child {
margin-right:20px;
}
.section-facts {
flex-wrap:wrap;
}
.section-fact {
min-width:50%;
}
.section-map {
padding-left:30px;
padding-right:30px;
}
.section-map--area {
width:auto;
}
.section-map--info {
width:auto;
}
.section-map--info-item {
margin-bottom:20px;
}
.section-map--info-item:last-child {
margin-bottom:0;
}
}
@media (max-width:450px) {
.logo {
margin-left:30px;
}
.menu-opener {
display:block;
width:45px;
margin-right:30px;
}
nav {
display:none;
position: absolute;
z-index: 99;
background-color: rgba(0, 0, 0, 0.9);
width: 80vw;
height: calc(100vh - 100px);
top: 100px;
right: 0;
}
.menu ul {
flex-direction:column;
}
.menu li a {
font-weight:bold;
height:60px;
font-size:20px;
margin-left:30px;
border:0;
}
.menu li.active a {
border:0;
color:#B28756;
}
.banner h1 {
font-size:30px;
}
.banner h2 {
font-size:17px;
}
.section-aboutus {
flex-direction:column;
}
.section-aboutus--left {
margin-left:30px;
margin-right:30px;
margin-bottom:30px;
}
.section-aboutus--right {
width:auto;
margin-left:30px;
margin-right:30px;
}
.section-aboutus--right img {
width:100%;
}
.section-services {
flex-wrap:wrap;
}
.section-service {
min-width:100%;
margin-bottom:30px;
}
.section-service:first-child {
border-left:0;
}
.section-projects--filters {
margin-left:30px;
margin-right:30px;
}
.section-projects--photo {
width:320px;
}
.section-projects-photoarea {
width:300px;
height:190px;
}
.section-team {
max-width:280px;
}
.section-companies--area {
flex-wrap:wrap;
}
.section-company {
min-width: 50%;
margin-bottom: 20px;
}
.section-price {
flex-wrap:wrap;
}
.section-price--item {
margin-left:20px;
min-width:calc(100% - 40px);
margin-bottom:20px;
}
.section-price--item:last-child {
margin-right:20px;
}
.section-premium .slidearea {
flex-direction: column;
}
.section-premium--left {
text-align:center;
margin-bottom:30px;
}
.section-premium--right {
padding-left:20px;
padding-right:20px;
}
.section-facts {
flex-wrap:wrap;
}
.section-fact {
min-width:100%;
}
.section-share {
flex-wrap:wrap;
justify-content: flex-start;
}
.section-share--legend {
width:100vw;
margin:0;
margin-bottom:30px;
justify-content: center;
}
.section-share--item {
min-width: 50%;
max-width: 50%;
margin: 0;
justify-content: center;
flex-direction: column;
margin-bottom: 20px;
}
.section-contact {
max-width:100vw;
margin-left:20px;
margin-right:20px;
}
.section-contact--split {
flex-direction: column;
}
.section-map {
padding:0;
padding-bottom:250px;
}
.section-map--area {
width:auto;
}
.section-map--info {
width:auto;
}
.section-map--info-item {
margin-bottom:20px;
}
.section-map--info-item:last-child {
margin-bottom:0;
}
.footer--area {
flex-direction:column;
}
.footer--item {
margin-bottom:20px;
}
.footer-social {
justify-content: center;
}
} | Projeto Awax/assets/css/style.css |
*{ /*aplicando a todos os elementos*/
margin: 0;
padding: 0;
box-sizing: border-box; /*incluindo tamanho de borda e padding*/
}
body{
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-size: 13px;
overflow-x: hidden; /*conteudo que ultrapasse a horizontal será ignorado...*/
/*...assim só haverá barra na vertical*/
}
header{
height: 100px;
background-color: black;
color: white;
}
.header{
max-width: 1140px;
height: 100px;
margin: auto;
display: flex;
align-items: center;
}
.logo{
width: 80px;
}
.logoimg{
width: 80px;
height: 80px;
background-color: #b28756;
border-radius: 40px;
}
.menu-opener{
display: none;
}
.menu{
flex: 1; /*pega o restante da area*/
display: flex;
justify-content: flex-end; /*conteudo centralizado à direita*/
}
.menu ul,
.menu li{
list-style: none;
}
.menu ul{
display: flex;
}
.menu li a{
color: white;
text-transform: uppercase;
font-weight: 600;
text-decoration: none;
display: flex;
align-items: center;
border-bottom: 5px solid black; /*camufla o movimento dos menus*/
padding-left: 10px;
padding-right: 10px;
height: 100px;
}
.menu .active a,
.menu li a:hover{ /*ações ao passar o mouse no menu*/
border-bottom: 4px solid #b28756;
color: #ccc;
}
/*Banner area*/
.button{
display: inline-block;
background-color: #b28756;
color: #FFF;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
text-decoration: none;
padding: 10px 30px;
margin-top: 30px;
border-radius: 20px;
}
.banner{
height: calc(100vh - 100px); /*preenche a tela do monitor subtraindo a altura do banner*/
background-color: #333;
background-image: url('../images/bg.jpg');
background-size: cover; /*ajuste para preencher todo o espaço*/
background-position: bottom; /*prioriza a parte de baixo da imagem*/
overflow: hidden; /*conteudo alem do banner será ignorado*/
}
.banner .sliders{
width:1000vw;
height: 100%;
}
.banner .slide{
width: 100vw; /*largura da tela inteira*/
height: 100%;
display: inline-block;
background-color: rgba(0, 0, 0, 0.7);
}
.banner .slidearea{
display: flex;/*organiza em linhas*/
flex-direction: column; /*deixa em colunas ao inves de linhas*/
height: 100%;
align-items: center; /*centraliza verticalmente*/
color: #FFF;
justify-content: center;
}
.banner h1{
text-transform: uppercase;
font-weight: bold;
font-size: 50px;
}
.banner h1 span{
color: #b28756;
}
.banner h2{
text-transform: uppercase;
margin-top: 20px;
}
.banner .slider-pointers{
width: 100vw;
height: 20px;
position: absolute; /*independente da area, o elemento é mostrado*/
margin-top: -50px;
display: flex;
justify-content: center;
align-items: center;
}
.banner .pointer{
width: 15px;
height: 15px;
border: 2px solid #b28756;
border-radius: 8px;
margin-left: 5px;
margin-right: 5px;
cursor:pointer; /*se torna visualmente clicavel*/
}
.banner .pointer.active{
background-color: #b28756;
}
.default{
padding-top: 50px;
padding-bottom: 50px;
}
.default .section-title,
.default .section-desc{
text-align: center;
text-transform: uppercase;
font-weight: 600;
}
.default .section-title{
font-size: 20px;
}
.default .section-desc{
font-size: 12px;
color: #CCC;
margin-top: 10px;
margin-bottom: 40px;
}
.default .section-body{
max-width: 1140px; /*1140 = largura maxima do banner*/
margin: auto; /*leva a div para o meio*/
}
.default.light{
background-color: #F7F7F7;
}
.default.light .section-title,
.default.light .section-body{
color: black;
}
.default.dark{
background-color: black;
}
.default.dark .section-title,
.default.dark .section-body{
color: #FFF;
}
/*--------------Area específica-----------------*/
.section-aboutus{
display: flex;
}
.section-aboutus--left{
flex: 1;
}
.section-aboutus--left p{
font-size: 14px;
line-height: 25px;
}
.section-aboutus--right{
width: 520px;
text-align: center;
}
.section-aboutus--right img{
width: 480px;
box-shadow: 0px 5px 10px #333;
}
.section-services{
display: flex;
}
.section-service{
flex: 1;
text-align: center;
border-right: 1px solid #333;
padding: 15px;
}
.section-service:first-child{
border-left: 1px solid #333;
}
.section-service h4{
margin-top: 20px;
text-transform: uppercase;
font-size: 18px;
}
.section-service p{
margin-top: 10px;
font-size: 13px;
color: #999;
}
.section-projects{
display: flex;
flex-direction: column;
align-items: center;
}
.section-projects--filters{
border: 1px solid #CCC;
background-color: #EEE;
border-radius: 30px;
display: inline-block;
padding: 0px 20px; /*padding 0 em cima e em baixo / padding 20 nas laterais*/
}
.section-projects--filters ul,
.section-projects--filters li{
list-style: none;
}
.section-projects--filters li{
display:inline-block;
padding: 10px;
text-transform: uppercase;
font-size: 13px;
border-left:1px solid #DDD;
color: #555;
border-bottom: 3px solid #EEE;
cursor:pointer; /*maozinha do mouse*/
}
.section-projects--filters li:hover,/*ao passar o mouse, tem-se ação*/
.section-projects--filters li.active{
border-bottom: 3px solid #B28756;
}
.section-projects--filters li:first-child{
border-left: 0;
}
.section-projects--photos{
width: 100w; /*usa sempre o tamanho máximo de tela disponível*/
max-width: 1140px;
margin-top: 20px;
display: flex;
flex-wrap: wrap; /*quebra linhas caso não caiba tudo na mesma linha*/
justify-content: center; /*independente da quebra de linha, tudo fica centralizado*/
}
.section-projects--photo{
width: 280px;
}
.section-projects-photoarea{
margin: 10px;
width: 260px;
height: 160px;
}
.section-projects-photoarea img{
width: inherit; /*"herdar" do item anterior as informações de width*/
height: inherit;/*"herdar" do item anterior... de height*/
}
.section-projects--photoinfo{
position: absolute;
background-color: rgba(0, 0, 0, 0.5);/*50% de opacidade*/
width: inherit;
height: inherit;
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: #FFF;
}
.section-projects--photoinfo h5{
font-size: 18px;
font-weight: 600;
}
.section-projects-photoarea:hover .section-projects--photoinfo{
display: flex;
}
.bg-team{
background-image: url('../images/bg.jpg');
background-size: cover;
background-position: center;
padding: 0;
}
.section-team-area{
background-color: rgba(0, 0, 0, 0.8);
padding-top: 50px;
padding-bottom: 50px;
}
/*-----------------------------------------------------------------*/
.section-team{
overflow: hidden;
max-width: 880px;
margin: auto;
}
.section-team .sliders{
width:1000vw;
height: 100%;
}
.section-team .slide{
width: 280px; /*largura da tela inteira*/
height: 100%;
min-height: 300px;
display: inline-block;
background-color: #FFF;
margin-right: 20px;
}
.section-team .slidearea{
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
align-items: center; /*centraliza verticalmente*/
color: #000;
padding: 30px;
}
/*-----------------------------------------------------------------*/
.section-team-area .slider-pointers{
margin-top: 30px;
height: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.section-team-area .pointer{
width: 15px;
height: 15px;
border: 2px solid #b28756;
border-radius: 8px;
margin-left: 5px;
margin-right: 5px;
cursor:pointer; /*se torna visualmente clicavel*/
}
.section-team-area .pointer.active{
background-color: #b28756;
}
.section-team--avatar{
width: 150px;
height: auto;
}
.section-team--name{
text-transform: uppercase;
font-weight: 600;
font-size: 17px;
margin-top: 30px;
}
.section-team--role{
font-size: 14px;
color: #999;
margin: 5px;
}
.section-team--social{
display: flex;
margin-top: 20px;
}
.section-team--social a{
display: inline-flex;
justify-content: center;
align-items: center;
width: 25px;
height: 25px;
background-color: #CCC;
border-radius: 13px;
margin-right: 10px;
}
.section-team--social a:hover{
background-color: #b28756;
}
.testimonials .section-body {
max-width:initial;
}
.section-testimonials {
overflow:hidden;
}
.section-testimonials .sliders {
width:1000vw;
height:100%;
}
.section-testimonials .slide {
width:100vw;
height:100%;
display:inline-block;
}
.section-testimonials .slidearea {
display:flex;
flex-direction:column;
height:100%;
justify-content: center;
align-items:center;
}
.section-testimonials--avatar {
width:100px;
}
.section-testimonials--name {
font-weight: bold;
font-size:16px;
margin-top:20px;
}
.section-testimonials--role {
font-size:14px;
}
.section-testimonials--quoteimg {
width:20px;
margin-top:30px;
}
.section-testimonials--quote {
margin-top:10px;
font-size:13px;
max-width:700px;
color:#555;
text-align:center;
line-height:25px;
margin-left:30px;
margin-right:30px;
}
.section-testimonials .sliders-pointers {
width:100vw;
height:20px;
display:flex;
justify-content: center;
align-items: center;
margin-top:40px;
}
.section-testimonials .pointer {
width:15px;
height:15px;
border:2px solid #B28756;
border-radius:8px;
margin-left:5px;
margin-right:5px;
cursor:pointer;
}
.section-testimonials .pointer.active {
background-color:#B28756;
}
.section-companies {
border-top:1px solid #DDD;
border-bottom:1px solid #DDD;
}
.section-companies--area {
display:flex;
align-items:center;
}
.section-company {
flex:1;
text-align:center;
}
.section-price {
display:flex;
}
.section-price--item {
flex:1;
background-color: #FFF;
margin-right: 20px;
padding:20px;
text-align:center;
}
.section-price--item:last-child {
margin-right:0;
}
.section-price--item-name {
text-transform: uppercase;
font-size:13px;
font-weight:600;
}
.section-price--item-money {
font-weight: bold;
font-size:22px;
margin-top:10px;
}
.section-price--item-period {
color:#999;
text-transform: uppercase;
margin-bottom:20px;
}
.section-price--item-point {
font-size:12px;
}
.premium {
background-color:#FFF !important;
border-top:1px solid #CCC;
}
.premium .section-body {
max-width:initial;
}
.section-premium {
overflow:hidden;
}
.section-premium a {
margin-top:30px;
}
.section-premium .sliders {
width:1000vw;
height:100%;
}
.section-premium .slide {
width:100vw;
height:100%;
display:inline-block;
}
.section-premium .slidearea {
display:flex;
height:100%;
justify-content: center;
align-items:center;
max-width:1140px;
border-bottom:1px solid #CCC;
margin:auto;
padding-bottom:40px;
}
.section-premium--left {
flex:1;
text-align:right;
}
.section-premium--left img {
width:300px;
margin-right:30px;
}
.section-premium--right {
flex:1;
}
.section-premium--item {
display:flex;
margin-bottom:20px;
}
.section-premium--item img {
width:20px;
height:20px;
margin-right:20px;
}
.section-premium--item div {
flex:1;
color:#999;
line-height:20px;
}
.section-premium--item div h4 {
color:#000;
font-size:17px;
font-weight:600;
}
.section-premium .sliders-pointers {
width:100vw;
height:20px;
display:flex;
justify-content: center;
align-items: center;
margin-top:40px;
}
.section-premium .pointer {
width:15px;
height:15px;
border:2px solid #B28756;
border-radius:8px;
margin-left:5px;
margin-right:5px;
cursor:pointer;
}
.section-premium .pointer.active {
background-color:#B28756;
}
.section-facts {
display:flex;
}
.section-fact {
flex:1;
text-align:center;
padding:15px;
}
.section-fact h3 {
color:#B28756;
font-size:45px;
}
.section-fact-line {
width:20px;
border-bottom:2px solid #B28756;
margin:auto;
}
.section-fact h4 {
margin-top:20px;
text-transform: uppercase;
font-size:18px;
}
.section-fact p {
margin-top:10px;
font-size:13px;
color:#999;
}
.section-share {
display:flex;
justify-content: center;
align-items:center;
padding:20px;
background-color:#FFF;
color:#999;
}
.section-share--legend {
display:flex;
align-items:center;
margin-right:40px;
}
.section-share--legend img {
margin-right:10px;
}
.section-share--item {
font-size:12px;
margin-right:20px;
display:flex;
align-items:center;
cursor:pointer;
}
.section-share--icon {
width:30px;
height:30px;
border-radius:15px;
background-color:#CCC;
margin-right:5px;
display:flex;
justify-content: center;
align-items: center;
}
.section-share--icon img {
height:12px;
}
.section-share--icon.twitter {
background-color:#34c5f0;
}
.section-share--icon.linkedin {
background-color:#127cb4;
}
.section-share--icon.facebook {
background-color:#336297;
}
.section-share--icon.googleplus {
background-color:#e74237;
}
.section-share--icon.pinterest {
background-color:#b71c29;
}
.section-contact {
max-width:450px;
margin:auto;
text-align:center;
}
.section-contact input[type=text],
.section-contact textarea {
display:block;
width:100%;
height:40px;
border:0;
background:transparent;
border-bottom:1px solid #CCC;
outline:0;
margin-top:10px;
}
.section-contact textarea {
height:100px;
resize:none;
}
.section-contact--split {
display:flex;
}
.section-contact--split input:first-child {
margin-right:20px;
}
.section-map {
background-image:url('../images/mapa.jpg');
background-size:cover; /*ocupa toda area disponivel*/
background-position:center;
padding-top:30px;
padding-bottom:30px;
}
.section-map--area {
width:100vw;
max-width:1140px;
margin:auto;
}
.section-map--info {
width:50%;
padding:30px;
background-color:#FFF;
color:#000;
}
.section-map--info-item {
display:flex;
align-items:center;
color:#999;
margin-bottom:10px;
}
.section-map--info-item-img {
width:30px;
height:30px;
display:inline-flex;
justify-content: center;
align-items: center;
padding:5px;
background-color:#999;
border-radius:15px;
margin-right:15px;
}
.section-map--info-item-img img {
width:15px;
height:auto;
}
/* FOOTER */
footer {
position: relative;
padding: 50px 0;
background-color: #000000;
}
.footer-button-circle {
position: absolute;
top: -20px;
left: 5%;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background-color: #B28756;
border-radius: 20px;
cursor: pointer;
}
.footer-button-arrow {
display: block;
width: 15px;
height: 15px;
margin-top: 8px;
border-top: 2px solid #ffffff;
border-right: 2px solid transparent;
border-bottom: 2px solid transparent;
border-left: 2px solid #ffffff;
transform: rotate(45deg);
}
.footer-area {
display: flex;
width: 100vw;
max-width: 1440px;
margin: auto;
}
.footer-area--item {
flex: 1;
display: flex;
height: 200px;
margin: 0 30px;
}
.footer-area--item.item1 {
flex-direction: column;
justify-content: space-between;
color: #999999;
font-weight: 700;
text-transform: uppercase;
}
.footer-area--item.item2 {
justify-content: center;
align-items: flex-start;
color: #999999;
line-height: 22px;
}
.footer-area--item.item3 {
justify-content: center;
align-items: center;
background-color: #333333;
}
.footer-area--item-wrapper-img {
display: flex;
}
.footer-area--item-img {
display: flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
margin: 0 2px;
background-color: #333333;
background-position: center;
background-repeat: no-repeat;
border-radius: 15px;
cursor: pointer;
}
.footer-area--item-img:hover {
background-color: #B28756;
}
.footer-area--item-img-circle {
width: 4px;
height: 4px;
margin-left: 2px;
background-color: #ffffff;
border-radius: 2px;
}
.footer-area--item-img.bg-twitter {
background-image: url("../images/twitter.png");
}
.footer-area--item-img.bg-pinterest {
background-image: url("../images/pinterest.png");
}
.footer-area--item-img.bg-linkedin{
background-image: url("../images/linkedin.png");
}
.footer-area--item-img.bg-facebook {
background-image: url("../images/facebook.png");
}
.footer-area--item-img.bg-googleplus {
background-image: url("../images/googleplus.png");
}
.footer-area--item.item3 form {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.footer-area--item.item3 input[type=email] {
width: 200px;
height: 40px;
padding: 10px;
background: none;
border: none;
border-bottom: 2px solid #999999;
outline: none;
color: #999999;
text-align: center;
}
.footer-area--item.item3 input[type=email]::placeholder {
color: #999999;
text-transform: uppercase;
text-align: center;
font-weight: 600;
}
/*end --------------------------------------------------------*/
@media (min-width:450px) and (max-width:800px) {
.logo {
margin-left:30px;
}
.menu-opener {
display:block;
width:45px;
margin-right:30px;
}
nav {
display:none;
position: absolute;
z-index: 99;
background-color: rgba(0, 0, 0, 0.9);
width: 70vw;
height: calc(100vh - 100px);
top: 100px;
right: 0;
}
.menu ul {
flex-direction:column;
}
.menu li a {
font-weight:bold;
height:80px;
font-size:27px;
margin-left:50px;
border:0;
}
.menu li.active a {
border:0;
color:#B28756;
}
.section-aboutus {
flex-direction:column;
}
.section-aboutus--left {
margin-left:30px;
margin-right:30px;
margin-bottom:30px;
}
.section-aboutus--right {
width:auto; /*tira a largura determinada antes*/
}
.section-services {
flex-wrap:wrap;
}
.section-service {
min-width:50%;
margin-bottom:30px;
}
.section-service:first-child {
border-left:0;
}
.section-team {
max-width:580px;
}
.section-price {
flex-wrap:wrap;
}
.section-price--item {
margin-left:20px;
min-width:calc(50% - 40px);
margin-bottom:20px;
}
.section-price--item:last-child {
margin-right:20px;
}
.section-facts {
flex-wrap:wrap;
}
.section-fact {
min-width:50%;
}
.section-map {
padding-left:30px;
padding-right:30px;
}
.section-map--area {
width:auto;
}
.section-map--info {
width:auto;
}
.section-map--info-item {
margin-bottom:20px;
}
.section-map--info-item:last-child {
margin-bottom:0;
}
}
@media (max-width:450px) {
.logo {
margin-left:30px;
}
.menu-opener {
display:block;
width:45px;
margin-right:30px;
}
nav {
display:none;
position: absolute;
z-index: 99;
background-color: rgba(0, 0, 0, 0.9);
width: 80vw;
height: calc(100vh - 100px);
top: 100px;
right: 0;
}
.menu ul {
flex-direction:column;
}
.menu li a {
font-weight:bold;
height:60px;
font-size:20px;
margin-left:30px;
border:0;
}
.menu li.active a {
border:0;
color:#B28756;
}
.banner h1 {
font-size:30px;
}
.banner h2 {
font-size:17px;
}
.section-aboutus {
flex-direction:column;
}
.section-aboutus--left {
margin-left:30px;
margin-right:30px;
margin-bottom:30px;
}
.section-aboutus--right {
width:auto;
margin-left:30px;
margin-right:30px;
}
.section-aboutus--right img {
width:100%;
}
.section-services {
flex-wrap:wrap;
}
.section-service {
min-width:100%;
margin-bottom:30px;
}
.section-service:first-child {
border-left:0;
}
.section-projects--filters {
margin-left:30px;
margin-right:30px;
}
.section-projects--photo {
width:320px;
}
.section-projects-photoarea {
width:300px;
height:190px;
}
.section-team {
max-width:280px;
}
.section-companies--area {
flex-wrap:wrap;
}
.section-company {
min-width: 50%;
margin-bottom: 20px;
}
.section-price {
flex-wrap:wrap;
}
.section-price--item {
margin-left:20px;
min-width:calc(100% - 40px);
margin-bottom:20px;
}
.section-price--item:last-child {
margin-right:20px;
}
.section-premium .slidearea {
flex-direction: column;
}
.section-premium--left {
text-align:center;
margin-bottom:30px;
}
.section-premium--right {
padding-left:20px;
padding-right:20px;
}
.section-facts {
flex-wrap:wrap;
}
.section-fact {
min-width:100%;
}
.section-share {
flex-wrap:wrap;
justify-content: flex-start;
}
.section-share--legend {
width:100vw;
margin:0;
margin-bottom:30px;
justify-content: center;
}
.section-share--item {
min-width: 50%;
max-width: 50%;
margin: 0;
justify-content: center;
flex-direction: column;
margin-bottom: 20px;
}
.section-contact {
max-width:100vw;
margin-left:20px;
margin-right:20px;
}
.section-contact--split {
flex-direction: column;
}
.section-map {
padding:0;
padding-bottom:250px;
}
.section-map--area {
width:auto;
}
.section-map--info {
width:auto;
}
.section-map--info-item {
margin-bottom:20px;
}
.section-map--info-item:last-child {
margin-bottom:0;
}
.footer--area {
flex-direction:column;
}
.footer--item {
margin-bottom:20px;
}
.footer-social {
justify-content: center;
}
} | 0.256925 | 0.055926 |
input:focus, a:focus, .btn:focus, .cusel:focus{outline: 0 none;}
a, a:visited, .btn:visited {outline:none;}
body input:focus:invalid:focus, body textarea:focus:invalid:focus, body select:focus:invalid:focus {
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
html, body{height: 100%;}
body{font-family: Helvetica, sans-serif; background-color: #f2f2f2;}
input:focus{outline: 0 none}
.container {height: 100%;}
.content{
min-height: 100%;
height: auto !important;
height: 100%;
padding: 0;
margin: 0;
}
.content .span9{
margin-right: 17px;
width: 608px;
margin-left: 0px;
}
.content .stock-block{
margin-left: 0px;
width: 191px;
}
/* Main page */
.header{
margin-top: 28px;
margin-bottom: 22px;
}
.header .span3 a.logo-main{
margin-top: 7px;
display: block;
}
.list-city{
padding-top: 10px;
margin-left: 8px;
}
.list-city .btn-group{float: left;}
.list-city .btn, .list-city .btn-group.open .dropdown-toggle{
padding: 3px 16px;
margin-right: 10px;
border: none;
font-size: 12px;
color: #fcfcfc;
-webkit-box-shadow: 0px -1px 1px rgba(255, 143, 0, 0.5);
-moz-box-shadow: 0px -1px 1px rgba(255, 143, 0, 0.5);
box-shadow: 0px -1px 1px rgba(255, 143, 0, 0.5);
background: #feb200;
background: -moz-linear-gradient(top, #feb200 0%, #e04c00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb200), color-stop(100%,#e04c00));
background: -webkit-linear-gradient(top, #feb200 0%,#e04c00 100%);
background: -o-linear-gradient(top, #feb200 0%,#e04c00 100%);
background: -ms-linear-gradient(top, #feb200 0%,#e04c00 100%);
background: linear-gradient(to bottom, #feb200 0%,#e04c00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb200', endColorstr='#e04c00',GradientType=0 );
}
.list-city .btn .caret{
border-top: 4px solid #fff;
margin-left: 5px;
}
.list-city .btn-group .multiselect-container>li>a>label>input{display: none;}
.list-city .dropdown-menu {
min-width: 109px;
width: 93%;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.36);
border: 0;
background: #c5c6c7;
padding-bottom: 5px;
}
.list-city .multiselect-container>li{
margin: 0px 10px;
border-bottom: 1px solid #a8a7a7;
}
.list-city .social{
float: right;
margin-right: 131px;
width: 95px;
}
.list-city .social a{
background: url(./images/sprite-social.png) no-repeat -60px 0px;
width: 30px;
height: 30px;
display: block;
float: left;
}
.list-city .social a:hover{background-position: -60px -28px;}
.list-city .social a+a{background-position: -30px 0px;}
.list-city .social a+a:hover{background-position: -30px -28px;}
.list-city .social a+a+a{background-position: 0px 0px;}
.list-city .social a+a+a:hover{background-position: 0px -28px;}
.list-city .log-in-top{
width: 90px;
margin: 0px;
position: relative;
top: -8px;
right: 0px;
text-align: right;
line-height: 2;
}
.log-in-top a{
font-size: 13px;
color: #a7a4a4;
text-decoration: underline;
display: block;
}
.log-in-top a:hover{text-decoration: none; }
.wrap_breadcrumb .breadcrumb {
padding: 6px 15px 12px 0px;
margin: 0px 0 20px;
list-style: none;
border-bottom: 1px solid #7f7f7f;
border-radius: 0;
}
.wrap_breadcrumb .breadcrumb li a{
border-bottom: 2px solid #aaa;
color: #454545;
font-size: 15.29px;
}
.wrap_breadcrumb .breadcrumb li a:hover{text-decoration: none;}
.wrap_breadcrumb .breadcrumb li:last-child span{color: #d75b36;}
.wrap_breadcrumb .breadcrumb > li > .divider {
margin-left: 7px;
color: #ccc;
display: inline-block;
width: 0;
height: 0;
vertical-align: middle;
border-top: 4px solid transparent;
border-left: 4px solid #454545;
border-bottom: 4px solid transparent;
text-indent: -9999px;
}
.container-fluid{padding:0px;}
.restaurantList-container .restaurant-container{
padding: 25px 0 0px;
border-bottom: 1px solid #aeacac;
overflow: hidden;
height: 194px;
}
.restaurant-container{
padding: 25px 0 0px;
border-bottom: 1px solid #aeacac;
overflow: hidden;
}
.restaurantList-container{margin-top: 24px;}
.restaurant-container .restaurant-img-container{
float: left;
height: 100%;
width: 188px;
}
.restaurant-container .restaurant-img-container .restaurant-img{
width: 152px;
height: 152px;
margin: 0px 0px 0px 17px;
border-radius: 3px;
}
.restaurant-container .restaurant-img-container .restaurant-img img{
width: 148px;
height: 148px;
border-radius: 3px;
}
.restaurant-container .restaurant-content{
width: 280px;
float: left;
color:#454545;
}
.restaurant-container .restaurant-content .restaurant-content-font-category, .restaurant-container .restaurant-content .restaurant-content-font-category{
color: #a2a0a0;
font-style: italic;
margin-bottom: 2px;
font-size: 13px;
}
.restaurant-container .restaurant-content .restaurant-content-font-category{margin-bottom: 1px;}
.restaurant-card .restaurant-content-font-category{margin-bottom: 0px;}
.restaurant-container .restaurant-content p{
margin: -4px 0 8px;
line-height: 1.2;
}
.restaurant-container .restaurant-content p+p{margin: 0px;}
.restaurant-container .restaurant-content p.restaurant-categories{
margin-bottom: 4px;
font-size: 15px;
}
.restaurant-container .restaurant-card p{
margin: -4px 0 8px;
line-height: 1.2;
}
.restaurant-container .restaurant-card p.restaurant-adress {margin-bottom: 0px;}
.restaurant-container .restaurant-content p.restaurant-adress{margin-bottom: -1px;}
.restaurant-container .restaurant-card p.restaurant-adress{margin-bottom: 10px;}
.restaurant-container .restaurant-content .restaurant-content-name a{color:#454545; font-size: 24px;}
.restaurant-container .restaurant-content .restaurant-content-font{
font-size: 12.9px;
margin-bottom: 4px;
}
.restaurant-container .restaurant-content .restaurant-content-font a{margin-left: 5px;}
.restaurant-content-reserve a {width: 85px;}
.restaurant-container .restaurant-content-reserve {
width: 140px;
height: 60px;
float: right;
}
.restaurant-container .restaurant-content-reserve input{
background: #feb200;
background: -moz-linear-gradient(top, #feb200 0%, #e2601b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb200), color-stop(100%,#e2601b));
background: -webkit-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -o-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -ms-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: linear-gradient(to bottom, #feb200 0%,#e2601b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb200', endColorstr='#e2601b',GradientType=0 );
border: 0px;
width: 100%;
padding: 5px 0px;
color: #fffefe;
font-size: 15px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
-o-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
cursor: pointer;
box-shadow: none;
margin-top: 9px;
}
.title-top_restoraunt, .title-news{width: 100%;}
.title-top_restoraunt td {
width: 41%;
text-align: center;
padding: 0;
}
.title-top_restoraunt td+td {width:18%;}
.title-top_restoraunt td+td+td {width:41%;}
.title-news td {width: 23%;}
.title-news td+td {width: 54%}
.title-news td+td+td {width: 23%}
.title-top_restoraunt td+td span, .title-news td+td span{
height: 24px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: none;
line-height: 1.7;
padding: 2px 0px;
background: #fcb111;
background: -moz-linear-gradient(top, #fcb111 0%, #e35e17 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcb111), color-stop(100%,#e35e17));
background: -webkit-linear-gradient(top, #fcb111 0%,#e35e17 100%);
background: -o-linear-gradient(top, #fcb111 0%,#e35e17 100%);
background: -ms-linear-gradient(top, #fcb111 0%,#e35e17 100%);
background: linear-gradient(to bottom, #fcb111 0%,#e35e17 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb111', endColorstr='#e35e17',GradientType=0 );
}
.title-top_restoraunt td+td span span, .title-news td+td span span{
margin: 0px 2px;
background: #fefefd;
display: block;
padding: 0;
text-align: center;
border-radius: 3px;
}
.title-top_restoraunt td span, .title-top_restoraunt td+td+td span, .title-news td span, .title-news td+td+td span{
display: block;
height: 2px;
font-size: 13px;
color: #7a7979;
background: #cecece;
background: -moz-linear-gradient(top, #cecece 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top, #cecece 0%,#eaeaea 100%);
background: -o-linear-gradient(top, #cecece 0%,#eaeaea 100%);
background: -ms-linear-gradient(top, #cecece 0%,#eaeaea 100%);
background: linear-gradient(to bottom, #cecece 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#eaeaea',GradientType=0 );
border: 0;
box-shadow: none;
border-radius: 0;
padding: 0;
}
.footer{
height: 85px;
position: relative;
padding: 0;
margin: 0;
}
.footer .copyright{
position: absolute;
bottom: 13px;
margin: 0;
}
.footer .email-telephone{
position: absolute;
bottom: 4px;
right: 0px;
width: 170px;
height: 50px;
margin: 0px;
text-align: right;
}
.footer .email-telephone span{
float: left;
margin-left: 35px;
font-size: 10px;
color: #9b9999;
}
.footer .email-telephone span+span{margin-left: 31px;}
.footer .email-telephone img{margin: -10px 0px 0px 0px;}
/* end main page */
/* MODAL WINDOW REGISTRATION */
.modal{
width: 816px;
/*position: absolute;*/
}
/*.modal-map{width: 816px!important;}*/
.modal-registration, .modal-login{width: 345px;}
.modal, .modal label, .modal input, .modal ul li, .modal h3 {font-family: Helvetica, sans-serif;}
.modal-body {
max-height: 100%;
background: #f1efed;
padding: 0px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
-o-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
overflow: hidden;
}
.modal-registration{
background: #f1efed;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
#register.registration-check-email{margin-left: -409px!important;}
.modal-registration-title, .modal-login-title, .modal-header{
background: #e4e3e2;
border: 0px;
padding-left: 14px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-o-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
height: 18px;
padding-top: 3px;
padding-bottom: 16px;
}
.modal-registration-title img#registrationPreloader, .modal-login-title img#loginPreloader{
width: 25px;
height: 25px;
position: absolute;
right: 40px;
}
.modal-registration-title .close, .modal-login-title .close, .container .modal-header .close{
background: url(../images/close-modal.png) no-repeat;
display: block;
width: 14px;
height: 14px;
margin-top: 6px;
opacity: 0.9;
}
.modal-registration-title .close:hover, .modal-login-title .close:hover, .container .modal-header .close:hover{
opacity: 0.4;
filter: alpha(opacity=40);
}
.modal-registration-title h3, .modal-login-title h3, .modal-header h3{
font-size: 15.31px;
color: #353535;
margin: 0px;
}
.modal-registration #fos-registration-form{margin-bottom: 1%;}
.modal-registration #fos_user_registration_form div, .modal-login #fos-login-form div{margin: 0px 21px 0px 17px;}
.modal-registration #fos_user_registration_form div.password-registration{position: relative;}
.modal-registration #fos_user_registration_form div+div+div+div.password-registration+div,
.modal-registration #fos_user_registration_form div.captcha-img{margin-top: 0px;}
.modal-registration #fos_user_registration_form ul li,
.error-text-login,
.sonata-user-edit-profile .user-edit-profile div ul li,
.table-order-form .container-fluid ul li{
list-style: none;
font-size: 11px;
color: #ff0000;
}
.error-text-login{margin: 0px 21px 0px 17px;}
.modal-registration #fos_user_registration_form div label, .modal-login #fos-login-form label{
width: 100%;
float: left;
font-size: 14px;
color: #9c9a9a;
margin-bottom: 14px;
cursor: default;
line-height: 13px;
}
#fos_user_registration_form{overflow: hidden;}
.modal-registration #fos_user_registration_form ul,.sonata-user-edit-profile .user-edit-profile div ul {
margin: 0px;
margin-bottom: 10px;
}
.modal-registration #fos_user_registration_form div input, .modal-login #fos-login-form div input,
.calendar-inp-field input,
.ord-form-search input{
font-size: 14px;
color: #353535;
width: 292px;
padding: 2px 0px 2px 12px;
margin-bottom: 13px;
background: -moz-linear-gradient(top, #e2e0e0 0%, #f1f0f0 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e0e0), color-stop(99%,#f1f0f0));
background: -webkit-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -o-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -ms-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: linear-gradient(to bottom, #e2e0e0 0%,#f1f0f0 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e0e0', endColorstr='#f1f0f0',GradientType=0 );
border: 1px solid #cccdcf;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
}
.modal-login #fos-login-form div.checkbox-login input{
width: 13px;
float: left;
margin: 0px;
margin-top: -1px;
border-radius: 50%;
}
.modal-login #fos-login-form{margin: 15px 0 0;}
#fos-login-form a{
display: block;
margin: 0 0 15px 2px;
color: inherit;
text-decoration: underline;
clear: both;
}
#fos-login-form .register-frogot_pass .span6{
float: left;
width: 140px;
margin: 0;
}
#fos-login-form .register-frogot_pass .span6+.span6 a{margin-left: 80px;}
#table-order-form-container .container-fluid, .table-order-form-container .container-fluid {
padding: 15px 20px 0 !important;
}
#table-order-form-container label, .table-order-form-container label {
font-size: 18px;
color: #9c9a9a;
margin-bottom: 10px !important;
}
body .row-fluid .reserver-texterea{margin-left: 5px;}
#table-order-form div.captcha-img label, .table-order-form div.captcha-img label {
display: inline;
float: left;
}
#table-order-form div.captcha-img input, .table-order-form div.captcha-img input {
width: 111px;
margin-left: 13px;
height: 26px;
}
#table-order-form-container textarea, .table-order-form-container textarea {
display: block;
resize: none;
width: 385px;
float: right;
position: relative;
height: 50px;
}
#table-order-form-container #activeTableOrderForm_wish, .table-order-form-container #activeTableOrderForm_wish {
float: left;
}
#table-order-form-container textarea:focus, .table-order-form-container textarea:focus {
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
#table-order-form-container div.button-reserve, .table-order-form-container div.button-reserve {
float: right;
margin-top: 4px;
}
#table-order-form-container div.button-reserve input, .table-order-form-container div.button-reserve input {
background: #feb200;
background: -moz-linear-gradient(top, #feb200 0%, #e2601b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb200), color-stop(100%,#e2601b));
background: -webkit-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -o-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -ms-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: linear-gradient(to bottom, #feb200 0%,#e2601b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb200', endColorstr='#e2601b',GradientType=0 );
border: 0px;
width: 170px;
padding: 8px 0px;
color: #fffefe;
font-size: 15px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
cursor: pointer;
box-shadow: none;
}
#table-order-form-container, .table-order-form-container {
width: 816px;
}
.modal-login #fos-login-form div.boxChecked label, .modal-login #fos-login-form div.boxUnchecked label, .table-order-form div.boxChecked label, .table-order-form div.boxUnchecked label{
float: none;
font-size: 13.6px !important;
color: #353535;
margin-left: 20px;
width: 105px;
}
.modal-registration #fos_user_registration_form div input#fos_user_registration_form_phone{
color: #858181;
font-size: 12px;
}
.modal-registration #fos_user_registration_form div.button-registration{
padding: 9px 0px 0px 0px;
margin-top: 63px;
}
.modal-login #fos-login-form .button-login input{margin-bottom: 20px;}
.modal-registration #fos_user_registration_form div.button-registration input, .modal-login #fos-login-form .button-login input{
background: #feb200;
background: -moz-linear-gradient(top, #feb200 0%, #e2601b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb200), color-stop(100%,#e2601b));
background: -webkit-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -o-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -ms-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: linear-gradient(to bottom, #feb200 0%,#e2601b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb200', endColorstr='#e2601b',GradientType=0 );
border: 0px;
width: 307px;
padding: 5px 0px;
color: #fffefe;
font-size: 15px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
cursor: pointer;
box-shadow: none;
}
.modal-registration #fos_user_registration_form div input#fos_user_registration_form_captcha{
width: 109px;
float: right;
padding: 1px 0px 0px 10px;
position: relative;
top: 6px;
border: 1px solid #ccc;
box-shadow: none;
background: #fff;
}
.modal-registration #fos_user_registration_form div.text-capcha {
color: #161616;
font-size: 15px;
margin: 0px;
padding: 10px 0px 0px 0px;
height: 75px;
}
#fos_user_registration_form .password-registration #fos_user_registration_form_plainPassword, #fos_user_registration_form .password-registration #fos_user_registration_form_plainPassword div{
margin: 0px;
height: 100%;
position: relative;
overflow: hidden;
}
.password-registration #fos_user_registration_form_plainPassword div+div{
width: 100%;
height: 62px;
float: left;
}
.cdrestaurant-photo-modal img{
width: 404px;
height: 324px;
}
.star-rating-readonly{width: 85px;}
.modal-registration #fos_user_registration_form div input.error-form-registration, #fos-login-form div input.error-form-login, .sonata-user-edit-profile .user-edit-profile div input.error-form-profile, .table-order-form .captcha-img .error-form-reserve{
border: 1px solid #ff0000;
box-shadow: none;
}
.modal-registration #fos_user_registration_form div input:focus, .modal-registration #fos_user_registration_form div input#fos_user_registration_form_captcha:focus, .modal-login #fos-login-form div input:focus, .sonata-user-edit-profile .user-edit-profile div input:focus{
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
.captcha-img img{
float: left;
height: 36px;
}
.captcha-img a{
display: block;
float: left;
width: 36px;
height: 36px;
background: url(../images/capcha-reset.png) no-repeat;
margin-left: 13px;
text-indent: -9999px
}
.captcha-img ul{
margin: 0px;
margin-left: 25px;
}
div.boxChecked {background: url(../images/checkbox-sprite.png) no-repeat 0 -2px;}
div.boxUnchecked {background: url(../images/checkbox-sprite.png) no-repeat 0 -26px;}
div.boxChecked input, div.boxUnchecked input {
cursor: pointer;
margin: 0px;
margin-right: 5px;
padding: 0px!important;
width: 16px!important;
height: 13px;
opacity: 0;
float: left;
}
.modal-login #fos-login-form div.boxChecked label, .modal-login #fos-login-form div.boxUnchecked label,
#table-order-form div.boxChecked label,
.table-order-form div.boxChecked label,
#table-order-form div.boxUnchecked label,
.table-order-form div.boxUnchecked label {
cursor: pointer;
float: none!important;
width: 125px!important;
}
.table-order-form div.boxChecked label, .table-order-form div.boxUnchecked label,
.table-order-form div.boxChecked label, .table-order-form div.boxUnchecked label{
cursor: pointer;
float: none!important;
width: 100%;
}
.choose-zone{height: 50px;}
.choose-zone p{
display: block;
width: 48%;
float: left;
}
.choose-zone p input[type="checkbox"]{
float: left;
margin-right: 10px;
}
.table-order-form-top .choose-zone p input{margin-top: 9px;}
.table-order-form-top .choose-zone p{margin-bottom: 0px;}
.choose-zone p label{
display: inline;
font-size: 13px !important;
color: #353535 !important;
}
/* Datapicker */
.modal-body .ui-datepicker {
width: 350px;
margin-top: 13px;
margin-bottom: 13px;
}
.modal-body .ui-datepicker td{padding: 0px;}
.modal-body .ui-datepicker td span, .modal-body .ui-datepicker td a{
height: 16px;
line-height: 16px;
margin-top: 3px;
margin-bottom: 3px;
}
/* end MODAL */
.modal-registration #fos_user_registration_form div label.check-passwords {
display: none;
position: absolute;
top: auto;
bottom: 6px;
right: 5px;
width: 12px;
height: 13px;
}
.open{*z-index:1000;}
.open>.dropdown-menu{display:block;}
/* User Profile */
.sonata-user-show .user-profile-label {
display: block;
font-size: 14px;
color: #9c9a9a;
margin-bottom: 13px;
}
.sonata-user-show .user-profile-label+span {
display: block;
font-size: 15px;
color: #353535;
width: 336px;
height: 26px;
padding: 6px 0px 0px 12px;
background: -moz-linear-gradient(top, #e2e0e0 0%, #f1f0f0 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e0e0), color-stop(99%,#f1f0f0));
background: -webkit-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -o-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -ms-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: linear-gradient(to bottom, #e2e0e0 0%,#f1f0f0 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e0e0', endColorstr='#f1f0f0',GradientType=0 );
border: 1px solid #cccdcf;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
}
.sonata-user-show a.user-profile-but, .user-edit-profile .user-profile-but{
width: 350px;
padding: 7px 0px;
margin-top: 16px;
text-align: center;
display: block;
color: #fffefe;
font-size: 15px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
background: #feb200;
background: -moz-linear-gradient(top, #feb200 0%, #e2601b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb200), color-stop(100%,#e2601b));
background: -webkit-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -o-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -ms-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: linear-gradient(to bottom, #feb200 0%,#e2601b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb200', endColorstr='#e2601b',GradientType=0 );
border: 0px;
cursor: pointer;
}
.user-edit-profile .user-profile-but{margin-top: 21px;}
.sonata-user-show a.user-profile-but:hover{text-decoration: none;}
.sonata-user-edit-profile .user-edit-profile div, .sonata-user-edit-profile .user-edit-profile div > div input#sonata_user_profile_form_newPassword_first{margin-bottom: 12px;}
.sonata-user-edit-profile .user-edit-profile div{
width: 400px;
position: relative;
}
.sonata-user-edit-profile .user-edit-profile div label{
width: 130px;
font-size: 14px;
color: #9c9a9a;
margin: 0px 0px 13px 1px;
}
.sonata-user-edit-profile .user-edit-profile div label.check-passwords{
display: none;
position: absolute;
top: 115px;
right: 5px;
width: 12px;
height: 13px;
}
.sonata-user-edit-profile .user-edit-profile div input{
width: 370px;
height: 18px;
padding-left: 10px;
color: #353535;
background: -moz-linear-gradient(top, #e2e0e0 0%, #f1f0f0 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e0e0), color-stop(99%,#f1f0f0));
background: -webkit-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -o-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -ms-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: linear-gradient(to bottom, #e2e0e0 0%,#f1f0f0 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e0e0', endColorstr='#f1f0f0',GradientType=0 );
border: 1px solid #cccdcf;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
}
.sonata-user-edit-profile .user-edit-profile .user-edit-profile-telephone input{color:#858181;}
.user-edit-profile .user-profile-but{width: 397px;}
.sonata-user-edit-profile .user-edit-profile div>div{position: relative;}
#bothPasswordsMatchInProfile{
display: none;
position: absolute;
top: 110px;
right: 5px;
}
#tableOrderForm_tableNumber,
#tableOrderForm_peopleCount{
width: 40px;
font-size: 14px;
color: #353535;
padding: 8px 0 7px 12px;
margin-bottom: 8px;
background: -moz-linear-gradient(top, #e2e0e0 0%, #f1f0f0 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e0e0), color-stop(99%,#f1f0f0));
background: -webkit-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -o-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -ms-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: linear-gradient(to bottom, #e2e0e0 0%,#f1f0f0 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e0e0', endColorstr='#f1f0f0',GradientType=0 );
border: 1px solid #cccdcf;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
}
input#tableOrderForm_tableNumber:focus,
input#tableOrderForm_peopleCount:focus{
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
.floor-tabs{
list-style: none;
margin: 0;
padding: 0;
}
.floor-tabs li{
float: left;
font-size: 18px;
margin-left: 22px;
}
.floor-tabs li:first-of-type{margin-left: 0;}
.floor-tabs li a{
color: #9c9a9a;
text-decoration: none;
}
.floor-tabs li a.active,
.floor-tabs li a:hover{color: #eb7200;}
#register,#login{margin-left: -172px !important;}
.table-order-form select{width: 180px;}
/* end user profile */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /*ie10*/
.modal-registration #fos_user_registration_form div input, .modal-login #fos-login-form div input{color:#353535!important;}
.sonata-user-edit-profile .user-edit-profile div input{color:#353535!important;}
}
.reserveDate .ui-widget-header .ui-datepicker-prev, .reserveDate .ui-widget-header .ui-datepicker-next{
background: none;
border: 0;
border-radius: 0;
cursor: pointer;
}
.container .reserveDate .ui-widget-header .ui-datepicker-prev .ui-icon {
background-position: -91px -16px;
background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.container .reserveDate .ui-widget-header .ui-datepicker-next .ui-icon {
background-position: -37px -16px;
background-image: url(images/ui-icons_ef8c08_256x240.png);
}
/*.reserveDate .ui-datepicker-prev-hover, #table-order-form .reserveDate .ui-datepicker-prev-hover span{
background: none;
border: 0;
left:26.6%;
top:7.5px;
}
.reserveDate .ui-datepicker-next-hover, #table-order-form .reserveDate .ui-datepicker-next-hover span{
background: none;
border: 0;
left:66.4%;
top:7.5px;
}*/
.table-order-form{margin: 0;}
.table-order-form .floor-tabs {margin-top: 2px;overflow: hidden;margin-bottom: 10px;}
.table-order-form .floor-tabs-hall{margin-bottom: 7px;height: 22px;}
#table-order-form-container .table-order-form .label-font-size-modal label,
.table-order-form-container .table-order-form .label-font-size-modal label{
font-size: 15px;
}
#table-order-form-container .table-order-form .label-font-size_modal label,
.table-order-form-container .table-order-form .label-font-size_modal label
#table-order-form-container .table-order-form .choose-zone label,
.table-order-form-container .table-order-form .choose-zone label {
font-size: 16px;
}
#table-order-form-container .table-order-form .label-font-size_modal ul,
.table-order-form-container .table-order-form .label-font-size_modal ul {
margin: 0;
clear: both;
}
#tableOrderForm_reserveTime{margin-top: -13px;}
#activeTableOrder4AdminForm_reserveTime{margin-top: -10px;}
#tableOrderForm_reserveTime select,
#activeTableOrder4AdminForm_reserveTime select{top: 4px;position: relative;}
#tableOrderForm_reserveTime select,
#activeTableOrder4AdminForm_reserveTime select,
#activeTableOrderForm_reserveTime select{
background: none;
background: -moz-linear-gradient(top, #e2e0e0 0%, #f1f0f0 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e0e0), color-stop(99%,#f1f0f0));
background: -webkit-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -o-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -ms-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: linear-gradient(to bottom, #e2e0e0 0%,#f1f0f0 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e0e0', endColorstr='#f1f0f0',GradientType=0 );
border: 1px solid #cccdcf;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
width: 110px!important;
}
#activeTableOrder4AdminForm_reserveTime select{width: 175px!important;}
#activeTableOrderForm_reserveTime select{
width: 168px!important;
position: relative;
top: 4px;
margin-bottom: 13px;
}
#tableOrderForm_reserveTime #cuselFrame-tableOrderForm_reserveTime_hour,
#activeTableOrder4AdminForm_reserveTime select{margin-right: 5px;}
#tableOrderForm_reserveTime #cuselFrame-tableOrderForm_reserveTime_minute,
#activeTableOrder4AdminForm_reserveTime #activeTableOrder4AdminForm_reserveTime_minute{margin-left: 5px;}
#activeTableOrderForm_reserveTime #activeTableOrderForm_reserveTime_hour{margin-right: 5px;}
#activeTableOrderForm_reserveTime #activeTableOrderForm_reserveTime_minute{margin-left: 5px;}
#activeTableOrder4AdminForm_reserveTime select{margin-left: 0;}
#tableOrderForm_reserveTime select:focus,
#activeTableOrder4AdminForm_reserveTime select:focus,
#activeTableOrderForm_reserveTime select:focus{
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
.table-order-form .floor-tabs li a {font-size: 16px;}
.order-search{
margin-top: 15px;
border: 1px solid #c7c5c5;
border-radius: 6px;
padding: 0 4px;
background: rgb(244,245,245); /* Old browsers */
background: -moz-linear-gradient(top, rgba(244,245,245,1) 0%, rgba(196,197,198,1) 97%, rgba(196,194,194,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,245,245,1)), color-stop(97%,rgba(196,197,198,1)), color-stop(100%,rgba(196,194,194,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(244,245,245,1) 0%,rgba(196,197,198,1) 97%,rgba(196,194,194,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(244,245,245,1) 0%,rgba(196,197,198,1) 97%,rgba(196,194,194,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(244,245,245,1) 0%,rgba(196,197,198,1) 97%,rgba(196,194,194,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(244,245,245,1) 0%,rgba(196,197,198,1) 97%,rgba(196,194,194,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f5', endColorstr='#c4c2c2',GradientType=0 ); /* IE6-9 */
height: 33px;
}
.ord-search-text{
color: #757373;
padding: 0 9px 0 4px;
border-right: 1px solid #dad9da;
line-height: 32px;
height: 32px;
float: left;
}
.calendar-inp-field{
float: left;
border-left: 1px solid #c4c2c2;
position: relative;
width: 230px;
}
.calendar-inp-field input{
width: 210px !important;
margin: 3px 0 0 6px;
position: relative;
z-index: 10;
}
.order-search .calendar-inp-field input{
padding-right: 35px;
width: 175px !important;
}
.calendar-inp-field img{
position: absolute;
right: 12px;
top: 8px;
z-index: 100;
cursor: pointer;
}
.ord-form-search{
margin-left: 5px;
height: 32px;
width: 302px;
float: left;
position: relative;
}
.ord-form-search input{
width: 262px !important;
margin: 3px 0 0 0;
position: relat;
z-index: 10;
padding-right: 25px;
}
.ord-form-search button{
border: 0;
outline: 0;
background: url(images/serach-glass.png) no-repeat;
z-index: 100;
width: 15px;
height: 15px;
position: absolute;
right: 9px;
top: 10px;
}
.table-order-history{
border-radius: 6px;
border: 1px solid #d7d6d8;
margin-bottom: 20px;
width: 608px;
float: right;
}
.table-order-history table{
width: 100%;
font-size: 14px;
color: #454545;
}
.table-order-history table.table-order-history-th tr th:last-of-type{width: 270px; }
.table-order-history table.table-order-history-th .ui-datepicker-calendar tr th:last-of-type{width: 45px;}
.table-order-history table.table-order-history-th tr td a.btn{
width: 50px !important;
margin:4px 13px 4px 0px;
float: right;
}
.table-order-history table.table-order-history-th tr td .star-rating-control{
padding-top: 2px;
display: block;
float: left;
}
.table-order-history table.table-order-history-th tr td span div.star-rating{
margin-bottom: 0 !important;
margin-top: 7px !important;
}
/*.table-order-history table tr td,
.table-order-history table th{
padding-top: 15px;
padding-bottom: 15px;
}*/
.table-order-history table.table-order-history-th tr td p{
margin: 0px;
float: left;
margin-right: 5px;
margin-top: 2px;
}
.table-order-history table.table-order-history-th tr td .hide-symbols{cursor: pointer;color: #E2601B;}
.table-order-history table.table-order-history-th tr td .hide-symbols+.hide-symbols{display: none;}
.table-order-history table.table-order-history-th tr td p.hide-symbols-up{height: 28px; overflow: hidden;}
.table-order-history table.table-order-history-th tr td p.hide-symbols-down{overflow: visible; height: 100%;margin: 5px 0px;}
.table-order-history table.table-order-history-th tr td p a{
position: relative;
top: 0px;
margin-left: 2px;
}
.table-order-history table.table-order-history-th tr td p a:hover{text-decoration: none;}
.table-order-history table.table-order-history-th tr{border-bottom: 1px solid #d7d6d8;}
.table-order-history table.table-order-history-th .ui-datepicker-calendar tr{border-bottom: 0;}
.table-order-history table.table-order-history-th tr:last-of-type{border-bottom: none;}
.rest-name-table,
.table-order-history table th, .ui-datepicker-inline .ui-datepicker-calendar th{
font-size: 16px;
font-weight: normal;
}
.table-order-history table.table-order-history-th th{background-color: #e6e3e3;}
.table-order-history table.table-order-history-th .ui-datepicker-calendar th{background: none;}
.table-order-history table.table-order-history-th th + th + th{text-align: left;}
.table-order-history table.table-order-history-th .ui-datepicker-calendar th + th + th{text-align: center;}
.error-li{margin: 0 !important;}
@media (max-width: 860px){
.modal-reserve, .modal-map, #reservePopup4Admin, .editTableTypePopup{
width: 100%;
max-width: 816px;
margin-left: -50%;
}
.modal-reserve .modal-body, .modal-map .modal-body, #reservePopup4Admin .modal-body, .editTableTypePopup .modal-body {
height: 100%;
overflow: auto;
max-height: 350px;
}
}
@media (max-width: 1024px){
.modal-reserve .modal.fade.in, .modal-map .modal.fade.in, #reservePopup4Admin .modal.fade.in, .editTableTypePopup .modal.fade.in{top: 5%;}
}
@media (max-height: 690px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 560px;
overflow-y: overlay;
}
}
@media (max-height: 670px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 545px;
overflow-y: overlay;
}
}
@media (max-height: 650px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 530px;
overflow-y: overlay;
}
}
@media (max-height: 630px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 510px;
overflow-y: overlay;
}
}
@media (max-height: 610px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 490px;
overflow-y: overlay;
}
}
@media (max-height: 590px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body{
height: 100%;
overflow: auto;
max-height: 470px;
overflow-y: overlay;
}
}
@media (max-height: 570px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-bod,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 450px;
overflow-y: overlay;
}
}
@media (max-height: 550px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 430px;
overflow-y: overlay;
}
}
@media (max-height: 530px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 410px;
overflow-y: overlay;
}
}
@media (max-height: 510px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 390px;
overflow-y: overlay;
}
}
@media (max-height: 490px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 370px;
overflow-y: overlay;
}
}
@media (max-height: 470px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 560px;
overflow-y: overlay;
}
}
@media (max-height: 690px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 560px;
overflow-y: overlay;
}
}
@media (max-height: 670px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 545px;
overflow-y: overlay;
}
}
@media (max-height: 650px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 530px;
overflow-y: overlay;
}
}
@media (max-height: 630px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 510px;
overflow-y: overlay;
}
}
@media (max-height: 610px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 490px;
overflow-y: overlay;
}
}
@media (max-height: 590px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 470px;
overflow-y: overlay;
}
}
@media (max-height: 570px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 450px;
overflow-y: overlay;
}
}
@media (max-height: 550px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 430px;
overflow-y: overlay;
}
}
@media (max-height: 530px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 410px;
overflow-y: overlay;
}
}
@media (max-height: 510px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 390px;
overflow-y: overlay;
}
}
@media (max-height: 490px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 370px;
overflow-y: overlay;
}
}
@media (max-height: 470px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 350px;
overflow-y: overlay;
}
}
/* Search and categories main page */
.wrap_search_categories{
height: 38px;
width: 816px;
margin-left: 0px;
background: url(./images/menu-search.png) no-repeat;
}
.wrap_search_categories .logo-mini, .wrap_search_categories .serch-btn{
width: 51px;
height: 38px;
margin: 0;
}
.wrap_search_categories .logo-mini .logo-mini-img{
width: 100%;
height: 100%;
display: block;
}
.wrap_search_categories .btn-categories, .wrap_search_categories .btn-kitchen{
width: 174px;
margin: 0;
margin-left: 2px;
}
.wrap_search_categories .btn-categories .btn, .wrap_search_categories .btn-kitchen .btn{
background: none;
border: 0;
font-family: Helvetica, sans-serif;
padding: 9px 53px;
}
.wrap_search_categories .btn-group.open .btn.dropdown-toggle, .wrap_search_categories .btn-categories .btn:hover, .wrap_search_categories .btn-kitchen .btn:hover {
color: #fff;
border-radius: 0;
height: 36px;
box-shadow: none;
background: #f9bd34;
background: -moz-linear-gradient(top, #f9bd34 0%, #f09a32 53%, #ed7a00 60%, #e04c00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bd34), color-stop(53%,#f09a32), color-stop(60%,#ed7a00), color-stop(100%,#e04c00));
background: -webkit-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -o-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -ms-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: linear-gradient(to bottom, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bd34', endColorstr='#e04c00',GradientType=0 );
}
.wrap_search_categories .btn-kitchen .btn{padding: 9px 68px;}
.wrap_search_categories .serch-text{width: 289px;}
.wrap_search_categories .multiselect-container{
margin-top: 2px;
/*width: 100%;*/
min-width: 174px;
padding: 3px 0px 10px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.36);
border: 0;
background: #c5c6c7;
border-radius: 0;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.wrap_search_categories .multiselect-container li {
margin: 0px 10px;
border-bottom: 2px solid #a8a7a7;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
color: #000;
text-decoration: none;
background: none;
}
.multiselect-container>li>a>label{
text-align: center;
padding: 0;
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover{
background: none;
color: #000;
filter: none;
}
.btn-group .multiselect-container>li>a>label>input{float: right;}
.dropdown-menu li > a{padding: 6px 0px 6px 0px;}
.serch-text input{
margin: 9px 0px 10px -3px;
height: 18px;
width: 265px;
padding: 0;
padding-left: 10px;
border: 1px solid #fff;
border-radius: 20px;
}
.wrap_search_categories .serch-btn{margin-left: 2px;}
.wrap_search_categories .serch-btn input, .wrap_search_categories .serch-map input{
border: 0;
background: none;
width: 100%;
height: 36px;
}
.wrap_search_categories .serch-map{
width: 47px;
height: 36px;
margin: 0;
margin-left: 2px;
}
.wrap_search_categories input[type="text"]:focus{box-shadow: none;}
.wrap_search_categories .multiselect-container .checkbox {
/*width: 153px;
height: 26px;*/
display: block;
position: relative;
padding-right: 19px;
text-align: left;
}
.wrap_search_categories .multiselect-container .checkbox input{display: none;}
.wrap_search_categories .multiselect-container .checkbox input[type="checkbox"] + span {
position: absolute;
right: 0px;
top: 3px;
width: 15px;
height: 17px;
background: url(../images/checkbox-sprite.png) no-repeat 0px -24px;
cursor: pointer;
}
.wrap_search_categories .multiselect-container .checkbox input[type="checkbox"]:checked + span {background-position: 0px 0px; }
.tabs-profile-page{margin-bottom: 25px;}
.tabs-history-page a, .tabs-profile-page a{
font-size: 15px;
color: #656565;
margin-right: 30px;
}
.tabs-history-page a.active, .tabs-history-page a:hover, .tabs-profile-page a.active, .tabs-profile-page a:hover{
color: #d3441b;
text-decoration: none;
}
/* restoraunt page(tabs) */
.container-fluid .tabbable .nav-tabs{
margin: 0;
border: none;
}
.container-fluid .tabbable .nav-tabs > li > a {
color: #454545;
cursor: default;
background: none;
border: none;
font-size: 13px;
padding: 12px 42px 13px 0px;
}
.container-fluid .tabbable .nav-tabs > .active > a, .container-fluid .tabbable .nav-tabs > .active > a:hover, .container-fluid .tabbable .nav-tabs > li > a:hover{
color: #e66103;
background: none;
cursor: pointer;
}
/* restoraunt page(slider) */
.tab-content #additionalPhotos-slider, .tab-content #menuPhotos-slider {
height: 341px;
width: 608px;
box-shadow: none;
border: 0;
border-radius: 0;
margin-bottom: 15px;
overflow: hidden;
}
.tab-content .flexslider{background: none;}
.tab-content #additionalPhotos-slider .slides li, .tab-content #menuPhotos-slider .slides li{height: 340px;}
.tab-content #menuPhotos-slider .slides li{width: 608px!important;}
.tab-content #additionalPhotos-slider .slides img{height: 100%;}
.tab-content #additionalPhotos-carousel, .tab-content #menuPhotos-carousel{
height: 153px;
overflow: hidden;
border: 0;
margin-bottom: 15px;
box-shadow: none;
border-bottom: 1px solid #8c8888;
border-radius: 0;
}
.tab-content #additionalPhotos-carousel .slides > li, .tab-content #menuPhotos-carousel .slides > li{
margin-right: 16px;
cursor: pointer;
height: 138px;
overflow: hidden;
}
.tab-content #menuPhotos-carousel .slides > li{
width: 138px!important;
text-align: center;
}
.tab-content #additionalPhotos-carousel .slides > li img {
max-width: 200%;
width: 200%;
position: relative;
left: -50%;
height: 100%;
}
.tab-content #menuPhotos-carousel .slides > li img{
/*max-width: 100%;
width: 100%;
position: relative;
left: 0%;
top: -25%;
height: 150%;*/
max-height: 100%;
}
.tab-content #menuPhotos-slider .slides li a{
display: block;
/* height: 100%;
width: 50%;
margin: 0 auto;*/
text-align: center;
}
.tab-content #menuPhotos-slider .slides li a img{
/*max-width: 100%;
width: 100%;
position: relative;
left: 0%;
top: -25%;
height: 150%;*/
max-height: 100%;
}
.tab-content #additionalPhotos-carousel .flex-direction-nav a, .tab-content #menuPhotos-carousel .flex-direction-nav a{
display: block;
width: 32px;
height: 138px;
margin: 0;
position: absolute;
top: 0px;
right: 0px;
z-index: 10;
overflow: visible;
opacity: 100;
cursor: pointer;
text-indent: -9999px!important;
text-align: center;
background: #BBAEAE;
opacity: 0.8;
transition: none;
}
.tab-content #additionalPhotos-carousel .flexslider:hover .flex-next, .tab-content #menuPhotos-carousel .flexslider:hover .flex-next{right: 0;}
.tab-content #additionalPhotos-carousel .flex-direction-nav .flex-next:after, .tab-content #menuPhotos-carousel .flex-direction-nav .flex-next:after{
left: 32%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.tab-content #additionalPhotos-carousel .flex-direction-nav .flex-next:after, .tab-content #menuPhotos-carousel .flex-direction-nav .flex-next:after{
border-color: rgba(255, 255, 255, 0);
border-left-color: #fff;
border-width: 11px;
top: 50%;
margin-top: -11px;
}
.tab-content #additionalPhotos-carousel .flex-direction-nav .flex-prev, .tab-content #menuPhotos-carousel .flex-direction-nav .flex-prev{left: 0px;}
.tab-content #additionalPhotos-carousel .flex-direction-nav .flex-prev:after, .tab-content #menuPhotos-carousel .flex-direction-nav .flex-prev:after{
right: 35%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.tab-content #additionalPhotos-carousel .flex-direction-nav .flex-prev:after, .tab-content #menuPhotos-carousel .flex-direction-nav .flex-prev:after {
border-color: rgba(255, 255, 255, 0);
border-right-color: #fff;
border-width: 11px;
top: 50%;
margin-top: -11px;
}
#description hr{
margin:0px 0px 14px 0px;
background: #dbdada;
height: 1px;
border-top: 1px solid #bdbdbd;
}
#description p{color: #454545;}
#description p+p{
font-size: 12px;
font-style: italic;
}
.fancybox-overlay .fancybox-wrap {margin-top: -13px;}
.fancybox-outer, .fancybox-outer .fancybox-inner {margin: 0 auto;}
.fancybox-overlay .fancybox-skin {border-radius: 0;}
.fancybox-overlay+#fancybox-thumbs{display: none;}
.fancybox-outer .fancybox-inner img{
border-bottom-width: 45px;
border-top-width: 45px;
border-left-width: 20px;
border-right-width: 20px;
border-color: #d8d5d5;
border-style: solid;
background: #d8d5d5;
}
.fancybox-overlay .fancybox-nav, .fancybox-overlay .fancybox-prev{
width: 10%;
top: 45px;
}
.fancybox-outer .fancybox-next {right: -20px;}
.fancybox-outer .fancybox-next:after{
left: 44%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.fancybox-outer .fancybox-next:after{
border-color: rgba(255, 255, 255, 0);
border-left-color: #fff;
border-width: 11px;
top: 50%;
margin-top: -11px;
}
.fancybox-outer .fancybox-prev {left: 20px;}
.fancybox-outer .fancybox-prev:after {
right: 44%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.fancybox-outer .fancybox-prev:after {
border-color: rgba(255, 255, 255, 0);
border-right-color: #fff;
border-width: 11px;
top: 50%;
margin-top: -11px;
}
.fancybox-overlay .fancybox-nav-false {
position: absolute;
top: 45px;
width: 10%;
height: 100%;
}
.fancybox-overlay .fancybox-nav:hover span {display: none;}
.fancybox-overlay .fancybox-next-false {right: -20px;}
.fancybox-overlay .fancybox-prev-false{left: 20px;}
.fancybox-overlay .fancybox-close{
color: #898787;
font-size: 36px;
font-weight: 100!important;
font-family: Helvetic;
top: 8px;
right: -32px;
background: url(../images/close-modal.png) no-repeat;
opacity: 0.4;
width: 14px;
height: 14px;
}
.fancybox-overlay .fancybox-close:hover{text-decoration: none;}
.restaurantSchedule {
width:318px;
overflow:hidden;
margin-left: 0;
}
.restaurantSchedule li {
float:left;
display:inline;
margin-right: 5px;
font-size: 15px;
margin-bottom: 0px;
}
/* Right SideBar */
.stock-block .container-fluid {margin-top: 23px;}
.stock-block .news-container{
border-bottom: 1px solid #ccc;
padding: 9px 16px 3px;
/*margin-bottom: 23px;*/
min-height: 206px;
}
.stock-block .news-img-container{
text-align: center;
margin-bottom: 7px;
padding-top: 16px;
}
.stock-block .news-img-container img{
width: 126px;
height: 126px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.stock-block .news-content-title a{
color: #454545;
font-size: 11px;
}
.stock-block .news-content-title{
margin: 0 0 5px;
min-height: 33px;
}
.stock-block .news-content-title+.news-content-font{
margin: 0;
color: #9b9999;
font-size: 10px;
}
/* News and Stock Page */
.news-stock-page{
margin-top: 23px;
overflow: hidden;
padding-bottom: 45px;
border-bottom: 1px solid #b4b1b1;
}
.news-stock-page .news-img-container{
width: 190px;
float: left;
text-align: center;
}
.news-stock-page .news-img-container img{
width: 130px;
height: 130px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.news-stock-page .news-content{
float: left;
width: 415px;
}
.news-stock-page .news-content p{margin: 0 0 15px;}
.news-stock-page .news-content-title a{
color: #454545;
font-size: 24px;
line-height: 1.3;
}
.news-stock-page .news-content-publishedDate{
color: #9b9999;
font-size: 10px;
}
.news-stock-page .news-content-content, .news-stock-page .news-content-date{
color: #454545;
font-style: italic;
font-size: 12px;
}
.modal-backdrop+.modal-backdrop{width: 0px; height:0px;}
.modal-registration .alert{
width: 746px;
text-align: left;
}
body .ui-state-highlight, body .ui-widget-content .ui-state-highlight, body .ui-widget-header .ui-state-highlight,
.modal-body #table-order-form .ui-state-highlight,
.modal-body .table-order-form .ui-state-highlight,
.modal-body #table-order-form .ui-widget-content .ui-state-active,
.modal-body .table-order-form .ui-widget-content .ui-state-active {
background: #feb200;
background: -moz-linear-gradient(top, #feb200 0%, #e2601b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb200), color-stop(100%,#e2601b));
background: -webkit-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -o-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -ms-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: linear-gradient(to bottom, #feb200 0%,#e2601b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb200', endColorstr='#e2601b',GradientType=0 );
color: #000;
border-radius: 6px;
}
.validationError, .validationFileError, .validationMapError {display: none;}
/* Page added tables */
.header-dashboard .span3+.span6{width: 372px;text-align: right;}
.header-dashboard .span6 a{
display: block;
font-family: Trebuchet MS;
color: #a7a4a4;
font-size: 16px;
text-decoration: underline;
font-weight: normal;
padding-right: 2px;
}
.header-dashboard .span6 a:hover{text-decoration: none;}
.content .content-table-editor{width: 816px;margin-left: 0;}
.content-table-editor .nav-tabs {
background: url(./images/img-header-dashbord.png) no-repeat;
border: 0;
height: 39px;
}
.content-table-editor .nav-tabs .logo-mini{
display: block;
width: 54px;
height: 100%;
float: left;
}
.content-table-editor .nav-tabs li a{
width: 149px;
text-align: center;
color: #edecec;
font-size: 16px;
font-family: "Trebuchet MS";
border: 0;
border-radius: 0;
padding: 7px 12px 8px;
margin-top: 1px;
}
.content-table-editor .nav-tabs li.active a, .content-table-editor .nav-tabs li a:hover{
border: 0;
color: #edecec;
background: #f9bd34;
background: -moz-linear-gradient(top, #f9bd34 0%, #f09a32 53%, #ed7a00 60%, #e04c00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bd34), color-stop(53%,#f09a32), color-stop(60%,#ed7a00), color-stop(100%,#e04c00));
background: -webkit-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -o-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -ms-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: linear-gradient(to bottom, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bd34', endColorstr='#e04c00',GradientType=0 );
}
.content-table-editor .nav-tabs li+li{margin-left: 1px;}
#table-type-form #fileFieldsContainer .row-fluid .number-tables input,
#tableTypeContainer .modal-body .row-fluid .number-tables input,
.editTableMapPopup .modal-body .row-fluid .number-tables input{
width: 39px;
margin: 0 4px;
padding: 5px 6px;
border: 0;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
}
#table-type-form #fileFieldsContainer .row-fluid input:focus,
#tableTypeContainer .modal-body .row-fluid input:focus{
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
#table-type-form #fileFieldsContainer .row-fluid .span5{
color: #454545;
font-size: 17px;
font-family: Arial;
}
#table-type-form .number-tables, .modal-body .number-tables{
float: left;
margin-right: 43px;
}
.content-table-editor .btn-file {
position: relative;
overflow: hidden;
margin-right: 4px;
float: left;
text-align: center;
overflow: hidden;
width: 149px;
height: 32px;
padding: 0;
margin-right: 40px;
cursor: pointer;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background: #f9bd34;
background: -moz-linear-gradient(top, #f9bd34 0%, #f09a32 53%, #ed7a00 60%, #e04c00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bd34), color-stop(53%,#f09a32), color-stop(60%,#ed7a00), color-stop(100%,#e04c00));
background: -webkit-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -o-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -ms-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: linear-gradient(to bottom, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bd34', endColorstr='#e04c00',GradientType=0 );
}
.content-table-editor .btn-file span{
color: #fefcfb;
font-size: 17px;
font-family: Arial;
line-height: 32px;
}
.content-table-editor .add-file-map .span12 a{
float: right;
margin-top: 4px;
}
.btn-file input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; filter: alpha(opacity=0);
transform: translate(-300px, 0) scale(4); font-size: 23px; direction: ltr; cursor: pointer; }
.files-download{
width: 362px;
height: 18px;
float: left;
padding: 6px 6px;
margin-right: 17px;
border: 0;
overflow: hidden;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;
}
.modal-body .number-tables{margin-left: 20px;}
#table-map-form .specify-floor-room input,
#table-map-form .add-file-map input,
.editTableMapPopup .modal-body input{
width: 366px;
height: 18px;
float: left;
padding: 6px 6px;
margin-right: 17px;
border: 0;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;
}
#table-map-form .files-download{width: 452px;}
#table-map-form .btn-file{margin: 0;}
#table-map-form .add-file-map .span4{margin: 0;}
#table-map-form .specify-floor-room input,
#table-map-form .add-file-map .span4 input,
#table-map-form .add-file-map .span5 input,
.editTableMapPopup .modal-body .span5 input,
.editTableMapPopup .modal-body .span4 input{
width: 82px;
margin: 0;
}
.modal-body .files-download{
margin-right: 0px;
width: 452px;
}
#table-map-form .container-fluid .load-file{position: relative;float: right;margin-right: 28px;}
.editTableMapPopup .modal-body .input-group .btn-file{margin-right: 0px;margin-left: 14px;}
#table-type-form #fileFieldsContainer .row-fluid .number-tables input.error-form,
.error-input .files-download,
#tableTypeContainer .modal-body .row-fluid .number-tables input.error-form,
#table-map-form .specify-floor-room input.error-form,
.editTableMapPopup .modal-body .span4 .error-form,
#table-order-form .error-form-reserve, #restaurantList_main .table-order-form .error-form-reserve {
border: 1px solid #FF0000;
box-shadow: none;
}
.modal-body .btn-file{margin-right: 20px;}
.edit-table-type-form .files-download span{line-height: 20px;}
.edit-table-type-form .number-tables{margin-right: 10px;}
.edit-table-type-form .files-download{width: 350px;}
#table-type-form .customization,
.modal-body .customization,
#table-map-form .customization{
text-align: center;
overflow: hidden;
width: 149px;
height: 32px;
float: left;
cursor: pointer;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background: #f9bd34;
background: -moz-linear-gradient(top, #f9bd34 0%, #f09a32 53%, #ed7a00 60%, #e04c00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bd34), color-stop(53%,#f09a32), color-stop(60%,#ed7a00), color-stop(100%,#e04c00));
background: -webkit-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -o-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -ms-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: linear-gradient(to bottom, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bd34', endColorstr='#e04c00',GradientType=0 );
}
#table-type-form .customization div,
#tableTypeContainer .modal-body .customization div,
.editTableMapPopup .modal-body .customization div,
#table-map-form .customization div{
color: #fefcfb;
font-size: 17px;
font-family: Arial;
line-height: 32px;
}
#delete-file-customization{
width: 17px;
height: 23px;
position: absolute;
right: 2px;
margin-top: 3px;
cursor: pointer;
}
#table-type-form .load-file{float: right;position: relative;}
#table-type-form .but-load-file,
#tableTypeContainer .but-load-file,
#table-map-form .but-load-file,
#tableMapContainer .editTableMapPopup .but-load-file{
width: 149px;
height: 32px;
color: #fefcfb;
font-size: 17px;
font-family: Arial;
border: 0;
box-shadow: none;
margin-right: 46px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background: #f9bd34;
background: -moz-linear-gradient(top, #f9bd34 0%, #f09a32 53%, #ed7a00 60%, #e04c00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bd34), color-stop(53%,#f09a32), color-stop(60%,#ed7a00), color-stop(100%,#e04c00));
background: -webkit-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -o-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -ms-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: linear-gradient(to bottom, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bd34', endColorstr='#e04c00',GradientType=0 );
}
#table-type-form .validationError, #table-map-form .validationError, .editTableMapPopup .validationError, .editTableMapPopup .validationFileError {
margin: 0px 45px 0px 0px;
position: absolute;
top: 32px;
right: 0;
color: #FF0000;
font-size: 11px;
}
#table-map-form .validationMapError {
margin: 2px;
position: absolute;
top: 50px;
right: 0;
color: #FF0000;
font-size: 11px;
}
.editTableMapPopup .validationFileError {margin: 0px 40px 0px 0px; top: 42px;}
.editTableMapPopup .validationError {margin: 0px 40px 0px 0px;}
.editTableMapPopup form .row-fluid{position: relative;}
#table-map-form .validationError{margin-right: 2px;}
#table-map-form .but-load-file{margin: 0;}
#table-type-form .load-file a,
.add-file{
display: block;
float: left;
width: 147px;
height: 32px;
margin-right: 17px;
text-align: center;
line-height: 32px;
color: #454545;
font-size: 17px;
font-family: Arial;
border: 1px solid #c4c2c2;
border-bottom: none;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(187,188,189,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(187,188,189,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbcbd',GradientType=0 );
}
#table-type-form .load-file a:hover,
.add-file:hover{text-decoration: none;color: #454545;}
.add-file{margin-left: 69px;}
.add-more-file{position: relative;}
#table-type-form #fileFieldsContainer .add-more-file .number-tables input{margin: 0 4px 0 9px;}
#tableTypeContainer .hr{
display: block;
height: 2px;
font-size: 13px;
color: #7a7979;
background: #cecece;
background: -moz-linear-gradient(top, #cecece 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top, #cecece 0%,#eaeaea 100%);
background: -o-linear-gradient(top, #cecece 0%,#eaeaea 100%);
background: -ms-linear-gradient(top, #cecece 0%,#eaeaea 100%);
background: linear-gradient(to bottom, #cecece 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#eaeaea',GradientType=0 );
border: 0;
box-shadow: none;
border-radius: 0;
padding: 0;
}
#tableTypeContainer .row-fluid{
margin: 0;
display: table;
vertical-align: middle;
}
#tableTypeContainer .modal-body .row-fluid{line-height: 0px;height: 65px;position: relative;width: 816px;}
#tableTypeContainer .modal-body .btn-file{margin-left: 67px;margin-right: 0;}
#tableTypeContainer .row-fluid div.span12{
min-height: 10px;
vertical-align: middle;
float: none;
display: table-row;
}
#tableTypeContainer .row-fluid div.span12 div{
width: 142px;
display: table-cell;
padding: 15px 10px 15px 0px;
}
#tableTypeContainer .row-fluid div.span12 div+div+div{
width: 532px;
text-align: right;
vertical-align: middle;
padding: 0;
}
#tableTypeContainer .row-fluid div.span12 div+div+div p{
display: table-cell;
float: right;
margin: 0;
margin-left: 25px;
}
#tableTypeContainer .modal-body form,
.editTableMapPopup .modal-body form{margin-top: 25px;}
#tableTypeContainer .modal-body .row-fluid .offset9 .but-load-file,
.editTableMapPopup .modal-body .row-fluid .offset9 .but-load-file{margin-left: 5px;}
#tableTypeContainer .modal-body .row-fluid .validationError{
margin: 0px 21px 0px 0px;
position: absolute;
top: 35px;
right: 0px;
color: #FF0000;
font-size: 11px;
}
/* Page added maps */
#table-map-form #restaurantId{
width: 466px;
height: 32px;
float: left;
margin-right: 17px;
border: 0;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;
line-height: 28px;
}
#table-map-form #restaurantId:hover{background: #fff;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome,#table-map-form #restaurantId {
border-top: 2px solid #8A8A8A;
}
}
#table-map-form #restaurantId:focus{outline: none;}
#mapFieldsContainer .specify-floor-room{margin-top: 18px;}
#table-map-form .span12 .list-text-floor-hall,
#mapFieldsContainer .specify-floor-room .list-text-floor-hall,
.editTableMapPopup .list-text-floor-hall{
width: 142px;
float: left;
margin: 4px 10px 0 4px;
color: #454545;
font-size: 16px;
font-family: Arial;
}
.editTableMapPopup .span12 .list-text-floor-hall{margin-left: 15px;margin-bottom: 25px;}
.editTableMapPopup .span4{margin-left: 11px;}
#mapFieldsContainer .add-file-map .span12{margin-bottom: 20px;}
#mapFieldsContainer .add-file-map .span5 .list-text-floor-hall,
#mapFieldsContainer .specify-floor-room .span5 .list-text-floor-hall,
.editTableMapPopup .modal-body .span5 .list-text-floor-hall{
width: 150px;
margin-left: 77px;
margin-right: 30px;
}
#mapFieldsContainer .add-file-map{
}
#table-type-form #fileFieldsContainer .row-fluid .number-tables input:focus,
#table-map-form .specify-floor-room input:focus,
#table-map-form .add-file-map input:focus,
.editTableMapPopup .modal-body .span4 input:focus,
.editTableMapPopup .modal-body .span5 input:focus{
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
.hr-line{
height: 1px;
border: 0;
background: #aeacac;
}
.add-file-map{margin-top: 20px;}
.add-file-map .span2 a{
float: right;
margin-right: -16px;
margin-top: 4px;
}
#tableMapContainer .title-tabs{margin: 0;height: 31px;}
#interactive-map-container {border-top: 1px solid #a4a1a1;}
#interactive-map-container .span8{
height: 500px;
width: 512px;;
padding: 0 12px 0 0;
border-right: 1px solid #a9a6a6;
// background-position: 0 10px;
}
#interactive-map-container .table-map-droppable-right{
margin: 0;
width: 274px;
}
#interactive-map-container .table-map-droppable-right .row-fluid{
border: 1px solid #aeacac;
border-left: 0;
border-right: 0;
border-top: 0;
line-height: 77px;
text-align: center;
margin: 0;
background: #e3e3e3;
}
#interactive-map-container .table-map-droppable-right .row-fluid+.row-fluid{line-height: 95px;}
#interactive-map-container .table-map-droppable-right .row-fluid .span6,
#interactive-map-container .table-map-droppable-right .row-fluid .span12{
color: #454545;
font-size: 17px;
font-family: Arial;
}
#interactive-map-container .table-map-droppable-right .row-fluid .span4 {margin-left: 15px;}
#interactive-map-container .table-map-droppable-right .row-fluid .span12 .add-table-but{
display: inline-block;
width: 147px;
height: 30px;
text-align: center;
line-height: 31px;
color: #454545;
font-size: 17px;
font-family: Arial;
border: 1px solid #c4c2c2;
border-bottom: none;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(187,188,189,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(187,188,189,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbcbd',GradientType=0 );
}
#interactive-map-container .table-map-droppable-right .row-fluid .span12 .add-table-but:hover{text-decoration: none;}
#tableMapContainer .title-tabs ul{margin: 0;/*overflow: hidden;*/}
#tableMapContainer .title-tabs ul li{
list-style: none;
float: left;
width: 96px;
height: 30px;
text-align: center;
border: 1px solid #a4a1a1;
border-bottom: 0;
text-align: center;
line-height: 31px;
margin-right: -1px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#tableMapContainer .title-tabs ul li.active{
width: 195px;
background: #e3e3e3;
text-align: left;
position: relative;
left: 1px;
margin-left: -1px;
}
#tableMapContainer .title-tabs ul li a{
font-family: Tahoma;
font-size: 14px;
color: #666666;
display: block;
float: left;
width: 100%;
height: 100%;
}
#tableMapContainer .title-tabs ul li a:hover{text-decoration: none;}
#tableMapContainer .title-tabs ul li a+a{display: none;}
#tableMapContainer .title-tabs ul li.active a,
#tableMapContainer .title-tabs ul li.active a+a{display: block;}
#tableMapContainer .title-tabs ul li.active a{padding-left: 15px;width: 120px;}
#tableMapContainer .title-tabs ul li.active a+a{
position: absolute;
width: 17px;
height: 30px;
right: 33px;
padding: 0;
}
#tableMapContainer .title-tabs ul li.active a+a+a{right: 9px;}
.files-download p {
margin-top: 10px;
}
/* Page Orders */
.content-table-editor .order-choose-restaurant{
float: left;
width: 152px;
padding-left: 4px;
color: #454545;
font-family: Arial;
font-size: 17px;
font-weight: normal;
line-height: 1.8;
}
.content-table-editor select#restaurantId{
/*width: 466px;
height: 32px;
float: left;
margin-right: 17px;
border: 0;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;*/
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
border-color: #f0f0f0;
border: none;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
float: left;
height: 32px;
margin-right: 17px;
overflow: hidden;
width: 466px;
}
.content-table-editor select#restaurantId:focus{outline: none;}
.tableMapContainer .row-fluid ul.tab-on-the-floors{list-style: none;margin: 0;}
.tableMapContainer .row-fluid ul.tab-on-the-floors li{
list-style: none;
float: left;
width: 96px;
height: 30px;
text-align: center;
border: 1px solid #a4a1a1;
border-bottom: 0;
text-align: center;
line-height: 31px;
margin-right: -1px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.tableMapContainer .row-fluid ul.tab-on-the-floors li.active{
width: 110px;
background: #e3e3e3;
position: relative;
left: 1px;
margin-left: -1px;
}
.tableMapContainer .row-fluid ul.tab-on-the-floors li a{
font-family: Tahoma;
font-size: 14px;
color: #666666;
display: block;
float: left;
width: 100%;
height: 100%;
}
.tableMapContainer .row-fluid ul.tab-on-the-floors li a:hover{text-decoration: none;}
.tableMapContainer #interactive-map-container{border-top: 1px solid #a4a1a1;}
.tableMapContainer>.row-fluid{margin: 0;}
.tableMapContainer #interactive-map-container #tableMapDroppable{
width: 541px;
height: 365px;
margin: 0;
padding: 0;
border-right: 1px solid #a4a1a1;
}
.tableMapContainer #interactive-map-container #tableMapDroppable img{width: 100%; height: 100%; margin: 10px 12px 0 0;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer{/*padding-top: 28px;*/margin-left: 0px;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .row-fluid>div{
float: left;
font-family: Arial;
color: #454545;
font-size: 17px;
/*margin-right: 13px;*/
line-height: 1.8;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .row-fluid .table-order-input{margin: 0;float: right;margin-right: 7px;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-input input{
width: 121px;
height: 18px;
float: right;
padding: 6px 6px 6px 20px;
border: 0;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-input input:focus{
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-input img{margin-right: 25px;}
#table-map-image-container, .table-map-image-container {
width: 400px;
height: 400px;
overflow: hidden;
/*margin: 0px !important;*/
}
#tableMapDroppable, #table-map-image-container, .table-map-image-container {
background-repeat: no-repeat;
position: relative;
}
#tableNumberContainer{width: 286px;margin-left: -143px;}
#tableNumberContainer .modal-header span{
color: #454545;
font-family: Arial;
font-weight: bold;
font-size: 17px;
line-height: 30px;
}
#tableNumberContainer .modal-body .container-fluid{padding-top: 24px;}
#tableNumberContainer .modal-body .row-fluid .span12{position: relative;}
#tableNumberContainer .modal-body .row-fluid .span12 label{
float: left;
color: #454545;
font-size: 16px;
font-family: Arial;
padding-left: 14px;
padding-right: 18px;
margin-top: 6px;
}
#tableNumberContainer .modal-body .row-fluid .span12 input.number-table{
width: 132px;
height: 18px;
float: left;
padding: 6px 6px;
border: 0;
overflow: hidden;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;
}
#tableNumberContainer .modal-body .row-fluid .span12 input.number-table:focus{border: 1px solid #fe8504;outline: none;box-shadow: none;}
#tableNumberContainer .modal-body .row-fluid+.row-fluid .span12{text-align: center;}
#tableNumberContainer .modal-body .row-fluid .span12 .btn-save,
#interactive-map-container .table-map-droppable-right .confirmation-drag-confirm .span7 a,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve .span7 a{
width: 149px;
height: 32px;
color: #fefcfb;
float: none;
font-size: 17px;
font-family: Arial;
border: 0;
box-shadow: none;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background: #f9bd34;
background: -moz-linear-gradient(top, #f9bd34 0%, #f09a32 53%, #ed7a00 60%, #e04c00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bd34), color-stop(53%,#f09a32), color-stop(60%,#ed7a00), color-stop(100%,#e04c00));
background: -webkit-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -o-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -ms-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: linear-gradient(to bottom, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bd34', endColorstr='#e04c00',GradientType=0 );
}
#tableNumberContainer .modal-body .row-fluid .span12 .validationError{
margin: 0px 29px 0px 0px;
position: absolute;
bottom: -10px;
right: 0;
color: #FF0000;
font-size: 11px;
}
#interactive-map-container .table-map-droppable-right .confirmation-drag-cancel{line-height: 50px;}
#interactive-map-container .table-map-droppable-right .confirmation-drag-cancel .span5{
font-family: Arial;
font-size: 17px;
color: #454545;
width: 38%;
text-align: center;
}
#interactive-map-container .table-map-droppable-right .confirmation-drag-cancel input{
border-radius: 6px;
background-color: rgb( 210, 208, 208 );
border: 0;
width: 149px;
height: 31px;
color: #fefcfb;
font-family: Arial;
font-size: 17px;
}
#interactive-map-container .table-map-droppable-right .confirmation-drag-confirm{background: none;}
#interactive-map-container .table-map-droppable-right .confirmation-drag-confirm .span12{
text-align: left;
line-height: 20px;
padding: 20px 0px 0px 17px;
font-size: 16px;
}
#interactive-map-container .table-map-droppable-right .confirmation-drag-confirm a{display: block;margin: 28px 0px 20px 16px;}
#interactive-map-container .table-map-droppable-right .confirmation-drag-confirm a:hover,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve .span7 a:hover{text-decoration: none;}
#interactive-map-container .table-map-droppable-right .confirmation-drag-confirm .span4 a{float: right;}
#interactive-map-container .table-map-droppable-right .confirmation-drag-confirm .span4,
#interactive-map-container .table-map-droppable-right .confirmation-drag-confirm .span7{line-height: 32px;}
#interactive-map-container #activeTableOrderContainer{
width: 304px;
border-right: 0;
border-top: 0;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .row-fluid{padding-left: 15px;padding-top: 28px;width: 289px;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .row-fluid+.row-fluid,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve+.row-fluid{padding-top: 0;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve{background: #e3e3e3;border-bottom: 1px solid #adabab;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve>div{margin-right: 0;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve .span4{text-transform: uppercase;line-height: 51px;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve .span7{margin-left: 20px;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve .span7 a{display: block;text-align: center;margin-top: 10px;}
/* Modal reserve admin*/
.tableMapContainer #interactive-map-container #activeTableOrderContainer #table-order-form .row-fluid,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-form .row-fluid {width: 100%;
padding: 0;
width: 816px;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer #table-order-form .error-form-reserve,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-form .error-form-reserve,
.modal-body #table-order-form .table-order-form-top-input .error-form-reserve,
.modal-body .table-order-form .table-order-form-top-input .error-form-reserve {
border: 1px solid #FF0000;
box-shadow: none;
}
.modal-body #table-order-form .table-order-form-top-input ul,
.modal-body .table-order-form .table-order-form-top-input ul {
margin-left: 0;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer #table-order-form .row-fluid .span5,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-form .row-fluid .span5 {margin-right: 0;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer #table-order-form .row-fluid .span5,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-form .row-fluid .span5,
.tableMapContainer #interactive-map-container #activeTableOrderContainer #table-order-form .row-fluid .span5 .row-fluid,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-form .row-fluid .span5 .row-fluid {width: 379px;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer #table-order-form .table-order-form-bottom .span5+.span5,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-form .table-order-form-bottom .span5+.span5 {margin-top: 40px;}
.modal-body #table-order-form, .modal-body .table-order-form{margin: 0;}
.modal-body #table-order-form label, .modal-body .table-order-form label {
font-size: 16px;
font-family: Arial;
color: #9c9a9a;
cursor: context-menu;
}
.modal-body #table-order-form .restaurantTableMapContainer,
.modal-body .table-order-form .restaurantTableMapContainer {
width: 400px;
height: 400px;
margin-left: 5px;
}
.modal-body .table-order-form-top .ui-datepicker{width: 360px;}
.modal-body .table-order-form-top .ui-datepicker table{margin: 0 20px;width: 89%;}
.modal-body .table-order-form-top .ui-datepicker-calendar th {padding: 7px 4px;font-weight: bold;}
.modal-body .table-order-form-top .ui-datepicker .ui-datepicker-header{border-radius: 4px 4px 0 0;}
.modal-body .table-order-form-top .ui-state-default,
.modal-body .table-order-form-top .ui-state-default{background: none;}
.modal-body .table-order-form-top .ui-datepicker td a{
font-family: Trebuchet MS;
color: #484746;
font-size: 17px;
border: 1px solid transparent;
width: 18px;
}
.modal-body .table-order-form-top .ui-datepicker td .ui-state-active,
.modal-body .table-order-form-top .ui-datepicker td .ui-state-hover{
border: 1px solid #fe8504;
border-radius: 6px;
background: #eae8e8 url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
font-weight: normal;
width: 18px;
}
.modal-body .ui-datepicker .ui-datepicker-prev{left: 18%;}
.modal-body .ui-datepicker .ui-datepicker-next{right: 18%;}
.modal-body .table-order-form-top .table-order-form-top{margin-bottom: 0px;}
.modal-body #table-order-form .table-order-form-bottom-input label,
.modal-body .table-order-form .table-order-form-bottom-input label {float: left;margin-left: 14px;color: #454545;margin-top: 5px;}
.modal-body #table-order-form .table-order-form-bottom-input input,
.modal-body .table-order-form .table-order-form-bottom-input input {
float: right;
margin-right: 8px;
width: 232px;
height: 18px;
float: right;
padding: 6px 6px;
border: 0;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .row-fluid>div .button{
display: inline-block;
width: 147px;
height: 30px;
text-align: center;
line-height: 28px;
color: #454545;
font-size: 17px;
font-family: Arial;
border: 1px solid #c4c2c2;
border-bottom: none;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
cursor: pointer;
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(187,188,189,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(187,188,189,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbcbd',GradientType=0 );
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .row-fluid>div .button-cancel{margin-left: 14px;}
.modal-body #table-order-form .table-order-form-bottom-input ul,
.modal-body .table-order-form .table-order-form-bottom-input ul {
text-align: right;
float: right;
margin-right: 10px;
}
.modal-body #table-order-form .table-order-form-bottom-input textarea,
.modal-body .table-order-form .table-order-form-bottom-input textarea {
width: 345px;
height: 70px;
margin-right: 8px;
margin-bottom: 0;
border: 0;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;
}
.modal-body #table-order-form .table-order-form-bottom-input input:focus,
.modal-body .table-order-form .table-order-form-bottom-input input:focus,
.modal-body #table-order-form .table-order-form-bottom-input textarea:focus,
.modal-body .table-order-form .table-order-form-bottom-input textarea:focus,
.modal-body #table-order-form .table-order-form-top-input input:focus,
.modal-body .table-order-form .table-order-form-top-input input:focus {
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
.modal-body #table-order-form .table-order-form-top-input input,
.modal-body .table-order-form .table-order-form-top-input input {
width: 40px;
font-size: 14px;
color: #353535;
padding: 8px 0 7px 12px;
margin-bottom: 8px;
background: -moz-linear-gradient(top, #e2e0e0 0%, #f1f0f0 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e0e0), color-stop(99%,#f1f0f0));
background: -webkit-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -o-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -ms-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: linear-gradient(to bottom, #e2e0e0 0%,#f1f0f0 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e0e0', endColorstr='#f1f0f0',GradientType=0 );
border: 1px solid #cccdcf;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
}
.modal-body #table-order-form .btn-reserve,
.modal-body .table-order-form .btn-reserve {
margin: 44px 9px 0px 0;
float: right;
background: #feb200;
background: -moz-linear-gradient(top, #feb200 0%, #e2601b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb200), color-stop(100%,#e2601b));
background: -webkit-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -o-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -ms-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: linear-gradient(to bottom, #feb200 0%,#e2601b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb200', endColorstr='#e2601b',GradientType=0 );
border: 0px;
width: 170px;
padding: 8px 0px;
color: #fffefe;
font-size: 15px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
cursor: pointer;
box-shadow: none;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .row-fluid #activeTableOrder4AdminForm_reserveTime{line-height: 1.5;height: 32px;margin-bottom: 29px;margin-right: 0;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer #table-order-form .table-order-form-bottom,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-form .table-order-form-bottom {margin-top: 15px;padding-top: 23px;border-top: 1px solid #d6d7d8;}
#activeTableOrderForm_peopleCount, #activeTableOrderForm_wish, #activeTableOrderForm_captcha, #activeTableOrderForm_tableNumber {
width: 232px;
height: 18px;
float: right;
padding: 6px 6px;
border: 0;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;
margin-bottom: 0;
}
#activeTableOrderForm_wish{
width: 386px;
height: 56px;
}
#activeTableOrderForm_peopleCount:focus, #activeTableOrderForm_wish:focus, #activeTableOrderForm_captcha:focus, #activeTableOrderForm_tableNumber:focus {
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
#activeTableOrderForm_peopleCount, #activeTableOrderForm_tableNumber {
width: 70px;
height: 24px;
float: left;
}
.reserve-table-number, .reserve-amount-persons{width: 180px;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .reserve-table-info>.span10{
margin-right: 0;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .reserve-table-info+.reserve-table-info{border-top: 1px solid #adabab;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .reserve-table-info>.span10 p{
margin: 0;
line-height: 1.3;
font-size: 17px;
font-family: Arial;
color: #454545;
word-break: break-all;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .reserve-table-info>.span2{
text-align: right;
margin-top: 35px;
}
.active-table-img {
position: absolute;
-webkit-transform-origin: 50% 50%;
}
.active-table-booked {opacity: 0.25;}
.active-table-free {}
.active-table-selected {
box-shadow: rgba(243,145,11,0.5) 0px 0px 19px -1px;
background: -moz-radial-gradient(center, ellipse cover, rgba(243,145,11,1) 0%, rgba(243,145,11,0.2) 85%, rgba(243,145,11,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(243,145,11,1)), color-stop(85%,rgba(243,145,11,0.2)), color-stop(100%,rgba(243,145,11,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(243,145,11,1) 0%,rgba(243,145,11,0.2) 85%,rgba(243,145,11,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(243,145,11,1) 0%,rgba(243,145,11,0.2) 85%,rgba(243,145,11,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(243,145,11,1) 0%,rgba(243,145,11,0.2) 85%,rgba(243,145,11,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(243,145,11,1) 0%,rgba(243,145,11,0.2) 85%,rgba(243,145,11,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3910b', endColorstr='#00f3910b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-radius: 8px;
z-index: 999;
opacity: 0.99;
}
#alertify{
border: 0;
box-shadow: 0 2px 10px rgba(1,2,2,.3);
top: 150px;
width: 400px;
}
#alertify .alertify-dialog {
padding: 20px;
}
#alertify .alertify-message{
color: #454545;
font-size: 17px;
font-family: Arial;
}
#alertify .alertify-button-ok,
#alertify .alertify-button-cancel{
background: none;
border: 0;
color: #f38e00;
text-shadow: none;
font-family: Arial;
font-size: 17px;
font-weight: normal;
}
#alertify .alertify-button-ok:focus,
#alertify .alertify-button-cancel:focus{box-shadow: none;}
body .registration-confirmation{
border: 0;
background: #f1efed;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
outline: none;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
font-size: 16px;
color: #000;
text-shadow: none;
text-align: center;
padding: 0;
}
body .registration-confirmation .close{
background: url(../images/close-modal.png) no-repeat;
display: block;
width: 14px;
height: 14px;
margin-top: 1px;
opacity: 0.9;
right: 0;
}
body .registration-confirmation .close:hover{
opacity: 0.4;
filter: alpha(opacity=40);
}
body .registration-confirmation .registration-confirmation-title{
background: #e4e3e2;
border: 0px;
padding-left: 14px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-o-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
height: 18px;
padding-top: 3px;
padding-bottom: 16px;
padding: 9px 9px;
border-bottom: 1px solid #eee;
}
.alert{text-align: left;}
body .registration-confirmation .alert{font-size: 14px;}
.modal-reserve .modal-body .table-order-form-container>.alert{margin: -10px 10px 20px;}
.book-table-label {
margin-top: 16px;
} | src/Table/MainBundle/Resources/public/css/main.css | input:focus, a:focus, .btn:focus, .cusel:focus{outline: 0 none;}
a, a:visited, .btn:visited {outline:none;}
body input:focus:invalid:focus, body textarea:focus:invalid:focus, body select:focus:invalid:focus {
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
html, body{height: 100%;}
body{font-family: Helvetica, sans-serif; background-color: #f2f2f2;}
input:focus{outline: 0 none}
.container {height: 100%;}
.content{
min-height: 100%;
height: auto !important;
height: 100%;
padding: 0;
margin: 0;
}
.content .span9{
margin-right: 17px;
width: 608px;
margin-left: 0px;
}
.content .stock-block{
margin-left: 0px;
width: 191px;
}
/* Main page */
.header{
margin-top: 28px;
margin-bottom: 22px;
}
.header .span3 a.logo-main{
margin-top: 7px;
display: block;
}
.list-city{
padding-top: 10px;
margin-left: 8px;
}
.list-city .btn-group{float: left;}
.list-city .btn, .list-city .btn-group.open .dropdown-toggle{
padding: 3px 16px;
margin-right: 10px;
border: none;
font-size: 12px;
color: #fcfcfc;
-webkit-box-shadow: 0px -1px 1px rgba(255, 143, 0, 0.5);
-moz-box-shadow: 0px -1px 1px rgba(255, 143, 0, 0.5);
box-shadow: 0px -1px 1px rgba(255, 143, 0, 0.5);
background: #feb200;
background: -moz-linear-gradient(top, #feb200 0%, #e04c00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb200), color-stop(100%,#e04c00));
background: -webkit-linear-gradient(top, #feb200 0%,#e04c00 100%);
background: -o-linear-gradient(top, #feb200 0%,#e04c00 100%);
background: -ms-linear-gradient(top, #feb200 0%,#e04c00 100%);
background: linear-gradient(to bottom, #feb200 0%,#e04c00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb200', endColorstr='#e04c00',GradientType=0 );
}
.list-city .btn .caret{
border-top: 4px solid #fff;
margin-left: 5px;
}
.list-city .btn-group .multiselect-container>li>a>label>input{display: none;}
.list-city .dropdown-menu {
min-width: 109px;
width: 93%;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.36);
border: 0;
background: #c5c6c7;
padding-bottom: 5px;
}
.list-city .multiselect-container>li{
margin: 0px 10px;
border-bottom: 1px solid #a8a7a7;
}
.list-city .social{
float: right;
margin-right: 131px;
width: 95px;
}
.list-city .social a{
background: url(./images/sprite-social.png) no-repeat -60px 0px;
width: 30px;
height: 30px;
display: block;
float: left;
}
.list-city .social a:hover{background-position: -60px -28px;}
.list-city .social a+a{background-position: -30px 0px;}
.list-city .social a+a:hover{background-position: -30px -28px;}
.list-city .social a+a+a{background-position: 0px 0px;}
.list-city .social a+a+a:hover{background-position: 0px -28px;}
.list-city .log-in-top{
width: 90px;
margin: 0px;
position: relative;
top: -8px;
right: 0px;
text-align: right;
line-height: 2;
}
.log-in-top a{
font-size: 13px;
color: #a7a4a4;
text-decoration: underline;
display: block;
}
.log-in-top a:hover{text-decoration: none; }
.wrap_breadcrumb .breadcrumb {
padding: 6px 15px 12px 0px;
margin: 0px 0 20px;
list-style: none;
border-bottom: 1px solid #7f7f7f;
border-radius: 0;
}
.wrap_breadcrumb .breadcrumb li a{
border-bottom: 2px solid #aaa;
color: #454545;
font-size: 15.29px;
}
.wrap_breadcrumb .breadcrumb li a:hover{text-decoration: none;}
.wrap_breadcrumb .breadcrumb li:last-child span{color: #d75b36;}
.wrap_breadcrumb .breadcrumb > li > .divider {
margin-left: 7px;
color: #ccc;
display: inline-block;
width: 0;
height: 0;
vertical-align: middle;
border-top: 4px solid transparent;
border-left: 4px solid #454545;
border-bottom: 4px solid transparent;
text-indent: -9999px;
}
.container-fluid{padding:0px;}
.restaurantList-container .restaurant-container{
padding: 25px 0 0px;
border-bottom: 1px solid #aeacac;
overflow: hidden;
height: 194px;
}
.restaurant-container{
padding: 25px 0 0px;
border-bottom: 1px solid #aeacac;
overflow: hidden;
}
.restaurantList-container{margin-top: 24px;}
.restaurant-container .restaurant-img-container{
float: left;
height: 100%;
width: 188px;
}
.restaurant-container .restaurant-img-container .restaurant-img{
width: 152px;
height: 152px;
margin: 0px 0px 0px 17px;
border-radius: 3px;
}
.restaurant-container .restaurant-img-container .restaurant-img img{
width: 148px;
height: 148px;
border-radius: 3px;
}
.restaurant-container .restaurant-content{
width: 280px;
float: left;
color:#454545;
}
.restaurant-container .restaurant-content .restaurant-content-font-category, .restaurant-container .restaurant-content .restaurant-content-font-category{
color: #a2a0a0;
font-style: italic;
margin-bottom: 2px;
font-size: 13px;
}
.restaurant-container .restaurant-content .restaurant-content-font-category{margin-bottom: 1px;}
.restaurant-card .restaurant-content-font-category{margin-bottom: 0px;}
.restaurant-container .restaurant-content p{
margin: -4px 0 8px;
line-height: 1.2;
}
.restaurant-container .restaurant-content p+p{margin: 0px;}
.restaurant-container .restaurant-content p.restaurant-categories{
margin-bottom: 4px;
font-size: 15px;
}
.restaurant-container .restaurant-card p{
margin: -4px 0 8px;
line-height: 1.2;
}
.restaurant-container .restaurant-card p.restaurant-adress {margin-bottom: 0px;}
.restaurant-container .restaurant-content p.restaurant-adress{margin-bottom: -1px;}
.restaurant-container .restaurant-card p.restaurant-adress{margin-bottom: 10px;}
.restaurant-container .restaurant-content .restaurant-content-name a{color:#454545; font-size: 24px;}
.restaurant-container .restaurant-content .restaurant-content-font{
font-size: 12.9px;
margin-bottom: 4px;
}
.restaurant-container .restaurant-content .restaurant-content-font a{margin-left: 5px;}
.restaurant-content-reserve a {width: 85px;}
.restaurant-container .restaurant-content-reserve {
width: 140px;
height: 60px;
float: right;
}
.restaurant-container .restaurant-content-reserve input{
background: #feb200;
background: -moz-linear-gradient(top, #feb200 0%, #e2601b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb200), color-stop(100%,#e2601b));
background: -webkit-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -o-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -ms-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: linear-gradient(to bottom, #feb200 0%,#e2601b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb200', endColorstr='#e2601b',GradientType=0 );
border: 0px;
width: 100%;
padding: 5px 0px;
color: #fffefe;
font-size: 15px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
-o-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
cursor: pointer;
box-shadow: none;
margin-top: 9px;
}
.title-top_restoraunt, .title-news{width: 100%;}
.title-top_restoraunt td {
width: 41%;
text-align: center;
padding: 0;
}
.title-top_restoraunt td+td {width:18%;}
.title-top_restoraunt td+td+td {width:41%;}
.title-news td {width: 23%;}
.title-news td+td {width: 54%}
.title-news td+td+td {width: 23%}
.title-top_restoraunt td+td span, .title-news td+td span{
height: 24px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: none;
line-height: 1.7;
padding: 2px 0px;
background: #fcb111;
background: -moz-linear-gradient(top, #fcb111 0%, #e35e17 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcb111), color-stop(100%,#e35e17));
background: -webkit-linear-gradient(top, #fcb111 0%,#e35e17 100%);
background: -o-linear-gradient(top, #fcb111 0%,#e35e17 100%);
background: -ms-linear-gradient(top, #fcb111 0%,#e35e17 100%);
background: linear-gradient(to bottom, #fcb111 0%,#e35e17 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb111', endColorstr='#e35e17',GradientType=0 );
}
.title-top_restoraunt td+td span span, .title-news td+td span span{
margin: 0px 2px;
background: #fefefd;
display: block;
padding: 0;
text-align: center;
border-radius: 3px;
}
.title-top_restoraunt td span, .title-top_restoraunt td+td+td span, .title-news td span, .title-news td+td+td span{
display: block;
height: 2px;
font-size: 13px;
color: #7a7979;
background: #cecece;
background: -moz-linear-gradient(top, #cecece 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top, #cecece 0%,#eaeaea 100%);
background: -o-linear-gradient(top, #cecece 0%,#eaeaea 100%);
background: -ms-linear-gradient(top, #cecece 0%,#eaeaea 100%);
background: linear-gradient(to bottom, #cecece 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#eaeaea',GradientType=0 );
border: 0;
box-shadow: none;
border-radius: 0;
padding: 0;
}
.footer{
height: 85px;
position: relative;
padding: 0;
margin: 0;
}
.footer .copyright{
position: absolute;
bottom: 13px;
margin: 0;
}
.footer .email-telephone{
position: absolute;
bottom: 4px;
right: 0px;
width: 170px;
height: 50px;
margin: 0px;
text-align: right;
}
.footer .email-telephone span{
float: left;
margin-left: 35px;
font-size: 10px;
color: #9b9999;
}
.footer .email-telephone span+span{margin-left: 31px;}
.footer .email-telephone img{margin: -10px 0px 0px 0px;}
/* end main page */
/* MODAL WINDOW REGISTRATION */
.modal{
width: 816px;
/*position: absolute;*/
}
/*.modal-map{width: 816px!important;}*/
.modal-registration, .modal-login{width: 345px;}
.modal, .modal label, .modal input, .modal ul li, .modal h3 {font-family: Helvetica, sans-serif;}
.modal-body {
max-height: 100%;
background: #f1efed;
padding: 0px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
-o-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
overflow: hidden;
}
.modal-registration{
background: #f1efed;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
#register.registration-check-email{margin-left: -409px!important;}
.modal-registration-title, .modal-login-title, .modal-header{
background: #e4e3e2;
border: 0px;
padding-left: 14px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-o-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
height: 18px;
padding-top: 3px;
padding-bottom: 16px;
}
.modal-registration-title img#registrationPreloader, .modal-login-title img#loginPreloader{
width: 25px;
height: 25px;
position: absolute;
right: 40px;
}
.modal-registration-title .close, .modal-login-title .close, .container .modal-header .close{
background: url(../images/close-modal.png) no-repeat;
display: block;
width: 14px;
height: 14px;
margin-top: 6px;
opacity: 0.9;
}
.modal-registration-title .close:hover, .modal-login-title .close:hover, .container .modal-header .close:hover{
opacity: 0.4;
filter: alpha(opacity=40);
}
.modal-registration-title h3, .modal-login-title h3, .modal-header h3{
font-size: 15.31px;
color: #353535;
margin: 0px;
}
.modal-registration #fos-registration-form{margin-bottom: 1%;}
.modal-registration #fos_user_registration_form div, .modal-login #fos-login-form div{margin: 0px 21px 0px 17px;}
.modal-registration #fos_user_registration_form div.password-registration{position: relative;}
.modal-registration #fos_user_registration_form div+div+div+div.password-registration+div,
.modal-registration #fos_user_registration_form div.captcha-img{margin-top: 0px;}
.modal-registration #fos_user_registration_form ul li,
.error-text-login,
.sonata-user-edit-profile .user-edit-profile div ul li,
.table-order-form .container-fluid ul li{
list-style: none;
font-size: 11px;
color: #ff0000;
}
.error-text-login{margin: 0px 21px 0px 17px;}
.modal-registration #fos_user_registration_form div label, .modal-login #fos-login-form label{
width: 100%;
float: left;
font-size: 14px;
color: #9c9a9a;
margin-bottom: 14px;
cursor: default;
line-height: 13px;
}
#fos_user_registration_form{overflow: hidden;}
.modal-registration #fos_user_registration_form ul,.sonata-user-edit-profile .user-edit-profile div ul {
margin: 0px;
margin-bottom: 10px;
}
.modal-registration #fos_user_registration_form div input, .modal-login #fos-login-form div input,
.calendar-inp-field input,
.ord-form-search input{
font-size: 14px;
color: #353535;
width: 292px;
padding: 2px 0px 2px 12px;
margin-bottom: 13px;
background: -moz-linear-gradient(top, #e2e0e0 0%, #f1f0f0 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e0e0), color-stop(99%,#f1f0f0));
background: -webkit-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -o-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -ms-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: linear-gradient(to bottom, #e2e0e0 0%,#f1f0f0 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e0e0', endColorstr='#f1f0f0',GradientType=0 );
border: 1px solid #cccdcf;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
}
.modal-login #fos-login-form div.checkbox-login input{
width: 13px;
float: left;
margin: 0px;
margin-top: -1px;
border-radius: 50%;
}
.modal-login #fos-login-form{margin: 15px 0 0;}
#fos-login-form a{
display: block;
margin: 0 0 15px 2px;
color: inherit;
text-decoration: underline;
clear: both;
}
#fos-login-form .register-frogot_pass .span6{
float: left;
width: 140px;
margin: 0;
}
#fos-login-form .register-frogot_pass .span6+.span6 a{margin-left: 80px;}
#table-order-form-container .container-fluid, .table-order-form-container .container-fluid {
padding: 15px 20px 0 !important;
}
#table-order-form-container label, .table-order-form-container label {
font-size: 18px;
color: #9c9a9a;
margin-bottom: 10px !important;
}
body .row-fluid .reserver-texterea{margin-left: 5px;}
#table-order-form div.captcha-img label, .table-order-form div.captcha-img label {
display: inline;
float: left;
}
#table-order-form div.captcha-img input, .table-order-form div.captcha-img input {
width: 111px;
margin-left: 13px;
height: 26px;
}
#table-order-form-container textarea, .table-order-form-container textarea {
display: block;
resize: none;
width: 385px;
float: right;
position: relative;
height: 50px;
}
#table-order-form-container #activeTableOrderForm_wish, .table-order-form-container #activeTableOrderForm_wish {
float: left;
}
#table-order-form-container textarea:focus, .table-order-form-container textarea:focus {
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
#table-order-form-container div.button-reserve, .table-order-form-container div.button-reserve {
float: right;
margin-top: 4px;
}
#table-order-form-container div.button-reserve input, .table-order-form-container div.button-reserve input {
background: #feb200;
background: -moz-linear-gradient(top, #feb200 0%, #e2601b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb200), color-stop(100%,#e2601b));
background: -webkit-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -o-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -ms-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: linear-gradient(to bottom, #feb200 0%,#e2601b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb200', endColorstr='#e2601b',GradientType=0 );
border: 0px;
width: 170px;
padding: 8px 0px;
color: #fffefe;
font-size: 15px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
cursor: pointer;
box-shadow: none;
}
#table-order-form-container, .table-order-form-container {
width: 816px;
}
.modal-login #fos-login-form div.boxChecked label, .modal-login #fos-login-form div.boxUnchecked label, .table-order-form div.boxChecked label, .table-order-form div.boxUnchecked label{
float: none;
font-size: 13.6px !important;
color: #353535;
margin-left: 20px;
width: 105px;
}
.modal-registration #fos_user_registration_form div input#fos_user_registration_form_phone{
color: #858181;
font-size: 12px;
}
.modal-registration #fos_user_registration_form div.button-registration{
padding: 9px 0px 0px 0px;
margin-top: 63px;
}
.modal-login #fos-login-form .button-login input{margin-bottom: 20px;}
.modal-registration #fos_user_registration_form div.button-registration input, .modal-login #fos-login-form .button-login input{
background: #feb200;
background: -moz-linear-gradient(top, #feb200 0%, #e2601b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb200), color-stop(100%,#e2601b));
background: -webkit-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -o-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -ms-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: linear-gradient(to bottom, #feb200 0%,#e2601b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb200', endColorstr='#e2601b',GradientType=0 );
border: 0px;
width: 307px;
padding: 5px 0px;
color: #fffefe;
font-size: 15px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
cursor: pointer;
box-shadow: none;
}
.modal-registration #fos_user_registration_form div input#fos_user_registration_form_captcha{
width: 109px;
float: right;
padding: 1px 0px 0px 10px;
position: relative;
top: 6px;
border: 1px solid #ccc;
box-shadow: none;
background: #fff;
}
.modal-registration #fos_user_registration_form div.text-capcha {
color: #161616;
font-size: 15px;
margin: 0px;
padding: 10px 0px 0px 0px;
height: 75px;
}
#fos_user_registration_form .password-registration #fos_user_registration_form_plainPassword, #fos_user_registration_form .password-registration #fos_user_registration_form_plainPassword div{
margin: 0px;
height: 100%;
position: relative;
overflow: hidden;
}
.password-registration #fos_user_registration_form_plainPassword div+div{
width: 100%;
height: 62px;
float: left;
}
.cdrestaurant-photo-modal img{
width: 404px;
height: 324px;
}
.star-rating-readonly{width: 85px;}
.modal-registration #fos_user_registration_form div input.error-form-registration, #fos-login-form div input.error-form-login, .sonata-user-edit-profile .user-edit-profile div input.error-form-profile, .table-order-form .captcha-img .error-form-reserve{
border: 1px solid #ff0000;
box-shadow: none;
}
.modal-registration #fos_user_registration_form div input:focus, .modal-registration #fos_user_registration_form div input#fos_user_registration_form_captcha:focus, .modal-login #fos-login-form div input:focus, .sonata-user-edit-profile .user-edit-profile div input:focus{
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
.captcha-img img{
float: left;
height: 36px;
}
.captcha-img a{
display: block;
float: left;
width: 36px;
height: 36px;
background: url(../images/capcha-reset.png) no-repeat;
margin-left: 13px;
text-indent: -9999px
}
.captcha-img ul{
margin: 0px;
margin-left: 25px;
}
div.boxChecked {background: url(../images/checkbox-sprite.png) no-repeat 0 -2px;}
div.boxUnchecked {background: url(../images/checkbox-sprite.png) no-repeat 0 -26px;}
div.boxChecked input, div.boxUnchecked input {
cursor: pointer;
margin: 0px;
margin-right: 5px;
padding: 0px!important;
width: 16px!important;
height: 13px;
opacity: 0;
float: left;
}
.modal-login #fos-login-form div.boxChecked label, .modal-login #fos-login-form div.boxUnchecked label,
#table-order-form div.boxChecked label,
.table-order-form div.boxChecked label,
#table-order-form div.boxUnchecked label,
.table-order-form div.boxUnchecked label {
cursor: pointer;
float: none!important;
width: 125px!important;
}
.table-order-form div.boxChecked label, .table-order-form div.boxUnchecked label,
.table-order-form div.boxChecked label, .table-order-form div.boxUnchecked label{
cursor: pointer;
float: none!important;
width: 100%;
}
.choose-zone{height: 50px;}
.choose-zone p{
display: block;
width: 48%;
float: left;
}
.choose-zone p input[type="checkbox"]{
float: left;
margin-right: 10px;
}
.table-order-form-top .choose-zone p input{margin-top: 9px;}
.table-order-form-top .choose-zone p{margin-bottom: 0px;}
.choose-zone p label{
display: inline;
font-size: 13px !important;
color: #353535 !important;
}
/* Datapicker */
.modal-body .ui-datepicker {
width: 350px;
margin-top: 13px;
margin-bottom: 13px;
}
.modal-body .ui-datepicker td{padding: 0px;}
.modal-body .ui-datepicker td span, .modal-body .ui-datepicker td a{
height: 16px;
line-height: 16px;
margin-top: 3px;
margin-bottom: 3px;
}
/* end MODAL */
.modal-registration #fos_user_registration_form div label.check-passwords {
display: none;
position: absolute;
top: auto;
bottom: 6px;
right: 5px;
width: 12px;
height: 13px;
}
.open{*z-index:1000;}
.open>.dropdown-menu{display:block;}
/* User Profile */
.sonata-user-show .user-profile-label {
display: block;
font-size: 14px;
color: #9c9a9a;
margin-bottom: 13px;
}
.sonata-user-show .user-profile-label+span {
display: block;
font-size: 15px;
color: #353535;
width: 336px;
height: 26px;
padding: 6px 0px 0px 12px;
background: -moz-linear-gradient(top, #e2e0e0 0%, #f1f0f0 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e0e0), color-stop(99%,#f1f0f0));
background: -webkit-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -o-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -ms-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: linear-gradient(to bottom, #e2e0e0 0%,#f1f0f0 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e0e0', endColorstr='#f1f0f0',GradientType=0 );
border: 1px solid #cccdcf;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
}
.sonata-user-show a.user-profile-but, .user-edit-profile .user-profile-but{
width: 350px;
padding: 7px 0px;
margin-top: 16px;
text-align: center;
display: block;
color: #fffefe;
font-size: 15px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
background: #feb200;
background: -moz-linear-gradient(top, #feb200 0%, #e2601b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb200), color-stop(100%,#e2601b));
background: -webkit-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -o-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -ms-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: linear-gradient(to bottom, #feb200 0%,#e2601b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb200', endColorstr='#e2601b',GradientType=0 );
border: 0px;
cursor: pointer;
}
.user-edit-profile .user-profile-but{margin-top: 21px;}
.sonata-user-show a.user-profile-but:hover{text-decoration: none;}
.sonata-user-edit-profile .user-edit-profile div, .sonata-user-edit-profile .user-edit-profile div > div input#sonata_user_profile_form_newPassword_first{margin-bottom: 12px;}
.sonata-user-edit-profile .user-edit-profile div{
width: 400px;
position: relative;
}
.sonata-user-edit-profile .user-edit-profile div label{
width: 130px;
font-size: 14px;
color: #9c9a9a;
margin: 0px 0px 13px 1px;
}
.sonata-user-edit-profile .user-edit-profile div label.check-passwords{
display: none;
position: absolute;
top: 115px;
right: 5px;
width: 12px;
height: 13px;
}
.sonata-user-edit-profile .user-edit-profile div input{
width: 370px;
height: 18px;
padding-left: 10px;
color: #353535;
background: -moz-linear-gradient(top, #e2e0e0 0%, #f1f0f0 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e0e0), color-stop(99%,#f1f0f0));
background: -webkit-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -o-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -ms-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: linear-gradient(to bottom, #e2e0e0 0%,#f1f0f0 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e0e0', endColorstr='#f1f0f0',GradientType=0 );
border: 1px solid #cccdcf;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
}
.sonata-user-edit-profile .user-edit-profile .user-edit-profile-telephone input{color:#858181;}
.user-edit-profile .user-profile-but{width: 397px;}
.sonata-user-edit-profile .user-edit-profile div>div{position: relative;}
#bothPasswordsMatchInProfile{
display: none;
position: absolute;
top: 110px;
right: 5px;
}
#tableOrderForm_tableNumber,
#tableOrderForm_peopleCount{
width: 40px;
font-size: 14px;
color: #353535;
padding: 8px 0 7px 12px;
margin-bottom: 8px;
background: -moz-linear-gradient(top, #e2e0e0 0%, #f1f0f0 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e0e0), color-stop(99%,#f1f0f0));
background: -webkit-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -o-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -ms-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: linear-gradient(to bottom, #e2e0e0 0%,#f1f0f0 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e0e0', endColorstr='#f1f0f0',GradientType=0 );
border: 1px solid #cccdcf;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
}
input#tableOrderForm_tableNumber:focus,
input#tableOrderForm_peopleCount:focus{
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
.floor-tabs{
list-style: none;
margin: 0;
padding: 0;
}
.floor-tabs li{
float: left;
font-size: 18px;
margin-left: 22px;
}
.floor-tabs li:first-of-type{margin-left: 0;}
.floor-tabs li a{
color: #9c9a9a;
text-decoration: none;
}
.floor-tabs li a.active,
.floor-tabs li a:hover{color: #eb7200;}
#register,#login{margin-left: -172px !important;}
.table-order-form select{width: 180px;}
/* end user profile */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /*ie10*/
.modal-registration #fos_user_registration_form div input, .modal-login #fos-login-form div input{color:#353535!important;}
.sonata-user-edit-profile .user-edit-profile div input{color:#353535!important;}
}
.reserveDate .ui-widget-header .ui-datepicker-prev, .reserveDate .ui-widget-header .ui-datepicker-next{
background: none;
border: 0;
border-radius: 0;
cursor: pointer;
}
.container .reserveDate .ui-widget-header .ui-datepicker-prev .ui-icon {
background-position: -91px -16px;
background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.container .reserveDate .ui-widget-header .ui-datepicker-next .ui-icon {
background-position: -37px -16px;
background-image: url(images/ui-icons_ef8c08_256x240.png);
}
/*.reserveDate .ui-datepicker-prev-hover, #table-order-form .reserveDate .ui-datepicker-prev-hover span{
background: none;
border: 0;
left:26.6%;
top:7.5px;
}
.reserveDate .ui-datepicker-next-hover, #table-order-form .reserveDate .ui-datepicker-next-hover span{
background: none;
border: 0;
left:66.4%;
top:7.5px;
}*/
.table-order-form{margin: 0;}
.table-order-form .floor-tabs {margin-top: 2px;overflow: hidden;margin-bottom: 10px;}
.table-order-form .floor-tabs-hall{margin-bottom: 7px;height: 22px;}
#table-order-form-container .table-order-form .label-font-size-modal label,
.table-order-form-container .table-order-form .label-font-size-modal label{
font-size: 15px;
}
#table-order-form-container .table-order-form .label-font-size_modal label,
.table-order-form-container .table-order-form .label-font-size_modal label
#table-order-form-container .table-order-form .choose-zone label,
.table-order-form-container .table-order-form .choose-zone label {
font-size: 16px;
}
#table-order-form-container .table-order-form .label-font-size_modal ul,
.table-order-form-container .table-order-form .label-font-size_modal ul {
margin: 0;
clear: both;
}
#tableOrderForm_reserveTime{margin-top: -13px;}
#activeTableOrder4AdminForm_reserveTime{margin-top: -10px;}
#tableOrderForm_reserveTime select,
#activeTableOrder4AdminForm_reserveTime select{top: 4px;position: relative;}
#tableOrderForm_reserveTime select,
#activeTableOrder4AdminForm_reserveTime select,
#activeTableOrderForm_reserveTime select{
background: none;
background: -moz-linear-gradient(top, #e2e0e0 0%, #f1f0f0 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e0e0), color-stop(99%,#f1f0f0));
background: -webkit-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -o-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -ms-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: linear-gradient(to bottom, #e2e0e0 0%,#f1f0f0 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e0e0', endColorstr='#f1f0f0',GradientType=0 );
border: 1px solid #cccdcf;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
width: 110px!important;
}
#activeTableOrder4AdminForm_reserveTime select{width: 175px!important;}
#activeTableOrderForm_reserveTime select{
width: 168px!important;
position: relative;
top: 4px;
margin-bottom: 13px;
}
#tableOrderForm_reserveTime #cuselFrame-tableOrderForm_reserveTime_hour,
#activeTableOrder4AdminForm_reserveTime select{margin-right: 5px;}
#tableOrderForm_reserveTime #cuselFrame-tableOrderForm_reserveTime_minute,
#activeTableOrder4AdminForm_reserveTime #activeTableOrder4AdminForm_reserveTime_minute{margin-left: 5px;}
#activeTableOrderForm_reserveTime #activeTableOrderForm_reserveTime_hour{margin-right: 5px;}
#activeTableOrderForm_reserveTime #activeTableOrderForm_reserveTime_minute{margin-left: 5px;}
#activeTableOrder4AdminForm_reserveTime select{margin-left: 0;}
#tableOrderForm_reserveTime select:focus,
#activeTableOrder4AdminForm_reserveTime select:focus,
#activeTableOrderForm_reserveTime select:focus{
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
.table-order-form .floor-tabs li a {font-size: 16px;}
.order-search{
margin-top: 15px;
border: 1px solid #c7c5c5;
border-radius: 6px;
padding: 0 4px;
background: rgb(244,245,245); /* Old browsers */
background: -moz-linear-gradient(top, rgba(244,245,245,1) 0%, rgba(196,197,198,1) 97%, rgba(196,194,194,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,245,245,1)), color-stop(97%,rgba(196,197,198,1)), color-stop(100%,rgba(196,194,194,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(244,245,245,1) 0%,rgba(196,197,198,1) 97%,rgba(196,194,194,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(244,245,245,1) 0%,rgba(196,197,198,1) 97%,rgba(196,194,194,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(244,245,245,1) 0%,rgba(196,197,198,1) 97%,rgba(196,194,194,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(244,245,245,1) 0%,rgba(196,197,198,1) 97%,rgba(196,194,194,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f5', endColorstr='#c4c2c2',GradientType=0 ); /* IE6-9 */
height: 33px;
}
.ord-search-text{
color: #757373;
padding: 0 9px 0 4px;
border-right: 1px solid #dad9da;
line-height: 32px;
height: 32px;
float: left;
}
.calendar-inp-field{
float: left;
border-left: 1px solid #c4c2c2;
position: relative;
width: 230px;
}
.calendar-inp-field input{
width: 210px !important;
margin: 3px 0 0 6px;
position: relative;
z-index: 10;
}
.order-search .calendar-inp-field input{
padding-right: 35px;
width: 175px !important;
}
.calendar-inp-field img{
position: absolute;
right: 12px;
top: 8px;
z-index: 100;
cursor: pointer;
}
.ord-form-search{
margin-left: 5px;
height: 32px;
width: 302px;
float: left;
position: relative;
}
.ord-form-search input{
width: 262px !important;
margin: 3px 0 0 0;
position: relat;
z-index: 10;
padding-right: 25px;
}
.ord-form-search button{
border: 0;
outline: 0;
background: url(images/serach-glass.png) no-repeat;
z-index: 100;
width: 15px;
height: 15px;
position: absolute;
right: 9px;
top: 10px;
}
.table-order-history{
border-radius: 6px;
border: 1px solid #d7d6d8;
margin-bottom: 20px;
width: 608px;
float: right;
}
.table-order-history table{
width: 100%;
font-size: 14px;
color: #454545;
}
.table-order-history table.table-order-history-th tr th:last-of-type{width: 270px; }
.table-order-history table.table-order-history-th .ui-datepicker-calendar tr th:last-of-type{width: 45px;}
.table-order-history table.table-order-history-th tr td a.btn{
width: 50px !important;
margin:4px 13px 4px 0px;
float: right;
}
.table-order-history table.table-order-history-th tr td .star-rating-control{
padding-top: 2px;
display: block;
float: left;
}
.table-order-history table.table-order-history-th tr td span div.star-rating{
margin-bottom: 0 !important;
margin-top: 7px !important;
}
/*.table-order-history table tr td,
.table-order-history table th{
padding-top: 15px;
padding-bottom: 15px;
}*/
.table-order-history table.table-order-history-th tr td p{
margin: 0px;
float: left;
margin-right: 5px;
margin-top: 2px;
}
.table-order-history table.table-order-history-th tr td .hide-symbols{cursor: pointer;color: #E2601B;}
.table-order-history table.table-order-history-th tr td .hide-symbols+.hide-symbols{display: none;}
.table-order-history table.table-order-history-th tr td p.hide-symbols-up{height: 28px; overflow: hidden;}
.table-order-history table.table-order-history-th tr td p.hide-symbols-down{overflow: visible; height: 100%;margin: 5px 0px;}
.table-order-history table.table-order-history-th tr td p a{
position: relative;
top: 0px;
margin-left: 2px;
}
.table-order-history table.table-order-history-th tr td p a:hover{text-decoration: none;}
.table-order-history table.table-order-history-th tr{border-bottom: 1px solid #d7d6d8;}
.table-order-history table.table-order-history-th .ui-datepicker-calendar tr{border-bottom: 0;}
.table-order-history table.table-order-history-th tr:last-of-type{border-bottom: none;}
.rest-name-table,
.table-order-history table th, .ui-datepicker-inline .ui-datepicker-calendar th{
font-size: 16px;
font-weight: normal;
}
.table-order-history table.table-order-history-th th{background-color: #e6e3e3;}
.table-order-history table.table-order-history-th .ui-datepicker-calendar th{background: none;}
.table-order-history table.table-order-history-th th + th + th{text-align: left;}
.table-order-history table.table-order-history-th .ui-datepicker-calendar th + th + th{text-align: center;}
.error-li{margin: 0 !important;}
@media (max-width: 860px){
.modal-reserve, .modal-map, #reservePopup4Admin, .editTableTypePopup{
width: 100%;
max-width: 816px;
margin-left: -50%;
}
.modal-reserve .modal-body, .modal-map .modal-body, #reservePopup4Admin .modal-body, .editTableTypePopup .modal-body {
height: 100%;
overflow: auto;
max-height: 350px;
}
}
@media (max-width: 1024px){
.modal-reserve .modal.fade.in, .modal-map .modal.fade.in, #reservePopup4Admin .modal.fade.in, .editTableTypePopup .modal.fade.in{top: 5%;}
}
@media (max-height: 690px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 560px;
overflow-y: overlay;
}
}
@media (max-height: 670px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 545px;
overflow-y: overlay;
}
}
@media (max-height: 650px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 530px;
overflow-y: overlay;
}
}
@media (max-height: 630px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 510px;
overflow-y: overlay;
}
}
@media (max-height: 610px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 490px;
overflow-y: overlay;
}
}
@media (max-height: 590px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body{
height: 100%;
overflow: auto;
max-height: 470px;
overflow-y: overlay;
}
}
@media (max-height: 570px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-bod,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 450px;
overflow-y: overlay;
}
}
@media (max-height: 550px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 430px;
overflow-y: overlay;
}
}
@media (max-height: 530px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 410px;
overflow-y: overlay;
}
}
@media (max-height: 510px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 390px;
overflow-y: overlay;
}
}
@media (max-height: 490px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 370px;
overflow-y: overlay;
}
}
@media (max-height: 470px){
.modal-reserve .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 560px;
overflow-y: overlay;
}
}
@media (max-height: 690px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 560px;
overflow-y: overlay;
}
}
@media (max-height: 670px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 545px;
overflow-y: overlay;
}
}
@media (max-height: 650px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 530px;
overflow-y: overlay;
}
}
@media (max-height: 630px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 510px;
overflow-y: overlay;
}
}
@media (max-height: 610px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 490px;
overflow-y: overlay;
}
}
@media (max-height: 590px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 470px;
overflow-y: overlay;
}
}
@media (max-height: 570px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 450px;
overflow-y: overlay;
}
}
@media (max-height: 550px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 430px;
overflow-y: overlay;
}
}
@media (max-height: 530px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 410px;
overflow-y: overlay;
}
}
@media (max-height: 510px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 390px;
overflow-y: overlay;
}
}
@media (max-height: 490px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 370px;
overflow-y: overlay;
}
}
@media (max-height: 470px){
.restaurantList-container .modal-body,
.tableMapContainer .modal-body,
#reservePopup4Admin .modal-body,
.editTableTypePopup .modal-body{
height: 100%;
overflow: auto;
max-height: 350px;
overflow-y: overlay;
}
}
/* Search and categories main page */
.wrap_search_categories{
height: 38px;
width: 816px;
margin-left: 0px;
background: url(./images/menu-search.png) no-repeat;
}
.wrap_search_categories .logo-mini, .wrap_search_categories .serch-btn{
width: 51px;
height: 38px;
margin: 0;
}
.wrap_search_categories .logo-mini .logo-mini-img{
width: 100%;
height: 100%;
display: block;
}
.wrap_search_categories .btn-categories, .wrap_search_categories .btn-kitchen{
width: 174px;
margin: 0;
margin-left: 2px;
}
.wrap_search_categories .btn-categories .btn, .wrap_search_categories .btn-kitchen .btn{
background: none;
border: 0;
font-family: Helvetica, sans-serif;
padding: 9px 53px;
}
.wrap_search_categories .btn-group.open .btn.dropdown-toggle, .wrap_search_categories .btn-categories .btn:hover, .wrap_search_categories .btn-kitchen .btn:hover {
color: #fff;
border-radius: 0;
height: 36px;
box-shadow: none;
background: #f9bd34;
background: -moz-linear-gradient(top, #f9bd34 0%, #f09a32 53%, #ed7a00 60%, #e04c00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bd34), color-stop(53%,#f09a32), color-stop(60%,#ed7a00), color-stop(100%,#e04c00));
background: -webkit-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -o-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -ms-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: linear-gradient(to bottom, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bd34', endColorstr='#e04c00',GradientType=0 );
}
.wrap_search_categories .btn-kitchen .btn{padding: 9px 68px;}
.wrap_search_categories .serch-text{width: 289px;}
.wrap_search_categories .multiselect-container{
margin-top: 2px;
/*width: 100%;*/
min-width: 174px;
padding: 3px 0px 10px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.36);
border: 0;
background: #c5c6c7;
border-radius: 0;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.wrap_search_categories .multiselect-container li {
margin: 0px 10px;
border-bottom: 2px solid #a8a7a7;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
color: #000;
text-decoration: none;
background: none;
}
.multiselect-container>li>a>label{
text-align: center;
padding: 0;
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover{
background: none;
color: #000;
filter: none;
}
.btn-group .multiselect-container>li>a>label>input{float: right;}
.dropdown-menu li > a{padding: 6px 0px 6px 0px;}
.serch-text input{
margin: 9px 0px 10px -3px;
height: 18px;
width: 265px;
padding: 0;
padding-left: 10px;
border: 1px solid #fff;
border-radius: 20px;
}
.wrap_search_categories .serch-btn{margin-left: 2px;}
.wrap_search_categories .serch-btn input, .wrap_search_categories .serch-map input{
border: 0;
background: none;
width: 100%;
height: 36px;
}
.wrap_search_categories .serch-map{
width: 47px;
height: 36px;
margin: 0;
margin-left: 2px;
}
.wrap_search_categories input[type="text"]:focus{box-shadow: none;}
.wrap_search_categories .multiselect-container .checkbox {
/*width: 153px;
height: 26px;*/
display: block;
position: relative;
padding-right: 19px;
text-align: left;
}
.wrap_search_categories .multiselect-container .checkbox input{display: none;}
.wrap_search_categories .multiselect-container .checkbox input[type="checkbox"] + span {
position: absolute;
right: 0px;
top: 3px;
width: 15px;
height: 17px;
background: url(../images/checkbox-sprite.png) no-repeat 0px -24px;
cursor: pointer;
}
.wrap_search_categories .multiselect-container .checkbox input[type="checkbox"]:checked + span {background-position: 0px 0px; }
.tabs-profile-page{margin-bottom: 25px;}
.tabs-history-page a, .tabs-profile-page a{
font-size: 15px;
color: #656565;
margin-right: 30px;
}
.tabs-history-page a.active, .tabs-history-page a:hover, .tabs-profile-page a.active, .tabs-profile-page a:hover{
color: #d3441b;
text-decoration: none;
}
/* restoraunt page(tabs) */
.container-fluid .tabbable .nav-tabs{
margin: 0;
border: none;
}
.container-fluid .tabbable .nav-tabs > li > a {
color: #454545;
cursor: default;
background: none;
border: none;
font-size: 13px;
padding: 12px 42px 13px 0px;
}
.container-fluid .tabbable .nav-tabs > .active > a, .container-fluid .tabbable .nav-tabs > .active > a:hover, .container-fluid .tabbable .nav-tabs > li > a:hover{
color: #e66103;
background: none;
cursor: pointer;
}
/* restoraunt page(slider) */
.tab-content #additionalPhotos-slider, .tab-content #menuPhotos-slider {
height: 341px;
width: 608px;
box-shadow: none;
border: 0;
border-radius: 0;
margin-bottom: 15px;
overflow: hidden;
}
.tab-content .flexslider{background: none;}
.tab-content #additionalPhotos-slider .slides li, .tab-content #menuPhotos-slider .slides li{height: 340px;}
.tab-content #menuPhotos-slider .slides li{width: 608px!important;}
.tab-content #additionalPhotos-slider .slides img{height: 100%;}
.tab-content #additionalPhotos-carousel, .tab-content #menuPhotos-carousel{
height: 153px;
overflow: hidden;
border: 0;
margin-bottom: 15px;
box-shadow: none;
border-bottom: 1px solid #8c8888;
border-radius: 0;
}
.tab-content #additionalPhotos-carousel .slides > li, .tab-content #menuPhotos-carousel .slides > li{
margin-right: 16px;
cursor: pointer;
height: 138px;
overflow: hidden;
}
.tab-content #menuPhotos-carousel .slides > li{
width: 138px!important;
text-align: center;
}
.tab-content #additionalPhotos-carousel .slides > li img {
max-width: 200%;
width: 200%;
position: relative;
left: -50%;
height: 100%;
}
.tab-content #menuPhotos-carousel .slides > li img{
/*max-width: 100%;
width: 100%;
position: relative;
left: 0%;
top: -25%;
height: 150%;*/
max-height: 100%;
}
.tab-content #menuPhotos-slider .slides li a{
display: block;
/* height: 100%;
width: 50%;
margin: 0 auto;*/
text-align: center;
}
.tab-content #menuPhotos-slider .slides li a img{
/*max-width: 100%;
width: 100%;
position: relative;
left: 0%;
top: -25%;
height: 150%;*/
max-height: 100%;
}
.tab-content #additionalPhotos-carousel .flex-direction-nav a, .tab-content #menuPhotos-carousel .flex-direction-nav a{
display: block;
width: 32px;
height: 138px;
margin: 0;
position: absolute;
top: 0px;
right: 0px;
z-index: 10;
overflow: visible;
opacity: 100;
cursor: pointer;
text-indent: -9999px!important;
text-align: center;
background: #BBAEAE;
opacity: 0.8;
transition: none;
}
.tab-content #additionalPhotos-carousel .flexslider:hover .flex-next, .tab-content #menuPhotos-carousel .flexslider:hover .flex-next{right: 0;}
.tab-content #additionalPhotos-carousel .flex-direction-nav .flex-next:after, .tab-content #menuPhotos-carousel .flex-direction-nav .flex-next:after{
left: 32%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.tab-content #additionalPhotos-carousel .flex-direction-nav .flex-next:after, .tab-content #menuPhotos-carousel .flex-direction-nav .flex-next:after{
border-color: rgba(255, 255, 255, 0);
border-left-color: #fff;
border-width: 11px;
top: 50%;
margin-top: -11px;
}
.tab-content #additionalPhotos-carousel .flex-direction-nav .flex-prev, .tab-content #menuPhotos-carousel .flex-direction-nav .flex-prev{left: 0px;}
.tab-content #additionalPhotos-carousel .flex-direction-nav .flex-prev:after, .tab-content #menuPhotos-carousel .flex-direction-nav .flex-prev:after{
right: 35%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.tab-content #additionalPhotos-carousel .flex-direction-nav .flex-prev:after, .tab-content #menuPhotos-carousel .flex-direction-nav .flex-prev:after {
border-color: rgba(255, 255, 255, 0);
border-right-color: #fff;
border-width: 11px;
top: 50%;
margin-top: -11px;
}
#description hr{
margin:0px 0px 14px 0px;
background: #dbdada;
height: 1px;
border-top: 1px solid #bdbdbd;
}
#description p{color: #454545;}
#description p+p{
font-size: 12px;
font-style: italic;
}
.fancybox-overlay .fancybox-wrap {margin-top: -13px;}
.fancybox-outer, .fancybox-outer .fancybox-inner {margin: 0 auto;}
.fancybox-overlay .fancybox-skin {border-radius: 0;}
.fancybox-overlay+#fancybox-thumbs{display: none;}
.fancybox-outer .fancybox-inner img{
border-bottom-width: 45px;
border-top-width: 45px;
border-left-width: 20px;
border-right-width: 20px;
border-color: #d8d5d5;
border-style: solid;
background: #d8d5d5;
}
.fancybox-overlay .fancybox-nav, .fancybox-overlay .fancybox-prev{
width: 10%;
top: 45px;
}
.fancybox-outer .fancybox-next {right: -20px;}
.fancybox-outer .fancybox-next:after{
left: 44%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.fancybox-outer .fancybox-next:after{
border-color: rgba(255, 255, 255, 0);
border-left-color: #fff;
border-width: 11px;
top: 50%;
margin-top: -11px;
}
.fancybox-outer .fancybox-prev {left: 20px;}
.fancybox-outer .fancybox-prev:after {
right: 44%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.fancybox-outer .fancybox-prev:after {
border-color: rgba(255, 255, 255, 0);
border-right-color: #fff;
border-width: 11px;
top: 50%;
margin-top: -11px;
}
.fancybox-overlay .fancybox-nav-false {
position: absolute;
top: 45px;
width: 10%;
height: 100%;
}
.fancybox-overlay .fancybox-nav:hover span {display: none;}
.fancybox-overlay .fancybox-next-false {right: -20px;}
.fancybox-overlay .fancybox-prev-false{left: 20px;}
.fancybox-overlay .fancybox-close{
color: #898787;
font-size: 36px;
font-weight: 100!important;
font-family: Helvetic;
top: 8px;
right: -32px;
background: url(../images/close-modal.png) no-repeat;
opacity: 0.4;
width: 14px;
height: 14px;
}
.fancybox-overlay .fancybox-close:hover{text-decoration: none;}
.restaurantSchedule {
width:318px;
overflow:hidden;
margin-left: 0;
}
.restaurantSchedule li {
float:left;
display:inline;
margin-right: 5px;
font-size: 15px;
margin-bottom: 0px;
}
/* Right SideBar */
.stock-block .container-fluid {margin-top: 23px;}
.stock-block .news-container{
border-bottom: 1px solid #ccc;
padding: 9px 16px 3px;
/*margin-bottom: 23px;*/
min-height: 206px;
}
.stock-block .news-img-container{
text-align: center;
margin-bottom: 7px;
padding-top: 16px;
}
.stock-block .news-img-container img{
width: 126px;
height: 126px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.stock-block .news-content-title a{
color: #454545;
font-size: 11px;
}
.stock-block .news-content-title{
margin: 0 0 5px;
min-height: 33px;
}
.stock-block .news-content-title+.news-content-font{
margin: 0;
color: #9b9999;
font-size: 10px;
}
/* News and Stock Page */
.news-stock-page{
margin-top: 23px;
overflow: hidden;
padding-bottom: 45px;
border-bottom: 1px solid #b4b1b1;
}
.news-stock-page .news-img-container{
width: 190px;
float: left;
text-align: center;
}
.news-stock-page .news-img-container img{
width: 130px;
height: 130px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.news-stock-page .news-content{
float: left;
width: 415px;
}
.news-stock-page .news-content p{margin: 0 0 15px;}
.news-stock-page .news-content-title a{
color: #454545;
font-size: 24px;
line-height: 1.3;
}
.news-stock-page .news-content-publishedDate{
color: #9b9999;
font-size: 10px;
}
.news-stock-page .news-content-content, .news-stock-page .news-content-date{
color: #454545;
font-style: italic;
font-size: 12px;
}
.modal-backdrop+.modal-backdrop{width: 0px; height:0px;}
.modal-registration .alert{
width: 746px;
text-align: left;
}
body .ui-state-highlight, body .ui-widget-content .ui-state-highlight, body .ui-widget-header .ui-state-highlight,
.modal-body #table-order-form .ui-state-highlight,
.modal-body .table-order-form .ui-state-highlight,
.modal-body #table-order-form .ui-widget-content .ui-state-active,
.modal-body .table-order-form .ui-widget-content .ui-state-active {
background: #feb200;
background: -moz-linear-gradient(top, #feb200 0%, #e2601b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb200), color-stop(100%,#e2601b));
background: -webkit-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -o-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -ms-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: linear-gradient(to bottom, #feb200 0%,#e2601b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb200', endColorstr='#e2601b',GradientType=0 );
color: #000;
border-radius: 6px;
}
.validationError, .validationFileError, .validationMapError {display: none;}
/* Page added tables */
.header-dashboard .span3+.span6{width: 372px;text-align: right;}
.header-dashboard .span6 a{
display: block;
font-family: Trebuchet MS;
color: #a7a4a4;
font-size: 16px;
text-decoration: underline;
font-weight: normal;
padding-right: 2px;
}
.header-dashboard .span6 a:hover{text-decoration: none;}
.content .content-table-editor{width: 816px;margin-left: 0;}
.content-table-editor .nav-tabs {
background: url(./images/img-header-dashbord.png) no-repeat;
border: 0;
height: 39px;
}
.content-table-editor .nav-tabs .logo-mini{
display: block;
width: 54px;
height: 100%;
float: left;
}
.content-table-editor .nav-tabs li a{
width: 149px;
text-align: center;
color: #edecec;
font-size: 16px;
font-family: "Trebuchet MS";
border: 0;
border-radius: 0;
padding: 7px 12px 8px;
margin-top: 1px;
}
.content-table-editor .nav-tabs li.active a, .content-table-editor .nav-tabs li a:hover{
border: 0;
color: #edecec;
background: #f9bd34;
background: -moz-linear-gradient(top, #f9bd34 0%, #f09a32 53%, #ed7a00 60%, #e04c00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bd34), color-stop(53%,#f09a32), color-stop(60%,#ed7a00), color-stop(100%,#e04c00));
background: -webkit-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -o-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -ms-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: linear-gradient(to bottom, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bd34', endColorstr='#e04c00',GradientType=0 );
}
.content-table-editor .nav-tabs li+li{margin-left: 1px;}
#table-type-form #fileFieldsContainer .row-fluid .number-tables input,
#tableTypeContainer .modal-body .row-fluid .number-tables input,
.editTableMapPopup .modal-body .row-fluid .number-tables input{
width: 39px;
margin: 0 4px;
padding: 5px 6px;
border: 0;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
}
#table-type-form #fileFieldsContainer .row-fluid input:focus,
#tableTypeContainer .modal-body .row-fluid input:focus{
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
#table-type-form #fileFieldsContainer .row-fluid .span5{
color: #454545;
font-size: 17px;
font-family: Arial;
}
#table-type-form .number-tables, .modal-body .number-tables{
float: left;
margin-right: 43px;
}
.content-table-editor .btn-file {
position: relative;
overflow: hidden;
margin-right: 4px;
float: left;
text-align: center;
overflow: hidden;
width: 149px;
height: 32px;
padding: 0;
margin-right: 40px;
cursor: pointer;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background: #f9bd34;
background: -moz-linear-gradient(top, #f9bd34 0%, #f09a32 53%, #ed7a00 60%, #e04c00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bd34), color-stop(53%,#f09a32), color-stop(60%,#ed7a00), color-stop(100%,#e04c00));
background: -webkit-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -o-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -ms-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: linear-gradient(to bottom, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bd34', endColorstr='#e04c00',GradientType=0 );
}
.content-table-editor .btn-file span{
color: #fefcfb;
font-size: 17px;
font-family: Arial;
line-height: 32px;
}
.content-table-editor .add-file-map .span12 a{
float: right;
margin-top: 4px;
}
.btn-file input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; filter: alpha(opacity=0);
transform: translate(-300px, 0) scale(4); font-size: 23px; direction: ltr; cursor: pointer; }
.files-download{
width: 362px;
height: 18px;
float: left;
padding: 6px 6px;
margin-right: 17px;
border: 0;
overflow: hidden;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;
}
.modal-body .number-tables{margin-left: 20px;}
#table-map-form .specify-floor-room input,
#table-map-form .add-file-map input,
.editTableMapPopup .modal-body input{
width: 366px;
height: 18px;
float: left;
padding: 6px 6px;
margin-right: 17px;
border: 0;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;
}
#table-map-form .files-download{width: 452px;}
#table-map-form .btn-file{margin: 0;}
#table-map-form .add-file-map .span4{margin: 0;}
#table-map-form .specify-floor-room input,
#table-map-form .add-file-map .span4 input,
#table-map-form .add-file-map .span5 input,
.editTableMapPopup .modal-body .span5 input,
.editTableMapPopup .modal-body .span4 input{
width: 82px;
margin: 0;
}
.modal-body .files-download{
margin-right: 0px;
width: 452px;
}
#table-map-form .container-fluid .load-file{position: relative;float: right;margin-right: 28px;}
.editTableMapPopup .modal-body .input-group .btn-file{margin-right: 0px;margin-left: 14px;}
#table-type-form #fileFieldsContainer .row-fluid .number-tables input.error-form,
.error-input .files-download,
#tableTypeContainer .modal-body .row-fluid .number-tables input.error-form,
#table-map-form .specify-floor-room input.error-form,
.editTableMapPopup .modal-body .span4 .error-form,
#table-order-form .error-form-reserve, #restaurantList_main .table-order-form .error-form-reserve {
border: 1px solid #FF0000;
box-shadow: none;
}
.modal-body .btn-file{margin-right: 20px;}
.edit-table-type-form .files-download span{line-height: 20px;}
.edit-table-type-form .number-tables{margin-right: 10px;}
.edit-table-type-form .files-download{width: 350px;}
#table-type-form .customization,
.modal-body .customization,
#table-map-form .customization{
text-align: center;
overflow: hidden;
width: 149px;
height: 32px;
float: left;
cursor: pointer;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background: #f9bd34;
background: -moz-linear-gradient(top, #f9bd34 0%, #f09a32 53%, #ed7a00 60%, #e04c00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bd34), color-stop(53%,#f09a32), color-stop(60%,#ed7a00), color-stop(100%,#e04c00));
background: -webkit-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -o-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -ms-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: linear-gradient(to bottom, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bd34', endColorstr='#e04c00',GradientType=0 );
}
#table-type-form .customization div,
#tableTypeContainer .modal-body .customization div,
.editTableMapPopup .modal-body .customization div,
#table-map-form .customization div{
color: #fefcfb;
font-size: 17px;
font-family: Arial;
line-height: 32px;
}
#delete-file-customization{
width: 17px;
height: 23px;
position: absolute;
right: 2px;
margin-top: 3px;
cursor: pointer;
}
#table-type-form .load-file{float: right;position: relative;}
#table-type-form .but-load-file,
#tableTypeContainer .but-load-file,
#table-map-form .but-load-file,
#tableMapContainer .editTableMapPopup .but-load-file{
width: 149px;
height: 32px;
color: #fefcfb;
font-size: 17px;
font-family: Arial;
border: 0;
box-shadow: none;
margin-right: 46px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background: #f9bd34;
background: -moz-linear-gradient(top, #f9bd34 0%, #f09a32 53%, #ed7a00 60%, #e04c00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bd34), color-stop(53%,#f09a32), color-stop(60%,#ed7a00), color-stop(100%,#e04c00));
background: -webkit-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -o-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -ms-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: linear-gradient(to bottom, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bd34', endColorstr='#e04c00',GradientType=0 );
}
#table-type-form .validationError, #table-map-form .validationError, .editTableMapPopup .validationError, .editTableMapPopup .validationFileError {
margin: 0px 45px 0px 0px;
position: absolute;
top: 32px;
right: 0;
color: #FF0000;
font-size: 11px;
}
#table-map-form .validationMapError {
margin: 2px;
position: absolute;
top: 50px;
right: 0;
color: #FF0000;
font-size: 11px;
}
.editTableMapPopup .validationFileError {margin: 0px 40px 0px 0px; top: 42px;}
.editTableMapPopup .validationError {margin: 0px 40px 0px 0px;}
.editTableMapPopup form .row-fluid{position: relative;}
#table-map-form .validationError{margin-right: 2px;}
#table-map-form .but-load-file{margin: 0;}
#table-type-form .load-file a,
.add-file{
display: block;
float: left;
width: 147px;
height: 32px;
margin-right: 17px;
text-align: center;
line-height: 32px;
color: #454545;
font-size: 17px;
font-family: Arial;
border: 1px solid #c4c2c2;
border-bottom: none;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(187,188,189,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(187,188,189,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbcbd',GradientType=0 );
}
#table-type-form .load-file a:hover,
.add-file:hover{text-decoration: none;color: #454545;}
.add-file{margin-left: 69px;}
.add-more-file{position: relative;}
#table-type-form #fileFieldsContainer .add-more-file .number-tables input{margin: 0 4px 0 9px;}
#tableTypeContainer .hr{
display: block;
height: 2px;
font-size: 13px;
color: #7a7979;
background: #cecece;
background: -moz-linear-gradient(top, #cecece 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top, #cecece 0%,#eaeaea 100%);
background: -o-linear-gradient(top, #cecece 0%,#eaeaea 100%);
background: -ms-linear-gradient(top, #cecece 0%,#eaeaea 100%);
background: linear-gradient(to bottom, #cecece 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#eaeaea',GradientType=0 );
border: 0;
box-shadow: none;
border-radius: 0;
padding: 0;
}
#tableTypeContainer .row-fluid{
margin: 0;
display: table;
vertical-align: middle;
}
#tableTypeContainer .modal-body .row-fluid{line-height: 0px;height: 65px;position: relative;width: 816px;}
#tableTypeContainer .modal-body .btn-file{margin-left: 67px;margin-right: 0;}
#tableTypeContainer .row-fluid div.span12{
min-height: 10px;
vertical-align: middle;
float: none;
display: table-row;
}
#tableTypeContainer .row-fluid div.span12 div{
width: 142px;
display: table-cell;
padding: 15px 10px 15px 0px;
}
#tableTypeContainer .row-fluid div.span12 div+div+div{
width: 532px;
text-align: right;
vertical-align: middle;
padding: 0;
}
#tableTypeContainer .row-fluid div.span12 div+div+div p{
display: table-cell;
float: right;
margin: 0;
margin-left: 25px;
}
#tableTypeContainer .modal-body form,
.editTableMapPopup .modal-body form{margin-top: 25px;}
#tableTypeContainer .modal-body .row-fluid .offset9 .but-load-file,
.editTableMapPopup .modal-body .row-fluid .offset9 .but-load-file{margin-left: 5px;}
#tableTypeContainer .modal-body .row-fluid .validationError{
margin: 0px 21px 0px 0px;
position: absolute;
top: 35px;
right: 0px;
color: #FF0000;
font-size: 11px;
}
/* Page added maps */
#table-map-form #restaurantId{
width: 466px;
height: 32px;
float: left;
margin-right: 17px;
border: 0;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;
line-height: 28px;
}
#table-map-form #restaurantId:hover{background: #fff;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome,#table-map-form #restaurantId {
border-top: 2px solid #8A8A8A;
}
}
#table-map-form #restaurantId:focus{outline: none;}
#mapFieldsContainer .specify-floor-room{margin-top: 18px;}
#table-map-form .span12 .list-text-floor-hall,
#mapFieldsContainer .specify-floor-room .list-text-floor-hall,
.editTableMapPopup .list-text-floor-hall{
width: 142px;
float: left;
margin: 4px 10px 0 4px;
color: #454545;
font-size: 16px;
font-family: Arial;
}
.editTableMapPopup .span12 .list-text-floor-hall{margin-left: 15px;margin-bottom: 25px;}
.editTableMapPopup .span4{margin-left: 11px;}
#mapFieldsContainer .add-file-map .span12{margin-bottom: 20px;}
#mapFieldsContainer .add-file-map .span5 .list-text-floor-hall,
#mapFieldsContainer .specify-floor-room .span5 .list-text-floor-hall,
.editTableMapPopup .modal-body .span5 .list-text-floor-hall{
width: 150px;
margin-left: 77px;
margin-right: 30px;
}
#mapFieldsContainer .add-file-map{
}
#table-type-form #fileFieldsContainer .row-fluid .number-tables input:focus,
#table-map-form .specify-floor-room input:focus,
#table-map-form .add-file-map input:focus,
.editTableMapPopup .modal-body .span4 input:focus,
.editTableMapPopup .modal-body .span5 input:focus{
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
.hr-line{
height: 1px;
border: 0;
background: #aeacac;
}
.add-file-map{margin-top: 20px;}
.add-file-map .span2 a{
float: right;
margin-right: -16px;
margin-top: 4px;
}
#tableMapContainer .title-tabs{margin: 0;height: 31px;}
#interactive-map-container {border-top: 1px solid #a4a1a1;}
#interactive-map-container .span8{
height: 500px;
width: 512px;;
padding: 0 12px 0 0;
border-right: 1px solid #a9a6a6;
// background-position: 0 10px;
}
#interactive-map-container .table-map-droppable-right{
margin: 0;
width: 274px;
}
#interactive-map-container .table-map-droppable-right .row-fluid{
border: 1px solid #aeacac;
border-left: 0;
border-right: 0;
border-top: 0;
line-height: 77px;
text-align: center;
margin: 0;
background: #e3e3e3;
}
#interactive-map-container .table-map-droppable-right .row-fluid+.row-fluid{line-height: 95px;}
#interactive-map-container .table-map-droppable-right .row-fluid .span6,
#interactive-map-container .table-map-droppable-right .row-fluid .span12{
color: #454545;
font-size: 17px;
font-family: Arial;
}
#interactive-map-container .table-map-droppable-right .row-fluid .span4 {margin-left: 15px;}
#interactive-map-container .table-map-droppable-right .row-fluid .span12 .add-table-but{
display: inline-block;
width: 147px;
height: 30px;
text-align: center;
line-height: 31px;
color: #454545;
font-size: 17px;
font-family: Arial;
border: 1px solid #c4c2c2;
border-bottom: none;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(187,188,189,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(187,188,189,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbcbd',GradientType=0 );
}
#interactive-map-container .table-map-droppable-right .row-fluid .span12 .add-table-but:hover{text-decoration: none;}
#tableMapContainer .title-tabs ul{margin: 0;/*overflow: hidden;*/}
#tableMapContainer .title-tabs ul li{
list-style: none;
float: left;
width: 96px;
height: 30px;
text-align: center;
border: 1px solid #a4a1a1;
border-bottom: 0;
text-align: center;
line-height: 31px;
margin-right: -1px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#tableMapContainer .title-tabs ul li.active{
width: 195px;
background: #e3e3e3;
text-align: left;
position: relative;
left: 1px;
margin-left: -1px;
}
#tableMapContainer .title-tabs ul li a{
font-family: Tahoma;
font-size: 14px;
color: #666666;
display: block;
float: left;
width: 100%;
height: 100%;
}
#tableMapContainer .title-tabs ul li a:hover{text-decoration: none;}
#tableMapContainer .title-tabs ul li a+a{display: none;}
#tableMapContainer .title-tabs ul li.active a,
#tableMapContainer .title-tabs ul li.active a+a{display: block;}
#tableMapContainer .title-tabs ul li.active a{padding-left: 15px;width: 120px;}
#tableMapContainer .title-tabs ul li.active a+a{
position: absolute;
width: 17px;
height: 30px;
right: 33px;
padding: 0;
}
#tableMapContainer .title-tabs ul li.active a+a+a{right: 9px;}
.files-download p {
margin-top: 10px;
}
/* Page Orders */
.content-table-editor .order-choose-restaurant{
float: left;
width: 152px;
padding-left: 4px;
color: #454545;
font-family: Arial;
font-size: 17px;
font-weight: normal;
line-height: 1.8;
}
.content-table-editor select#restaurantId{
/*width: 466px;
height: 32px;
float: left;
margin-right: 17px;
border: 0;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;*/
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
border-color: #f0f0f0;
border: none;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
float: left;
height: 32px;
margin-right: 17px;
overflow: hidden;
width: 466px;
}
.content-table-editor select#restaurantId:focus{outline: none;}
.tableMapContainer .row-fluid ul.tab-on-the-floors{list-style: none;margin: 0;}
.tableMapContainer .row-fluid ul.tab-on-the-floors li{
list-style: none;
float: left;
width: 96px;
height: 30px;
text-align: center;
border: 1px solid #a4a1a1;
border-bottom: 0;
text-align: center;
line-height: 31px;
margin-right: -1px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.tableMapContainer .row-fluid ul.tab-on-the-floors li.active{
width: 110px;
background: #e3e3e3;
position: relative;
left: 1px;
margin-left: -1px;
}
.tableMapContainer .row-fluid ul.tab-on-the-floors li a{
font-family: Tahoma;
font-size: 14px;
color: #666666;
display: block;
float: left;
width: 100%;
height: 100%;
}
.tableMapContainer .row-fluid ul.tab-on-the-floors li a:hover{text-decoration: none;}
.tableMapContainer #interactive-map-container{border-top: 1px solid #a4a1a1;}
.tableMapContainer>.row-fluid{margin: 0;}
.tableMapContainer #interactive-map-container #tableMapDroppable{
width: 541px;
height: 365px;
margin: 0;
padding: 0;
border-right: 1px solid #a4a1a1;
}
.tableMapContainer #interactive-map-container #tableMapDroppable img{width: 100%; height: 100%; margin: 10px 12px 0 0;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer{/*padding-top: 28px;*/margin-left: 0px;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .row-fluid>div{
float: left;
font-family: Arial;
color: #454545;
font-size: 17px;
/*margin-right: 13px;*/
line-height: 1.8;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .row-fluid .table-order-input{margin: 0;float: right;margin-right: 7px;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-input input{
width: 121px;
height: 18px;
float: right;
padding: 6px 6px 6px 20px;
border: 0;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-input input:focus{
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-input img{margin-right: 25px;}
#table-map-image-container, .table-map-image-container {
width: 400px;
height: 400px;
overflow: hidden;
/*margin: 0px !important;*/
}
#tableMapDroppable, #table-map-image-container, .table-map-image-container {
background-repeat: no-repeat;
position: relative;
}
#tableNumberContainer{width: 286px;margin-left: -143px;}
#tableNumberContainer .modal-header span{
color: #454545;
font-family: Arial;
font-weight: bold;
font-size: 17px;
line-height: 30px;
}
#tableNumberContainer .modal-body .container-fluid{padding-top: 24px;}
#tableNumberContainer .modal-body .row-fluid .span12{position: relative;}
#tableNumberContainer .modal-body .row-fluid .span12 label{
float: left;
color: #454545;
font-size: 16px;
font-family: Arial;
padding-left: 14px;
padding-right: 18px;
margin-top: 6px;
}
#tableNumberContainer .modal-body .row-fluid .span12 input.number-table{
width: 132px;
height: 18px;
float: left;
padding: 6px 6px;
border: 0;
overflow: hidden;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;
}
#tableNumberContainer .modal-body .row-fluid .span12 input.number-table:focus{border: 1px solid #fe8504;outline: none;box-shadow: none;}
#tableNumberContainer .modal-body .row-fluid+.row-fluid .span12{text-align: center;}
#tableNumberContainer .modal-body .row-fluid .span12 .btn-save,
#interactive-map-container .table-map-droppable-right .confirmation-drag-confirm .span7 a,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve .span7 a{
width: 149px;
height: 32px;
color: #fefcfb;
float: none;
font-size: 17px;
font-family: Arial;
border: 0;
box-shadow: none;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
background: #f9bd34;
background: -moz-linear-gradient(top, #f9bd34 0%, #f09a32 53%, #ed7a00 60%, #e04c00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9bd34), color-stop(53%,#f09a32), color-stop(60%,#ed7a00), color-stop(100%,#e04c00));
background: -webkit-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -o-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: -ms-linear-gradient(top, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
background: linear-gradient(to bottom, #f9bd34 0%,#f09a32 53%,#ed7a00 60%,#e04c00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bd34', endColorstr='#e04c00',GradientType=0 );
}
#tableNumberContainer .modal-body .row-fluid .span12 .validationError{
margin: 0px 29px 0px 0px;
position: absolute;
bottom: -10px;
right: 0;
color: #FF0000;
font-size: 11px;
}
#interactive-map-container .table-map-droppable-right .confirmation-drag-cancel{line-height: 50px;}
#interactive-map-container .table-map-droppable-right .confirmation-drag-cancel .span5{
font-family: Arial;
font-size: 17px;
color: #454545;
width: 38%;
text-align: center;
}
#interactive-map-container .table-map-droppable-right .confirmation-drag-cancel input{
border-radius: 6px;
background-color: rgb( 210, 208, 208 );
border: 0;
width: 149px;
height: 31px;
color: #fefcfb;
font-family: Arial;
font-size: 17px;
}
#interactive-map-container .table-map-droppable-right .confirmation-drag-confirm{background: none;}
#interactive-map-container .table-map-droppable-right .confirmation-drag-confirm .span12{
text-align: left;
line-height: 20px;
padding: 20px 0px 0px 17px;
font-size: 16px;
}
#interactive-map-container .table-map-droppable-right .confirmation-drag-confirm a{display: block;margin: 28px 0px 20px 16px;}
#interactive-map-container .table-map-droppable-right .confirmation-drag-confirm a:hover,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve .span7 a:hover{text-decoration: none;}
#interactive-map-container .table-map-droppable-right .confirmation-drag-confirm .span4 a{float: right;}
#interactive-map-container .table-map-droppable-right .confirmation-drag-confirm .span4,
#interactive-map-container .table-map-droppable-right .confirmation-drag-confirm .span7{line-height: 32px;}
#interactive-map-container #activeTableOrderContainer{
width: 304px;
border-right: 0;
border-top: 0;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .row-fluid{padding-left: 15px;padding-top: 28px;width: 289px;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .row-fluid+.row-fluid,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve+.row-fluid{padding-top: 0;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve{background: #e3e3e3;border-bottom: 1px solid #adabab;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve>div{margin-right: 0;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve .span4{text-transform: uppercase;line-height: 51px;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve .span7{margin-left: 20px;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .active-Table-Order-Reserve .span7 a{display: block;text-align: center;margin-top: 10px;}
/* Modal reserve admin*/
.tableMapContainer #interactive-map-container #activeTableOrderContainer #table-order-form .row-fluid,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-form .row-fluid {width: 100%;
padding: 0;
width: 816px;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer #table-order-form .error-form-reserve,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-form .error-form-reserve,
.modal-body #table-order-form .table-order-form-top-input .error-form-reserve,
.modal-body .table-order-form .table-order-form-top-input .error-form-reserve {
border: 1px solid #FF0000;
box-shadow: none;
}
.modal-body #table-order-form .table-order-form-top-input ul,
.modal-body .table-order-form .table-order-form-top-input ul {
margin-left: 0;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer #table-order-form .row-fluid .span5,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-form .row-fluid .span5 {margin-right: 0;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer #table-order-form .row-fluid .span5,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-form .row-fluid .span5,
.tableMapContainer #interactive-map-container #activeTableOrderContainer #table-order-form .row-fluid .span5 .row-fluid,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-form .row-fluid .span5 .row-fluid {width: 379px;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer #table-order-form .table-order-form-bottom .span5+.span5,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-form .table-order-form-bottom .span5+.span5 {margin-top: 40px;}
.modal-body #table-order-form, .modal-body .table-order-form{margin: 0;}
.modal-body #table-order-form label, .modal-body .table-order-form label {
font-size: 16px;
font-family: Arial;
color: #9c9a9a;
cursor: context-menu;
}
.modal-body #table-order-form .restaurantTableMapContainer,
.modal-body .table-order-form .restaurantTableMapContainer {
width: 400px;
height: 400px;
margin-left: 5px;
}
.modal-body .table-order-form-top .ui-datepicker{width: 360px;}
.modal-body .table-order-form-top .ui-datepicker table{margin: 0 20px;width: 89%;}
.modal-body .table-order-form-top .ui-datepicker-calendar th {padding: 7px 4px;font-weight: bold;}
.modal-body .table-order-form-top .ui-datepicker .ui-datepicker-header{border-radius: 4px 4px 0 0;}
.modal-body .table-order-form-top .ui-state-default,
.modal-body .table-order-form-top .ui-state-default{background: none;}
.modal-body .table-order-form-top .ui-datepicker td a{
font-family: Trebuchet MS;
color: #484746;
font-size: 17px;
border: 1px solid transparent;
width: 18px;
}
.modal-body .table-order-form-top .ui-datepicker td .ui-state-active,
.modal-body .table-order-form-top .ui-datepicker td .ui-state-hover{
border: 1px solid #fe8504;
border-radius: 6px;
background: #eae8e8 url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
font-weight: normal;
width: 18px;
}
.modal-body .ui-datepicker .ui-datepicker-prev{left: 18%;}
.modal-body .ui-datepicker .ui-datepicker-next{right: 18%;}
.modal-body .table-order-form-top .table-order-form-top{margin-bottom: 0px;}
.modal-body #table-order-form .table-order-form-bottom-input label,
.modal-body .table-order-form .table-order-form-bottom-input label {float: left;margin-left: 14px;color: #454545;margin-top: 5px;}
.modal-body #table-order-form .table-order-form-bottom-input input,
.modal-body .table-order-form .table-order-form-bottom-input input {
float: right;
margin-right: 8px;
width: 232px;
height: 18px;
float: right;
padding: 6px 6px;
border: 0;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .row-fluid>div .button{
display: inline-block;
width: 147px;
height: 30px;
text-align: center;
line-height: 28px;
color: #454545;
font-size: 17px;
font-family: Arial;
border: 1px solid #c4c2c2;
border-bottom: none;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
cursor: pointer;
background: rgb(255,255,255);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(187,188,189,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(187,188,189,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(187,188,189,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbcbd',GradientType=0 );
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .row-fluid>div .button-cancel{margin-left: 14px;}
.modal-body #table-order-form .table-order-form-bottom-input ul,
.modal-body .table-order-form .table-order-form-bottom-input ul {
text-align: right;
float: right;
margin-right: 10px;
}
.modal-body #table-order-form .table-order-form-bottom-input textarea,
.modal-body .table-order-form .table-order-form-bottom-input textarea {
width: 345px;
height: 70px;
margin-right: 8px;
margin-bottom: 0;
border: 0;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;
}
.modal-body #table-order-form .table-order-form-bottom-input input:focus,
.modal-body .table-order-form .table-order-form-bottom-input input:focus,
.modal-body #table-order-form .table-order-form-bottom-input textarea:focus,
.modal-body .table-order-form .table-order-form-bottom-input textarea:focus,
.modal-body #table-order-form .table-order-form-top-input input:focus,
.modal-body .table-order-form .table-order-form-top-input input:focus {
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
.modal-body #table-order-form .table-order-form-top-input input,
.modal-body .table-order-form .table-order-form-top-input input {
width: 40px;
font-size: 14px;
color: #353535;
padding: 8px 0 7px 12px;
margin-bottom: 8px;
background: -moz-linear-gradient(top, #e2e0e0 0%, #f1f0f0 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e0e0), color-stop(99%,#f1f0f0));
background: -webkit-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -o-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -ms-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: linear-gradient(to bottom, #e2e0e0 0%,#f1f0f0 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e0e0', endColorstr='#f1f0f0',GradientType=0 );
border: 1px solid #cccdcf;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
}
.modal-body #table-order-form .btn-reserve,
.modal-body .table-order-form .btn-reserve {
margin: 44px 9px 0px 0;
float: right;
background: #feb200;
background: -moz-linear-gradient(top, #feb200 0%, #e2601b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb200), color-stop(100%,#e2601b));
background: -webkit-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -o-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -ms-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: linear-gradient(to bottom, #feb200 0%,#e2601b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb200', endColorstr='#e2601b',GradientType=0 );
border: 0px;
width: 170px;
padding: 8px 0px;
color: #fffefe;
font-size: 15px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
cursor: pointer;
box-shadow: none;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .row-fluid #activeTableOrder4AdminForm_reserveTime{line-height: 1.5;height: 32px;margin-bottom: 29px;margin-right: 0;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer #table-order-form .table-order-form-bottom,
.tableMapContainer #interactive-map-container #activeTableOrderContainer .table-order-form .table-order-form-bottom {margin-top: 15px;padding-top: 23px;border-top: 1px solid #d6d7d8;}
#activeTableOrderForm_peopleCount, #activeTableOrderForm_wish, #activeTableOrderForm_captcha, #activeTableOrderForm_tableNumber {
width: 232px;
height: 18px;
float: right;
padding: 6px 6px;
border: 0;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
-o-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 0px rgba(0, 0, 0, 0.6);
border-right: 1px solid #d9d9d9;
border-left: 1px solid #d9d9d9;
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #f2f2f2;
background: #fff;
margin-bottom: 0;
}
#activeTableOrderForm_wish{
width: 386px;
height: 56px;
}
#activeTableOrderForm_peopleCount:focus, #activeTableOrderForm_wish:focus, #activeTableOrderForm_captcha:focus, #activeTableOrderForm_tableNumber:focus {
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
#activeTableOrderForm_peopleCount, #activeTableOrderForm_tableNumber {
width: 70px;
height: 24px;
float: left;
}
.reserve-table-number, .reserve-amount-persons{width: 180px;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .reserve-table-info>.span10{
margin-right: 0;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .reserve-table-info+.reserve-table-info{border-top: 1px solid #adabab;}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .reserve-table-info>.span10 p{
margin: 0;
line-height: 1.3;
font-size: 17px;
font-family: Arial;
color: #454545;
word-break: break-all;
}
.tableMapContainer #interactive-map-container #activeTableOrderContainer .reserve-table-info>.span2{
text-align: right;
margin-top: 35px;
}
.active-table-img {
position: absolute;
-webkit-transform-origin: 50% 50%;
}
.active-table-booked {opacity: 0.25;}
.active-table-free {}
.active-table-selected {
box-shadow: rgba(243,145,11,0.5) 0px 0px 19px -1px;
background: -moz-radial-gradient(center, ellipse cover, rgba(243,145,11,1) 0%, rgba(243,145,11,0.2) 85%, rgba(243,145,11,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(243,145,11,1)), color-stop(85%,rgba(243,145,11,0.2)), color-stop(100%,rgba(243,145,11,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(243,145,11,1) 0%,rgba(243,145,11,0.2) 85%,rgba(243,145,11,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(243,145,11,1) 0%,rgba(243,145,11,0.2) 85%,rgba(243,145,11,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(243,145,11,1) 0%,rgba(243,145,11,0.2) 85%,rgba(243,145,11,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(243,145,11,1) 0%,rgba(243,145,11,0.2) 85%,rgba(243,145,11,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3910b', endColorstr='#00f3910b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
border-radius: 8px;
z-index: 999;
opacity: 0.99;
}
#alertify{
border: 0;
box-shadow: 0 2px 10px rgba(1,2,2,.3);
top: 150px;
width: 400px;
}
#alertify .alertify-dialog {
padding: 20px;
}
#alertify .alertify-message{
color: #454545;
font-size: 17px;
font-family: Arial;
}
#alertify .alertify-button-ok,
#alertify .alertify-button-cancel{
background: none;
border: 0;
color: #f38e00;
text-shadow: none;
font-family: Arial;
font-size: 17px;
font-weight: normal;
}
#alertify .alertify-button-ok:focus,
#alertify .alertify-button-cancel:focus{box-shadow: none;}
body .registration-confirmation{
border: 0;
background: #f1efed;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
outline: none;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
font-size: 16px;
color: #000;
text-shadow: none;
text-align: center;
padding: 0;
}
body .registration-confirmation .close{
background: url(../images/close-modal.png) no-repeat;
display: block;
width: 14px;
height: 14px;
margin-top: 1px;
opacity: 0.9;
right: 0;
}
body .registration-confirmation .close:hover{
opacity: 0.4;
filter: alpha(opacity=40);
}
body .registration-confirmation .registration-confirmation-title{
background: #e4e3e2;
border: 0px;
padding-left: 14px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-o-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
height: 18px;
padding-top: 3px;
padding-bottom: 16px;
padding: 9px 9px;
border-bottom: 1px solid #eee;
}
.alert{text-align: left;}
body .registration-confirmation .alert{font-size: 14px;}
.modal-reserve .modal-body .table-order-form-container>.alert{margin: -10px 10px 20px;}
.book-table-label {
margin-top: 16px;
} | 0.292292 | 0.072243 |
.about {
max-width: 1000px;
position: relative;
margin: 0px auto;
padding: 150px 0px;
animation: onload 1.5s;
animation-delay: 2.3s;
animation-fill-mode: backwards;
}
.page-heading {
position: relative;
display: flex;
-webkit-box-align: center;
align-items: center;
width: 100%;
white-space: nowrap;
font-size: 26px;
margin: 10px 0px 40px;
font-weight: 600;
color: #ccd6f6;
}
.page-heading::before {
counter-increment: section 1;
content: "0" counter(section) ".";
margin-right: 10px;
font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", "Lucida Console", Monaco, monospace;
font-weight: normal;
color: #64ffda;
font-size: 20px;
position: relative;
bottom: -4px;
}
.page-heading::after {
content: "";
display: block;
height: 1px;
width: 300px;
background-color: #2d3952;
position: relative;
top: 3px;
margin-left: 20px;
}
.about-info {
position: relative;
display: flex;
flex-direction: row;
height: 100%;
overflow: visible;
}
.about-info p {
color: #8892b0;
display: inline-block;
width: 50%;
margin-right: 50px;
word-wrap: normal;
text-indent: 0;
}
.about-img {
position: relative;
width: 40%;
max-width: 300px;
margin-left: 60px;
}
.sub-about-img {
position: relative;
mix-blend-mode: multiply;
/* filter: grayscale(100%) contrast(1); */
border-radius: 3px;
}
.avatar {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
opacity: 1;
width: 100%;
max-width: 100%;
vertical-align: middle
}
.img-link {
box-shadow: #010b1a 0px 10px 30px -15px;
width: 100%;
position: relative;
background-color: #64ffda;
margin-left: -20px;
border-radius: 3px;
}
.img-link:hover {
background-color: transparent;
}
.img-link::before {
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
/* background-color: #0a192f; */
mix-blend-mode: screen;
}
.img-link::before, .img-link::after {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
border-radius: 3px;
}
.img-link::after {
top: 20px;
left: 20px;
z-index: -1;
border-width: 2px;
border-style: solid;
border-color: #64ffda;
border-image: initial;
}
a {
display: inline-block;
text-decoration-skip-ink: auto;
color: inherit;
position: relative;
cursor: pointer;
text-decoration: none;
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
@media(max-width: 768px) {
.about-info {
display: block;
}
.about-info p {
width: 100%;
font-size: 18px;
}
.about-img {
width: 80%;
margin-left: 40px;
}
}
@keyframes onload {
0% {
transform: translateX(120px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
} | src/styles/about.css | .about {
max-width: 1000px;
position: relative;
margin: 0px auto;
padding: 150px 0px;
animation: onload 1.5s;
animation-delay: 2.3s;
animation-fill-mode: backwards;
}
.page-heading {
position: relative;
display: flex;
-webkit-box-align: center;
align-items: center;
width: 100%;
white-space: nowrap;
font-size: 26px;
margin: 10px 0px 40px;
font-weight: 600;
color: #ccd6f6;
}
.page-heading::before {
counter-increment: section 1;
content: "0" counter(section) ".";
margin-right: 10px;
font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", "Lucida Console", Monaco, monospace;
font-weight: normal;
color: #64ffda;
font-size: 20px;
position: relative;
bottom: -4px;
}
.page-heading::after {
content: "";
display: block;
height: 1px;
width: 300px;
background-color: #2d3952;
position: relative;
top: 3px;
margin-left: 20px;
}
.about-info {
position: relative;
display: flex;
flex-direction: row;
height: 100%;
overflow: visible;
}
.about-info p {
color: #8892b0;
display: inline-block;
width: 50%;
margin-right: 50px;
word-wrap: normal;
text-indent: 0;
}
.about-img {
position: relative;
width: 40%;
max-width: 300px;
margin-left: 60px;
}
.sub-about-img {
position: relative;
mix-blend-mode: multiply;
/* filter: grayscale(100%) contrast(1); */
border-radius: 3px;
}
.avatar {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
opacity: 1;
width: 100%;
max-width: 100%;
vertical-align: middle
}
.img-link {
box-shadow: #010b1a 0px 10px 30px -15px;
width: 100%;
position: relative;
background-color: #64ffda;
margin-left: -20px;
border-radius: 3px;
}
.img-link:hover {
background-color: transparent;
}
.img-link::before {
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
/* background-color: #0a192f; */
mix-blend-mode: screen;
}
.img-link::before, .img-link::after {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
border-radius: 3px;
}
.img-link::after {
top: 20px;
left: 20px;
z-index: -1;
border-width: 2px;
border-style: solid;
border-color: #64ffda;
border-image: initial;
}
a {
display: inline-block;
text-decoration-skip-ink: auto;
color: inherit;
position: relative;
cursor: pointer;
text-decoration: none;
transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
@media(max-width: 768px) {
.about-info {
display: block;
}
.about-info p {
width: 100%;
font-size: 18px;
}
.about-img {
width: 80%;
margin-left: 40px;
}
}
@keyframes onload {
0% {
transform: translateX(120px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
} | 0.470493 | 0.09645 |
.font-nova {
font-family: 'Comfortaa', cursive !important;
}
.no-margin {
margin: 0 !important;
}
.md-card {
position: inherit !important;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
border: none;
}
.md-list, .md-list *, .md-list :after, .md-list :before, .md-list:after, .md-list:before {
-webkit-box-sizing: unset;
box-sizing: unset;
}
.md-list .uk-nestable-list>li, .md-list>li{
-webkit-box-sizing: unset;
box-sizing: unset;
}
.cv-section-icon {
display: inline;
position: absolute;
top: 0;
right: 0;
background: transparent;
box-sizing: border-box;
height: auto;
z-index: auto;
cursor: pointer;
border: none;
border-radius: 2px;
padding-top: 15px;
padding-right: 10px;
}
.cv-bloc-icon {
display: inline;
position: absolute;
top: 0;
right: 0;
background: transparent;
box-sizing: border-box;
height: auto;
z-index: auto;
cursor: pointer;
border: none;
border-radius: 2px;
padding-top: 18px;
padding-right: 8px;
}
#page_content_inner {
position: relative !important;
font-family: 'Comfortaa', cursive !important;
}
.cv-color-picker {
position: absolute;
top: 20px;
left: 16px;
}
.cv-contact, .cv-hobbies {
display: flex;
margin-bottom: 3px;
}
.cv-contact-bloc .cv-contact-icon {
color: #4885ed;
}
.cv-menu-user-img {
padding: 53px;
text-align: center;
}
.cv-img {
padding: 35px;
box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.3) inset;
border-radius: 68px;
background-color: white;
}
.cv-menu-username {
text-align: center;
border-bottom: 6px solid #7cb342;
margin: 0px 36px;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
}
.cv-menu-username .menu-username {
color: white;
font-size: 28px;
text-align: left;
}
.cv-menu-username .menu-userfonction {
text-align: right;
color: white;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
}
.cv-box .title-shadow {
font-size: 50px;
padding: 25px;
color: white;
text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.37);
}
.cv-box .cv-bloc-aboutme {
padding: 20px;
}
.hobby-cv-image {
width: 50px;
border-radius: 50%;
height: 50px;
margin-right: 10px;
}
.cv-box .cv-bloc-aboutme-title, .cv-box .cv-bloc-aboutme-text {
font-weight: 600;
}
.cv-bloc-section {
margin: 0;
margin-right: 15px;
}
.cv-bloc-section .section-col {
padding: 0px 0px 15px 15px;
}
.cv-section-header {
margin: 0px 15px 15px 15px;
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
padding: 5px 60px 1px 5px;
}
.cv-section-title {
padding: 5px;
word-break: break-word;
font-family: 'Comfortaa' !important;
box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.3) inset;
}
.cv-section-box {
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}
.cv-bloc-large-name {
padding: 10px 80px 10px 10px;
}
.cv-bloc-medium-name {
padding: 10px 40px 10px 10px;
}
.cv-bloc-small-name {
padding: 10px;
}
.cv-bloc-small-name .bloc-name, .cv-bloc-large-name .bloc-name, .cv-bloc-medium-name .bloc-name {
padding: 7px;
word-break: break-word;
box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.3) inset;
}
.cv-bloc-description {
padding: 15px;
}
.bloc-title {
font-weight: bold;
font-size: 18px;
word-break: break-word;
}
.cv-bloc-progress {
padding: 5px 10px 10px 0px;
}
.cv-bloc-progress .bloc-progress {
display: flex;
padding: 3px 10px;
}
.bloc-progress .progress {
width: 70%;
height: 15px;
margin-left: 8px;
}
.bloc-progress .skill-name {
width: 30%;
}
.bloc-progress .progress .progress-bar {
height: 15px;
}
.bloc-portfolio {
margin: 0px 0px 15px 15px;
} | web/build/css/cv_content_pdf.css | .font-nova {
font-family: 'Comfortaa', cursive !important;
}
.no-margin {
margin: 0 !important;
}
.md-card {
position: inherit !important;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
border: none;
}
.md-list, .md-list *, .md-list :after, .md-list :before, .md-list:after, .md-list:before {
-webkit-box-sizing: unset;
box-sizing: unset;
}
.md-list .uk-nestable-list>li, .md-list>li{
-webkit-box-sizing: unset;
box-sizing: unset;
}
.cv-section-icon {
display: inline;
position: absolute;
top: 0;
right: 0;
background: transparent;
box-sizing: border-box;
height: auto;
z-index: auto;
cursor: pointer;
border: none;
border-radius: 2px;
padding-top: 15px;
padding-right: 10px;
}
.cv-bloc-icon {
display: inline;
position: absolute;
top: 0;
right: 0;
background: transparent;
box-sizing: border-box;
height: auto;
z-index: auto;
cursor: pointer;
border: none;
border-radius: 2px;
padding-top: 18px;
padding-right: 8px;
}
#page_content_inner {
position: relative !important;
font-family: 'Comfortaa', cursive !important;
}
.cv-color-picker {
position: absolute;
top: 20px;
left: 16px;
}
.cv-contact, .cv-hobbies {
display: flex;
margin-bottom: 3px;
}
.cv-contact-bloc .cv-contact-icon {
color: #4885ed;
}
.cv-menu-user-img {
padding: 53px;
text-align: center;
}
.cv-img {
padding: 35px;
box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.3) inset;
border-radius: 68px;
background-color: white;
}
.cv-menu-username {
text-align: center;
border-bottom: 6px solid #7cb342;
margin: 0px 36px;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
}
.cv-menu-username .menu-username {
color: white;
font-size: 28px;
text-align: left;
}
.cv-menu-username .menu-userfonction {
text-align: right;
color: white;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
}
.cv-box .title-shadow {
font-size: 50px;
padding: 25px;
color: white;
text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.37);
}
.cv-box .cv-bloc-aboutme {
padding: 20px;
}
.hobby-cv-image {
width: 50px;
border-radius: 50%;
height: 50px;
margin-right: 10px;
}
.cv-box .cv-bloc-aboutme-title, .cv-box .cv-bloc-aboutme-text {
font-weight: 600;
}
.cv-bloc-section {
margin: 0;
margin-right: 15px;
}
.cv-bloc-section .section-col {
padding: 0px 0px 15px 15px;
}
.cv-section-header {
margin: 0px 15px 15px 15px;
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
padding: 5px 60px 1px 5px;
}
.cv-section-title {
padding: 5px;
word-break: break-word;
font-family: 'Comfortaa' !important;
box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.3) inset;
}
.cv-section-box {
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}
.cv-bloc-large-name {
padding: 10px 80px 10px 10px;
}
.cv-bloc-medium-name {
padding: 10px 40px 10px 10px;
}
.cv-bloc-small-name {
padding: 10px;
}
.cv-bloc-small-name .bloc-name, .cv-bloc-large-name .bloc-name, .cv-bloc-medium-name .bloc-name {
padding: 7px;
word-break: break-word;
box-shadow: -1px 1px 10px -1px rgba(0, 0, 0, 0.3) inset;
}
.cv-bloc-description {
padding: 15px;
}
.bloc-title {
font-weight: bold;
font-size: 18px;
word-break: break-word;
}
.cv-bloc-progress {
padding: 5px 10px 10px 0px;
}
.cv-bloc-progress .bloc-progress {
display: flex;
padding: 3px 10px;
}
.bloc-progress .progress {
width: 70%;
height: 15px;
margin-left: 8px;
}
.bloc-progress .skill-name {
width: 30%;
}
.bloc-progress .progress .progress-bar {
height: 15px;
}
.bloc-portfolio {
margin: 0px 0px 15px 15px;
} | 0.359589 | 0.088112 |
.resource-publishLive .modal-dialog {
width: 700px;
height: 400px;
}
.resource-publishLive .modal-content {
position: relative;
background: #f1f2f4;
}
.resource-publishLive .modal-content .live {
width: 698px;
border: 4px solid #dddddd;
}
.resource-publishLive .modal-content .header {
height: 40px;
background: #fff;
}
.resource-publishLive .modal-content .header p {
float: left;
font-size: 14px;
color: #333333;
font-weight: bold;
margin-left: 15px;
margin-top: 10px;
}
.resource-publishLive .modal-content .header img {
float: right;
margin-right: 10px;
margin-top: 12px;
width: 18px;
height: 18px;
border: 0;
cursor: pointer;
}
.resource-publishLive .modal-content .main {
/*overflow: hidden;*/
}
.resource-publishLive .modal-content .main .children {
height: 30px;
line-height: 30px;
margin-top: 10px;
}
.resource-publishLive .modal-content .main .children p {
float: left;
font-size: 12px;
color: #666460;
margin: 0px;
text-align: center;
}
.resource-publishLive .modal-content .main .children .dropdown .bth-fix {
width: 530px;
}
.resource-publishLive .modal-content .main .children .con {
float: left;
margin-left: 15px;
width: 80%;
position: relative;
font-size: 12px;
}
.resource-publishLive .modal-content .main .children .con input {
width: 530px;
height: 28px;
/* border: 1px solid #d0cdc7; */
text-indent: 10px;
font-size: 12px;
color: #666460;
line-height: 28px;
padding: 0px;
float: left;
}
.resource-publishLive .modal-content .main .children .con textarea {
height: 65px;
width: 530px;
resize: none;
}
.resource-publishLive .modal-content .main .children .con .timeGroup {
float: left;
width: 130px;
}
.resource-publishLive .modal-content .main .children .con .timeGroup input {
width: 128px;
height: 33px;
border: 1px solid #cecece;
border-radius: 3px 3px;
padding: 0px;
text-indent: 10px;
}
.resource-publishLive .modal-content .main .children .con .timeGroup input.form-control[readonly] {
background: #fff;
}
.resource-publishLive .modal-content .main .children .con .timeGroup img {
width: 15px;
height: 15px;
border: 0;
position: absolute;
top: 50px;
left: 106px;
}
.resource-publishLive .modal-content .main .children .con .timeGroup img.imgDate{
left: 106px;
top:10px;
}
.resource-publishLive .modal-content .main .children .con .timeGroup img.imgTime{
left: 252px;
top:10px;
}
.resource-publishLive .modal-content .footer{
margin-top: 20px;
width: 100%;
overflow:hidden;
margin-bottom: 20px;
}
.resource-publishLive .modal-content .footer button.submit{
width: 114px;
height: 30px;
border: none;
border-radius: 4px;
background: #28a3df;
text-align: center;
line-height: 30px;
color: #fff;
font-size: 14px;
float: right;
margin-right: 30px;
}
.resource-publishLive .modal-content trs-single-radio span{
padding-top: 0px;
line-height: 27px;
}
.resource-publishLive .modal-content .main .children .dropdown ul li{
width: 530px;
} | app/resourceCenter/live/modal/publishLive/puslishLive.css | .resource-publishLive .modal-dialog {
width: 700px;
height: 400px;
}
.resource-publishLive .modal-content {
position: relative;
background: #f1f2f4;
}
.resource-publishLive .modal-content .live {
width: 698px;
border: 4px solid #dddddd;
}
.resource-publishLive .modal-content .header {
height: 40px;
background: #fff;
}
.resource-publishLive .modal-content .header p {
float: left;
font-size: 14px;
color: #333333;
font-weight: bold;
margin-left: 15px;
margin-top: 10px;
}
.resource-publishLive .modal-content .header img {
float: right;
margin-right: 10px;
margin-top: 12px;
width: 18px;
height: 18px;
border: 0;
cursor: pointer;
}
.resource-publishLive .modal-content .main {
/*overflow: hidden;*/
}
.resource-publishLive .modal-content .main .children {
height: 30px;
line-height: 30px;
margin-top: 10px;
}
.resource-publishLive .modal-content .main .children p {
float: left;
font-size: 12px;
color: #666460;
margin: 0px;
text-align: center;
}
.resource-publishLive .modal-content .main .children .dropdown .bth-fix {
width: 530px;
}
.resource-publishLive .modal-content .main .children .con {
float: left;
margin-left: 15px;
width: 80%;
position: relative;
font-size: 12px;
}
.resource-publishLive .modal-content .main .children .con input {
width: 530px;
height: 28px;
/* border: 1px solid #d0cdc7; */
text-indent: 10px;
font-size: 12px;
color: #666460;
line-height: 28px;
padding: 0px;
float: left;
}
.resource-publishLive .modal-content .main .children .con textarea {
height: 65px;
width: 530px;
resize: none;
}
.resource-publishLive .modal-content .main .children .con .timeGroup {
float: left;
width: 130px;
}
.resource-publishLive .modal-content .main .children .con .timeGroup input {
width: 128px;
height: 33px;
border: 1px solid #cecece;
border-radius: 3px 3px;
padding: 0px;
text-indent: 10px;
}
.resource-publishLive .modal-content .main .children .con .timeGroup input.form-control[readonly] {
background: #fff;
}
.resource-publishLive .modal-content .main .children .con .timeGroup img {
width: 15px;
height: 15px;
border: 0;
position: absolute;
top: 50px;
left: 106px;
}
.resource-publishLive .modal-content .main .children .con .timeGroup img.imgDate{
left: 106px;
top:10px;
}
.resource-publishLive .modal-content .main .children .con .timeGroup img.imgTime{
left: 252px;
top:10px;
}
.resource-publishLive .modal-content .footer{
margin-top: 20px;
width: 100%;
overflow:hidden;
margin-bottom: 20px;
}
.resource-publishLive .modal-content .footer button.submit{
width: 114px;
height: 30px;
border: none;
border-radius: 4px;
background: #28a3df;
text-align: center;
line-height: 30px;
color: #fff;
font-size: 14px;
float: right;
margin-right: 30px;
}
.resource-publishLive .modal-content trs-single-radio span{
padding-top: 0px;
line-height: 27px;
}
.resource-publishLive .modal-content .main .children .dropdown ul li{
width: 530px;
} | 0.367497 | 0.043589 |
.ui-cards-list ul,
.ui-card .ui-list-block ul {
background: none;
}
.ui-cards-list > ul:before,
.ui-card .ui-list-block > ul:before {
display: none;
}
.ui-cards-list > ul:after,
.ui-card .ui-list-block > ul:after {
display: none;
}
.ui-card {
background: #fff;
box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.3);
margin: 0.5rem;
position: relative;
border-radius: 0.1rem;
font-size: 0.7rem;
}
.ui-card .ui-list-block,
.ui-card .ui-content-block {
margin: 0;
}
.ui-row:not(.no-gutter) .ui-col > .ui-card {
margin-left: 0;
margin-right: 0;
}
.ui-card-content {
position: relative;
}
.ui-card-content-inner {
padding: 0.75rem;
position: relative;
}
.ui-card-content-inner > p:first-child {
margin-top: 0;
}
.ui-card-content-inner > p:last-child {
margin-bottom: 0;
}
.ui-card-content-inner > .ui-list-block,
.ui-card-content-inner > .ui-content-block {
margin: -0.75rem;
}
.ui-card-header,
.ui-card-footer {
min-height: 2.2rem;
position: relative;
padding: 0.5rem 0.75rem;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
}
.ui-card-header[valign="top"],
.ui-card-footer[valign="top"] {
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.ui-card-header[valign="bottom"],
.ui-card-footer[valign="bottom"] {
-webkit-box-align: end;
-webkit-align-items: flex-end;
align-items: flex-end;
}
.ui-card-header a.link,
.ui-card-footer a.link {
line-height: 2.2rem;
height: 2.2rem;
text-decoration: none;
position: relative;
margin-top: -0.5rem;
margin-bottom: -0.5rem;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
html:not(.watch-active-state) .ui-card-header a.link:active,
html:not(.watch-active-state) .ui-card-footer a.link:active,
.ui-card-header a.link.active-state,
.ui-card-footer a.link.active-state {
opacity: 0.3;
-webkit-transition-duration: 0ms;
transition-duration: 0ms;
}
.ui-card-header a.link i + span,
.ui-card-footer a.link i + span,
.ui-card-header a.link i + i,
.ui-card-footer a.link i + i,
.ui-card-header a.link span + i,
.ui-card-footer a.link span + i,
.ui-card-header a.link span + span,
.ui-card-footer a.link span + span {
margin-left: 0.35rem;
}
.ui-card-header a.link i.ui-icon,
.ui-card-footer a.link i.ui-icon {
display: block;
}
.ui-card-header a.ui-icon-only,
.ui-card-footer a.ui-icon-only {
min-width: 2.2rem;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin: 0;
}
.ui-card-header {
border-radius: 0.1rem 0.1rem 0 0;
font-size: 0.85rem;
}
.ui-card-header:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: #e1e1e1;
display: block;
z-index: 15;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.ui-card-header:after {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.ui-card-header:after {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
}
.ui-card-header .ui-card-cover {
width: 100%;
display: block;
}
.ui-card-header.no-border:after {
display: none;
}
.ui-card-header.no-padding {
padding: 0;
}
.ui-card-footer {
border-radius: 0 0 0.1rem 0.1rem;
color: #5f646e;
}
.ui-card-footer:before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: auto;
right: auto;
height: 1px;
width: 100%;
background-color: #e1e1e1;
display: block;
z-index: 15;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.ui-card-footer:before {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.ui-card-footer:before {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
}
.ui-card-footer.no-border:before {
display: none;
}
.ui-facebook-card .ui-card-header {
display: block;
padding: 0.5rem;
}
.ui-facebook-card .ui-facebook-avatar {
float: left;
}
.ui-facebook-card .ui-facebook-name {
margin-left: 2.2rem;
font-size: 0.7rem;
font-weight: 500;
}
.ui-facebook-card .ui-facebook-date {
margin-left: 2.2rem;
font-size: 0.65rem;
color: #5f646e;
}
.ui-facebook-card .ui-card-footer {
background: #fafafa;
}
.ui-facebook-card .ui-card-footer a {
color: #5f646e;
font-weight: 500;
}
.ui-facebook-card .ui-card-content img {
display: block;
}
.ui-facebook-card .ui-card-content-inner {
padding: 0.75rem 0.5rem;
} | Public/Static/Mobile/mtui/card.css | .ui-cards-list ul,
.ui-card .ui-list-block ul {
background: none;
}
.ui-cards-list > ul:before,
.ui-card .ui-list-block > ul:before {
display: none;
}
.ui-cards-list > ul:after,
.ui-card .ui-list-block > ul:after {
display: none;
}
.ui-card {
background: #fff;
box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.3);
margin: 0.5rem;
position: relative;
border-radius: 0.1rem;
font-size: 0.7rem;
}
.ui-card .ui-list-block,
.ui-card .ui-content-block {
margin: 0;
}
.ui-row:not(.no-gutter) .ui-col > .ui-card {
margin-left: 0;
margin-right: 0;
}
.ui-card-content {
position: relative;
}
.ui-card-content-inner {
padding: 0.75rem;
position: relative;
}
.ui-card-content-inner > p:first-child {
margin-top: 0;
}
.ui-card-content-inner > p:last-child {
margin-bottom: 0;
}
.ui-card-content-inner > .ui-list-block,
.ui-card-content-inner > .ui-content-block {
margin: -0.75rem;
}
.ui-card-header,
.ui-card-footer {
min-height: 2.2rem;
position: relative;
padding: 0.5rem 0.75rem;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
}
.ui-card-header[valign="top"],
.ui-card-footer[valign="top"] {
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.ui-card-header[valign="bottom"],
.ui-card-footer[valign="bottom"] {
-webkit-box-align: end;
-webkit-align-items: flex-end;
align-items: flex-end;
}
.ui-card-header a.link,
.ui-card-footer a.link {
line-height: 2.2rem;
height: 2.2rem;
text-decoration: none;
position: relative;
margin-top: -0.5rem;
margin-bottom: -0.5rem;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
}
html:not(.watch-active-state) .ui-card-header a.link:active,
html:not(.watch-active-state) .ui-card-footer a.link:active,
.ui-card-header a.link.active-state,
.ui-card-footer a.link.active-state {
opacity: 0.3;
-webkit-transition-duration: 0ms;
transition-duration: 0ms;
}
.ui-card-header a.link i + span,
.ui-card-footer a.link i + span,
.ui-card-header a.link i + i,
.ui-card-footer a.link i + i,
.ui-card-header a.link span + i,
.ui-card-footer a.link span + i,
.ui-card-header a.link span + span,
.ui-card-footer a.link span + span {
margin-left: 0.35rem;
}
.ui-card-header a.link i.ui-icon,
.ui-card-footer a.link i.ui-icon {
display: block;
}
.ui-card-header a.ui-icon-only,
.ui-card-footer a.ui-icon-only {
min-width: 2.2rem;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin: 0;
}
.ui-card-header {
border-radius: 0.1rem 0.1rem 0 0;
font-size: 0.85rem;
}
.ui-card-header:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
right: auto;
top: auto;
height: 1px;
width: 100%;
background-color: #e1e1e1;
display: block;
z-index: 15;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.ui-card-header:after {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.ui-card-header:after {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
}
.ui-card-header .ui-card-cover {
width: 100%;
display: block;
}
.ui-card-header.no-border:after {
display: none;
}
.ui-card-header.no-padding {
padding: 0;
}
.ui-card-footer {
border-radius: 0 0 0.1rem 0.1rem;
color: #5f646e;
}
.ui-card-footer:before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: auto;
right: auto;
height: 1px;
width: 100%;
background-color: #e1e1e1;
display: block;
z-index: 15;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.ui-card-footer:before {
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
.ui-card-footer:before {
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);
}
}
.ui-card-footer.no-border:before {
display: none;
}
.ui-facebook-card .ui-card-header {
display: block;
padding: 0.5rem;
}
.ui-facebook-card .ui-facebook-avatar {
float: left;
}
.ui-facebook-card .ui-facebook-name {
margin-left: 2.2rem;
font-size: 0.7rem;
font-weight: 500;
}
.ui-facebook-card .ui-facebook-date {
margin-left: 2.2rem;
font-size: 0.65rem;
color: #5f646e;
}
.ui-facebook-card .ui-card-footer {
background: #fafafa;
}
.ui-facebook-card .ui-card-footer a {
color: #5f646e;
font-weight: 500;
}
.ui-facebook-card .ui-card-content img {
display: block;
}
.ui-facebook-card .ui-card-content-inner {
padding: 0.75rem 0.5rem;
} | 0.363421 | 0.035847 |
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background: #dfa54e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmYTU0ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZTc5MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #dfa54e 0%, #ae7935 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfa54e), color-stop(100%,#ae7935)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, #dfa54e 0%,#ae7935 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, #dfa54e 0%,#ae7935 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, #dfa54e 0%,#ae7935 100%); /* IE10 preview */
background: linear-gradient(to bottom, #dfa54e 0%,#ae7935 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa54e', endColorstr='#ae7935',GradientType=0 ); /* IE6-8 */
color: white;
cursor: pointer;
padding: 15px;
border-radius: 60px;
-moz-border-radius: 60px;
-webkit-border-radius: 60px;
-o-border-radius: 60px;
width: 60px;
height: 60px;
font-size: 3em;
line-height: 30px;
color: #000;
}
#scrollToTop:hover {
background-color: #d9b356;
} | frontend/web/css/scrollToTop.css | display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background: #dfa54e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmYTU0ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZTc5MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #dfa54e 0%, #ae7935 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfa54e), color-stop(100%,#ae7935)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, #dfa54e 0%,#ae7935 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, #dfa54e 0%,#ae7935 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, #dfa54e 0%,#ae7935 100%); /* IE10 preview */
background: linear-gradient(to bottom, #dfa54e 0%,#ae7935 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa54e', endColorstr='#ae7935',GradientType=0 ); /* IE6-8 */
color: white;
cursor: pointer;
padding: 15px;
border-radius: 60px;
-moz-border-radius: 60px;
-webkit-border-radius: 60px;
-o-border-radius: 60px;
width: 60px;
height: 60px;
font-size: 3em;
line-height: 30px;
color: #000;
}
#scrollToTop:hover {
background-color: #d9b356;
} | 0.305386 | 0.094803 |
.discrete-slider {
position: relative;
width: 100%;
margin: 50px 0 25px;
outline: none !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.discrete-slider input[type=range] {
-webkit-appearance: none;
width: 100%;
background: transparent;
}
.discrete-slider input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
}
.discrete-slider input[type=range]:focus {
outline: none;
}
.discrete-slider input[type=range]::-ms-track {
width: 100%;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
.discrete-slider input[type=range]::-webkit-slider-thumb {
height: 25px;
width: 25px;
background: #eee;
border: 3px #3f729b solid;
border-radius: 50%;
-webkit-box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
cursor: pointer;
background: transparent;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-top: -12.5px;
-webkit-transform: scale(2);
transform: scale(2);
}
.discrete-slider input[type=range]::-moz-range-thumb {
height: 25px;
width: 25px;
background: #eee;
border: 3px #3f729b solid;
border-radius: 50%;
box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
cursor: pointer;
background: transparent;
border: none;
box-shadow: none;
transform: scale(2);
}
.discrete-slider input[type=range]::-ms-thumb {
height: 25px;
width: 25px;
background: #eee;
border: 3px #3f729b solid;
border-radius: 50%;
box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
cursor: pointer;
background: transparent;
border: none;
box-shadow: none;
transform: scale(2);
}
.discrete-slider input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 2px;
cursor: pointer;
-webkit-box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
background: #3f729b;
border-radius: 1.3px;
}
.discrete-slider input[type=range]::-moz-range-track {
width: 100%;
height: 2px;
cursor: pointer;
box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
background: #3f729b;
border-radius: 1.3px;
}
.discrete-slider input[type=range]::-ms-track {
width: 100%;
height: 2px;
cursor: pointer;
background: transparent;
border-color: transparent;
border-width: 16px 0;
color: transparent;
}
.discrete-slider input[type=range]::-ms-fill-lower {
background: #3f729b;
border-radius: 2.6px;
box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
}
.discrete-slider input[type=range]::-ms-fill-upper {
background: #3f729b;
border-radius: 2.6px;
box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
}
.discrete-slider__thumb {
height: 25px;
width: 25px;
background: #eee;
border: 3px #3f729b solid;
border-radius: 50%;
-webkit-box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
cursor: pointer;
position: absolute;
pointer-events: none;
-webkit-transform: translate(-13px, -22px);
transform: translate(-13px, -22px);
-webkit-transition: left 80ms ease-in;
transition: left 80ms ease-in;
}
.discrete-slider__thumb-animation {
position: absolute;
top: 0;
width: 5px;
height: 5px;
background: #eee;
border-radius: 50%;
-webkit-transform: translate(-2px, 10px);
transform: translate(-2px, 10px);
background: transparent;
-webkit-transform: translate(-1.25px, 2px);
transform: translate(-1.25px, 2px);
-webkit-transition: left 80ms ease-in;
transition: left 80ms ease-in;
}
@-webkit-keyframes start-drag {
from, to {
-webkit-transform: translate(-1.25px, 2px) scale(1);
transform: translate(-1.25px, 2px) scale(1);
background: transparent;
}
50% {
-webkit-transform: translate(-1.25px, 2px) scale(4);
transform: translate(-1.25px, 2px) scale(4);
background: #3f729b;
}
90% {
background: #3f729b;
}
}
@keyframes start-drag {
from, to {
-webkit-transform: translate(-1.25px, 2px) scale(1);
transform: translate(-1.25px, 2px) scale(1);
background: transparent;
}
50% {
-webkit-transform: translate(-1.25px, 2px) scale(4);
transform: translate(-1.25px, 2px) scale(4);
background: #3f729b;
}
90% {
background: #3f729b;
}
}
.discrete-slider__thumb-animation::before {
position: absolute;
content: '';
width: 10px;
height: 10px;
background: transparent;
border-radius: 50%;
-webkit-box-shadow: 0 0 8px 10px rgba(130, 130, 130, 0.4);
box-shadow: 0 0 8px 10px rgba(130, 130, 130, 0.4);
opacity: 0;
pointer-events: none;
-webkit-transform: translate(-1.25px, 2px) scale(1.5);
transform: translate(-1.25px, 2px) scale(1.5);
-webkit-transition: opacity .33s ease-out;
transition: opacity .33s ease-out;
}
.discrete-slider__thumb-animation::after {
position: absolute;
content: '';
width: 10px;
height: 10px;
background: transparent;
border-radius: 50%;
pointer-events: none;
-webkit-transform: translate(-1.25px, 2px);
transform: translate(-1.25px, 2px);
}
.discrete-slider__thumb-animation.dragging::before {
opacity: 1;
}
.discrete-slider__thumb-animation.dragging::after {
-webkit-animation: start-drag .25s ease;
animation: start-drag .25s ease;
}
.discrete-slider__display-value {
position: absolute;
top: 0;
left: 0;
display: block;
padding: 7.25px 10px;
color: #222;
font-weight: 600;
background: #ddd;
border-radius: 10px 10px 10px 0;
opacity: .1;
pointer-events: none;
-webkit-transform: translate(8px, -42px);
transform: translate(8px, -42px);
-webkit-filter: blur(2px);
filter: blur(2px);
-webkit-transition: opacity 0.2s ease-in, left 50ms ease 10ms, -webkit-filter 0.1s ease-out;
transition: opacity 0.2s ease-in, left 50ms ease 10ms, -webkit-filter 0.1s ease-out;
transition: opacity 0.2s ease-in, left 50ms ease 10ms, filter 0.1s ease-out;
transition: opacity 0.2s ease-in, left 50ms ease 10ms, filter 0.1s ease-out, -webkit-filter 0.1s ease-out;
}
.discrete-slider__display-value.snapped {
opacity: .8;
-webkit-filter: none;
filter: none;
}
.discrete-slider__markers__marker {
position: absolute;
top: 0;
width: 5px;
height: 5px;
background: #eee;
border-radius: 50%;
-webkit-transform: translate(-2px, 10px);
transform: translate(-2px, 10px);
}
.discrete-slider__markers__marker:first-child, .discrete-slider__markers__marker:last-child {
display: none;
}
/*# sourceMappingURL=discrete-slider.css.map */ | src/components/discrete-slider/discrete-slider.css | .discrete-slider {
position: relative;
width: 100%;
margin: 50px 0 25px;
outline: none !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.discrete-slider input[type=range] {
-webkit-appearance: none;
width: 100%;
background: transparent;
}
.discrete-slider input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
}
.discrete-slider input[type=range]:focus {
outline: none;
}
.discrete-slider input[type=range]::-ms-track {
width: 100%;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
.discrete-slider input[type=range]::-webkit-slider-thumb {
height: 25px;
width: 25px;
background: #eee;
border: 3px #3f729b solid;
border-radius: 50%;
-webkit-box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
cursor: pointer;
background: transparent;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
margin-top: -12.5px;
-webkit-transform: scale(2);
transform: scale(2);
}
.discrete-slider input[type=range]::-moz-range-thumb {
height: 25px;
width: 25px;
background: #eee;
border: 3px #3f729b solid;
border-radius: 50%;
box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
cursor: pointer;
background: transparent;
border: none;
box-shadow: none;
transform: scale(2);
}
.discrete-slider input[type=range]::-ms-thumb {
height: 25px;
width: 25px;
background: #eee;
border: 3px #3f729b solid;
border-radius: 50%;
box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
cursor: pointer;
background: transparent;
border: none;
box-shadow: none;
transform: scale(2);
}
.discrete-slider input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 2px;
cursor: pointer;
-webkit-box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
background: #3f729b;
border-radius: 1.3px;
}
.discrete-slider input[type=range]::-moz-range-track {
width: 100%;
height: 2px;
cursor: pointer;
box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
background: #3f729b;
border-radius: 1.3px;
}
.discrete-slider input[type=range]::-ms-track {
width: 100%;
height: 2px;
cursor: pointer;
background: transparent;
border-color: transparent;
border-width: 16px 0;
color: transparent;
}
.discrete-slider input[type=range]::-ms-fill-lower {
background: #3f729b;
border-radius: 2.6px;
box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
}
.discrete-slider input[type=range]::-ms-fill-upper {
background: #3f729b;
border-radius: 2.6px;
box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
}
.discrete-slider__thumb {
height: 25px;
width: 25px;
background: #eee;
border: 3px #3f729b solid;
border-radius: 50%;
-webkit-box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
box-shadow: 0 0 1px rgba(20, 20, 20, 0.4), 0 0 2px rgba(35, 35, 35, 0.2);
cursor: pointer;
position: absolute;
pointer-events: none;
-webkit-transform: translate(-13px, -22px);
transform: translate(-13px, -22px);
-webkit-transition: left 80ms ease-in;
transition: left 80ms ease-in;
}
.discrete-slider__thumb-animation {
position: absolute;
top: 0;
width: 5px;
height: 5px;
background: #eee;
border-radius: 50%;
-webkit-transform: translate(-2px, 10px);
transform: translate(-2px, 10px);
background: transparent;
-webkit-transform: translate(-1.25px, 2px);
transform: translate(-1.25px, 2px);
-webkit-transition: left 80ms ease-in;
transition: left 80ms ease-in;
}
@-webkit-keyframes start-drag {
from, to {
-webkit-transform: translate(-1.25px, 2px) scale(1);
transform: translate(-1.25px, 2px) scale(1);
background: transparent;
}
50% {
-webkit-transform: translate(-1.25px, 2px) scale(4);
transform: translate(-1.25px, 2px) scale(4);
background: #3f729b;
}
90% {
background: #3f729b;
}
}
@keyframes start-drag {
from, to {
-webkit-transform: translate(-1.25px, 2px) scale(1);
transform: translate(-1.25px, 2px) scale(1);
background: transparent;
}
50% {
-webkit-transform: translate(-1.25px, 2px) scale(4);
transform: translate(-1.25px, 2px) scale(4);
background: #3f729b;
}
90% {
background: #3f729b;
}
}
.discrete-slider__thumb-animation::before {
position: absolute;
content: '';
width: 10px;
height: 10px;
background: transparent;
border-radius: 50%;
-webkit-box-shadow: 0 0 8px 10px rgba(130, 130, 130, 0.4);
box-shadow: 0 0 8px 10px rgba(130, 130, 130, 0.4);
opacity: 0;
pointer-events: none;
-webkit-transform: translate(-1.25px, 2px) scale(1.5);
transform: translate(-1.25px, 2px) scale(1.5);
-webkit-transition: opacity .33s ease-out;
transition: opacity .33s ease-out;
}
.discrete-slider__thumb-animation::after {
position: absolute;
content: '';
width: 10px;
height: 10px;
background: transparent;
border-radius: 50%;
pointer-events: none;
-webkit-transform: translate(-1.25px, 2px);
transform: translate(-1.25px, 2px);
}
.discrete-slider__thumb-animation.dragging::before {
opacity: 1;
}
.discrete-slider__thumb-animation.dragging::after {
-webkit-animation: start-drag .25s ease;
animation: start-drag .25s ease;
}
.discrete-slider__display-value {
position: absolute;
top: 0;
left: 0;
display: block;
padding: 7.25px 10px;
color: #222;
font-weight: 600;
background: #ddd;
border-radius: 10px 10px 10px 0;
opacity: .1;
pointer-events: none;
-webkit-transform: translate(8px, -42px);
transform: translate(8px, -42px);
-webkit-filter: blur(2px);
filter: blur(2px);
-webkit-transition: opacity 0.2s ease-in, left 50ms ease 10ms, -webkit-filter 0.1s ease-out;
transition: opacity 0.2s ease-in, left 50ms ease 10ms, -webkit-filter 0.1s ease-out;
transition: opacity 0.2s ease-in, left 50ms ease 10ms, filter 0.1s ease-out;
transition: opacity 0.2s ease-in, left 50ms ease 10ms, filter 0.1s ease-out, -webkit-filter 0.1s ease-out;
}
.discrete-slider__display-value.snapped {
opacity: .8;
-webkit-filter: none;
filter: none;
}
.discrete-slider__markers__marker {
position: absolute;
top: 0;
width: 5px;
height: 5px;
background: #eee;
border-radius: 50%;
-webkit-transform: translate(-2px, 10px);
transform: translate(-2px, 10px);
}
.discrete-slider__markers__marker:first-child, .discrete-slider__markers__marker:last-child {
display: none;
}
/*# sourceMappingURL=discrete-slider.css.map */ | 0.262842 | 0.114641 |
@-moz-document regexp("^https?:\/\/forums\.unrealengine\.com\/.*") {
/*==========================================================================*/
/*-------------------------- Optional Mods start ---------------------------*/
/* Those modifications are optional and not every user may want them,
so uncomment each part You need.
*/
/* Full Width View - start */
/*[[fullwidthview]]*/
/* Full Width View - end */
/* Custom Scrollbars Chrome - start */
/*[[customscrollbars]]*/
/* Custom Scrollbars Chrome - end */
/* Replace topic status icons to "dot" - start */
/*[[hidetopicicons]]*/
/* Replace topic status icons to "dot" - end */
/*........................... Thread view start ............................*/
/* Eliminate text coloring in the Thread post - start */
/*[[postcoloring]]*/
/* Eliminate text coloring in the Thread post - end */
/* Removes user title start */
/*[[hideusertitle]]*/
/* Removes user title end */
/* Move tags to the bottom of the post - start */
/*[[tagstobottom]]*/
/* Move tags to the bottom of the post - end */
/* Signatures collapse start */
/*[[signaturecollapse]]*/
/* Signatures collapse end */
/* Remove avatar from user mentions - start */
/*[[hideavatar]]*/
/* Remove avatar from user mentions - end */
/* "Last Edited" timestamp move start */
/*[[lasteditedtotop]]*/
/* "Last Edited" timestamp move end */
/*........................... Thread view end ..............................*/
/*..................... Replace "pinned" on pushpin icon - start ...........*/
/*[[statustoicon]]*/
/*............. Replace "pinned" on pushpin icon - end ....................*/
/*.......... Change some typographics to Smallcaps - start ................*/
/*[[smallcapson]]*/
/*.......... Change some typographics to Smallcaps - end ..................*/
/*................. Move Topic Prefix to the right - start ................*/
/*[[prefixtoright]]*/
/*................. Move Topic Prefix to the right - end ..................*/
/*........................... Experimental start ...........................*/
/*[[experimental]]*/
/*........................... Experimental end .............................*/
/*-------------------------- Optional Mods end -----------------------------*/
/*==========================================================================*/
/*----------------------------- Global start -------------------------------*/
*|*:link {
color: #09F; /* hack for CKE links*/
}
a:visited {
color: #09F;
}
a:visited:hover {
color: #069;;
}
/*a:visited,*/
.widget-tabs.ui-tabs .ui-widget-content a {
color: #09F;
}
input[type="radio"],
input[type="checkbox"] {
-moz-appearance: none;
-webkit-appearance: none;
background-color: #454545;
border: 1px solid #666;
padding: 5px;
position: relative;
margin-top: 1px;
}
input[type="radio"] {
border-radius: 7px;
}
input[type="radio"]:hover,
input[type="radio"]:active,
input[type="radio"]:checked:active,
input[type="checkbox"]:hover,
input[type="checkbox"]:active,
input[type="checkbox"]:checked:active {
border-color: #F90;
}
input[type="checkbox"]:checked:after {
content: '\2714';
font-size: 10px;
position: absolute;
top: -2px;
left: 1px;
color: #f90;
}
input[type="radio"]:checked {
background-color: #F90;
box-shadow: 0 0 0 2px #333 inset;
background-clip: padding-box;
}
hr{
border-top: 1px solid rgba(0,0,0,0.1);
border-bottom: 1px solid rgba(255,255,255,0.1);
}
body {
background-image: none;
background-color: #333;
}
body,
.cke_editable, /*for chrome*/
.placeholder,
.post-content,
.widget-content,
.forum-list-container .forum-list-header {
color: #ccc;
}
.placeholder {
color: #ccc !important;
}
.b-button,
.b-button[disabled],
.b-button[disabled]:hover,
.b-button:focus,
.b-button-group .b-button--primary{
background-color: #666;
background-image: none;
border: none;
vertical-align: bottom;
}
.b-button:hover,
.b-button--secondary:link:hover,
.b-button--secondary:hover:visited,
.b-button--primary-light:hover:visited {
background-image: none;
border: none;
background-color: #FF9900;
}
.b-button--primary-light,
.b-button--primary-light:link,
.b-button--primary-light:visited,
.b-button--primary:link,
.b-button--secondary:link,
.b-button--secondary:visited {
background-color: #666;
background-image: none;
border: none;
}
.ui-widget-content a:hover {
color: #333;
}
input[type="text"] {
color: #ccc;
border: none;
box-shadow: 0 0 0 1px #0004 inset;
}
input[type="text"]:hover,
input[type="text"]:focus {
box-shadow: 0 0 0 1px #f90 inset;
}
textarea:hover,
textarea:focus {
box-shadow: 0 0 0 1px #f90 inset;
}
.autocomplete-container {
color: #ccc !important;
background-color: #454545;
border: none;
box-shadow: 0 0 0 1px #0000 inset;
transition-duration: 0.5s;
}
.autocomplete-container input {
line-height: 18px;
margin: 0 !important;
box-shadow: none;
}
.autocomplete-container input:hover,
.autocomplete-container input:focus {
box-shadow: none;
}
.autocomplete-container:hover,
.autocomplete-container:focus-within {
box-shadow: 0 0 0 1px #f90 inset;
transition-duration: 0.1s;
}
.textbox {
background-color: #333;
border-color: #454545;
color: #ccc;
}
.b-form-input__input {
padding: 4px 8px;
}
.selectBox-inline {
background-color: #454545;
border: none;
}
.selectBox-options {
background-color: #454545;
}
.b-form-select__select.selectBox {
background-color: #454545;
}
.selectBox-options li a {
color: #ccc;
border-left: 3px solid #454545;
transition-duration: 0.1s;
}
.selectBox-options li.selectBox-hover a {
border-left-color: #F90;
background-color: #454545;
color: #ccc;
transition-duration: 0s;
}
.selectBox-options li.selectBox-selected a {
background-color: #666;
border-left-color: #666;
}
.selectBox-options li.selectBox-hover.selectBox-selected a {
border-left-color: #F90;
}
.selectBox-dropdown {
background-color: #454545;
border-color: #0004;
box-shadow: none;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:hover {
border-color: #F90;
}
.selectBox-dropdown-menu {
border-color: #454545;
}
.selectBox-dropdown .selectBox-label {
background-color: #454545;
color: #ccc;
}
.selectBox-dropdown .selectBox-arrow {
filter: invert(100%) saturate(0%);
}
.b-form-select__select-selectBox-dropdown-menu.selectBox-options .selectBox-selected a {
background-color: #666;
color: #ccc;
}
.b-form-select__select-selectBox-dropdown-menu.selectBox-options .selectBox-hover a {
background-color: #454545;
color: #ccc;
}
.b-form-select__select-selectBox-dropdown-menu.selectBox-options .selectBox-selected.selectBox-hover a {
background-color: #666;
color: #ccc;
}
.b-ajax-loading-indicator {
min-width: 183px;
margin-left: -91px;
background-color: rgba(128,128,128,0.7);
border: 1px solid #F90;
color: #ccc;
font-size: 14px;
}
.error {
background-color: rgba(255,0,0,0.2);
border-color: #930;
}
/*Dropdown menus start*/
.b-content-entry .ui-widget-content.ui-autocomplete {
background-color: #454545;
border: none;
}
.ui-autocomplete {
box-shadow: 1px 4px 4px 0 rgba(0,0,0,0.5);
}
.ui-autocomplete .ui-menu-item {
border-left: 3px solid #454545;
transition-duration: 0.2s;
}
.ui-state-focus, .ui-widget-content .ui-state-focus {
background-color: #454545;
border: none;
margin: 0;
border-left: 3px solid #f90;
color: #f90;
transition-duration: 0s;
}
.b-comp-menu-dropdown .b-comp-menu-dropdown__content-item a {
color: #ccc;
}
.search-container #searchPopupContent {
background-color: #454545;
color: #ccc;
border: none;
box-shadow: 2px 3px 3px 0 rgba(0,0,0,0.5);
z-index: 1000;
}
.widget-tabs.ui-tabs .ui-widget-content .b-comp-menu-dropdown__content-item a {
color: #ccc;
}
.toolbar-wrapper .toolbar-filter-overlay .filter-header,
.toolbar-wrapper .toolbar-filter-overlay .filter-options label > input + span,
.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-header,
.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options label > input + span {
color: #ccc;
}
.toolbar-wrapper .toolbar-filter-overlay .filter-options label > input:checked + span,
.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options label > input:checked + span {
color: #F90;
}
.toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li,
.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li {
border-left: 1px solid #333;
}
.toolbar-wrapper .toolbar-filter-overlay,
.conversation-toolbar-wrapper .toolbar-filter-overlay {
background-image: none;
background-color: #454545;
box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);
border: none;
border-radius: 2px;
}
.toolbar-wrapper .horizontal-toolbar .toolset.h-right .toolbar-filter .filter-wrapper.selected,
.conversation-toolbar-wrapper .conversation-toolbar .toolbar-filter .filter-wrapper.selected {
background-color: #454545;
z-index: 1001;
position: relative;
border-color: #454545;
color: #ccc;
}
/*Dropdown menus end*/
/*----------------------------- Global end ---------------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------ Animation(transitions) start --------------------*/
.b-ajax-loading-indicator {
background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, rgba(255,255,255,.1) 16px, rgba(255,255,255,.1) 32px);
animation: pulse 2s infinite linear;
}
@keyframes pulse {
from {background-position-x: 0;}
to {background-position-x: 45px;}
}
a,
button,
input,
span,
.cke_reset_all a,
.cke_reset_all a span{
transition: all 0.5s ease, background-position 1ms;
}
a:hover,
button:hover,
input:hover,
span:hover,
.cke_reset_all a:hover,
.cke_reset_all a:hover span{
transition-duration: 0.1s;
}
.b-toolbar__item--secondary .b-icon{
transition-property: backgound-position;
transition-duration: 0s;
}
/*------------------------ Animation(transitions) end ----------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------ MAIN Tabbar remove start ------------------------*/
#channel-tabbar {
display: none;
}
#breadcrumbs {
margin-top: 4px;
border-top: 1px solid #666;
}
/*
#channel-tabbar {
background-image: none;
background-color: #333;
}
*/
/*------------------------ MAIN Tabbar remove end --------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*----------------------------- Header start -------------------------------*/
.b-top-menu__background {
background-image: none;
background-color: #333;
height: 0;
width: auto;
float: left;
}
.b-top-menu__item {
border-color: transparent;
}
.b-top-menu__item a.b-top-menu__item-link:hover,
.b-top-menu__item a.b-top-menu__item-link:active {
color: #f90;
}
#header {
background-image: none;
background-color: #333;
height: auto;
width: auto;
float: right;
min-width: 0px;
margin-top: 3px;
}
#header .header-cell {
display: none; /*logo lies here, it's disable anyway*/
}
#header .toolbar {
padding-right: 0px;
width: 228px;
margin-top: 0;
margin-left: -228px;
}
#header .toolbar > ul li {
margin: 0;
}
#main-navbar-wrapper {
background-image: none;
background-color: #333;
height: auto;
}
#main-navbar > ul > li > a:hover {
color: #FF9900;
}
#main-navbar {
background-image: none;
background-color: #333;
height: auto;
}
#main-navbar > ul > li {
position: absolute;
}
#main-navbar > ul > li > .divider {
display: none;
}
.secondary-nav {
float: left;
}
.page-title-widget .module-title h1 {
color: #FFF;
}
.view-mode .canvas-layout-container .canvas-widget.widget-no-border > .widget-header .module-title {
margin: 0px;
}
/*
.b-top-background__header-mainnav-subnav {
/*max-width: 1200px;
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
}*/
.b-top-background__header-mainnav {
max-width: 1200px;
margin: auto;
}
#channel-subtabbar {
background-color: #333;
border: none;
/*width: auto;*/
}
#channel-subtabbar .channel-subtabbar-list {
float: right;
}
#channel-subtabbar .channel-subtabbar-list li {
margin: 3px 240px 0 0;
}
#channel-subtabbar .channel-subtabbar-list li a {
color: #ccc;
}
#header .search-container .search-box {
width: 227px;
font-size: 0; /*for some reason there's whitespace inside, removing it*/
}
#header .search-container .search-box.search-btn-inside-box .search-btn {
background-color: #454545;
border: none;
right: 0;
}
#header .search-container .search-box.search-btn-inside-box .search-btn:hover {
background-color: #F90;
}
#header .search-container .search-box.search-btn-inside-box .search-btn:hover .vb-icon-search {
filter: none;
}
#header .search-container .search-box .search-term {
background-color: #454545;
border: none;
box-shadow: none;
color: #ccc;
padding-top: 5px;
font-size: 13px;
}
#header .search-container .search-box .search-term {
box-shadow: 0 0 0 1px #454545 inset;
}
#header .search-container .search-box:hover .search-term,
#header .search-container .search-box:focus-within .search-term {
box-shadow: 0 0 0 1px #F90 inset;
}
#header .search-container .search-box.search-btn-inside-box .vertical-divider-left {
border: none;
border-left: 1px solid #333;
}
.vb-icon-search,
.vb-icon-arrow-down-small {
filter: invert(100%) grayscale(100%);
}
#channel-subtabbar .channel-subtabbar-list li a:hover {
color: #F90;
}
#content,
#breadcrumbs,
#channel-tabbar .channel-tabbar-list li.current a {
background-image: none;
background-color: #454545;
}
#breadcrumbs .crumb,
#breadcrumbs .crumb-link,
#channel-tabbar .channel-tabbar-list li.current a {
color: #fefefe;
}
#channel-tabbar .channel-tabbar-list li.current a {
border-color: #FF9900;
}
#channel-tabbar .channel-tabbar-list li.current a:hover {
background-image: none;
background-color: #FF9900;
border-color: #FF9900;
}
#breadcrumbs .crumb:last-child {
border-bottom: 1px #FF9900 solid;
}
/*----------------------------- Header end ---------------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------ User Settings page start ------------------------*/
.b-tabbed-pane__pane.b-tabbed-pane__pane--selected {
background-color: #333;
border: none;
padding-top: 10px;
}
.b-tabbed-pane__tab--selected {
background-color: #333;
}
.b-tabbed-pane__tab--underline {
background-color: #393939;
border-top: 2px solid #393939;
}
.b-tabbed-pane__tab--underline:hover > .b-tabbed-pane__tab-link {
color: #F90;
}
.b-tabbed-pane__tab--underline.b-tabbed-pane__tab--selected {
border-bottom-color: #333;
border-top: 2px solid #F90;
}
.b-tabbed-pane__tab--underline.b-tabbed-pane__tab--selected > .b-tabbed-pane__tab-link {
color: #ccc;
}
.b-form-textarea__textarea {
background-color: #454545;
color: #ccc;
border: none;
}
/*------------------------ User Settings page end --------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*-------------------------- Search page start -----------------------------*/
.search-fields-widget .searchConfigFields .add-search-fieldset .info_column,
.form-fieldset .form_row.form-row-contenttypes .label_column,
.form-fieldset .form_row.form-row-searchoptions .label_column,
.form-fieldset .form_row .label_column,
.form-fieldset .form_row .field_column {
border-bottom: 1px solid #454545;
padding-top: 5px;
}
.searchConfigFields {
background-color: #333;
padding: 5px 10px;
border-radius: 5px;
}
.form-fieldset .form_row .field_column input.textbox {
background-color: #454545;
}
.flatpickr-calendar {
background-color: #454545;
box-shadow: none;
border: 1px solid #666;
}
.flatpickr-calendar.arrowTop::after,
.flatpickr-calendar.arrowTop::before {
border-bottom-color: #666;
}
.flatpickr-month {
fill: #ccc;
color: #ccc;
}
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
fill: #F90;
}
span.flatpickr-weekday {
color: #999;
}
span.flatpickr-day,
span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay,
span.flatpickr-day.today:not(.selected),
span.flatpickr-day.prevMonthDay.today:not(.selected),
span.flatpickr-day.nextMonthDay.today:not(.selected),
.flatpickr-day.disabled {
border-color: #393939;
color: #ccc;
}
span.flatpickr-day.today:not(.selected) {
color: #F90;
}
span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay {
background-color: #393939;
}
.flatpickr-day.nextMonthDay.disabled,
.flatpickr-day.disabled {
color: #666;
}
/*--------------------------- Search page end ------------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*-------------------------- Search results start --------------------------*/
.search-result-header .search-stats {
color: #ccc;
}
.search-results-widget .highlight {
background-color: transparent;
box-shadow: 0 0 0 1px #f90 inset;
border-radius: 4px;
padding: 1px 3px;
}
.b-comp-menu-dropdown--header-search {
top: 1;
right: 30px;
height: 24px;
}
.b-comp-menu-dropdown__trigger{
background-color: #666;
color: #ccc;
border-radius: 2px;
border: none;
/*margin-bottom: 2px;*/
}
.b-comp-menu-dropdown--open .b-comp-menu-dropdown__trigger {
border: none;
border-radius: 2px 2px 0 0;
background-color: #666;
color: #ccc;
margin-bottom: 0px;
/*border-bottom: 2px solid #666;*/
}
.b-comp-menu-dropdown--header-search .b-comp-menu-dropdown__trigger .vb-icon {
margin: 10px 8px 0;
}
.b-comp-menu-dropdown__content {
background: none;
background-color: #666;
color: #ccc;
border: none;
border-radius: 0 2px 2px 2px;
margin: 0px;
box-shadow: 2px 2px 7px rgba(0,0,0,0.5);
}
.b-comp-menu-dropdown__content-item {
border-top: 1px solid rgba(0,0,0,0.2);
}
.b-comp-menu-dropdown .b-comp-menu-dropdown__content-item:hover {
background-color: #666;
color: #ccc;
border-radius: 0 2px 2px 2px;
border-top: 1px solid rgba(0,0,0,0.2);
}
.b-comp-menu-dropdown .b-comp-menu-dropdown__content-item:first-child {
border-top: 0 none;
}
.search-results-widget .search-controls {
display: flex;
}
.search-results-widget .search-controls .search-controls-keywords {
color: #F90;
font-size:24px;
line-height: 24px;
display: flex;
align-items: center;
}
.search-results-widget .search-controls .search-controls-keywords .b-comp-menu-dropdown {
margin-right: 7px;
}
.search-results-widget .search-controls .search-controls-members {
margin-left: 8px;
}
/*--------------------------- Search results end ---------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*---------------------- Message Center page start -------------------------*/
.canvas-layout-container .private-message-search,
.canvas-layout-container .private-message-toolbar {
background-image: none !important;
background-color: #393939 !important;
}
.private-message-widget .nav-pane {
background-color: #393939;
}
/*.canvas-layout-container .canvas-layout .canvas-widget-list {
padding-right: 2px;
}*/
.folder-item .count {
background-color: #666;
border: none;
color: #333;
}
.message-empty {
background-color: #333;
}
.private-message-widget .folder-link,
.private-message-widget .folder-link:hover,
.private-message-widget .folder-link.selected{
background: none;
}
.private-message-widget .folder-link {
color: #ccc;
border-left: 2px solid #393939;
}
.private-message-widget .folder-link.selected {
border-left-color: #F90;
}
.private-message-widget .folder-link:hover {
color: #F90;
}
.private-message-widget .main-pane .main-pane-header {
color: #ccc;
background-color: #393939;
}
.private-message-widget .message-list .message-item {
background-color: #333;
}
.private-message-widget .main-pane .main-pane-header,
.private-message-widget .main-pane .message-list .message-item {
border-color: #454545;
}
.private-message-widget .nav-pane .divider-solid {
border-color: #666;
}
#privateMessageContainer {
background-color: #333;
}
#privateMessageContainer .message-list tr td {
border-top: 1px solid #454545;
}
#privateMessageContainer {
background-color: #333;
border: 1px solid transparent;
}
.private-message-widget .last-msg-unread,
.private-message-widget .main-pane .message-list .message-item.message-unread,
.private-message-widget .main-pane .message-list.pm-notification-list .message-item.notification-unread {
background-color: #333;
}
/*mark deleted topics red - start*/
#privateMessageContainer .deleted {
background-color: rgba(255,0,0,0.1);
}
/*mark deleted topics red - end*/
/*
#privateMessageContainer .message-list tr:nth-child(2n){
background-color: #393939;
}*/
/*------------------------- Message Center page end ------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------- User Profile View start ------------------------*/
.profile_sidebar_content {
background-color: #393939;
}
.canvas-layout-container .profileSidebar{
padding-right: 10px;
}
.profile-sidebar-widget .profile-menulist .profile-menulist-item > a > label {
color: #ccc;
}
.profile-sidebar-widget .profile-menulist .profile-menulist-item,
.profile-sidebar-widget .profile-menulist,
.profile-action-buttons {
border-color: #454545;
}
.profile-sidebar-widget .profile-menulist .profile-menulist-item > a > .subscriptions-count, .profile-sidebar-widget .profile-menulist .profile-menulist-item .subscriptions-count {
background-color: #454545;
border: none;
margin-top: 4px;
}
#profileTabs.profileTabs {
background-color: #454545;
color: #ccc;
}
#activities-tab {
background-color: #333;
}
#about-tab,
#media-tab {
background-color: #393939;
}
.photo-preview .photoPreviewBox .photoPreviewBox-large,
#mediaList .item-album {
background-color: #333;
border-color: #454545;
border-radius: 4px;
transition-duration: 0.5s
}
#mediaList .item-album:hover {
border-color: #F90;
transition-duration: 0.2s
}
.profileTabs .section .section-header {
background-color: #333;
border: none;
}
.profile-widget .widget-tabs .widget-tabs-panel.about-tab,
.widget-tabs .widget-tabs-nav li.ui-tabs-active{
border: none;
}
.profileTabs .widget-tabs-nav li,
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin: 0px;
}
.profileTabs .ui-tabs-nav li a:hover,
.profileTabs .ui-tabs-nav li.ui-tabs-active a:hover {
color: #F90;
}
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar {
background-image: none;
background-color: #333;
color: #ccc;
}
#profileTabs.profileTabs .post-content,
#profileTabs.profileTabs .conversation-list.stream-view .list-item{
background-color: #333;
color: #ccc;
}
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .b-button.b-button--secondary,
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar a.b-button.b-button--secondary,
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar a.b-button.b-button--secondary:visited {
background-image: none;
background-color: #666;
color: #333;
}
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar a.b-button.b-button--secondary:visited:hover,
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .b-button.b-button--secondary:hover {
background-image: none;
background-color: #f90;
color: #333;
}
.view-mode .widget-tabs .widget-tabs-nav {
margin-bottom: -5px !important;
}
.profileTabs .widget-tabs-nav li {
border: none;
}
.profileTabs .widget-tabs-nav li.ui-tabs-active a {
background-color: #333;
}
.profileTabs .widget-tabs-nav li a {
background-color: #393939;
}
.b-layout--contiguous .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list-header {
background-color: #393939;
border-color: #454545;
}
.b-layout--contiguous .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item {
background-color: #393939;
border-color: #454545;
}
.b-layout--contiguous .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item .td,
.b-layout--contiguous .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list {
border-color: #454545;
}
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar a.b-button.b-button--secondary,
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .b-button.b-button--secondary:hover,
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .b-button.b-button--secondary {
border: none;
vertical-align: bottom;
}
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .b-button.subscribepending_button,
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .b-button.subscribepending_button:hover {
background-color: #454545;
background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, rgba(255,255,255,.05) 16px, rgba(255,255,255,.05) 32px);
color: #808080;
}
/*--------------------------- User Profile View end ------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------ Page Navigation bar start -----------------------*/
.b-icon__gear-s,
.vb-icon-folder-black,
.vb-icon-trash-black,
.vb-icon-triangle-up-wide,
.vb-icon-triangle-down-wide,
.vb-icon-arrow-left,
.vb-icon-arrow-right {
filter: invert(100%) saturate(0%);
}
.conversation-toolbar-wrapper .conversation-toolbar input[type="text"] {
background: #454545 none;
}
.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container input[type="text"] {
color: #ccc;
}
.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container .search-btn {
background: #454545 none;
border: none;
margin-top: -12px;
}
.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container .search-btn:hover {
background: #FF9900 none;
}
.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container .search-btn:hover .vb-icon-search-small-gray {
filter: invert(100%) saturate(0%);;
}
.horizontal-arrows {
overflow: hidden;
}
.horizontal-arrows,
.horizontal-arrows .left-arrow,
.horizontal-arrows .right-arrow {
border-color: #454545;
background-color: #454545;
}
.horizontal-arrows .left-arrow:hover,
.horizontal-arrows .right-arrow:hover {
background-color: #F90;
}
.horizontal-arrows .h-disabled.left-arrow,
.horizontal-arrows .h-disabled.right-arrow {
background-color: #393939;
}
.horizontal-arrows .h-disabled.left-arrow:hover,
.horizontal-arrows .h-disabled.right-arrow:hover {
background: #393939;
}
/*------------------------- Page Navigation bar end ------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------- Forums list view start -------------------------*/
.conversation-showmore {
border: none;
background-color: #666;
border-radius: 0 0 2px 2px;
}
.forum-desc,
.channel-desc {
color: #808080;
}
.forum-list-container .category-header .category {
color: #ccc !important;
}
.subforum-list {
background-color: #393939;
}
.forum-list-container .category-header {
background-color: #454545;
}
.forum-list-container .category-header td,
.subchannel-widget .forum-list-container .forum-item td {
border-color: #454545;
}
.forum-list-container .category-header td {
border-bottom: 1px solid #FF9900;
}
.widget-tabs .conversation-toolbar-wrapper {
border-bottom: 1px solid #454545;
}
.forum-list-container .forum-list-header {
background-image: none;
background-color: #333;
}
.subchannel-widget .forum-list-container,
.forum-list-container .forum-list-header .header-lastpost,
.forum-list-container .forum-list-header .header-forum,
.forum-list-container .forum-list-header th {
border: none;
}
.b-icon__rss {
visibility: hidden;
}
.b-icon__rss:before {
content: '';
background-color: #ccc;
/*[[browser]]*/mask-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="6.18" cy="17.82" r="2.18"/><path d="M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"/></svg>');
display: block;
visibility: visible;
width: 14px;
height: 14px;
transition: .5s;
}
.b-icon__rss:hover:before{
background-color: #F90;
transition: 0.2s;
}
.list-footer {
background-color: #333;
border-bottom: none;
}
.subchannel-widget .list-footer {
border: none;
}
/*------------------------- Forums list view end ---------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------- Topics list view start -------------------------*/
/* remove topic icons */
.topic-list-container .topic-list .topic-item .cell-topic .topic-wrapper img {
display: none;
}
.toolbar-divider {
background: none;
border-left: 1px solid rgba(0,0,0,0.2);
border-right: 1px solid rgba(255,255,255,0.1);
}
.toolbar-divider-inner {
display:none;
}
.topic-list-container {
border-color: #454545;
background-color: #333;
border-collapse: separate;
}
.conversation-toolbar-wrapper .filtered-by {
background-color: #393939;
border-width: 0 0 1px 0;
border-color: #666;
}
.topic-list-container .topic-list-header .header-lastpost {
width: 27.3%; /*hack to eliminate space left by missing cell*/
}
.topic-list-container .topic-list .topic-item td {
border-color: #454545;
}
.topic-list-container .topic-list {
background-color: #333;
}
.topic-list-container .topic-list-header {
background-color: #333;
}
.topic-list-container .topic-list.sticky-list {
background-color: #530;
}
.topic-list-container .topic-list-header .header-lastpost,
.topic-list-container .topic-list-header .header-topic {
border: none;
}
.forum-item,
.topic-list-container .topic-list .topic-item.sticky {
background-color: #393939;
}
.topic-list-container .topic-list .topic-item.unapproved
{
background-color: rgba(128,255,0,0.05);
}
.topic-list-container .topic-list .topic-item.deleted
{
background-color: rgba(255,0,0,0.05);
}
/* hides topic 'uread' status icons */
.topic-list-container .topic-list-header {
color: #ccc;
}
.topic-list-container .topic-list.sticky-list + .topic-list tr:first-child td {
border-color: #454545;
}
.topic-list-container .topic-list.sticky-list + .topic-list tr:first-child .cell-topic,
.topic-list-container .topic-list .topic-item .cell-topic {
border-left-width: 2px;
border-left-color: #FF9900;
border-left-style: solid;
}
.topic-list-container .topic-list.sticky-list + .topic-list tr:first-child.read .cell-topic,
.topic-list-container .topic-list .topic-item.read .cell-topic {
border-left-color: #666;
}
.topic-list-container .topic-list.sticky-list .topic-item.read .cell-topic {
border-left-color: #666;
}
.topic-list .inlinemod-item.inlinemod_highlight{
background-color: transparent !important;
background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, rgba(255,255,255,.1) 16px, rgba(255,255,255,.1) 32px) !important;
}
.topic-list-container .topic-list .topic-item .cell-inlinemod-item {
position: absolute;
margin-left: -20px;
display: block;
}
.pagenav-container {
margin-right: 10px;
}
.ui-widget-content {
background-color: #454545;
}
/*........................... Tabs view start ..............................*/
.conversation-toolbar-wrapper .conversation-toolbar {
color: #ccc;
}
.conversation-toolbar-wrapper .conversation-toolbar {
background-image: none;
background-color: #333;
border: none;
}
.widget-tabs .widget-tabs-nav .ui-tabs-nav {
background-color: #454545;
}
.widget-tabs .widget-tabs-nav li {
background-color: #393939;
border-width: 2px 0 0 0;
margin: 0;
border-radius: 0;
}
.widget-tabs .widget-tabs-nav li.ui-tabs-active {
background-color: #333;
border-top: 2px solid #F90;
}
.widget-tabs .widget-tabs-nav li.ui-tabs-active a {
color: #ccc;
}
.widget-tabs.channel-conversation-list-wrapper .ui-tabs-nav li a:hover,
.widget-tabs.channel-conversation-list-wrapper .ui-tabs-nav li.ui-tabs-active a:hover {
color: #F90;
}
.conversation-empty {
background-color: #333;
}
.photo-preview .photoPreviewBox {
background-color: #393939;
border: none;
}
.conversation-list.stream-view .list-item {
border-top-color: #454545;
border-top-width: 5px;
}
.forum-channel-content-widget .conversation-list.stream-view .list-item {
background-color: #333;
}
/*........................... Tabs view end ................................*/
/*------------------------- Topics list view end ---------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------- Tooltip Thread Preview start -------------------*/
.ui-tooltip-default .ui-tooltip-titlebar,
.ui-tooltip-default .ui-tooltip-content {
color: #ccc;
background-color: #454545;
border: none;
border-top-left-radius: 0;
}
.ui-tooltip-default .ui-tooltip-content span {
font-size: 12px !important;
}
.ui-tooltip-default .ui-tooltip-content br {
display: block;
margin:0;
}
.ui-tooltip-shadow {
box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.25);
}
/*------------------------- Tooltip Thread Preview end ---------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*-------------------------------- Popup start -----------------------------*/
.dialog-container.ui-dialog .ui-dialog-titlebar {
background-color: #333;
border-color: #454545;
}
.ui-widget-content {
border-color: #454545;
}
/*-------------------------------- Popup end -------------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*-------------------------- Thread view page start ------------------------*/
/*remove "stuck" label - start*/
.sticky .b-post--first .b-post__label {
display: none;
}
/*remove "stuck" label - end*/
.notice {
background-color: #333;
border: none;
/*border-left: 1px solid #F90;
border-bottom-left-radius: 0;
border-top-left-radius: 0;*/
color: #ccc;
float: right;
margin-left: 5px;
}
.notice.close:before {
margin-right: 5px;
content: '\1f512\FE0E'
}
.notice.stick:before {
margin-right: 5px;
content: '\1f4cc\FE0E'
}
.conversation-status-message.notice {
margin-bottom: 8px;
}
.b-post-notice {
background-color: #333;
border: none;
border-radius: 0 2px 2px 0;
border-left: 2px solid #F90;
}
.b-post-notice .h-padding-s {
padding: 8px 15px;
}
.b-post {
background-color: #393939;
border: none;
}
.b-post__arrow,
.b-post--first .b-post__arrow {
border-right-color: #333;
}
.b-post__body,
.b-post--first .b-post__body {
background-color: #333;
}
.b-divider {
border-top: 1px solid #333;
border-bottom: 1px solid #454545;
border-style: solid;
}
.toolbar-divider-solid {
border: none;
border-right: 1px solid #454545;
}
.b-post-attachments {
background-color: #393939;
border: none;
}
.b-post-attachments ul {
margin: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.b-post-attachments ul li {
padding: 2px;
width: 9.5%;
}
.b-post-attachments ul li a img {
border: 1px solid transparent;
}
.b-post-attachments ul li a:hover img {
border: 1px solid #FF9900;
}
.inlinemod_highlight .b-post__body {
background-color: #333;
box-shadow: 0 0 0 1px #F90 inset;
}
.inlinemod_highlight .b-post__arrow{
border-right-color: #F90;
}
.spoiler .spoiler-title {
border: none;
background-color: #454545;
margin-top: 4px;
}
.spoiler .spoiler-content {
border-color: #454545;
background-color: #333;
}
.bbcode_container .bbcode_quote {
background-color: #393939;
border-left: 1px solid #ccc;
}
.b-comments__header, .b-comments__footer {
background-color: #454545;
border: none;
}
.b-comments__comments {
border: none;
}
/* CODE field start*/
.bbcode_container .bbcode_code {
background-color: #393939;
border: none;
border-left: 1px solid #ff9900;
padding-left: 15px;
margin-top: 10px;
height: auto !important;
}
/* CODE field end*/
/*........................... User Info start ..............................*/
.b-userinfo {
color: #999;
}
.userinfo .usertitle span,
.userinfo .usertitle span b {
font-size: 11px;
}
.userinfo .usertitle {
font-size: 11px;
color: #808080
}
.b-userinfo__rank {
margin-left: -5px;
margin-right: -15px;
}
.b-post-control__bubble-flyout {
background-color: #454545;
border: none;
}
.bubble-flyout i,
.bubble-flyout u {
border-right-color: #454545;
}
.b-icon__status--gray,
.b-icon__status--green {
background-image: none;
box-shadow: 0 0 0 2px #393939 inset;
border: 1px solid #666;
border-radius: 7px;
background-clip: content-box;
}
.b-icon__status--green {
background-color: #71ae4b;
}
/*........................... User Info end ................................*/
/*........................... Thread Tabs start ............................*/
.channel-controls,
.conversation-controls {
margin-bottom: 0;
position: relative;
z-index: 999;
}
.channel-conversation-list-wrapper,
.widget-tabs-nav {
clear: none;
}
.view-mode .widget-tabs .widget-tabs-nav {
background-color: transparent !important;
border: none !important;
border-radius: 0 !important;
}
.conversation-content-widget .ui-tabs-nav li a:hover,
.conversation-content-widget .ui-tabs-nav li.ui-tabs-active a:hover {
color: #F90;
}
/*........................... Thread Tabs end ..............................*/
/*....................... Latest Activity Tab start ........................*/
.conversation-list.stream-view {
border: none;
}
.conversation-list.stream-view .list-item,
.conversation-content-widget .list-container.stream-view .list-item.conversation-starter {
background-color: #393939;
padding: 15px 15px 0 5px;
}
.conversation-content-widget .list-container .list-item.conversation-starter .list-item-body-wrapper,
.conversation-content-widget .list-container .list-item .list-item-body-wrapper {
background-color: #333;
}
.conversation-list.stream-view .list-item-header {
padding-left: 10px;
}
.channel-content-widget .conversation-list.stream-view .list-item-header .info {
margin-right: 10px;
}
.conversation-list.stream-view.stream-view-full-width .list-item {
padding: 15px 15px 0 15px;
}
/*....................... Latest Activity Tab end ..........................*/
/*------------------------- Thread view page end ---------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------- CKE Editor (Reply form) start ------------------*/
.cke_reset_all,
.cke_reset_all *,
.cke_reset_all a,
.cke_reset_all textarea {
color: #ccc;
}
.b-content-entry-panel {
background-color: #393939;
border-color: #454545;
}
.b-content-entry-panel__content {
border-color: #454545;
}
textarea.cke_source {
color: #ccc;
background-color: #333;
}
.b-editor,
.b-editor .cke_top,
.b-toolbar {
background-color: #393939;
border-color: #454545;
}
.b-editor .cke_bottom {
background-color: #393939;
border: none;
}
.b-editor .cke_bottom:hover {
background-color: #666;
}
.cke_top {
box-shadow: none;
}
.cke_toolgroup {
box-shadow: none;
background-color: #666;
background-image: none;
border: none;
overflow: hidden;
}
.cke_toolbar_separator {
box-shadow: none;
}
a.cke_button_disabled:hover,
a.cke_button_off:hover {
box-shadow: none;
background-color: #666;
background-image: none;
}
a.cke_button_on {
box-shadow: 0 0 5px #000 inset;
background-color: #0099ff;
background-image: none;
}
a.cke_button_on:hover {
box-shadow: 0 0 2px #000 inset;
}
.cke_panel_listItem a,
.cke_panel_listItem a:hover {
border: none;
}
.cke_panel_listItem a:hover {
background-color: #454545;
}
.cke_button_icon,
.cke_ltr .cke_button .cke_button_icon{
background-color: #666 !important;
background-blend-mode: multiply !important;
/*filter: invert(100%);*/
}
a.cke_button_on .cke_button_icon,
.cke_ltr .cke_button_on .cke_button_icon {
background-color: #09F !important;
}
a.cke_button_off:hover,
a.cke_button_off:hover .cke_button_icon {
background-color: #CCC !important;
}
.cke_combo a.cke_combo_button,
.cke_combo_on a.cke_combo_button {
border: none;
box-shadow: none;
background-image: none;
}
.cke_combo a.cke_combo_button {
background-color: #666;
}
.cke_combo_on a.cke_combo_button,
.cke_combo_on a.cke_combo_button:hover {
background-color: #09F;
box-shadow: 0 0 5px #000 inset;
}
.cke_combo_text {
color: #000;
text-shadow: none;
}
.cke_panel {
border-color: #454545;
background-color: #333;
}
.cke_panel_grouptitle {
background-image: none;
background-color: #454545;
text-shadow: none;
color: #ccc;
border: none;
box-shadow: none;
}
a.cke_colorauto,
a.cke_colorbox,
a.cke_colormore,
a.cke_colorauto:hover,
a.cke_colorbox:hover,
a.cke_colormore:hover {
border: none;
}
a.cke_colorauto:hover,
a.cke_colorbox:hover,
a.cke_colormore:hover {
background-color: #666;
}
span.cke_colorbox {
width: 11px;
height: 11px;
}
.cke_colorblock a {
color: #ccc;
}
.cke_dialog_background_cover {
background-color: #000 !important; /* the only way to bypass style defined in element*/
}
.b-toolbar__item {
border-color: #454545;
}
.b-toolbar__item--secondary,
.b-toolbar__item--secondary.b-toolbar__item--active {
background: #393939 none;
}
/*CKE Popups - start*/
.cke_dialog_body {
border: none;
color: #ccc;
background-color: #333;
}
.cke_dialog_title {
background-image: none;
background-color: #666;
text-shadow: none;
color: #ccc;
box-shadow: none;
border: none;
}
.cke_dialog_contents {
background-color: #454545;
border-color: #666;
}
.cke_dialog_footer {
background-color: #454545;
background-image: none;
outline: none;
box-shadow: none;
border-top: 1px solid #333;
}
.cke_dialog iframe.cke_pasteframe {
border: none;
}
a.cke_dialog_ui_button {
box-shadow: none;
background-image: none;
background-color: #666;
border: none;
color: #000;
}
.cke_dialog_footer_buttons a.cke_dialog_ui_button span {
text-shadow: none;
font-weight: normal;
}
a.cke_dialog_ui_button_ok {
color: #fff;
}
a.cke_dialog_ui_button:focus {
box-shadow: none;
background-image: none;
background-color: #F90;
padding: 4px 0;
}
a.cke_dialog_ui_button span {
text-shadow: none;
}
a.cke_dialog_ui_button_cancel:focus span {
padding: 0 12px;
}
a.cke_dialog_ui_button:hover {
background-image: none;
background-color: #F90;
}
a.cke_dialog_ui_button:hover span {
color: #333;
}
select.cke_dialog_ui_input_select {
background-color: #393939;
border-color: #454545;
}
select.cke_dialog_ui_input_select:hover,
select.cke_dialog_ui_input_select:focus {
border-color: #F90;
}
.cke_disabled select.cke_dialog_ui_input_select:hover,
.cke_disabled select.cke_dialog_ui_input_select:focus {
border-color: #454545;
}
input.cke_dialog_ui_input_text {
background-color: #393939;
}
input.cke_dialog_ui_input_text:hover,
input.cke_dialog_ui_input_text:focus {
border: none;
}
div.cke_disabled .cke_dialog_ui_labeled_content div * {
background-color: #454545;
box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
}
div.cke_disabled .cke_dialog_ui_labeled_content div *:hover {
box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
}
a.cke_dialog_tab {
background-image: none;
border: none;
border-radius: 0;
background-color: #393939;
}
a.cke_dialog_tab:hover {
background-image: none;
background-color: #393939;
color: #f90;
}
a.cke_dialog_tab:focus {
background-image: none;
background-color: #454545;
color: #f90;
}
a.cke_dialog_tab_selected {
background-color: #454545;
border-top: 1px solid #F90;
}
a.cke_dialog_tab_selected:hover {
background-color: #454545;
color: #f90;
}
.videoList {
visibility: hidden;
font-size: 0;
line-height: 8px;
}
.cke_dialog_ui_html .videoListLink {
visibility: visible;
display: block;
color: #09F;
}
.cke_dialog_ui_html .videoListLink:hover {
color: #f90;
}
/*CKE Popups - end*/
/*------------------------- CKE Editor (Reply form) end --------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------ Unsorted Code starts here -----------------------*/
/* This code eventually will rest each in own caterory */
.b-form-input__input {
background-color: #454545;
/*background-color: #f00;*/
}
.ui-corner-all {
border-radius: 0;
}
.channel-content-widget .conversation-list.stream-view {
border: none;
}
} | data/usercss/147773.user.css | @-moz-document regexp("^https?:\/\/forums\.unrealengine\.com\/.*") {
/*==========================================================================*/
/*-------------------------- Optional Mods start ---------------------------*/
/* Those modifications are optional and not every user may want them,
so uncomment each part You need.
*/
/* Full Width View - start */
/*[[fullwidthview]]*/
/* Full Width View - end */
/* Custom Scrollbars Chrome - start */
/*[[customscrollbars]]*/
/* Custom Scrollbars Chrome - end */
/* Replace topic status icons to "dot" - start */
/*[[hidetopicicons]]*/
/* Replace topic status icons to "dot" - end */
/*........................... Thread view start ............................*/
/* Eliminate text coloring in the Thread post - start */
/*[[postcoloring]]*/
/* Eliminate text coloring in the Thread post - end */
/* Removes user title start */
/*[[hideusertitle]]*/
/* Removes user title end */
/* Move tags to the bottom of the post - start */
/*[[tagstobottom]]*/
/* Move tags to the bottom of the post - end */
/* Signatures collapse start */
/*[[signaturecollapse]]*/
/* Signatures collapse end */
/* Remove avatar from user mentions - start */
/*[[hideavatar]]*/
/* Remove avatar from user mentions - end */
/* "Last Edited" timestamp move start */
/*[[lasteditedtotop]]*/
/* "Last Edited" timestamp move end */
/*........................... Thread view end ..............................*/
/*..................... Replace "pinned" on pushpin icon - start ...........*/
/*[[statustoicon]]*/
/*............. Replace "pinned" on pushpin icon - end ....................*/
/*.......... Change some typographics to Smallcaps - start ................*/
/*[[smallcapson]]*/
/*.......... Change some typographics to Smallcaps - end ..................*/
/*................. Move Topic Prefix to the right - start ................*/
/*[[prefixtoright]]*/
/*................. Move Topic Prefix to the right - end ..................*/
/*........................... Experimental start ...........................*/
/*[[experimental]]*/
/*........................... Experimental end .............................*/
/*-------------------------- Optional Mods end -----------------------------*/
/*==========================================================================*/
/*----------------------------- Global start -------------------------------*/
*|*:link {
color: #09F; /* hack for CKE links*/
}
a:visited {
color: #09F;
}
a:visited:hover {
color: #069;;
}
/*a:visited,*/
.widget-tabs.ui-tabs .ui-widget-content a {
color: #09F;
}
input[type="radio"],
input[type="checkbox"] {
-moz-appearance: none;
-webkit-appearance: none;
background-color: #454545;
border: 1px solid #666;
padding: 5px;
position: relative;
margin-top: 1px;
}
input[type="radio"] {
border-radius: 7px;
}
input[type="radio"]:hover,
input[type="radio"]:active,
input[type="radio"]:checked:active,
input[type="checkbox"]:hover,
input[type="checkbox"]:active,
input[type="checkbox"]:checked:active {
border-color: #F90;
}
input[type="checkbox"]:checked:after {
content: '\2714';
font-size: 10px;
position: absolute;
top: -2px;
left: 1px;
color: #f90;
}
input[type="radio"]:checked {
background-color: #F90;
box-shadow: 0 0 0 2px #333 inset;
background-clip: padding-box;
}
hr{
border-top: 1px solid rgba(0,0,0,0.1);
border-bottom: 1px solid rgba(255,255,255,0.1);
}
body {
background-image: none;
background-color: #333;
}
body,
.cke_editable, /*for chrome*/
.placeholder,
.post-content,
.widget-content,
.forum-list-container .forum-list-header {
color: #ccc;
}
.placeholder {
color: #ccc !important;
}
.b-button,
.b-button[disabled],
.b-button[disabled]:hover,
.b-button:focus,
.b-button-group .b-button--primary{
background-color: #666;
background-image: none;
border: none;
vertical-align: bottom;
}
.b-button:hover,
.b-button--secondary:link:hover,
.b-button--secondary:hover:visited,
.b-button--primary-light:hover:visited {
background-image: none;
border: none;
background-color: #FF9900;
}
.b-button--primary-light,
.b-button--primary-light:link,
.b-button--primary-light:visited,
.b-button--primary:link,
.b-button--secondary:link,
.b-button--secondary:visited {
background-color: #666;
background-image: none;
border: none;
}
.ui-widget-content a:hover {
color: #333;
}
input[type="text"] {
color: #ccc;
border: none;
box-shadow: 0 0 0 1px #0004 inset;
}
input[type="text"]:hover,
input[type="text"]:focus {
box-shadow: 0 0 0 1px #f90 inset;
}
textarea:hover,
textarea:focus {
box-shadow: 0 0 0 1px #f90 inset;
}
.autocomplete-container {
color: #ccc !important;
background-color: #454545;
border: none;
box-shadow: 0 0 0 1px #0000 inset;
transition-duration: 0.5s;
}
.autocomplete-container input {
line-height: 18px;
margin: 0 !important;
box-shadow: none;
}
.autocomplete-container input:hover,
.autocomplete-container input:focus {
box-shadow: none;
}
.autocomplete-container:hover,
.autocomplete-container:focus-within {
box-shadow: 0 0 0 1px #f90 inset;
transition-duration: 0.1s;
}
.textbox {
background-color: #333;
border-color: #454545;
color: #ccc;
}
.b-form-input__input {
padding: 4px 8px;
}
.selectBox-inline {
background-color: #454545;
border: none;
}
.selectBox-options {
background-color: #454545;
}
.b-form-select__select.selectBox {
background-color: #454545;
}
.selectBox-options li a {
color: #ccc;
border-left: 3px solid #454545;
transition-duration: 0.1s;
}
.selectBox-options li.selectBox-hover a {
border-left-color: #F90;
background-color: #454545;
color: #ccc;
transition-duration: 0s;
}
.selectBox-options li.selectBox-selected a {
background-color: #666;
border-left-color: #666;
}
.selectBox-options li.selectBox-hover.selectBox-selected a {
border-left-color: #F90;
}
.selectBox-dropdown {
background-color: #454545;
border-color: #0004;
box-shadow: none;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:hover {
border-color: #F90;
}
.selectBox-dropdown-menu {
border-color: #454545;
}
.selectBox-dropdown .selectBox-label {
background-color: #454545;
color: #ccc;
}
.selectBox-dropdown .selectBox-arrow {
filter: invert(100%) saturate(0%);
}
.b-form-select__select-selectBox-dropdown-menu.selectBox-options .selectBox-selected a {
background-color: #666;
color: #ccc;
}
.b-form-select__select-selectBox-dropdown-menu.selectBox-options .selectBox-hover a {
background-color: #454545;
color: #ccc;
}
.b-form-select__select-selectBox-dropdown-menu.selectBox-options .selectBox-selected.selectBox-hover a {
background-color: #666;
color: #ccc;
}
.b-ajax-loading-indicator {
min-width: 183px;
margin-left: -91px;
background-color: rgba(128,128,128,0.7);
border: 1px solid #F90;
color: #ccc;
font-size: 14px;
}
.error {
background-color: rgba(255,0,0,0.2);
border-color: #930;
}
/*Dropdown menus start*/
.b-content-entry .ui-widget-content.ui-autocomplete {
background-color: #454545;
border: none;
}
.ui-autocomplete {
box-shadow: 1px 4px 4px 0 rgba(0,0,0,0.5);
}
.ui-autocomplete .ui-menu-item {
border-left: 3px solid #454545;
transition-duration: 0.2s;
}
.ui-state-focus, .ui-widget-content .ui-state-focus {
background-color: #454545;
border: none;
margin: 0;
border-left: 3px solid #f90;
color: #f90;
transition-duration: 0s;
}
.b-comp-menu-dropdown .b-comp-menu-dropdown__content-item a {
color: #ccc;
}
.search-container #searchPopupContent {
background-color: #454545;
color: #ccc;
border: none;
box-shadow: 2px 3px 3px 0 rgba(0,0,0,0.5);
z-index: 1000;
}
.widget-tabs.ui-tabs .ui-widget-content .b-comp-menu-dropdown__content-item a {
color: #ccc;
}
.toolbar-wrapper .toolbar-filter-overlay .filter-header,
.toolbar-wrapper .toolbar-filter-overlay .filter-options label > input + span,
.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-header,
.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options label > input + span {
color: #ccc;
}
.toolbar-wrapper .toolbar-filter-overlay .filter-options label > input:checked + span,
.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options label > input:checked + span {
color: #F90;
}
.toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li,
.conversation-toolbar-wrapper .toolbar-filter-overlay .filter-options-list > li {
border-left: 1px solid #333;
}
.toolbar-wrapper .toolbar-filter-overlay,
.conversation-toolbar-wrapper .toolbar-filter-overlay {
background-image: none;
background-color: #454545;
box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.5);
border: none;
border-radius: 2px;
}
.toolbar-wrapper .horizontal-toolbar .toolset.h-right .toolbar-filter .filter-wrapper.selected,
.conversation-toolbar-wrapper .conversation-toolbar .toolbar-filter .filter-wrapper.selected {
background-color: #454545;
z-index: 1001;
position: relative;
border-color: #454545;
color: #ccc;
}
/*Dropdown menus end*/
/*----------------------------- Global end ---------------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------ Animation(transitions) start --------------------*/
.b-ajax-loading-indicator {
background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, rgba(255,255,255,.1) 16px, rgba(255,255,255,.1) 32px);
animation: pulse 2s infinite linear;
}
@keyframes pulse {
from {background-position-x: 0;}
to {background-position-x: 45px;}
}
a,
button,
input,
span,
.cke_reset_all a,
.cke_reset_all a span{
transition: all 0.5s ease, background-position 1ms;
}
a:hover,
button:hover,
input:hover,
span:hover,
.cke_reset_all a:hover,
.cke_reset_all a:hover span{
transition-duration: 0.1s;
}
.b-toolbar__item--secondary .b-icon{
transition-property: backgound-position;
transition-duration: 0s;
}
/*------------------------ Animation(transitions) end ----------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------ MAIN Tabbar remove start ------------------------*/
#channel-tabbar {
display: none;
}
#breadcrumbs {
margin-top: 4px;
border-top: 1px solid #666;
}
/*
#channel-tabbar {
background-image: none;
background-color: #333;
}
*/
/*------------------------ MAIN Tabbar remove end --------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*----------------------------- Header start -------------------------------*/
.b-top-menu__background {
background-image: none;
background-color: #333;
height: 0;
width: auto;
float: left;
}
.b-top-menu__item {
border-color: transparent;
}
.b-top-menu__item a.b-top-menu__item-link:hover,
.b-top-menu__item a.b-top-menu__item-link:active {
color: #f90;
}
#header {
background-image: none;
background-color: #333;
height: auto;
width: auto;
float: right;
min-width: 0px;
margin-top: 3px;
}
#header .header-cell {
display: none; /*logo lies here, it's disable anyway*/
}
#header .toolbar {
padding-right: 0px;
width: 228px;
margin-top: 0;
margin-left: -228px;
}
#header .toolbar > ul li {
margin: 0;
}
#main-navbar-wrapper {
background-image: none;
background-color: #333;
height: auto;
}
#main-navbar > ul > li > a:hover {
color: #FF9900;
}
#main-navbar {
background-image: none;
background-color: #333;
height: auto;
}
#main-navbar > ul > li {
position: absolute;
}
#main-navbar > ul > li > .divider {
display: none;
}
.secondary-nav {
float: left;
}
.page-title-widget .module-title h1 {
color: #FFF;
}
.view-mode .canvas-layout-container .canvas-widget.widget-no-border > .widget-header .module-title {
margin: 0px;
}
/*
.b-top-background__header-mainnav-subnav {
/*max-width: 1200px;
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
}*/
.b-top-background__header-mainnav {
max-width: 1200px;
margin: auto;
}
#channel-subtabbar {
background-color: #333;
border: none;
/*width: auto;*/
}
#channel-subtabbar .channel-subtabbar-list {
float: right;
}
#channel-subtabbar .channel-subtabbar-list li {
margin: 3px 240px 0 0;
}
#channel-subtabbar .channel-subtabbar-list li a {
color: #ccc;
}
#header .search-container .search-box {
width: 227px;
font-size: 0; /*for some reason there's whitespace inside, removing it*/
}
#header .search-container .search-box.search-btn-inside-box .search-btn {
background-color: #454545;
border: none;
right: 0;
}
#header .search-container .search-box.search-btn-inside-box .search-btn:hover {
background-color: #F90;
}
#header .search-container .search-box.search-btn-inside-box .search-btn:hover .vb-icon-search {
filter: none;
}
#header .search-container .search-box .search-term {
background-color: #454545;
border: none;
box-shadow: none;
color: #ccc;
padding-top: 5px;
font-size: 13px;
}
#header .search-container .search-box .search-term {
box-shadow: 0 0 0 1px #454545 inset;
}
#header .search-container .search-box:hover .search-term,
#header .search-container .search-box:focus-within .search-term {
box-shadow: 0 0 0 1px #F90 inset;
}
#header .search-container .search-box.search-btn-inside-box .vertical-divider-left {
border: none;
border-left: 1px solid #333;
}
.vb-icon-search,
.vb-icon-arrow-down-small {
filter: invert(100%) grayscale(100%);
}
#channel-subtabbar .channel-subtabbar-list li a:hover {
color: #F90;
}
#content,
#breadcrumbs,
#channel-tabbar .channel-tabbar-list li.current a {
background-image: none;
background-color: #454545;
}
#breadcrumbs .crumb,
#breadcrumbs .crumb-link,
#channel-tabbar .channel-tabbar-list li.current a {
color: #fefefe;
}
#channel-tabbar .channel-tabbar-list li.current a {
border-color: #FF9900;
}
#channel-tabbar .channel-tabbar-list li.current a:hover {
background-image: none;
background-color: #FF9900;
border-color: #FF9900;
}
#breadcrumbs .crumb:last-child {
border-bottom: 1px #FF9900 solid;
}
/*----------------------------- Header end ---------------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------ User Settings page start ------------------------*/
.b-tabbed-pane__pane.b-tabbed-pane__pane--selected {
background-color: #333;
border: none;
padding-top: 10px;
}
.b-tabbed-pane__tab--selected {
background-color: #333;
}
.b-tabbed-pane__tab--underline {
background-color: #393939;
border-top: 2px solid #393939;
}
.b-tabbed-pane__tab--underline:hover > .b-tabbed-pane__tab-link {
color: #F90;
}
.b-tabbed-pane__tab--underline.b-tabbed-pane__tab--selected {
border-bottom-color: #333;
border-top: 2px solid #F90;
}
.b-tabbed-pane__tab--underline.b-tabbed-pane__tab--selected > .b-tabbed-pane__tab-link {
color: #ccc;
}
.b-form-textarea__textarea {
background-color: #454545;
color: #ccc;
border: none;
}
/*------------------------ User Settings page end --------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*-------------------------- Search page start -----------------------------*/
.search-fields-widget .searchConfigFields .add-search-fieldset .info_column,
.form-fieldset .form_row.form-row-contenttypes .label_column,
.form-fieldset .form_row.form-row-searchoptions .label_column,
.form-fieldset .form_row .label_column,
.form-fieldset .form_row .field_column {
border-bottom: 1px solid #454545;
padding-top: 5px;
}
.searchConfigFields {
background-color: #333;
padding: 5px 10px;
border-radius: 5px;
}
.form-fieldset .form_row .field_column input.textbox {
background-color: #454545;
}
.flatpickr-calendar {
background-color: #454545;
box-shadow: none;
border: 1px solid #666;
}
.flatpickr-calendar.arrowTop::after,
.flatpickr-calendar.arrowTop::before {
border-bottom-color: #666;
}
.flatpickr-month {
fill: #ccc;
color: #ccc;
}
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
fill: #F90;
}
span.flatpickr-weekday {
color: #999;
}
span.flatpickr-day,
span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay,
span.flatpickr-day.today:not(.selected),
span.flatpickr-day.prevMonthDay.today:not(.selected),
span.flatpickr-day.nextMonthDay.today:not(.selected),
.flatpickr-day.disabled {
border-color: #393939;
color: #ccc;
}
span.flatpickr-day.today:not(.selected) {
color: #F90;
}
span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay {
background-color: #393939;
}
.flatpickr-day.nextMonthDay.disabled,
.flatpickr-day.disabled {
color: #666;
}
/*--------------------------- Search page end ------------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*-------------------------- Search results start --------------------------*/
.search-result-header .search-stats {
color: #ccc;
}
.search-results-widget .highlight {
background-color: transparent;
box-shadow: 0 0 0 1px #f90 inset;
border-radius: 4px;
padding: 1px 3px;
}
.b-comp-menu-dropdown--header-search {
top: 1;
right: 30px;
height: 24px;
}
.b-comp-menu-dropdown__trigger{
background-color: #666;
color: #ccc;
border-radius: 2px;
border: none;
/*margin-bottom: 2px;*/
}
.b-comp-menu-dropdown--open .b-comp-menu-dropdown__trigger {
border: none;
border-radius: 2px 2px 0 0;
background-color: #666;
color: #ccc;
margin-bottom: 0px;
/*border-bottom: 2px solid #666;*/
}
.b-comp-menu-dropdown--header-search .b-comp-menu-dropdown__trigger .vb-icon {
margin: 10px 8px 0;
}
.b-comp-menu-dropdown__content {
background: none;
background-color: #666;
color: #ccc;
border: none;
border-radius: 0 2px 2px 2px;
margin: 0px;
box-shadow: 2px 2px 7px rgba(0,0,0,0.5);
}
.b-comp-menu-dropdown__content-item {
border-top: 1px solid rgba(0,0,0,0.2);
}
.b-comp-menu-dropdown .b-comp-menu-dropdown__content-item:hover {
background-color: #666;
color: #ccc;
border-radius: 0 2px 2px 2px;
border-top: 1px solid rgba(0,0,0,0.2);
}
.b-comp-menu-dropdown .b-comp-menu-dropdown__content-item:first-child {
border-top: 0 none;
}
.search-results-widget .search-controls {
display: flex;
}
.search-results-widget .search-controls .search-controls-keywords {
color: #F90;
font-size:24px;
line-height: 24px;
display: flex;
align-items: center;
}
.search-results-widget .search-controls .search-controls-keywords .b-comp-menu-dropdown {
margin-right: 7px;
}
.search-results-widget .search-controls .search-controls-members {
margin-left: 8px;
}
/*--------------------------- Search results end ---------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*---------------------- Message Center page start -------------------------*/
.canvas-layout-container .private-message-search,
.canvas-layout-container .private-message-toolbar {
background-image: none !important;
background-color: #393939 !important;
}
.private-message-widget .nav-pane {
background-color: #393939;
}
/*.canvas-layout-container .canvas-layout .canvas-widget-list {
padding-right: 2px;
}*/
.folder-item .count {
background-color: #666;
border: none;
color: #333;
}
.message-empty {
background-color: #333;
}
.private-message-widget .folder-link,
.private-message-widget .folder-link:hover,
.private-message-widget .folder-link.selected{
background: none;
}
.private-message-widget .folder-link {
color: #ccc;
border-left: 2px solid #393939;
}
.private-message-widget .folder-link.selected {
border-left-color: #F90;
}
.private-message-widget .folder-link:hover {
color: #F90;
}
.private-message-widget .main-pane .main-pane-header {
color: #ccc;
background-color: #393939;
}
.private-message-widget .message-list .message-item {
background-color: #333;
}
.private-message-widget .main-pane .main-pane-header,
.private-message-widget .main-pane .message-list .message-item {
border-color: #454545;
}
.private-message-widget .nav-pane .divider-solid {
border-color: #666;
}
#privateMessageContainer {
background-color: #333;
}
#privateMessageContainer .message-list tr td {
border-top: 1px solid #454545;
}
#privateMessageContainer {
background-color: #333;
border: 1px solid transparent;
}
.private-message-widget .last-msg-unread,
.private-message-widget .main-pane .message-list .message-item.message-unread,
.private-message-widget .main-pane .message-list.pm-notification-list .message-item.notification-unread {
background-color: #333;
}
/*mark deleted topics red - start*/
#privateMessageContainer .deleted {
background-color: rgba(255,0,0,0.1);
}
/*mark deleted topics red - end*/
/*
#privateMessageContainer .message-list tr:nth-child(2n){
background-color: #393939;
}*/
/*------------------------- Message Center page end ------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------- User Profile View start ------------------------*/
.profile_sidebar_content {
background-color: #393939;
}
.canvas-layout-container .profileSidebar{
padding-right: 10px;
}
.profile-sidebar-widget .profile-menulist .profile-menulist-item > a > label {
color: #ccc;
}
.profile-sidebar-widget .profile-menulist .profile-menulist-item,
.profile-sidebar-widget .profile-menulist,
.profile-action-buttons {
border-color: #454545;
}
.profile-sidebar-widget .profile-menulist .profile-menulist-item > a > .subscriptions-count, .profile-sidebar-widget .profile-menulist .profile-menulist-item .subscriptions-count {
background-color: #454545;
border: none;
margin-top: 4px;
}
#profileTabs.profileTabs {
background-color: #454545;
color: #ccc;
}
#activities-tab {
background-color: #333;
}
#about-tab,
#media-tab {
background-color: #393939;
}
.photo-preview .photoPreviewBox .photoPreviewBox-large,
#mediaList .item-album {
background-color: #333;
border-color: #454545;
border-radius: 4px;
transition-duration: 0.5s
}
#mediaList .item-album:hover {
border-color: #F90;
transition-duration: 0.2s
}
.profileTabs .section .section-header {
background-color: #333;
border: none;
}
.profile-widget .widget-tabs .widget-tabs-panel.about-tab,
.widget-tabs .widget-tabs-nav li.ui-tabs-active{
border: none;
}
.profileTabs .widget-tabs-nav li,
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin: 0px;
}
.profileTabs .ui-tabs-nav li a:hover,
.profileTabs .ui-tabs-nav li.ui-tabs-active a:hover {
color: #F90;
}
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar {
background-image: none;
background-color: #333;
color: #ccc;
}
#profileTabs.profileTabs .post-content,
#profileTabs.profileTabs .conversation-list.stream-view .list-item{
background-color: #333;
color: #ccc;
}
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .b-button.b-button--secondary,
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar a.b-button.b-button--secondary,
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar a.b-button.b-button--secondary:visited {
background-image: none;
background-color: #666;
color: #333;
}
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar a.b-button.b-button--secondary:visited:hover,
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .b-button.b-button--secondary:hover {
background-image: none;
background-color: #f90;
color: #333;
}
.view-mode .widget-tabs .widget-tabs-nav {
margin-bottom: -5px !important;
}
.profileTabs .widget-tabs-nav li {
border: none;
}
.profileTabs .widget-tabs-nav li.ui-tabs-active a {
background-color: #333;
}
.profileTabs .widget-tabs-nav li a {
background-color: #393939;
}
.b-layout--contiguous .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list-header {
background-color: #393939;
border-color: #454545;
}
.b-layout--contiguous .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item {
background-color: #393939;
border-color: #454545;
}
.b-layout--contiguous .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list .subscription-item .td,
.b-layout--contiguous .subscriptions-widget .widget-content .subscribeTabs .subscription-list-container .subscription-list {
border-color: #454545;
}
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar a.b-button.b-button--secondary,
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .b-button.b-button--secondary:hover,
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .b-button.b-button--secondary {
border: none;
vertical-align: bottom;
}
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .b-button.subscribepending_button,
.profileTabs .conversation-toolbar-wrapper .conversation-toolbar .b-button.subscribepending_button:hover {
background-color: #454545;
background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, rgba(255,255,255,.05) 16px, rgba(255,255,255,.05) 32px);
color: #808080;
}
/*--------------------------- User Profile View end ------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------ Page Navigation bar start -----------------------*/
.b-icon__gear-s,
.vb-icon-folder-black,
.vb-icon-trash-black,
.vb-icon-triangle-up-wide,
.vb-icon-triangle-down-wide,
.vb-icon-arrow-left,
.vb-icon-arrow-right {
filter: invert(100%) saturate(0%);
}
.conversation-toolbar-wrapper .conversation-toolbar input[type="text"] {
background: #454545 none;
}
.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container input[type="text"] {
color: #ccc;
}
.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container .search-btn {
background: #454545 none;
border: none;
margin-top: -12px;
}
.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container .search-btn:hover {
background: #FF9900 none;
}
.conversation-toolbar-wrapper .conversation-toolbar .toolbar-search .search-container .search-btn:hover .vb-icon-search-small-gray {
filter: invert(100%) saturate(0%);;
}
.horizontal-arrows {
overflow: hidden;
}
.horizontal-arrows,
.horizontal-arrows .left-arrow,
.horizontal-arrows .right-arrow {
border-color: #454545;
background-color: #454545;
}
.horizontal-arrows .left-arrow:hover,
.horizontal-arrows .right-arrow:hover {
background-color: #F90;
}
.horizontal-arrows .h-disabled.left-arrow,
.horizontal-arrows .h-disabled.right-arrow {
background-color: #393939;
}
.horizontal-arrows .h-disabled.left-arrow:hover,
.horizontal-arrows .h-disabled.right-arrow:hover {
background: #393939;
}
/*------------------------- Page Navigation bar end ------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------- Forums list view start -------------------------*/
.conversation-showmore {
border: none;
background-color: #666;
border-radius: 0 0 2px 2px;
}
.forum-desc,
.channel-desc {
color: #808080;
}
.forum-list-container .category-header .category {
color: #ccc !important;
}
.subforum-list {
background-color: #393939;
}
.forum-list-container .category-header {
background-color: #454545;
}
.forum-list-container .category-header td,
.subchannel-widget .forum-list-container .forum-item td {
border-color: #454545;
}
.forum-list-container .category-header td {
border-bottom: 1px solid #FF9900;
}
.widget-tabs .conversation-toolbar-wrapper {
border-bottom: 1px solid #454545;
}
.forum-list-container .forum-list-header {
background-image: none;
background-color: #333;
}
.subchannel-widget .forum-list-container,
.forum-list-container .forum-list-header .header-lastpost,
.forum-list-container .forum-list-header .header-forum,
.forum-list-container .forum-list-header th {
border: none;
}
.b-icon__rss {
visibility: hidden;
}
.b-icon__rss:before {
content: '';
background-color: #ccc;
/*[[browser]]*/mask-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="6.18" cy="17.82" r="2.18"/><path d="M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"/></svg>');
display: block;
visibility: visible;
width: 14px;
height: 14px;
transition: .5s;
}
.b-icon__rss:hover:before{
background-color: #F90;
transition: 0.2s;
}
.list-footer {
background-color: #333;
border-bottom: none;
}
.subchannel-widget .list-footer {
border: none;
}
/*------------------------- Forums list view end ---------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------- Topics list view start -------------------------*/
/* remove topic icons */
.topic-list-container .topic-list .topic-item .cell-topic .topic-wrapper img {
display: none;
}
.toolbar-divider {
background: none;
border-left: 1px solid rgba(0,0,0,0.2);
border-right: 1px solid rgba(255,255,255,0.1);
}
.toolbar-divider-inner {
display:none;
}
.topic-list-container {
border-color: #454545;
background-color: #333;
border-collapse: separate;
}
.conversation-toolbar-wrapper .filtered-by {
background-color: #393939;
border-width: 0 0 1px 0;
border-color: #666;
}
.topic-list-container .topic-list-header .header-lastpost {
width: 27.3%; /*hack to eliminate space left by missing cell*/
}
.topic-list-container .topic-list .topic-item td {
border-color: #454545;
}
.topic-list-container .topic-list {
background-color: #333;
}
.topic-list-container .topic-list-header {
background-color: #333;
}
.topic-list-container .topic-list.sticky-list {
background-color: #530;
}
.topic-list-container .topic-list-header .header-lastpost,
.topic-list-container .topic-list-header .header-topic {
border: none;
}
.forum-item,
.topic-list-container .topic-list .topic-item.sticky {
background-color: #393939;
}
.topic-list-container .topic-list .topic-item.unapproved
{
background-color: rgba(128,255,0,0.05);
}
.topic-list-container .topic-list .topic-item.deleted
{
background-color: rgba(255,0,0,0.05);
}
/* hides topic 'uread' status icons */
.topic-list-container .topic-list-header {
color: #ccc;
}
.topic-list-container .topic-list.sticky-list + .topic-list tr:first-child td {
border-color: #454545;
}
.topic-list-container .topic-list.sticky-list + .topic-list tr:first-child .cell-topic,
.topic-list-container .topic-list .topic-item .cell-topic {
border-left-width: 2px;
border-left-color: #FF9900;
border-left-style: solid;
}
.topic-list-container .topic-list.sticky-list + .topic-list tr:first-child.read .cell-topic,
.topic-list-container .topic-list .topic-item.read .cell-topic {
border-left-color: #666;
}
.topic-list-container .topic-list.sticky-list .topic-item.read .cell-topic {
border-left-color: #666;
}
.topic-list .inlinemod-item.inlinemod_highlight{
background-color: transparent !important;
background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, rgba(255,255,255,.1) 16px, rgba(255,255,255,.1) 32px) !important;
}
.topic-list-container .topic-list .topic-item .cell-inlinemod-item {
position: absolute;
margin-left: -20px;
display: block;
}
.pagenav-container {
margin-right: 10px;
}
.ui-widget-content {
background-color: #454545;
}
/*........................... Tabs view start ..............................*/
.conversation-toolbar-wrapper .conversation-toolbar {
color: #ccc;
}
.conversation-toolbar-wrapper .conversation-toolbar {
background-image: none;
background-color: #333;
border: none;
}
.widget-tabs .widget-tabs-nav .ui-tabs-nav {
background-color: #454545;
}
.widget-tabs .widget-tabs-nav li {
background-color: #393939;
border-width: 2px 0 0 0;
margin: 0;
border-radius: 0;
}
.widget-tabs .widget-tabs-nav li.ui-tabs-active {
background-color: #333;
border-top: 2px solid #F90;
}
.widget-tabs .widget-tabs-nav li.ui-tabs-active a {
color: #ccc;
}
.widget-tabs.channel-conversation-list-wrapper .ui-tabs-nav li a:hover,
.widget-tabs.channel-conversation-list-wrapper .ui-tabs-nav li.ui-tabs-active a:hover {
color: #F90;
}
.conversation-empty {
background-color: #333;
}
.photo-preview .photoPreviewBox {
background-color: #393939;
border: none;
}
.conversation-list.stream-view .list-item {
border-top-color: #454545;
border-top-width: 5px;
}
.forum-channel-content-widget .conversation-list.stream-view .list-item {
background-color: #333;
}
/*........................... Tabs view end ................................*/
/*------------------------- Topics list view end ---------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------- Tooltip Thread Preview start -------------------*/
.ui-tooltip-default .ui-tooltip-titlebar,
.ui-tooltip-default .ui-tooltip-content {
color: #ccc;
background-color: #454545;
border: none;
border-top-left-radius: 0;
}
.ui-tooltip-default .ui-tooltip-content span {
font-size: 12px !important;
}
.ui-tooltip-default .ui-tooltip-content br {
display: block;
margin:0;
}
.ui-tooltip-shadow {
box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.25);
}
/*------------------------- Tooltip Thread Preview end ---------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*-------------------------------- Popup start -----------------------------*/
.dialog-container.ui-dialog .ui-dialog-titlebar {
background-color: #333;
border-color: #454545;
}
.ui-widget-content {
border-color: #454545;
}
/*-------------------------------- Popup end -------------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*-------------------------- Thread view page start ------------------------*/
/*remove "stuck" label - start*/
.sticky .b-post--first .b-post__label {
display: none;
}
/*remove "stuck" label - end*/
.notice {
background-color: #333;
border: none;
/*border-left: 1px solid #F90;
border-bottom-left-radius: 0;
border-top-left-radius: 0;*/
color: #ccc;
float: right;
margin-left: 5px;
}
.notice.close:before {
margin-right: 5px;
content: '\1f512\FE0E'
}
.notice.stick:before {
margin-right: 5px;
content: '\1f4cc\FE0E'
}
.conversation-status-message.notice {
margin-bottom: 8px;
}
.b-post-notice {
background-color: #333;
border: none;
border-radius: 0 2px 2px 0;
border-left: 2px solid #F90;
}
.b-post-notice .h-padding-s {
padding: 8px 15px;
}
.b-post {
background-color: #393939;
border: none;
}
.b-post__arrow,
.b-post--first .b-post__arrow {
border-right-color: #333;
}
.b-post__body,
.b-post--first .b-post__body {
background-color: #333;
}
.b-divider {
border-top: 1px solid #333;
border-bottom: 1px solid #454545;
border-style: solid;
}
.toolbar-divider-solid {
border: none;
border-right: 1px solid #454545;
}
.b-post-attachments {
background-color: #393939;
border: none;
}
.b-post-attachments ul {
margin: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.b-post-attachments ul li {
padding: 2px;
width: 9.5%;
}
.b-post-attachments ul li a img {
border: 1px solid transparent;
}
.b-post-attachments ul li a:hover img {
border: 1px solid #FF9900;
}
.inlinemod_highlight .b-post__body {
background-color: #333;
box-shadow: 0 0 0 1px #F90 inset;
}
.inlinemod_highlight .b-post__arrow{
border-right-color: #F90;
}
.spoiler .spoiler-title {
border: none;
background-color: #454545;
margin-top: 4px;
}
.spoiler .spoiler-content {
border-color: #454545;
background-color: #333;
}
.bbcode_container .bbcode_quote {
background-color: #393939;
border-left: 1px solid #ccc;
}
.b-comments__header, .b-comments__footer {
background-color: #454545;
border: none;
}
.b-comments__comments {
border: none;
}
/* CODE field start*/
.bbcode_container .bbcode_code {
background-color: #393939;
border: none;
border-left: 1px solid #ff9900;
padding-left: 15px;
margin-top: 10px;
height: auto !important;
}
/* CODE field end*/
/*........................... User Info start ..............................*/
.b-userinfo {
color: #999;
}
.userinfo .usertitle span,
.userinfo .usertitle span b {
font-size: 11px;
}
.userinfo .usertitle {
font-size: 11px;
color: #808080
}
.b-userinfo__rank {
margin-left: -5px;
margin-right: -15px;
}
.b-post-control__bubble-flyout {
background-color: #454545;
border: none;
}
.bubble-flyout i,
.bubble-flyout u {
border-right-color: #454545;
}
.b-icon__status--gray,
.b-icon__status--green {
background-image: none;
box-shadow: 0 0 0 2px #393939 inset;
border: 1px solid #666;
border-radius: 7px;
background-clip: content-box;
}
.b-icon__status--green {
background-color: #71ae4b;
}
/*........................... User Info end ................................*/
/*........................... Thread Tabs start ............................*/
.channel-controls,
.conversation-controls {
margin-bottom: 0;
position: relative;
z-index: 999;
}
.channel-conversation-list-wrapper,
.widget-tabs-nav {
clear: none;
}
.view-mode .widget-tabs .widget-tabs-nav {
background-color: transparent !important;
border: none !important;
border-radius: 0 !important;
}
.conversation-content-widget .ui-tabs-nav li a:hover,
.conversation-content-widget .ui-tabs-nav li.ui-tabs-active a:hover {
color: #F90;
}
/*........................... Thread Tabs end ..............................*/
/*....................... Latest Activity Tab start ........................*/
.conversation-list.stream-view {
border: none;
}
.conversation-list.stream-view .list-item,
.conversation-content-widget .list-container.stream-view .list-item.conversation-starter {
background-color: #393939;
padding: 15px 15px 0 5px;
}
.conversation-content-widget .list-container .list-item.conversation-starter .list-item-body-wrapper,
.conversation-content-widget .list-container .list-item .list-item-body-wrapper {
background-color: #333;
}
.conversation-list.stream-view .list-item-header {
padding-left: 10px;
}
.channel-content-widget .conversation-list.stream-view .list-item-header .info {
margin-right: 10px;
}
.conversation-list.stream-view.stream-view-full-width .list-item {
padding: 15px 15px 0 15px;
}
/*....................... Latest Activity Tab end ..........................*/
/*------------------------- Thread view page end ---------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------- CKE Editor (Reply form) start ------------------*/
.cke_reset_all,
.cke_reset_all *,
.cke_reset_all a,
.cke_reset_all textarea {
color: #ccc;
}
.b-content-entry-panel {
background-color: #393939;
border-color: #454545;
}
.b-content-entry-panel__content {
border-color: #454545;
}
textarea.cke_source {
color: #ccc;
background-color: #333;
}
.b-editor,
.b-editor .cke_top,
.b-toolbar {
background-color: #393939;
border-color: #454545;
}
.b-editor .cke_bottom {
background-color: #393939;
border: none;
}
.b-editor .cke_bottom:hover {
background-color: #666;
}
.cke_top {
box-shadow: none;
}
.cke_toolgroup {
box-shadow: none;
background-color: #666;
background-image: none;
border: none;
overflow: hidden;
}
.cke_toolbar_separator {
box-shadow: none;
}
a.cke_button_disabled:hover,
a.cke_button_off:hover {
box-shadow: none;
background-color: #666;
background-image: none;
}
a.cke_button_on {
box-shadow: 0 0 5px #000 inset;
background-color: #0099ff;
background-image: none;
}
a.cke_button_on:hover {
box-shadow: 0 0 2px #000 inset;
}
.cke_panel_listItem a,
.cke_panel_listItem a:hover {
border: none;
}
.cke_panel_listItem a:hover {
background-color: #454545;
}
.cke_button_icon,
.cke_ltr .cke_button .cke_button_icon{
background-color: #666 !important;
background-blend-mode: multiply !important;
/*filter: invert(100%);*/
}
a.cke_button_on .cke_button_icon,
.cke_ltr .cke_button_on .cke_button_icon {
background-color: #09F !important;
}
a.cke_button_off:hover,
a.cke_button_off:hover .cke_button_icon {
background-color: #CCC !important;
}
.cke_combo a.cke_combo_button,
.cke_combo_on a.cke_combo_button {
border: none;
box-shadow: none;
background-image: none;
}
.cke_combo a.cke_combo_button {
background-color: #666;
}
.cke_combo_on a.cke_combo_button,
.cke_combo_on a.cke_combo_button:hover {
background-color: #09F;
box-shadow: 0 0 5px #000 inset;
}
.cke_combo_text {
color: #000;
text-shadow: none;
}
.cke_panel {
border-color: #454545;
background-color: #333;
}
.cke_panel_grouptitle {
background-image: none;
background-color: #454545;
text-shadow: none;
color: #ccc;
border: none;
box-shadow: none;
}
a.cke_colorauto,
a.cke_colorbox,
a.cke_colormore,
a.cke_colorauto:hover,
a.cke_colorbox:hover,
a.cke_colormore:hover {
border: none;
}
a.cke_colorauto:hover,
a.cke_colorbox:hover,
a.cke_colormore:hover {
background-color: #666;
}
span.cke_colorbox {
width: 11px;
height: 11px;
}
.cke_colorblock a {
color: #ccc;
}
.cke_dialog_background_cover {
background-color: #000 !important; /* the only way to bypass style defined in element*/
}
.b-toolbar__item {
border-color: #454545;
}
.b-toolbar__item--secondary,
.b-toolbar__item--secondary.b-toolbar__item--active {
background: #393939 none;
}
/*CKE Popups - start*/
.cke_dialog_body {
border: none;
color: #ccc;
background-color: #333;
}
.cke_dialog_title {
background-image: none;
background-color: #666;
text-shadow: none;
color: #ccc;
box-shadow: none;
border: none;
}
.cke_dialog_contents {
background-color: #454545;
border-color: #666;
}
.cke_dialog_footer {
background-color: #454545;
background-image: none;
outline: none;
box-shadow: none;
border-top: 1px solid #333;
}
.cke_dialog iframe.cke_pasteframe {
border: none;
}
a.cke_dialog_ui_button {
box-shadow: none;
background-image: none;
background-color: #666;
border: none;
color: #000;
}
.cke_dialog_footer_buttons a.cke_dialog_ui_button span {
text-shadow: none;
font-weight: normal;
}
a.cke_dialog_ui_button_ok {
color: #fff;
}
a.cke_dialog_ui_button:focus {
box-shadow: none;
background-image: none;
background-color: #F90;
padding: 4px 0;
}
a.cke_dialog_ui_button span {
text-shadow: none;
}
a.cke_dialog_ui_button_cancel:focus span {
padding: 0 12px;
}
a.cke_dialog_ui_button:hover {
background-image: none;
background-color: #F90;
}
a.cke_dialog_ui_button:hover span {
color: #333;
}
select.cke_dialog_ui_input_select {
background-color: #393939;
border-color: #454545;
}
select.cke_dialog_ui_input_select:hover,
select.cke_dialog_ui_input_select:focus {
border-color: #F90;
}
.cke_disabled select.cke_dialog_ui_input_select:hover,
.cke_disabled select.cke_dialog_ui_input_select:focus {
border-color: #454545;
}
input.cke_dialog_ui_input_text {
background-color: #393939;
}
input.cke_dialog_ui_input_text:hover,
input.cke_dialog_ui_input_text:focus {
border: none;
}
div.cke_disabled .cke_dialog_ui_labeled_content div * {
background-color: #454545;
box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
}
div.cke_disabled .cke_dialog_ui_labeled_content div *:hover {
box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
}
a.cke_dialog_tab {
background-image: none;
border: none;
border-radius: 0;
background-color: #393939;
}
a.cke_dialog_tab:hover {
background-image: none;
background-color: #393939;
color: #f90;
}
a.cke_dialog_tab:focus {
background-image: none;
background-color: #454545;
color: #f90;
}
a.cke_dialog_tab_selected {
background-color: #454545;
border-top: 1px solid #F90;
}
a.cke_dialog_tab_selected:hover {
background-color: #454545;
color: #f90;
}
.videoList {
visibility: hidden;
font-size: 0;
line-height: 8px;
}
.cke_dialog_ui_html .videoListLink {
visibility: visible;
display: block;
color: #09F;
}
.cke_dialog_ui_html .videoListLink:hover {
color: #f90;
}
/*CKE Popups - end*/
/*------------------------- CKE Editor (Reply form) end --------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*------------------------ Unsorted Code starts here -----------------------*/
/* This code eventually will rest each in own caterory */
.b-form-input__input {
background-color: #454545;
/*background-color: #f00;*/
}
.ui-corner-all {
border-radius: 0;
}
.channel-content-widget .conversation-list.stream-view {
border: none;
}
} | 0.367157 | 0.033463 |
body {
height: 1600px;
}
header {
margin-top: 3%;
margin-left: 3%;
margin-right: 5%;
margin-bottom: 0%;
padding-bottom: 0%;
line-height: 20%;
}
#headerCont p { font-size: small;
color: gray; }
#headerCont {
float: left;
display: flex;
clear: both;
padding: 10px;
width: 50%;
margin-bottom: 0px;
margin-left: 5%;
}
#logo {
width:10%;
height: 10%;
margin-right: 20px;
flex-shrink: 0;
line-height: 50%;
margin-bottom: 0px;
}
h2 {
font-family: 'Yellowtail', cursive;
margin-top: 1%;
padding-bottom: 0%;
}
#text { padding: 3px;
line-height: 80%;
}
#icons {
float: right;
margin-top:1%;
width: 30%;
margin-top: 25px;
margin-right: 2%;
position: relative;
margin-bottom: 0px;
}
main {
clear: both;
margin-top: 10px;
padding: 50px;
}
#nothing {
margin-left: 10%;
margin-right: 6%;
margin-top: 0px;
line-height: 20%;
padding-top: 0px;
}
#title {
float: left;
clear: both;
line-height: 20%;
width: 40%;
margin-right: 2%;
padding-top: 0px;
margin-top: 0px;
padding-left:0%;
}
h1 { font-weight: bold;
}
#title p{
font-size: x-small;
color: gray;
}
#print {
float: right;
display: flex;
padding: 20px;
width: 5%;
margin-left: 20%;
padding-right: 12%;
}
#print img {
height: 10px;
width: 10px;
flex-shrink: 0;
margin-right: 20px;
margin: auto;
}
h4 {font-size: x-small;
color: gray;}
#pizza {
clear: both;
width: 80%;
margin-left: 5%;
margin-right: 5%;
margin-top: 1%;
}
article {
color: gray;
margin-right: 9%;
margin-left: 5%;
margin-bottom: 1%;
padding-bottom: 1%;
}
.container {
position: relative;
text-align: center;
color:gray;
}
#left {
position: absolute;
left: 16px;
transform: translate(80%,-168%);
text-align: left;
}
#right {
position: absolute;
right: 100px;
transform: translate(-25%,-148%);
text-align: left;
}
ul li {
list-style-type: none;
margin-top: 3px;
margin-bottom: 3px;
}
.buttoncont {
display: block;
text-align: center;
}
#button {
border: none;
color: white;
box-sizing: border-box;
background-color: red;
display: inline-block;
font-size: 1em;
padding: 1em 2em;
width: auto;
text-decoration: none;
}
#wvanessa {
margin-top: 3%;
display: flex;
}
#vanessa {
float: left;
clear: both;
display: flex;
margin-left: 3%;
}
#pic {
width: 60px;
height: 60px;
flex-shrink: 0;
margin-top: 5%;
position: relative;
}
#name {
margin-top: 2%;
position: relative;
padding-left: 2%;
width: 120%;
}
.buttoncont {
float: right;
margin-top: 2%;
margin-right: 4%;
margin-bottom: 4%;
flex-shrink: 0;
position: relative;right: 10px;
padding-left: 9%;
padding-top: 3%;
}
#footer {
text-align: center;
clear: both;
color: gray;
}
/*
footer img {
position: absolute;top:7px;
top: -50px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border-radius: 50%;
display: block;
} */
#foot {
position: relative;
}
#slash {
background-image: url(images/hr-img.png);
height: 10px;
margin-left: 80px;
margin-right: 140px;
transform: rotate(180dec);
}
#bordercont {
border-bottom-style: solid;
border-bottom: gray;
}
/* .mydivider {
background-color: #f4f6f9;
box-shadow: 0 -3px 0 0
position: relative;
margin-top: 60px;
} */
#checked {
text-decoration: line-through;
}
input {
color: gray;
}
footer img {
margin-top: -18px;
margin-left: 550px;
z-index: +1;
}
#foot {
width: 80%;
margin-left: 6%;
margin-right: 2%;
z-index: -1;
} | style.css | body {
height: 1600px;
}
header {
margin-top: 3%;
margin-left: 3%;
margin-right: 5%;
margin-bottom: 0%;
padding-bottom: 0%;
line-height: 20%;
}
#headerCont p { font-size: small;
color: gray; }
#headerCont {
float: left;
display: flex;
clear: both;
padding: 10px;
width: 50%;
margin-bottom: 0px;
margin-left: 5%;
}
#logo {
width:10%;
height: 10%;
margin-right: 20px;
flex-shrink: 0;
line-height: 50%;
margin-bottom: 0px;
}
h2 {
font-family: 'Yellowtail', cursive;
margin-top: 1%;
padding-bottom: 0%;
}
#text { padding: 3px;
line-height: 80%;
}
#icons {
float: right;
margin-top:1%;
width: 30%;
margin-top: 25px;
margin-right: 2%;
position: relative;
margin-bottom: 0px;
}
main {
clear: both;
margin-top: 10px;
padding: 50px;
}
#nothing {
margin-left: 10%;
margin-right: 6%;
margin-top: 0px;
line-height: 20%;
padding-top: 0px;
}
#title {
float: left;
clear: both;
line-height: 20%;
width: 40%;
margin-right: 2%;
padding-top: 0px;
margin-top: 0px;
padding-left:0%;
}
h1 { font-weight: bold;
}
#title p{
font-size: x-small;
color: gray;
}
#print {
float: right;
display: flex;
padding: 20px;
width: 5%;
margin-left: 20%;
padding-right: 12%;
}
#print img {
height: 10px;
width: 10px;
flex-shrink: 0;
margin-right: 20px;
margin: auto;
}
h4 {font-size: x-small;
color: gray;}
#pizza {
clear: both;
width: 80%;
margin-left: 5%;
margin-right: 5%;
margin-top: 1%;
}
article {
color: gray;
margin-right: 9%;
margin-left: 5%;
margin-bottom: 1%;
padding-bottom: 1%;
}
.container {
position: relative;
text-align: center;
color:gray;
}
#left {
position: absolute;
left: 16px;
transform: translate(80%,-168%);
text-align: left;
}
#right {
position: absolute;
right: 100px;
transform: translate(-25%,-148%);
text-align: left;
}
ul li {
list-style-type: none;
margin-top: 3px;
margin-bottom: 3px;
}
.buttoncont {
display: block;
text-align: center;
}
#button {
border: none;
color: white;
box-sizing: border-box;
background-color: red;
display: inline-block;
font-size: 1em;
padding: 1em 2em;
width: auto;
text-decoration: none;
}
#wvanessa {
margin-top: 3%;
display: flex;
}
#vanessa {
float: left;
clear: both;
display: flex;
margin-left: 3%;
}
#pic {
width: 60px;
height: 60px;
flex-shrink: 0;
margin-top: 5%;
position: relative;
}
#name {
margin-top: 2%;
position: relative;
padding-left: 2%;
width: 120%;
}
.buttoncont {
float: right;
margin-top: 2%;
margin-right: 4%;
margin-bottom: 4%;
flex-shrink: 0;
position: relative;right: 10px;
padding-left: 9%;
padding-top: 3%;
}
#footer {
text-align: center;
clear: both;
color: gray;
}
/*
footer img {
position: absolute;top:7px;
top: -50px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border-radius: 50%;
display: block;
} */
#foot {
position: relative;
}
#slash {
background-image: url(images/hr-img.png);
height: 10px;
margin-left: 80px;
margin-right: 140px;
transform: rotate(180dec);
}
#bordercont {
border-bottom-style: solid;
border-bottom: gray;
}
/* .mydivider {
background-color: #f4f6f9;
box-shadow: 0 -3px 0 0
position: relative;
margin-top: 60px;
} */
#checked {
text-decoration: line-through;
}
input {
color: gray;
}
footer img {
margin-top: -18px;
margin-left: 550px;
z-index: +1;
}
#foot {
width: 80%;
margin-left: 6%;
margin-right: 2%;
z-index: -1;
} | 0.29381 | 0.103976 |
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* 스타일 초기화 */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
address, form, fieldset, legend,
table, caption, col, colgroup, thead, tfoot, tbody, th, td {
margin:0;
padding:0;
font-family:'Nanum Gothic','돋움','Helvetica Neue', Helvetica, Arial, sans-serif;
font-size:12px;
color:#333; !important;
}
p, input, select, textarea {
font-family:'Nanum Gothic','돋움','Helvetica Neue', Helvetica, Arial, sans-serif;
font-size:12px;
color:#333; !important;
}
h1, h2, h3, h4, h5, h6{
font-size:100%;
font-weight:normal;
}
fieldset, img, abbr, acronym {
border: 0 none;
}
table {
border-collapse: collapse;
border-spacing:0;
border:0 none;
}
caption, th, td {
text-align:none;
font-weight:normal;
}
address, caption, strong, em {
font-weight:normal;
font-style:normal;
}
/* 수평선*/
hr { display:none; }
caption{display:none;}
th, strong{font-weight:bold;}
ul{list-style:none;}
legend{display:none;}
a:link, a:visited, a:active{color:#333; text-decoration:none; cursor:pointer; !important; }
a:hover{color:#333; text-decoration:none; cursor:pointer; !important; }
/*
컨텐츠 사이즈 지정
100% 작업시 {width:100%;}만 입력 */
/*상태 모니터링*/
.sub0101 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0102 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0103 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0104 {width:990px; padding-left:50%; margin-left:-495px;}
/*서비스 관리*/
.sub0201 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0202 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0203 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0204 {width:990px; padding-left:50%; margin-left:-495px;}
/*통계*/
.sub0301 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0302 {width:990px; padding-left:50%; margin-left:-495px;}
/*이력*/
.sub0401 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0402 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0403 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0404 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0405 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0406 {width:990px; padding-left:50%; margin-left:-495px;}
/*정보관리*/
.sub0501 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0502 {width:990px; padding-left:50%; margin-left:-495px;}
/*로그인쪽*/
.sub0601 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0602 {width:990px; padding-left:50%; margin-left:-495px;}
/*메인*/
.sub0000 {width:990px; padding-left:50%; margin-left:-495px;} | si-modules/DM_Web_Server/src/main/webapp/css/hitdm/reset.css | @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* 스타일 초기화 */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
address, form, fieldset, legend,
table, caption, col, colgroup, thead, tfoot, tbody, th, td {
margin:0;
padding:0;
font-family:'Nanum Gothic','돋움','Helvetica Neue', Helvetica, Arial, sans-serif;
font-size:12px;
color:#333; !important;
}
p, input, select, textarea {
font-family:'Nanum Gothic','돋움','Helvetica Neue', Helvetica, Arial, sans-serif;
font-size:12px;
color:#333; !important;
}
h1, h2, h3, h4, h5, h6{
font-size:100%;
font-weight:normal;
}
fieldset, img, abbr, acronym {
border: 0 none;
}
table {
border-collapse: collapse;
border-spacing:0;
border:0 none;
}
caption, th, td {
text-align:none;
font-weight:normal;
}
address, caption, strong, em {
font-weight:normal;
font-style:normal;
}
/* 수평선*/
hr { display:none; }
caption{display:none;}
th, strong{font-weight:bold;}
ul{list-style:none;}
legend{display:none;}
a:link, a:visited, a:active{color:#333; text-decoration:none; cursor:pointer; !important; }
a:hover{color:#333; text-decoration:none; cursor:pointer; !important; }
/*
컨텐츠 사이즈 지정
100% 작업시 {width:100%;}만 입력 */
/*상태 모니터링*/
.sub0101 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0102 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0103 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0104 {width:990px; padding-left:50%; margin-left:-495px;}
/*서비스 관리*/
.sub0201 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0202 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0203 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0204 {width:990px; padding-left:50%; margin-left:-495px;}
/*통계*/
.sub0301 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0302 {width:990px; padding-left:50%; margin-left:-495px;}
/*이력*/
.sub0401 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0402 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0403 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0404 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0405 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0406 {width:990px; padding-left:50%; margin-left:-495px;}
/*정보관리*/
.sub0501 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0502 {width:990px; padding-left:50%; margin-left:-495px;}
/*로그인쪽*/
.sub0601 {width:990px; padding-left:50%; margin-left:-495px;}
.sub0602 {width:990px; padding-left:50%; margin-left:-495px;}
/*메인*/
.sub0000 {width:990px; padding-left:50%; margin-left:-495px;} | 0.234933 | 0.075585 |
* {
box-sizing: border-box;
margin: 0 auto;
}
/* ids */
/* classes */
.hamburger {
margin-top: 10px;
margin-bottom: -5px;
background: none;
border-color: #2196f3;
}
.navigation {
list-style: none;
padding-left: 0;
}
.navigation li {
display: none;
}
.navigation.responsive {
position: relative;
}
.navigation.responsive li {
background-color: #2196f3; /*add color*/
display: block;
width: 100%;
margin: 2px 0;
}
.navigation.responsive li a {
padding: 1rem;
text-align: center;
display: block;
text-decoration: none;
}
.navigation.responsive li a:hover {
background-color: #d9d9d9; /*add color*/
}
.forecast {
display: none;
}
.sunny {
width: 70px;
}
.hmm {
min-width: 10px;
max-width: 25px;
}
.ftitle {
margin: 20px;
}
.weather-summary {
margin: 20px;
}
.highlow p {
margin: 2px;
}
.conditions p {
margin: 2px;
}
.peeked {
max-width: 300px;
margin: 0 0 20px;
}
.town-article {
margin: 0 60px 60px;
line-height: 1.4;
}
/* -----------------------------------------------------*/
body {
font-size: 16px;
font-family: 'Arvo', serif;
background-color: #2196f3; /*add color*/
color: white;
/*aaddff bbddff ccddff ddddff eeddff*/
}
header {
margin: 0 auto;
text-align: center;
}
header h1 {
font-family: 'permanent marker';
display: inline;
/*margin: 0 0 0 -20px; to correct the misalignment*/
}
header h2 {
margin: -1px;
font-weight: ;
}
header img {
margin: 0 0 0 -18px;
}
header .subheading {}
nav {}
nav button {
}
nav ul li a {
color: black;
}
nav ul li a:link {
text-decoration: none;
}
nav ul li a.visited {}
nav ul li a:hover {}
main {
text-align: center;
}
main h2 {}
main figure {}
main figure img {}
main article h3 {}
main article.peek {}
main article.peek img {
width: 100%;
min-width: 160px;
}
table {
margin: auto;
}
article h3 {
margin: 20px 0;
}
footer {
text-align: center;
}
/*<img src="images/space-needle.jpg"
srcset="images/space-needle.jpg 1x, images/space-needle-2x.jpg 2x,
images/space-needle-hd.jpg 3x">*/ | selectedprojects/weather_site/lesson6/styles/main-6.css | * {
box-sizing: border-box;
margin: 0 auto;
}
/* ids */
/* classes */
.hamburger {
margin-top: 10px;
margin-bottom: -5px;
background: none;
border-color: #2196f3;
}
.navigation {
list-style: none;
padding-left: 0;
}
.navigation li {
display: none;
}
.navigation.responsive {
position: relative;
}
.navigation.responsive li {
background-color: #2196f3; /*add color*/
display: block;
width: 100%;
margin: 2px 0;
}
.navigation.responsive li a {
padding: 1rem;
text-align: center;
display: block;
text-decoration: none;
}
.navigation.responsive li a:hover {
background-color: #d9d9d9; /*add color*/
}
.forecast {
display: none;
}
.sunny {
width: 70px;
}
.hmm {
min-width: 10px;
max-width: 25px;
}
.ftitle {
margin: 20px;
}
.weather-summary {
margin: 20px;
}
.highlow p {
margin: 2px;
}
.conditions p {
margin: 2px;
}
.peeked {
max-width: 300px;
margin: 0 0 20px;
}
.town-article {
margin: 0 60px 60px;
line-height: 1.4;
}
/* -----------------------------------------------------*/
body {
font-size: 16px;
font-family: 'Arvo', serif;
background-color: #2196f3; /*add color*/
color: white;
/*aaddff bbddff ccddff ddddff eeddff*/
}
header {
margin: 0 auto;
text-align: center;
}
header h1 {
font-family: 'permanent marker';
display: inline;
/*margin: 0 0 0 -20px; to correct the misalignment*/
}
header h2 {
margin: -1px;
font-weight: ;
}
header img {
margin: 0 0 0 -18px;
}
header .subheading {}
nav {}
nav button {
}
nav ul li a {
color: black;
}
nav ul li a:link {
text-decoration: none;
}
nav ul li a.visited {}
nav ul li a:hover {}
main {
text-align: center;
}
main h2 {}
main figure {}
main figure img {}
main article h3 {}
main article.peek {}
main article.peek img {
width: 100%;
min-width: 160px;
}
table {
margin: auto;
}
article h3 {
margin: 20px 0;
}
footer {
text-align: center;
}
/*<img src="images/space-needle.jpg"
srcset="images/space-needle.jpg 1x, images/space-needle-2x.jpg 2x,
images/space-needle-hd.jpg 3x">*/ | 0.2359 | 0.132655 |
body {
font-family:Arial;
font-size: 14px; line-height: 18px;
color: #333;
background: #fff;
margin: 0;
padding: 0;
line-height: normal; font-weight: 300;
}
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, select, div, textarea {
padding: 0;
margin: 0
}
img {
border: none;
max-width: 100%;
height: auto
}
.clear {
margin: 0;
padding: 0;
clear: both
}
.after:after {
content: "";
display: block;
clear: both;
visibility: hidden
}
strong{font-weight: 700;}
a {
text-decoration: none;
padding: 0;
margin: 0;
outline: none;
transition: all 0.3s;
transition: all 500ms ease-in-out
}
a:hover {
text-decoration: none
}
img {
max-width: 100%
}
.wrapper_fixed {
margin: 25px auto;
padding: 0 0 50px 0;
max-width: 950px;
width: 100%
}
p{margin-bottom: 14px; line-height: 18px;}
h2{font-size: 16px; font-weight: 600; text-align: center; margin-bottom: 12px;}
h3{font-size: 16px; font-weight: 600; text-align: left; margin-bottom: 12px;}
.billDateGroop{display: inline-block; width: 100%; margin-bottom: 14px;}
.crmBill{float: left;}
.dateTop{float: right;}
.tableBottomBorder{border-bottom: #ccc solid 1px; width: 100%; margin-top: 25px; margin-bottom: 25px;}
.tableCus {margin: 0; padding: 0; }
.tableCus td, .tableCus th{padding: 5px; border: #ccc solid 1px; border-bottom: none; text-align: left; vertical-align: top !important;}
.sl_1{width: 5%;}
.sl_2{width: 18%;}
.sl_3, .sl_4, .sl_5, .sl_6, .sl_7, .sl_8{width: 11%;}
.sl_11{width: 5%;}
.sl_22{width: 18%;}
.sl_33, .sl_55{width: 22%;}
.sl_44, .sl_66{width: 11%;}
.sl5_1{width: 5%;}
.sl5_2{width: 18%;}
.sl5_3, .sl5_4, .sl5_5, .sl5_6, .sl5_7, .sl5_8{width: 11%;}
.sl55_1{width: 5%;}
.sl55_2{width: 15%;}
.sl55_3, .sl55_4{width: 35%;}
.sl55_5{width: 10%;}
.sl4_1{width: 25%;}
ul{margin-left: 15px; margin-bottom: 15px;}
ul li{margin-bottom:7px;} | report/assets/css/anexture.css | body {
font-family:Arial;
font-size: 14px; line-height: 18px;
color: #333;
background: #fff;
margin: 0;
padding: 0;
line-height: normal; font-weight: 300;
}
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, select, div, textarea {
padding: 0;
margin: 0
}
img {
border: none;
max-width: 100%;
height: auto
}
.clear {
margin: 0;
padding: 0;
clear: both
}
.after:after {
content: "";
display: block;
clear: both;
visibility: hidden
}
strong{font-weight: 700;}
a {
text-decoration: none;
padding: 0;
margin: 0;
outline: none;
transition: all 0.3s;
transition: all 500ms ease-in-out
}
a:hover {
text-decoration: none
}
img {
max-width: 100%
}
.wrapper_fixed {
margin: 25px auto;
padding: 0 0 50px 0;
max-width: 950px;
width: 100%
}
p{margin-bottom: 14px; line-height: 18px;}
h2{font-size: 16px; font-weight: 600; text-align: center; margin-bottom: 12px;}
h3{font-size: 16px; font-weight: 600; text-align: left; margin-bottom: 12px;}
.billDateGroop{display: inline-block; width: 100%; margin-bottom: 14px;}
.crmBill{float: left;}
.dateTop{float: right;}
.tableBottomBorder{border-bottom: #ccc solid 1px; width: 100%; margin-top: 25px; margin-bottom: 25px;}
.tableCus {margin: 0; padding: 0; }
.tableCus td, .tableCus th{padding: 5px; border: #ccc solid 1px; border-bottom: none; text-align: left; vertical-align: top !important;}
.sl_1{width: 5%;}
.sl_2{width: 18%;}
.sl_3, .sl_4, .sl_5, .sl_6, .sl_7, .sl_8{width: 11%;}
.sl_11{width: 5%;}
.sl_22{width: 18%;}
.sl_33, .sl_55{width: 22%;}
.sl_44, .sl_66{width: 11%;}
.sl5_1{width: 5%;}
.sl5_2{width: 18%;}
.sl5_3, .sl5_4, .sl5_5, .sl5_6, .sl5_7, .sl5_8{width: 11%;}
.sl55_1{width: 5%;}
.sl55_2{width: 15%;}
.sl55_3, .sl55_4{width: 35%;}
.sl55_5{width: 10%;}
.sl4_1{width: 25%;}
ul{margin-left: 15px; margin-bottom: 15px;}
ul li{margin-bottom:7px;} | 0.322953 | 0.052765 |
a {
text-decoration: none;
}
input {
width: 100%;
font-size: 25px;
padding: 5px;
}
.main-container {
margin-left: 35%;
margin-right: 35%;
margin-top: 10%;
padding: 2px;
display: block;
}
.main-block {
background-color: #f4f7f9;
color: black;
padding: 5px;
}
.task {
background-color: #f4f7f9;
color: black;
display: block;
margin: 3px;
font-size: 0px;
border-radius: 5px;
border: 2px solid #c3bfbf;
}
.task-button {
width: 30px;
display: inline-block;
font-size: initial;
text-align: center;
}
.del-button:hover,.check-button:hover, .add-button:hover {
background-color: blue;
color: white;
cursor: pointer;
}
.task-text {
width: calc(100% - 60px);
display: inline-block;
font-size: initial;
}
.add-button {
text-align: center;
background-color: #67d0b6;
color: white;
padding: 2px;
font-size: 30px;
font-weight: 900;
border-radius: 5px;
padding: 2px;
margin-top: 5px;
font-family: initial;
border: none;
}
.cancel-button {
text-align: center;
background-color: #eaafaf;
color: white;
padding: 2px;
font-size: 30px;
font-weight: 900;
border-radius: 5px;
padding: 2px;
margin-top: 5px;
font-family: initial;
border: none;
}
.check-button {
color: #67d0b6;
border-right: 2px solid #c3bfbf;
font-size: 30px;
}
.del-button {
color: white;
background-color: #eaafaf;
border-left: 2px solid #c3bfbf;
font-size: 30px;
}
.border-text {
color: #000000c2;
padding-left: 5px;
padding-right: 5px;
font-size: 18px;
font-weight: 900;
}
.form-margin {
margin: 0;
}
.done {
text-decoration: line-through #000000c2;
}
.vh-min-84 {
min-height: 84vh;
}
.vh-min-88 {
min-height: 88vh;
}
.vh-min-80 {
min-height: 80vh;
}
.vh-min-20 {
min-height: 20vh;
}
.vh-min-10 {
min-height: 10vh;
}
.vh-min-90 {
min-height: 90vh;
}
.vh-min-8 {
min-height: 8vh;
}
.vh-min-6 {
min-height: 6vh;
}
.vh-min-4 {
min-height: 4vh;
}
.padding-10 {
padding: 10px;
}
.height-100 {
height: 100%
}
.margin-0 {
margin: 0%
}
.ul-menu {
display: inline;
margin-right: 20px;
font-size: 20px
}
.active {
text-decoration: underline;
font-weight: 700;
}
.ahover:hover {
text-decoration:none;
opacity: 1;
}
.ahover {
text-decoration:none;
opacity: 0.8;
}
.header-fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 10;
}
.footer-fixed {
position: fixed;
bottom: 0;
height: 23px;
}
.main-margin {
min-height: 91vh;
margin-top: 61px;
} | public/css/task-js.css | a {
text-decoration: none;
}
input {
width: 100%;
font-size: 25px;
padding: 5px;
}
.main-container {
margin-left: 35%;
margin-right: 35%;
margin-top: 10%;
padding: 2px;
display: block;
}
.main-block {
background-color: #f4f7f9;
color: black;
padding: 5px;
}
.task {
background-color: #f4f7f9;
color: black;
display: block;
margin: 3px;
font-size: 0px;
border-radius: 5px;
border: 2px solid #c3bfbf;
}
.task-button {
width: 30px;
display: inline-block;
font-size: initial;
text-align: center;
}
.del-button:hover,.check-button:hover, .add-button:hover {
background-color: blue;
color: white;
cursor: pointer;
}
.task-text {
width: calc(100% - 60px);
display: inline-block;
font-size: initial;
}
.add-button {
text-align: center;
background-color: #67d0b6;
color: white;
padding: 2px;
font-size: 30px;
font-weight: 900;
border-radius: 5px;
padding: 2px;
margin-top: 5px;
font-family: initial;
border: none;
}
.cancel-button {
text-align: center;
background-color: #eaafaf;
color: white;
padding: 2px;
font-size: 30px;
font-weight: 900;
border-radius: 5px;
padding: 2px;
margin-top: 5px;
font-family: initial;
border: none;
}
.check-button {
color: #67d0b6;
border-right: 2px solid #c3bfbf;
font-size: 30px;
}
.del-button {
color: white;
background-color: #eaafaf;
border-left: 2px solid #c3bfbf;
font-size: 30px;
}
.border-text {
color: #000000c2;
padding-left: 5px;
padding-right: 5px;
font-size: 18px;
font-weight: 900;
}
.form-margin {
margin: 0;
}
.done {
text-decoration: line-through #000000c2;
}
.vh-min-84 {
min-height: 84vh;
}
.vh-min-88 {
min-height: 88vh;
}
.vh-min-80 {
min-height: 80vh;
}
.vh-min-20 {
min-height: 20vh;
}
.vh-min-10 {
min-height: 10vh;
}
.vh-min-90 {
min-height: 90vh;
}
.vh-min-8 {
min-height: 8vh;
}
.vh-min-6 {
min-height: 6vh;
}
.vh-min-4 {
min-height: 4vh;
}
.padding-10 {
padding: 10px;
}
.height-100 {
height: 100%
}
.margin-0 {
margin: 0%
}
.ul-menu {
display: inline;
margin-right: 20px;
font-size: 20px
}
.active {
text-decoration: underline;
font-weight: 700;
}
.ahover:hover {
text-decoration:none;
opacity: 1;
}
.ahover {
text-decoration:none;
opacity: 0.8;
}
.header-fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 10;
}
.footer-fixed {
position: fixed;
bottom: 0;
height: 23px;
}
.main-margin {
min-height: 91vh;
margin-top: 61px;
} | 0.326593 | 0.09899 |
* {
color:inherit;
font: inherit;
padding:0; margin:0;
}
html { background-color:#CCC; }
body {
color:#666;
background-color:#FFF;
font-size: 100%;
margin: 1em 2em;
font-family: Calibri, Tahoma, Verdana, Helvetica, Arial, sans-serif;
width: 43em;
padding: 1em 1em;
}
ul.navline {
border-bottom: solid thick #999;
padding:0;
margin:0;
}
h1.site {
border-top: solid thick #999;
border-bottom: solid thick #999;
padding: .5ex 1em;
margin:0;
font-size: 1.2em;
background-color:#999;
}
h1.site a { color:#FFF; }
h1.site a:hover { color:#F60; }
h1.site em { color: inherit; font-weight: normal; }
ul.navline li {
display: inline-block;
padding: .5ex 1em;
font-weight:bold;
}
ul.navline li.current {
background-color:#999;
color:#FFF;
}
ul.navline li a { color:#999; }
ul.navline li.current a { color:#FFF; }
ul.navline li a:hover { color:#F60; }
a { text-decoration:none; color:#C63; }
a:hover { color:#F60; }
h1, h2, h3, h4 ,h5, h6 {
color:#999;
vertical-align: baseline;
font-family: Candara, "Trebuchet MS";
}
h1, h2 { font-size: 2.00em; line-height: 1.5em; padding-top:1.0em; }
h3, h4 { font-size: 1.50em; line-height: 2.0em; padding-top:.66em; }
h5, h6 { font-size: 1.25em; line-height: 1.6em; padding-top:0.8em; }
p, ul { font-size: 1.00em; line-height: 1.5em; overflow : hidden; clear:both; }
p + p { margin-top:0.75em; }
a.child { display:block; clear:both; color:inherit; }
img.side + p { clear: none; }
h1, h3, h5 { font-weight:bold; }
h2, h4, h6 { }
p strong { font-weight:bold; }
p em { color:#333; }
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong { color:#F60; }
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em { color:#777; }
span.caps { font-size: 1.7ex; font-weight: bold; letter-spacing: .5ex; text-transform:uppercase; }
cite { font-style: italic; }
cite:before { content: '“'; }
cite:after { content: '„'; }
cite:before, cite:after { font-weight: bold; color:#CCC; }
dl { margin: 1.5em 0; font-size:1.1em; line-height: 1.36; }
dt { float:left; margin-right:1em; }
dd { color:#333; }
img, object {
background-color:#999;
padding:.5em;
margin: .5em 0;
border:none;
}
img.side {
float:left;
margin-right:1ex;
margin-top:.25em;
}
a:hover img { background-color:#F60; }
p.footer {
background-color:#999;
color:#FFF;
font-size:.8em;
padding:1em;
margin-top:2em;
padding-bottom:2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit ; }
h6.date { margin: -1em 0 0; padding:0; color:#ccc; }
p.mark:before {
content: "► " ;
color:#CCC;
}
p.hi:before { color: #F60;}
b { font-weight: bold; }
i { font-style: italic; }
p.meta { font-size: 75%; }
img.noborder { padding:0; }
ul#twitter_update_list { list-style-type: none; }
ul#twitter_update_list > li:before {
content:"► ";
color:#ccc;
} | public/stylesheets/master.css | * {
color:inherit;
font: inherit;
padding:0; margin:0;
}
html { background-color:#CCC; }
body {
color:#666;
background-color:#FFF;
font-size: 100%;
margin: 1em 2em;
font-family: Calibri, Tahoma, Verdana, Helvetica, Arial, sans-serif;
width: 43em;
padding: 1em 1em;
}
ul.navline {
border-bottom: solid thick #999;
padding:0;
margin:0;
}
h1.site {
border-top: solid thick #999;
border-bottom: solid thick #999;
padding: .5ex 1em;
margin:0;
font-size: 1.2em;
background-color:#999;
}
h1.site a { color:#FFF; }
h1.site a:hover { color:#F60; }
h1.site em { color: inherit; font-weight: normal; }
ul.navline li {
display: inline-block;
padding: .5ex 1em;
font-weight:bold;
}
ul.navline li.current {
background-color:#999;
color:#FFF;
}
ul.navline li a { color:#999; }
ul.navline li.current a { color:#FFF; }
ul.navline li a:hover { color:#F60; }
a { text-decoration:none; color:#C63; }
a:hover { color:#F60; }
h1, h2, h3, h4 ,h5, h6 {
color:#999;
vertical-align: baseline;
font-family: Candara, "Trebuchet MS";
}
h1, h2 { font-size: 2.00em; line-height: 1.5em; padding-top:1.0em; }
h3, h4 { font-size: 1.50em; line-height: 2.0em; padding-top:.66em; }
h5, h6 { font-size: 1.25em; line-height: 1.6em; padding-top:0.8em; }
p, ul { font-size: 1.00em; line-height: 1.5em; overflow : hidden; clear:both; }
p + p { margin-top:0.75em; }
a.child { display:block; clear:both; color:inherit; }
img.side + p { clear: none; }
h1, h3, h5 { font-weight:bold; }
h2, h4, h6 { }
p strong { font-weight:bold; }
p em { color:#333; }
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong { color:#F60; }
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em { color:#777; }
span.caps { font-size: 1.7ex; font-weight: bold; letter-spacing: .5ex; text-transform:uppercase; }
cite { font-style: italic; }
cite:before { content: '“'; }
cite:after { content: '„'; }
cite:before, cite:after { font-weight: bold; color:#CCC; }
dl { margin: 1.5em 0; font-size:1.1em; line-height: 1.36; }
dt { float:left; margin-right:1em; }
dd { color:#333; }
img, object {
background-color:#999;
padding:.5em;
margin: .5em 0;
border:none;
}
img.side {
float:left;
margin-right:1ex;
margin-top:.25em;
}
a:hover img { background-color:#F60; }
p.footer {
background-color:#999;
color:#FFF;
font-size:.8em;
padding:1em;
margin-top:2em;
padding-bottom:2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit ; }
h6.date { margin: -1em 0 0; padding:0; color:#ccc; }
p.mark:before {
content: "► " ;
color:#CCC;
}
p.hi:before { color: #F60;}
b { font-weight: bold; }
i { font-style: italic; }
p.meta { font-size: 75%; }
img.noborder { padding:0; }
ul#twitter_update_list { list-style-type: none; }
ul#twitter_update_list > li:before {
content:"► ";
color:#ccc;
} | 0.447943 | 0.083965 |
.main-content{
/* <!--width: 100vw;--> */
height: 100vh;
margin-top: 0px;
padding-left: 250px;
transition: all 0.3s ease-in-out;
}
.hidden{
display:none;
}
.bootstrap-tagsinput .tag {
background: var(--primary-color);
border: none;
padding: 0 6px;
margin-right: 2px;
color: white;
border-radius: 4px;
}
.main-footer{
width: 100vw;
position: fixed;
bottom: 0;
padding: 5px;
background-color: pink;
}
.copyright{
width: 100%;
text-align: right;
}
.admin-header .logout{
position: absolute;
margin: 15px;
right: 0;
padding: 5px;
border-radius: 5px;
font-size: 15pt;
color: #333;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
.logout:hover{
background-color: #FEE8E5;
}
#nav_toggle{
margin: 15px;
font-size: 15pt !important;
padding: 10px;
background-color: #FEE8E5;
color: #333;
cursor: pointer;
border-radius: 5px;
text-align: center;
width: 40px;
height: 40px;
transition: all 0.3s ease-in-out;
}
.nav-cover{
position: fixed;
width: 100vw;
height: 100vh;
opacity: 0;
z-index: -1;
background-color: rgba(0,0,0,0.3);
transition: all 0.3s ease-in-out;
}
.loading-icon{
position: fixed;
top: 45%;
left: 48%;
z-index: 101;
color: #fff;
display: none;
}
.card .card-header-title {
font-size: 13px;
}
.card small {
font-size: 10px;
}
select.custom-select.custom-select-sm.form-control.form-control-sm {
display: inline-block !important;
}
.btn-primary{
background-color: var(--primary-color) !important;
border: none;
}
@media only screen and (max-width: 484px) {
.btn-mobile-w-100 { width: 100%; }
.position-absolute.right-0 { position: relative !important; padding: 0; }
.position-absolute.right-0 button { margin-right: 0; margin-left: 0; }
}
.card-header{
background-color: var(--primary-color) !important;
}
.card-title{
font-size : 16px;
font-weight: bold;
margin:0 !important;
color:white;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
bottom: 1.5em;
}
.card-option {
border-left: 10px solid var(--primary-color);
position: relative;
overflow: visible !important;
}
.option-check {
transition: 0.3s;
}
.option-check > i {
color: #fff;
display: none;
position: absolute;
left: -35px;
top: 50%;
transform: translateY(-50%);
}
.card-option:hover .option-check > i {
display: block !important;
}
.loading-icon i{
font-size: 3rem !important;
}
/* responsive styles */
@media only screen and (min-width: 749px) {
.main-content{
padding-left: 250px;
}
.loading-icon{
padding-right: 250px;
}
}
@media only screen and (max-width: 748px) {
.main-content{
padding-left: 0;
}
.copyright{
text-align: center;
}
} | assets/css/admin/admin_styles.css | .main-content{
/* <!--width: 100vw;--> */
height: 100vh;
margin-top: 0px;
padding-left: 250px;
transition: all 0.3s ease-in-out;
}
.hidden{
display:none;
}
.bootstrap-tagsinput .tag {
background: var(--primary-color);
border: none;
padding: 0 6px;
margin-right: 2px;
color: white;
border-radius: 4px;
}
.main-footer{
width: 100vw;
position: fixed;
bottom: 0;
padding: 5px;
background-color: pink;
}
.copyright{
width: 100%;
text-align: right;
}
.admin-header .logout{
position: absolute;
margin: 15px;
right: 0;
padding: 5px;
border-radius: 5px;
font-size: 15pt;
color: #333;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
.logout:hover{
background-color: #FEE8E5;
}
#nav_toggle{
margin: 15px;
font-size: 15pt !important;
padding: 10px;
background-color: #FEE8E5;
color: #333;
cursor: pointer;
border-radius: 5px;
text-align: center;
width: 40px;
height: 40px;
transition: all 0.3s ease-in-out;
}
.nav-cover{
position: fixed;
width: 100vw;
height: 100vh;
opacity: 0;
z-index: -1;
background-color: rgba(0,0,0,0.3);
transition: all 0.3s ease-in-out;
}
.loading-icon{
position: fixed;
top: 45%;
left: 48%;
z-index: 101;
color: #fff;
display: none;
}
.card .card-header-title {
font-size: 13px;
}
.card small {
font-size: 10px;
}
select.custom-select.custom-select-sm.form-control.form-control-sm {
display: inline-block !important;
}
.btn-primary{
background-color: var(--primary-color) !important;
border: none;
}
@media only screen and (max-width: 484px) {
.btn-mobile-w-100 { width: 100%; }
.position-absolute.right-0 { position: relative !important; padding: 0; }
.position-absolute.right-0 button { margin-right: 0; margin-left: 0; }
}
.card-header{
background-color: var(--primary-color) !important;
}
.card-title{
font-size : 16px;
font-weight: bold;
margin:0 !important;
color:white;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
bottom: 1.5em;
}
.card-option {
border-left: 10px solid var(--primary-color);
position: relative;
overflow: visible !important;
}
.option-check {
transition: 0.3s;
}
.option-check > i {
color: #fff;
display: none;
position: absolute;
left: -35px;
top: 50%;
transform: translateY(-50%);
}
.card-option:hover .option-check > i {
display: block !important;
}
.loading-icon i{
font-size: 3rem !important;
}
/* responsive styles */
@media only screen and (min-width: 749px) {
.main-content{
padding-left: 250px;
}
.loading-icon{
padding-right: 250px;
}
}
@media only screen and (max-width: 748px) {
.main-content{
padding-left: 0;
}
.copyright{
text-align: center;
}
} | 0.359364 | 0.067762 |
@import url(https://fonts.googleapis.com/css?family=Montserrat);
body
{
margin: 0;
padding-top: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
font-family: segoe script;
background: url(../images/bg1.jpg)no-repeat center top;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-attachment:fixed;
}
.container
{
position: relative;
width: 450px;
min-height: 550px;
background: rgba(255,255,255,0.05);
box-shadow: 0 5px 15px rgba(0,0,0,1);
}
.container:before
{
content: '';
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
background: rgba(255,255,255,0.1);
pointer-events: none;
}
.container:after
{
content: '';
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
background: linear-gradient(45deg,#ff0047,#6eff00);
pointer-events: none;
animation: animate 10s linear infinite;
}
@keyframes animate
{
0%
{
filter: blur(60px) hue-rotate(0deg);
}
100%
{
filter: blur(60px) hue-rotate(360deg);
}
}
.form
{
position: absolute;
width: 100%;
height: 100%;
padding-top: 40px;
box-sizing: border-box;
z-index: 1;
}
.form h2
{
margin: 0;
padding: 0;
color: #fff;
font-size: 24px;
}
.form
{
width: 100%;
margin-top: 20px;
}
.form input
{
width: 100%;
background: transparent;
border: none;
border-bottom: 2px solid #fff;
outline: none;
font-size: 18px;
color: #fff;
padding: 5px 0;
font-family: segoe print;
}
::placeholder
{
color: #eee;
}
input[type="checkbox"]
{
position: relative;
left: -90px;
top: -23px;
}
button[type="submit"]
{
background: transparent;
font-family: segoe print;
color: white;
font-size: 0.9em;
max-width: 100px;
width: 200px;
height: 30px;
cursor: pointer;
}
.form p
{
color: #eee;
}
.form p a
{
color: #fff;
}
svg {
display: block;
font: 10.5em 'Montserrat';
width: 760px;
height: 100px;
position: relative;
left: -150px;
top: -30px;
}
.text-copy {
fill: none;
stroke: white;
stroke-dasharray: 6% 29%;
stroke-width: 5px;
stroke-dashoffset: 0%;
animation: stroke-offset 5.5s infinite linear;
}
.text-copy:nth-child(1){
stroke: #4D163D;
animation-delay: -1;
}
.text-copy:nth-child(2){
stroke: #840037;
animation-delay: -2s;
}
.text-copy:nth-child(3){
stroke: #BD0034;
animation-delay: -3s;
}
.text-copy:nth-child(4){
stroke: #BD0034;
animation-delay: -4s;
}
.text-copy:nth-child(5){
stroke: #FDB731;
animation-delay: -5s;
}
@keyframes stroke-offset{
100% {stroke-dashoffset: -35%;}
} | public/css/loginstyle.css | @import url(https://fonts.googleapis.com/css?family=Montserrat);
body
{
margin: 0;
padding-top: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
font-family: segoe script;
background: url(../images/bg1.jpg)no-repeat center top;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-attachment:fixed;
}
.container
{
position: relative;
width: 450px;
min-height: 550px;
background: rgba(255,255,255,0.05);
box-shadow: 0 5px 15px rgba(0,0,0,1);
}
.container:before
{
content: '';
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
background: rgba(255,255,255,0.1);
pointer-events: none;
}
.container:after
{
content: '';
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
background: linear-gradient(45deg,#ff0047,#6eff00);
pointer-events: none;
animation: animate 10s linear infinite;
}
@keyframes animate
{
0%
{
filter: blur(60px) hue-rotate(0deg);
}
100%
{
filter: blur(60px) hue-rotate(360deg);
}
}
.form
{
position: absolute;
width: 100%;
height: 100%;
padding-top: 40px;
box-sizing: border-box;
z-index: 1;
}
.form h2
{
margin: 0;
padding: 0;
color: #fff;
font-size: 24px;
}
.form
{
width: 100%;
margin-top: 20px;
}
.form input
{
width: 100%;
background: transparent;
border: none;
border-bottom: 2px solid #fff;
outline: none;
font-size: 18px;
color: #fff;
padding: 5px 0;
font-family: segoe print;
}
::placeholder
{
color: #eee;
}
input[type="checkbox"]
{
position: relative;
left: -90px;
top: -23px;
}
button[type="submit"]
{
background: transparent;
font-family: segoe print;
color: white;
font-size: 0.9em;
max-width: 100px;
width: 200px;
height: 30px;
cursor: pointer;
}
.form p
{
color: #eee;
}
.form p a
{
color: #fff;
}
svg {
display: block;
font: 10.5em 'Montserrat';
width: 760px;
height: 100px;
position: relative;
left: -150px;
top: -30px;
}
.text-copy {
fill: none;
stroke: white;
stroke-dasharray: 6% 29%;
stroke-width: 5px;
stroke-dashoffset: 0%;
animation: stroke-offset 5.5s infinite linear;
}
.text-copy:nth-child(1){
stroke: #4D163D;
animation-delay: -1;
}
.text-copy:nth-child(2){
stroke: #840037;
animation-delay: -2s;
}
.text-copy:nth-child(3){
stroke: #BD0034;
animation-delay: -3s;
}
.text-copy:nth-child(4){
stroke: #BD0034;
animation-delay: -4s;
}
.text-copy:nth-child(5){
stroke: #FDB731;
animation-delay: -5s;
}
@keyframes stroke-offset{
100% {stroke-dashoffset: -35%;}
} | 0.291082 | 0.072768 |
body {
font-family: 'Montserrat', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
font-size: 16px;
line-height: 1.5;
background-color: #D1CEC5;
}
main {
max-width: 850px;
margin: 32px auto;
padding: 0 24px;
}
a {
color: deepskyblue;
text-decoration: none;
}
article {
margin: 0 auto;
max-width: 650px;
}
/* Header */
.header-header {
background-color: #452B29;
padding: 24px 32px;
margin-bottom: 32px;
text-align: center;
}
.header-h1 {
font-weight: 100;
}
.header-nav {
max-width: 650px;
margin: 0 auto;
text-align: end;
}
.header-link {
font-size: 18px;
margin-right: 16px;
text-align: center;
}
.header-link.active {
font-weight: bold;
text-decoration: none;
}
/* Home */
.card-ul {
display: flex;
padding: 0;
justify-content: space-evenly;
margin-top: 5px;
flex-flow: row wrap;
}
.card-li {
background-color: #E3CCA1;
flex-direction: row;
align-items: center;
border: 1px solid #eee;
overflow: hidden;
border-radius: 5px;
border-spacing: 6px;
margin-top: 10px;
}
.card-li:hover {
box-shadow: 1px 1px 5px #999;
}
.card-title {
color: #997C67;
margin-left: 5px;
}
.card-description {
color: #997C67;
padding-left: 5px;
width: 195px;
}
.card {
display: flex;
color: #000;
}
.card-placeholder {
width: 200px;
height: 18em;
}
.card-image {
display: block;
width: 100%;
height: 60%;
}
/* Process.js Icon Container Stying */
.icon-section{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
border-top: solid gray 2px;
border-bottom: solid gray 2px;
margin-top: 25px;
margin-bottom: 25px;
}
.icon-title{
font-size: xx-large;
font-family: 'Montserrat', sans-serif;
}
.icon-h2 {
font-family: 'Montserrat', sans-serif;
}
.icon-cell {
display: flex;
flex-direction: column;
align-items: center;
padding: 5px;
}
.icon-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
/* Showcase Carousel */
.showcase-carousel-image {
width: 100%;
}
/* Tale of Timbers Component */
.timber-section {
display: flex;
flex-direction: column;
align-items: center;
flex-wrap: wrap;
border-top: solid gray 2px;
border-bottom: solid gray 2px;
padding-bottom: 25px;
margin-top: 25px;
}
.timber-container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
}
.timber-cell {
display: flex;
flex-direction: column;
align-items: center;
flex-wrap: wrap;
}
.timber-image {
width: 200px;
}
/* Carousel */
.carousel {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: xx-large;
color: white;
border: solid black 4px;
}
.carousel-image {
height: 450px;
}
/* Post */
/* About page */
.about-header {
text-align: center;
}
.about-avatar {
height: 120px;
width: auto;
}
.about-author {
margin-bottom: 72px;
} | src/app.css | body {
font-family: 'Montserrat', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
font-size: 16px;
line-height: 1.5;
background-color: #D1CEC5;
}
main {
max-width: 850px;
margin: 32px auto;
padding: 0 24px;
}
a {
color: deepskyblue;
text-decoration: none;
}
article {
margin: 0 auto;
max-width: 650px;
}
/* Header */
.header-header {
background-color: #452B29;
padding: 24px 32px;
margin-bottom: 32px;
text-align: center;
}
.header-h1 {
font-weight: 100;
}
.header-nav {
max-width: 650px;
margin: 0 auto;
text-align: end;
}
.header-link {
font-size: 18px;
margin-right: 16px;
text-align: center;
}
.header-link.active {
font-weight: bold;
text-decoration: none;
}
/* Home */
.card-ul {
display: flex;
padding: 0;
justify-content: space-evenly;
margin-top: 5px;
flex-flow: row wrap;
}
.card-li {
background-color: #E3CCA1;
flex-direction: row;
align-items: center;
border: 1px solid #eee;
overflow: hidden;
border-radius: 5px;
border-spacing: 6px;
margin-top: 10px;
}
.card-li:hover {
box-shadow: 1px 1px 5px #999;
}
.card-title {
color: #997C67;
margin-left: 5px;
}
.card-description {
color: #997C67;
padding-left: 5px;
width: 195px;
}
.card {
display: flex;
color: #000;
}
.card-placeholder {
width: 200px;
height: 18em;
}
.card-image {
display: block;
width: 100%;
height: 60%;
}
/* Process.js Icon Container Stying */
.icon-section{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
border-top: solid gray 2px;
border-bottom: solid gray 2px;
margin-top: 25px;
margin-bottom: 25px;
}
.icon-title{
font-size: xx-large;
font-family: 'Montserrat', sans-serif;
}
.icon-h2 {
font-family: 'Montserrat', sans-serif;
}
.icon-cell {
display: flex;
flex-direction: column;
align-items: center;
padding: 5px;
}
.icon-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
/* Showcase Carousel */
.showcase-carousel-image {
width: 100%;
}
/* Tale of Timbers Component */
.timber-section {
display: flex;
flex-direction: column;
align-items: center;
flex-wrap: wrap;
border-top: solid gray 2px;
border-bottom: solid gray 2px;
padding-bottom: 25px;
margin-top: 25px;
}
.timber-container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
}
.timber-cell {
display: flex;
flex-direction: column;
align-items: center;
flex-wrap: wrap;
}
.timber-image {
width: 200px;
}
/* Carousel */
.carousel {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: xx-large;
color: white;
border: solid black 4px;
}
.carousel-image {
height: 450px;
}
/* Post */
/* About page */
.about-header {
text-align: center;
}
.about-avatar {
height: 120px;
width: auto;
}
.about-author {
margin-bottom: 72px;
} | 0.330579 | 0.064271 |
.ant-tree-checkbox-inner {
z-index: 10;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
border: 0.1em solid #fff;
border-top: 0;
border-left: 0;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher::after {
height: 12px;
line-height: 12px;
background: #fff;
}
.fileTree li {
padding: 2px 0;
}
.fileTree li .ant-tree-node-content-wrapper {
padding: 0px;
}
.fileTree li span.ant-tree-switcher,
.fileTree li span.ant-tree-iconEle {
width: 21px;
height: 21px;
line-height: 21px;
z-index: 9;
border-top: 0;
border-left: 0;
position: relative;
}
.fileTree.ant-tree-show-line
li
span.ant-tree-switcher.ant-tree-switcher-noop::after {
content: "";
position: absolute;
width: 13px;
height: 0;
border-bottom: 1px solid #ddd;
left: -8px;
top: 11px;
}
.fileTree li span.ant-tree-iconEle::after {
content: "";
position: absolute;
width: 8px;
height: 0;
border-bottom: 1px solid #ddd;
left: -5px;
top: 10px;
}
.fileTree.ant-tree-show-line li:not(:last-child):before {
left: 10px;
top: -4px;
}
.fileTree.ant-tree-show-line .ant-tree-child-tree li:first-child:after {
content: " ";
width: 1px;
border-left: 1px solid #d9d9d9;
height: 19px;
position: absolute;
margin: 0;
left: 10px;
top: -5px;
}
.fileTree.ant-tree-show-line li span.ant-tree-switcher {
background-color: transparent;
z-index: 2;
}
.fileTree .ant-tree-icon__open,
.fileTree .ant-tree-icon__close {
background-image: url("../images/folder_open.png");
background-position: 2px center;
background-repeat: no-repeat;
/* background-size: 20px 15px; */
background-size: 16px 12px;
position: relative;
z-index: 9;
}
.fileTree .ant-tree-icon__close {
background-image: url("../images/folder_close.png");
}
.fileTree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop {
width: 3px;
z-index: 9;
position: relative;
margin-left: 18px;
}
.fileTree.ant-tree-show-line
li
span.ant-tree-switcher.ant-tree-switcher-noop:after {
content: "";
}
.fileTree li span.ant-tree-icon__docu {
background-image: url("../images/file.png");
background-position: center;
background-repeat: no-repeat;
/* background-size: 13px 18px; */
background-size: 12px 16px;
z-index: 9;
position: relative;
}
.fileTree li span.ant-tree-icon__docu::after {
content: none;
} | dbus-keeper/keeper-web/app/components/common/FileTree/res/styles/fileTree.css |
.ant-tree-checkbox-inner {
z-index: 10;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
border: 0.1em solid #fff;
border-top: 0;
border-left: 0;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher::after {
height: 12px;
line-height: 12px;
background: #fff;
}
.fileTree li {
padding: 2px 0;
}
.fileTree li .ant-tree-node-content-wrapper {
padding: 0px;
}
.fileTree li span.ant-tree-switcher,
.fileTree li span.ant-tree-iconEle {
width: 21px;
height: 21px;
line-height: 21px;
z-index: 9;
border-top: 0;
border-left: 0;
position: relative;
}
.fileTree.ant-tree-show-line
li
span.ant-tree-switcher.ant-tree-switcher-noop::after {
content: "";
position: absolute;
width: 13px;
height: 0;
border-bottom: 1px solid #ddd;
left: -8px;
top: 11px;
}
.fileTree li span.ant-tree-iconEle::after {
content: "";
position: absolute;
width: 8px;
height: 0;
border-bottom: 1px solid #ddd;
left: -5px;
top: 10px;
}
.fileTree.ant-tree-show-line li:not(:last-child):before {
left: 10px;
top: -4px;
}
.fileTree.ant-tree-show-line .ant-tree-child-tree li:first-child:after {
content: " ";
width: 1px;
border-left: 1px solid #d9d9d9;
height: 19px;
position: absolute;
margin: 0;
left: 10px;
top: -5px;
}
.fileTree.ant-tree-show-line li span.ant-tree-switcher {
background-color: transparent;
z-index: 2;
}
.fileTree .ant-tree-icon__open,
.fileTree .ant-tree-icon__close {
background-image: url("../images/folder_open.png");
background-position: 2px center;
background-repeat: no-repeat;
/* background-size: 20px 15px; */
background-size: 16px 12px;
position: relative;
z-index: 9;
}
.fileTree .ant-tree-icon__close {
background-image: url("../images/folder_close.png");
}
.fileTree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop {
width: 3px;
z-index: 9;
position: relative;
margin-left: 18px;
}
.fileTree.ant-tree-show-line
li
span.ant-tree-switcher.ant-tree-switcher-noop:after {
content: "";
}
.fileTree li span.ant-tree-icon__docu {
background-image: url("../images/file.png");
background-position: center;
background-repeat: no-repeat;
/* background-size: 13px 18px; */
background-size: 12px 16px;
z-index: 9;
position: relative;
}
.fileTree li span.ant-tree-icon__docu::after {
content: none;
} | 0.391406 | 0.090133 |
body#theme-default {
background: #333;
}
.round {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.round_top {
border-top-left-radius:3px;
-moz-border-radius-topleft:3px;
-webkit-border-radius-topleft:3px;
border-top-right-radius:3px;
-moz-border-radius-topright:3px;
-webkit-border-radius-topright:3px;
}
.round_bottom {
border-bottom-left-radius:3px;
-moz-border-radius-bottomleft:3px;
-webkit-border-radius-bottomleft:3px;
border-bottom-right-radius:3px;
-moz-border-radius-bottomright:3px;
-webkit-border-radius-bottomright:3px;
}
.round_left {
border-top-left-radius:3px;
-moz-border-radius-topleft:3px;
-webkit-border-radius-topleft:3px;
border-bottom-left-radius:3px;
-moz-border-radius-bottomleft:3px;
-webkit-border-radius-bottomleft:3px;
}
.round_right {
border-top-right-radius:3px;
-moz-border-radius-topright:3px;
-webkit-border-radius-topright:3px;
border-bottom-right-radius:3px;
-moz-border-radius-bottomright:3px;
-webkit-border-radius-bottomright:3px;
}
/*=== LAYOUT SPRITE ===*/
#theme-default, #theme-default .primary_active,#theme-default .widget_top {
background:#fff url(../images/layout-sprite.png) repeat-x
}
#theme-default #header{box-shadow:0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-box-shadow:
0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-webkit-box-shadow:0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
border-bottom:#000 1px solid;}
#theme-default #container {
background:#f9f9f9;
border-left:#000 1px solid;}
#theme-default .page_title{ border-bottom:#999 1px solid;}
#theme-default #primary_nav {
border-right:#000 1px solid;
}
#theme-default #primary_nav ul{ border-bottom:#01132a 1px solid;}
#theme-default #primary_nav li a {
background: #6b7075; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiNzA3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFhMWIxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzBhMGUwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTA4MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #6b7075 0%, #1a1b1c 50%, #0a0e0a 51%, #0a0809 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b7075), color-stop(50%,#1a1b1c), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6b7075 0%,#1a1b1c 50%,#0a0e0a 51%,#0a0809 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6b7075 0%,#1a1b1c 50%,#0a0e0a 51%,#0a0809 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6b7075 0%,#1a1b1c 50%,#0a0e0a 51%,#0a0809 100%); /* IE10+ */
background: linear-gradient(top, #6b7075 0%,#1a1b1c 50%,#0a0e0a 51%,#0a0809 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b7075', endColorstr='#0a0809',GradientType=0 ); /* IE6-8 */
box-shadow:0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-box-shadow:
0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-webkit-box-shadow:0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
#theme-default #primary_nav li a:hover {
background: #dbdfe0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGZlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzRiNGM1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzBhMGUwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTA4MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #dbdfe0 0%, #4b4c51 50%, #0a0e0a 51%, #0a0809 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdfe0), color-stop(50%,#4b4c51), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #dbdfe0 0%,#4b4c51 50%,#0a0e0a 51%,#0a0809 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #dbdfe0 0%,#4b4c51 50%,#0a0e0a 51%,#0a0809 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #dbdfe0 0%,#4b4c51 50%,#0a0e0a 51%,#0a0809 100%); /* IE10+ */
background: linear-gradient(top, #dbdfe0 0%,#4b4c51 50%,#0a0e0a 51%,#0a0809 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdfe0', endColorstr='#0a0809',GradientType=0 ); /* IE6-8 */
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
#theme-default #secondary_nav ul li a {
background: #e7e7e7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NhY2FjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2MwYzBjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNGE0YTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #e7e7e7 0%, #cacacb 50%, #c0c0c1 51%, #a4a4a5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(50%,#cacacb), color-stop(51%,#c0c0c1), color-stop(100%,#a4a4a5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e7e7e7 0%,#cacacb 50%,#c0c0c1 51%,#a4a4a5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e7e7e7 0%,#cacacb 50%,#c0c0c1 51%,#a4a4a5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e7e7e7 0%,#cacacb 50%,#c0c0c1 51%,#a4a4a5 100%); /* IE10+ */
background: linear-gradient(top, #e7e7e7 0%,#cacacb 50%,#c0c0c1 51%,#a4a4a5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#a4a4a5',GradientType=0 ); /* IE6-8 */
color:#333;
box-shadow:0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-box-shadow:
0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-webkit-box-shadow:0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}
#theme-default .acitem li a {
background: none !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
color:#fff !important;
}
#theme-default .acitem li a:hover {
background:#f9f9f9 !important;
color:#333 !important;
}
#theme-default #secondary_nav ul li a:hover {
background: #e1eef9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZWVmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2I0ZDhmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2E0ZDBmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4Y2M1ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #e1eef9 0%, #b4d8f6 50%, #a4d0f4 51%, #8cc5f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1eef9), color-stop(50%,#b4d8f6), color-stop(51%,#a4d0f4), color-stop(100%,#8cc5f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e1eef9 0%,#b4d8f6 50%,#a4d0f4 51%,#8cc5f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e1eef9 0%,#b4d8f6 50%,#a4d0f4 51%,#8cc5f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e1eef9 0%,#b4d8f6 50%,#a4d0f4 51%,#8cc5f7 100%); /* IE10+ */
background: linear-gradient(top, #e1eef9 0%,#b4d8f6 50%,#a4d0f4 51%,#8cc5f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1eef9', endColorstr='#8cc5f7',GradientType=0 ); /* IE6-8 */
color:#0b4683;
}
#theme-default .primary_active {
background: url(../images/indicator.html) no-repeat left;
}
/*=== NOTIFICATIONS ICONS ===*/
#theme-default .alert, #theme-default .inbox > a, #theme-default .logout > a, #theme-default .user_thumb {
background:#00354f;
position:relative;
}
#theme-default .alert:hover, #theme-default .inbox > a:hover, #theme-default .logout >a:hover,#theme-default .user_thumb:hover{ background:#085378;}
.logout a {
text-indent:-999999px;
}
#theme-default .alert .icon{ background:#c0d6e1 url(../images/sprite-icons/layout-icons.png) no-repeat 0 0; display:block; position:absolute; top:3px; left:3px; border:#9bd0ea 1px solid;}
#theme-default .inbox a .icon{background:#c0d6e1 url(../images/sprite-icons/layout-icons.png) no-repeat 0 -30px; display:block; position:absolute; top:3px; left:3px; border:#9bd0ea 1px solid;}
#theme-default .logout a .icon{background:#c0d6e1 url(../images/sprite-icons/layout-icons.png) no-repeat 0 -60px; display:block; position:absolute; top:3px; left:3px; border:#9bd0ea 1px solid;}
#theme-default .user_thumb .icon{ background:#c0d6e1; display:block; position:absolute; top:3px; left:3px; border:#9bd0ea 1px solid; text-align:center;}
#theme-default #primary_nav .icon_block, #theme-default .search_btn{
background:url(../images/sprite-icons/layout-icons.png) no-repeat;
}
#theme-default .nav_icon, #theme-default .p_dashboard{
background:url(../images/sprite-icons/icon-black.png) no-repeat;}
#theme-default .widget_wrap {
background:#f5f5f5;
border:#e1e1e1 1px solid;
-moz-box-shadow: 0 0 2px #ddd;
-webkit-box-shadow: 0 0 2px #ddd;
box-shadow: 0 0 2px #ddd;
border-bottom-left-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
/*
-moz-border-radius-bottomleft:3px;
-webkit-border-radius-bottomleft:3px;
border-bottom-right-radius:3px;
-moz-border-radius-bottomright:3px;
-webkit-border-radius-bottomright:3px;*/
margin-top:20px;
}
#theme-default .widget_top {
height:39px;
border-bottom:#e1e1e1 1px solid;
background-position:0 -368px;
position:relative;
border-top-left-radius:3px;
-moz-border-radius-topleft:3px;
border-top-right-radius:3px;
-moz-border-radius-topright:3px;
} | monitor/upate/www/depend/css/themes.css | body#theme-default {
background: #333;
}
.round {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.round_top {
border-top-left-radius:3px;
-moz-border-radius-topleft:3px;
-webkit-border-radius-topleft:3px;
border-top-right-radius:3px;
-moz-border-radius-topright:3px;
-webkit-border-radius-topright:3px;
}
.round_bottom {
border-bottom-left-radius:3px;
-moz-border-radius-bottomleft:3px;
-webkit-border-radius-bottomleft:3px;
border-bottom-right-radius:3px;
-moz-border-radius-bottomright:3px;
-webkit-border-radius-bottomright:3px;
}
.round_left {
border-top-left-radius:3px;
-moz-border-radius-topleft:3px;
-webkit-border-radius-topleft:3px;
border-bottom-left-radius:3px;
-moz-border-radius-bottomleft:3px;
-webkit-border-radius-bottomleft:3px;
}
.round_right {
border-top-right-radius:3px;
-moz-border-radius-topright:3px;
-webkit-border-radius-topright:3px;
border-bottom-right-radius:3px;
-moz-border-radius-bottomright:3px;
-webkit-border-radius-bottomright:3px;
}
/*=== LAYOUT SPRITE ===*/
#theme-default, #theme-default .primary_active,#theme-default .widget_top {
background:#fff url(../images/layout-sprite.png) repeat-x
}
#theme-default #header{box-shadow:0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-box-shadow:
0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-webkit-box-shadow:0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
border-bottom:#000 1px solid;}
#theme-default #container {
background:#f9f9f9;
border-left:#000 1px solid;}
#theme-default .page_title{ border-bottom:#999 1px solid;}
#theme-default #primary_nav {
border-right:#000 1px solid;
}
#theme-default #primary_nav ul{ border-bottom:#01132a 1px solid;}
#theme-default #primary_nav li a {
background: #6b7075; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiNzA3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFhMWIxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzBhMGUwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTA4MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #6b7075 0%, #1a1b1c 50%, #0a0e0a 51%, #0a0809 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b7075), color-stop(50%,#1a1b1c), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6b7075 0%,#1a1b1c 50%,#0a0e0a 51%,#0a0809 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6b7075 0%,#1a1b1c 50%,#0a0e0a 51%,#0a0809 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6b7075 0%,#1a1b1c 50%,#0a0e0a 51%,#0a0809 100%); /* IE10+ */
background: linear-gradient(top, #6b7075 0%,#1a1b1c 50%,#0a0e0a 51%,#0a0809 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b7075', endColorstr='#0a0809',GradientType=0 ); /* IE6-8 */
box-shadow:0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-box-shadow:
0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-webkit-box-shadow:0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
#theme-default #primary_nav li a:hover {
background: #dbdfe0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGZlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzRiNGM1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzBhMGUwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTA4MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #dbdfe0 0%, #4b4c51 50%, #0a0e0a 51%, #0a0809 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdfe0), color-stop(50%,#4b4c51), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #dbdfe0 0%,#4b4c51 50%,#0a0e0a 51%,#0a0809 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #dbdfe0 0%,#4b4c51 50%,#0a0e0a 51%,#0a0809 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #dbdfe0 0%,#4b4c51 50%,#0a0e0a 51%,#0a0809 100%); /* IE10+ */
background: linear-gradient(top, #dbdfe0 0%,#4b4c51 50%,#0a0e0a 51%,#0a0809 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdfe0', endColorstr='#0a0809',GradientType=0 ); /* IE6-8 */
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
}
#theme-default #secondary_nav ul li a {
background: #e7e7e7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NhY2FjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2MwYzBjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNGE0YTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #e7e7e7 0%, #cacacb 50%, #c0c0c1 51%, #a4a4a5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(50%,#cacacb), color-stop(51%,#c0c0c1), color-stop(100%,#a4a4a5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e7e7e7 0%,#cacacb 50%,#c0c0c1 51%,#a4a4a5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e7e7e7 0%,#cacacb 50%,#c0c0c1 51%,#a4a4a5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e7e7e7 0%,#cacacb 50%,#c0c0c1 51%,#a4a4a5 100%); /* IE10+ */
background: linear-gradient(top, #e7e7e7 0%,#cacacb 50%,#c0c0c1 51%,#a4a4a5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#a4a4a5',GradientType=0 ); /* IE6-8 */
color:#333;
box-shadow:0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-moz-box-shadow:
0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
-webkit-box-shadow:0px 0px 4px rgba(000, 000, 000, 0.9), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}
#theme-default .acitem li a {
background: none !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
color:#fff !important;
}
#theme-default .acitem li a:hover {
background:#f9f9f9 !important;
color:#333 !important;
}
#theme-default #secondary_nav ul li a:hover {
background: #e1eef9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZWVmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2I0ZDhmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2E0ZDBmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4Y2M1ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #e1eef9 0%, #b4d8f6 50%, #a4d0f4 51%, #8cc5f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1eef9), color-stop(50%,#b4d8f6), color-stop(51%,#a4d0f4), color-stop(100%,#8cc5f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e1eef9 0%,#b4d8f6 50%,#a4d0f4 51%,#8cc5f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e1eef9 0%,#b4d8f6 50%,#a4d0f4 51%,#8cc5f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e1eef9 0%,#b4d8f6 50%,#a4d0f4 51%,#8cc5f7 100%); /* IE10+ */
background: linear-gradient(top, #e1eef9 0%,#b4d8f6 50%,#a4d0f4 51%,#8cc5f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1eef9', endColorstr='#8cc5f7',GradientType=0 ); /* IE6-8 */
color:#0b4683;
}
#theme-default .primary_active {
background: url(../images/indicator.html) no-repeat left;
}
/*=== NOTIFICATIONS ICONS ===*/
#theme-default .alert, #theme-default .inbox > a, #theme-default .logout > a, #theme-default .user_thumb {
background:#00354f;
position:relative;
}
#theme-default .alert:hover, #theme-default .inbox > a:hover, #theme-default .logout >a:hover,#theme-default .user_thumb:hover{ background:#085378;}
.logout a {
text-indent:-999999px;
}
#theme-default .alert .icon{ background:#c0d6e1 url(../images/sprite-icons/layout-icons.png) no-repeat 0 0; display:block; position:absolute; top:3px; left:3px; border:#9bd0ea 1px solid;}
#theme-default .inbox a .icon{background:#c0d6e1 url(../images/sprite-icons/layout-icons.png) no-repeat 0 -30px; display:block; position:absolute; top:3px; left:3px; border:#9bd0ea 1px solid;}
#theme-default .logout a .icon{background:#c0d6e1 url(../images/sprite-icons/layout-icons.png) no-repeat 0 -60px; display:block; position:absolute; top:3px; left:3px; border:#9bd0ea 1px solid;}
#theme-default .user_thumb .icon{ background:#c0d6e1; display:block; position:absolute; top:3px; left:3px; border:#9bd0ea 1px solid; text-align:center;}
#theme-default #primary_nav .icon_block, #theme-default .search_btn{
background:url(../images/sprite-icons/layout-icons.png) no-repeat;
}
#theme-default .nav_icon, #theme-default .p_dashboard{
background:url(../images/sprite-icons/icon-black.png) no-repeat;}
#theme-default .widget_wrap {
background:#f5f5f5;
border:#e1e1e1 1px solid;
-moz-box-shadow: 0 0 2px #ddd;
-webkit-box-shadow: 0 0 2px #ddd;
box-shadow: 0 0 2px #ddd;
border-bottom-left-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
/*
-moz-border-radius-bottomleft:3px;
-webkit-border-radius-bottomleft:3px;
border-bottom-right-radius:3px;
-moz-border-radius-bottomright:3px;
-webkit-border-radius-bottomright:3px;*/
margin-top:20px;
}
#theme-default .widget_top {
height:39px;
border-bottom:#e1e1e1 1px solid;
background-position:0 -368px;
position:relative;
border-top-left-radius:3px;
-moz-border-radius-topleft:3px;
border-top-right-radius:3px;
-moz-border-radius-topright:3px;
} | 0.18418 | 0.073696 |
body {
min-height: 2000px;
padding-top: 2.5em;
}
body > .container > h1 a {
color: inherit;
}
body > .container > h1 a:hover {
color: inherit;
}
h1 .urban {
font-family: marsneveneksk;
color: hotpink;
font-size: 0.8em;
font-size: 10vw;
margin-left: 0.125em;
}
h1 .urban::before {
content: "( ";
}
h1 .urban::after {
content: " )";
}
@media (min-width: 576px) {
body {
padding-top: 3em;
}
h1 .urban {
font-size: 1.25em;
margin-left: 0.125em;
}
}
.footer {
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
}
@font-face {
font-family: marsneveneksk;
src: url(../fonts/marsneveneksk.otf);
}
a:hover {
text-decoration: none;
}
.article {
position: relative;
overflow: hidden;
margin-bottom: 50px;
box-shadow: 5px 5px 5px #ccc;
border: 1px solid lightgrey;
padding: 0 1em;
}
.article .image {
display: block;
width: 100%;
position: relative;
overflow: hidden;
margin-bottom: 1em;
}
.article .image img {
width: 100%;
opacity: 0;
-webkit-transition: opacity 150ms;
-moz-transition: opacity 150ms;
-ms-transition: opacity 150ms;
transition: opacity 150ms;
}
.article .image.loaded img {
opacity: 1;
}
.article .title {
font-size: 1.2em;
}
.article .content {
font-size: 0.95em;
}
.load-more h3 {
text-align: center;
padding: 0.5em 2em;
}
.article img.favicon {
width: 16px;
height: 16px;
}
ul.share-buttons, ul.follow-buttons {
list-style: none;
padding: 0;
}
ul.share-buttons li, ul.follow-buttons li {
display: inline;
}
ul.share-buttons li a, ul.follow-buttons li a {
color: lightgrey;
}
ul.share-buttons li a.share-facebook:hover {
color: #3b5998;
}
ul.share-buttons li a.share-twitter:hover {
color: #00aced;
}
ul.share-buttons li a.share-googleplus:hover {
color: #d34836;
}
ul.share-buttons li a.share-pinterest:hover {
color: #cb2027;
}
ul.share-buttons li a.share-linkedin:hover {
color: #007bb6;
}
ul.share-buttons li a.share-tumblr:hover {
color: #32506d;
}
ul.share-buttons li a.share-reddit:hover {
color: #cee3f8;
}
ul.share-buttons li a.share-email:hover {
color: rgb(255, 188, 0);
}
ul.follow-buttons li a.follow-feed:hover {
color: #FA9B39;
} | public/stylesheets/main.css | body {
min-height: 2000px;
padding-top: 2.5em;
}
body > .container > h1 a {
color: inherit;
}
body > .container > h1 a:hover {
color: inherit;
}
h1 .urban {
font-family: marsneveneksk;
color: hotpink;
font-size: 0.8em;
font-size: 10vw;
margin-left: 0.125em;
}
h1 .urban::before {
content: "( ";
}
h1 .urban::after {
content: " )";
}
@media (min-width: 576px) {
body {
padding-top: 3em;
}
h1 .urban {
font-size: 1.25em;
margin-left: 0.125em;
}
}
.footer {
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
}
@font-face {
font-family: marsneveneksk;
src: url(../fonts/marsneveneksk.otf);
}
a:hover {
text-decoration: none;
}
.article {
position: relative;
overflow: hidden;
margin-bottom: 50px;
box-shadow: 5px 5px 5px #ccc;
border: 1px solid lightgrey;
padding: 0 1em;
}
.article .image {
display: block;
width: 100%;
position: relative;
overflow: hidden;
margin-bottom: 1em;
}
.article .image img {
width: 100%;
opacity: 0;
-webkit-transition: opacity 150ms;
-moz-transition: opacity 150ms;
-ms-transition: opacity 150ms;
transition: opacity 150ms;
}
.article .image.loaded img {
opacity: 1;
}
.article .title {
font-size: 1.2em;
}
.article .content {
font-size: 0.95em;
}
.load-more h3 {
text-align: center;
padding: 0.5em 2em;
}
.article img.favicon {
width: 16px;
height: 16px;
}
ul.share-buttons, ul.follow-buttons {
list-style: none;
padding: 0;
}
ul.share-buttons li, ul.follow-buttons li {
display: inline;
}
ul.share-buttons li a, ul.follow-buttons li a {
color: lightgrey;
}
ul.share-buttons li a.share-facebook:hover {
color: #3b5998;
}
ul.share-buttons li a.share-twitter:hover {
color: #00aced;
}
ul.share-buttons li a.share-googleplus:hover {
color: #d34836;
}
ul.share-buttons li a.share-pinterest:hover {
color: #cb2027;
}
ul.share-buttons li a.share-linkedin:hover {
color: #007bb6;
}
ul.share-buttons li a.share-tumblr:hover {
color: #32506d;
}
ul.share-buttons li a.share-reddit:hover {
color: #cee3f8;
}
ul.share-buttons li a.share-email:hover {
color: rgb(255, 188, 0);
}
ul.follow-buttons li a.follow-feed:hover {
color: #FA9B39;
} | 0.584627 | 0.105441 |
@CHARSET "UTF-8";
.wlDialog-mask{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
filter: alpha(opacity=0);
opacity: 0.0;
background: #fff;
display1: none;
font-size: 1px;
overflow: hidden;
display: none;
z-index: 9000;
}
.wlDialog *{
box-sizing:border-box;
}
.wlDialog{
position:absolute;
left:500px;
top:300px;
cursor:default;
z-index:9200;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 5px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.wlDialog-header{
min-height: 18px;
padding: 5px 10px;
background: #f7f7f7;
background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#eee));
background-image: -webkit-linear-gradient(top,#fff,0%,#eee,100%);
background-image: -moz-linear-gradient(top,#fff 0,#eee 100%);
background-image: linear-gradient(to bottom,#fff 0,#eee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);
color: #669fc7;
border-bottom: 1px solid #e5e5e5;
}
.wlDialog-header .wlDialog-title{
line-height:18px;
}
.wlDialog-header .wlDialog-title h4{
font-size:18px;
margin:0;
}
.wlDialog-header .wlDialog-header-close{
position:absolute;
font-size: 21px;
font-weight: 700;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 1;
color: #ddd;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
cursor:pointer;
right:5px;
top:5px;
transition:all .2s linear;
}
.wlDialog-header .wlDialog-header-close:hover{
color:#999;
transform:rotate(90deg);
-ms-transform:rotate(90deg); /* IE 9 */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg); /* Opera */
}
.wlDialog-body{
padding: 5px 10px;
}
.wlDialog-body iframe{
border:none;
width:100%;
height:100%;
}
.wlDialog-footer{
padding:5px 10px;
text-align:right;
border-top: 1px solid #e5e5e5;
}
.wlDialog-button{
display: inline-block;
padding: 4px 10px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.wlDialog-button:hover{
background-color: #e0e0e0;
background-position: 0 -15px;
color: #333;
text-decoration: none;
}
.wlDialog-button+.wlDialog-button{
margin-bottom: 0;
margin-left: 5px;
}
.wlDialog-button.default{
text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
background-repeat: repeat-x;
border-color: #dbdbdb;
border-color: #ccc;
}
.wlDialog-button.default:hover{
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.wlDialog [class*="wlDialog-icon"]{
} | s/js/ui/wlToolbar/wlToolbar.all.css | @CHARSET "UTF-8";
.wlDialog-mask{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
filter: alpha(opacity=0);
opacity: 0.0;
background: #fff;
display1: none;
font-size: 1px;
overflow: hidden;
display: none;
z-index: 9000;
}
.wlDialog *{
box-sizing:border-box;
}
.wlDialog{
position:absolute;
left:500px;
top:300px;
cursor:default;
z-index:9200;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 5px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.wlDialog-header{
min-height: 18px;
padding: 5px 10px;
background: #f7f7f7;
background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#eee));
background-image: -webkit-linear-gradient(top,#fff,0%,#eee,100%);
background-image: -moz-linear-gradient(top,#fff 0,#eee 100%);
background-image: linear-gradient(to bottom,#fff 0,#eee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);
color: #669fc7;
border-bottom: 1px solid #e5e5e5;
}
.wlDialog-header .wlDialog-title{
line-height:18px;
}
.wlDialog-header .wlDialog-title h4{
font-size:18px;
margin:0;
}
.wlDialog-header .wlDialog-header-close{
position:absolute;
font-size: 21px;
font-weight: 700;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 1;
color: #ddd;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
cursor:pointer;
right:5px;
top:5px;
transition:all .2s linear;
}
.wlDialog-header .wlDialog-header-close:hover{
color:#999;
transform:rotate(90deg);
-ms-transform:rotate(90deg); /* IE 9 */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg); /* Opera */
}
.wlDialog-body{
padding: 5px 10px;
}
.wlDialog-body iframe{
border:none;
width:100%;
height:100%;
}
.wlDialog-footer{
padding:5px 10px;
text-align:right;
border-top: 1px solid #e5e5e5;
}
.wlDialog-button{
display: inline-block;
padding: 4px 10px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.wlDialog-button:hover{
background-color: #e0e0e0;
background-position: 0 -15px;
color: #333;
text-decoration: none;
}
.wlDialog-button+.wlDialog-button{
margin-bottom: 0;
margin-left: 5px;
}
.wlDialog-button.default{
text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
background-repeat: repeat-x;
border-color: #dbdbdb;
border-color: #ccc;
}
.wlDialog-button.default:hover{
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.wlDialog [class*="wlDialog-icon"]{
} | 0.218753 | 0.062531 |
html, body { background: ; }
body { font-size: 17pt !important; font-weight: 400 !important; font-family: 'Heebo', sans-serif !important; }
h1,h2,h3,h4,h5,h6 { font-weight: 100; font-family: 'Oxygen', sans-serif; }
.container { width: 450px; margin: 0 auto; position: relative; top: 100; }
.login-form { background-color: #ffffff !important; }
.spacer-5px { padding-top: 5px !important; }
.spacer-20px { padding-top: 20px !important; }
.text-center { text-align: center; font-weight: 100; }
.very-very-small-text { font-size: 16px; font-weight: 100 !important; font-family: 'Heebo', sans-serif !important; }
.pale { color: #BDC3C7; }
.white-text { color: #ffffff; }
.ui.button.primary-button { background-color: #F39C1; color: #fffff; letter-spacing: 1px; font-weight: 100; border-radius: 5px !important; }
.ui a.secondary-button { padding: 10px 20px; color: rgba(0,0,0,.6); }
.ui a.secondary-button:hover { background-color: #c4c4c4; padding: 10px 20px; border-radius: 5px !important; }
.very-small-text { font-size: 12pt; font-weight: 400 !important; }
.link { color: red !important; }
a.link:hover { cursor: pointer !important; }
.form-label { font-family: 'Muli', sans-serif !important; font-size: 14pt !important; font-weight: 200 !important; }
.text-left { text-align: left !important; }
.gray-text { color: #666666 !important }
.black-text { color: #000000 !important; }
.body-text { color: #6a6a6a; font-size: 14px !important; }
.margin-top-20px { margin-top: -20px !important; }
.margin-top-10px { margin-top: -10px !important; }
.statistic-label { font-size: 16px; font-weight: 400 !important; font-family: 'Muli', sans-serif !important; }
.statistic-value { font-size: 24pt; font-weight: 700 !important; font-family: 'Oxygen', sans-serif !important; }
th { font-family: 'Muli', sans-serif !important; font-weight: 800 !important; font-size: 12px !important; text-transform: uppercase !important; }
h4.heading { font-family: 'Muli', sans-serif !important; font-weight: 200 !important; font-size: 20pt !important; }
h2.heading { font-family: 'Muli', sans-serif !important; font-weight: 600 !important; font-size: 22pt !important; } | public/assets/css/app.css |
html, body { background: ; }
body { font-size: 17pt !important; font-weight: 400 !important; font-family: 'Heebo', sans-serif !important; }
h1,h2,h3,h4,h5,h6 { font-weight: 100; font-family: 'Oxygen', sans-serif; }
.container { width: 450px; margin: 0 auto; position: relative; top: 100; }
.login-form { background-color: #ffffff !important; }
.spacer-5px { padding-top: 5px !important; }
.spacer-20px { padding-top: 20px !important; }
.text-center { text-align: center; font-weight: 100; }
.very-very-small-text { font-size: 16px; font-weight: 100 !important; font-family: 'Heebo', sans-serif !important; }
.pale { color: #BDC3C7; }
.white-text { color: #ffffff; }
.ui.button.primary-button { background-color: #F39C1; color: #fffff; letter-spacing: 1px; font-weight: 100; border-radius: 5px !important; }
.ui a.secondary-button { padding: 10px 20px; color: rgba(0,0,0,.6); }
.ui a.secondary-button:hover { background-color: #c4c4c4; padding: 10px 20px; border-radius: 5px !important; }
.very-small-text { font-size: 12pt; font-weight: 400 !important; }
.link { color: red !important; }
a.link:hover { cursor: pointer !important; }
.form-label { font-family: 'Muli', sans-serif !important; font-size: 14pt !important; font-weight: 200 !important; }
.text-left { text-align: left !important; }
.gray-text { color: #666666 !important }
.black-text { color: #000000 !important; }
.body-text { color: #6a6a6a; font-size: 14px !important; }
.margin-top-20px { margin-top: -20px !important; }
.margin-top-10px { margin-top: -10px !important; }
.statistic-label { font-size: 16px; font-weight: 400 !important; font-family: 'Muli', sans-serif !important; }
.statistic-value { font-size: 24pt; font-weight: 700 !important; font-family: 'Oxygen', sans-serif !important; }
th { font-family: 'Muli', sans-serif !important; font-weight: 800 !important; font-size: 12px !important; text-transform: uppercase !important; }
h4.heading { font-family: 'Muli', sans-serif !important; font-weight: 200 !important; font-size: 20pt !important; }
h2.heading { font-family: 'Muli', sans-serif !important; font-weight: 600 !important; font-size: 22pt !important; } | 0.385953 | 0.085824 |
width: 300px;
}
.command-zone {
font-family: 'Raleway', sans-serif;
overflow-y: auto;
}
.network-info {
padding: 12px;
}
.content {
overflow-y: auto;
overflow-x: hidden;
}
.fancy-text {
font-family: 'Raleway', sans-serif;
font-size: 1.2em;
color: #534b45;
background-color: #EDE9E2;
}
.fancy-text .main-title {
font-family: 'Lobster', cursive;
font-weight: 400;
font-size: 2.6em;
margin-top: 0;
margin-bottom: 12px;
}
h1 .subtitle {
font-family: 'Raleway', cursive;
font-weight: 300;
font-size: 0.6em;
display: block;
}
/* Links */
a {
transition: color .4s;
color: #53aaea;
text-decoration: none;
}
a:link,
a:visited { color: #53aaea; }
a:hover { color: #7FDBFF; }
a:active {
transition: color .3s;
color: #007BE6;
}
/* Menu items */
.menu-container {
overflow-y: auto;
}
.menu-item {
cursor: pointer;
}
.menu-item:hover {
background-color: #dbedf0;
}
.menu-item h3 {
font-family: 'Lobster', cursive;
font-weight: 400;
font-size: 1.4em;
margin: 0;
}
.menu-item p {
margin: 0;
}
h3.script-title {
font-family: 'Lobster', cursive;
font-weight: 400;
font-size: 1.4em;
margin: 0;
padding: 0;
}
/* Uploader */
.upload-background {
background-color: #7595af;
}
.upload-area-container{
user-select: none;
outline: none;
cursor: pointer;
}
.upload-area-container .upload-area{
background-color: #FFFFFF;
box-sizing: border-box;
width: 100%;
height: 100%;
border-radius: 2px;
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
-webkit-transition: background-color .2s;
transition: background-color .2s;
}
.upload-area-container:hover .upload-area, .upload-area-container.over .upload-area{
background-color: #53aaea;
}
.upload-area-container.loading .upload-area{
background-color: #46b8da;
}
.upload-area-container.success .upload-area{
background-color: #5cb85c;
}
.upload-area-container.error .upload-area{
background-color: #FF0000;
}
.upload-text-main{
font-family: 'Raleway', sans-serif;
font-size: 28px;
}
.upload-area-container:hover .upload-text-main,
.upload-area-container.over .upload-text-main,
.upload-area-container.loading .upload-text-main,
.upload-area-container.success .upload-text-main
{
color: #FFF;
}
.upload-text-sub{
font-family: 'Raleway', sans-serif;
color: #AAA;
font-size: 16px;
}
.upload-area-container:hover .upload-text-sub,
.upload-area-container.over .upload-text-sub
{
color: #FFF;
}
.upload-area-container.loading .upload-text-sub,
.upload-area-container.success .upload-text-sub
{
display: none;
}
.upload-info {
position: absolute;
top: 12px;
left: 12px;
bottom: 12px;
right: 12px;
color: #A28D8D;
}
.upload-info img {
opacity: 0.5;
}
.upload-info h1 {
font-size: 3.2em;
font-weight: 200;
margin-top: 0px;
margin-bottom: 3px;
}
/* JS editor */
#js-editor-container {
overflow: hidden;
}
.shortcut-info {
font-size: 0.8em;
opacity: 0.6;
}
.exec-button-row {
padding-bottom: 6px;
}
/* Playground */
#playground {
background-color: #FFF;
overflow: auto;
}
#dummy-font-div {
/* Load the fonts we plan to use in the canvas */
font-family: 'Open Sans Condensed', sans-serif;
} | Patent2Net/media/Graph-recipes/app.css | width: 300px;
}
.command-zone {
font-family: 'Raleway', sans-serif;
overflow-y: auto;
}
.network-info {
padding: 12px;
}
.content {
overflow-y: auto;
overflow-x: hidden;
}
.fancy-text {
font-family: 'Raleway', sans-serif;
font-size: 1.2em;
color: #534b45;
background-color: #EDE9E2;
}
.fancy-text .main-title {
font-family: 'Lobster', cursive;
font-weight: 400;
font-size: 2.6em;
margin-top: 0;
margin-bottom: 12px;
}
h1 .subtitle {
font-family: 'Raleway', cursive;
font-weight: 300;
font-size: 0.6em;
display: block;
}
/* Links */
a {
transition: color .4s;
color: #53aaea;
text-decoration: none;
}
a:link,
a:visited { color: #53aaea; }
a:hover { color: #7FDBFF; }
a:active {
transition: color .3s;
color: #007BE6;
}
/* Menu items */
.menu-container {
overflow-y: auto;
}
.menu-item {
cursor: pointer;
}
.menu-item:hover {
background-color: #dbedf0;
}
.menu-item h3 {
font-family: 'Lobster', cursive;
font-weight: 400;
font-size: 1.4em;
margin: 0;
}
.menu-item p {
margin: 0;
}
h3.script-title {
font-family: 'Lobster', cursive;
font-weight: 400;
font-size: 1.4em;
margin: 0;
padding: 0;
}
/* Uploader */
.upload-background {
background-color: #7595af;
}
.upload-area-container{
user-select: none;
outline: none;
cursor: pointer;
}
.upload-area-container .upload-area{
background-color: #FFFFFF;
box-sizing: border-box;
width: 100%;
height: 100%;
border-radius: 2px;
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
-webkit-transition: background-color .2s;
transition: background-color .2s;
}
.upload-area-container:hover .upload-area, .upload-area-container.over .upload-area{
background-color: #53aaea;
}
.upload-area-container.loading .upload-area{
background-color: #46b8da;
}
.upload-area-container.success .upload-area{
background-color: #5cb85c;
}
.upload-area-container.error .upload-area{
background-color: #FF0000;
}
.upload-text-main{
font-family: 'Raleway', sans-serif;
font-size: 28px;
}
.upload-area-container:hover .upload-text-main,
.upload-area-container.over .upload-text-main,
.upload-area-container.loading .upload-text-main,
.upload-area-container.success .upload-text-main
{
color: #FFF;
}
.upload-text-sub{
font-family: 'Raleway', sans-serif;
color: #AAA;
font-size: 16px;
}
.upload-area-container:hover .upload-text-sub,
.upload-area-container.over .upload-text-sub
{
color: #FFF;
}
.upload-area-container.loading .upload-text-sub,
.upload-area-container.success .upload-text-sub
{
display: none;
}
.upload-info {
position: absolute;
top: 12px;
left: 12px;
bottom: 12px;
right: 12px;
color: #A28D8D;
}
.upload-info img {
opacity: 0.5;
}
.upload-info h1 {
font-size: 3.2em;
font-weight: 200;
margin-top: 0px;
margin-bottom: 3px;
}
/* JS editor */
#js-editor-container {
overflow: hidden;
}
.shortcut-info {
font-size: 0.8em;
opacity: 0.6;
}
.exec-button-row {
padding-bottom: 6px;
}
/* Playground */
#playground {
background-color: #FFF;
overflow: auto;
}
#dummy-font-div {
/* Load the fonts we plan to use in the canvas */
font-family: 'Open Sans Condensed', sans-serif;
} | 0.368747 | 0.068881 |
@font-face {
font-family: 'Poppins';
src: url('./Poppins-Thin.ttf');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-ThinItalic.ttf');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-ExtraLight.ttf');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-ExtraLightItalic.ttf');
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-Light.ttf');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-LightItalic.ttf');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-Regular.ttf');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-Medium.ttf');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-MediumItalic.ttf');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-SemiBold.ttf');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-SemiBoldItalic.ttf');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-Bold.ttf');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-BoldItalic.ttf');
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-ExtraBold.ttf');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-ExtraBoldItalic.ttf');
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-Black.ttf');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-BlackItalic.ttf');
font-weight: 900;
font-style: italic;
} | fonts/Poppins/font.css | @font-face {
font-family: 'Poppins';
src: url('./Poppins-Thin.ttf');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-ThinItalic.ttf');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-ExtraLight.ttf');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-ExtraLightItalic.ttf');
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-Light.ttf');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-LightItalic.ttf');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-Regular.ttf');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-Medium.ttf');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-MediumItalic.ttf');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-SemiBold.ttf');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-SemiBoldItalic.ttf');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-Bold.ttf');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-BoldItalic.ttf');
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-ExtraBold.ttf');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-ExtraBoldItalic.ttf');
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-Black.ttf');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Poppins';
src: url('./Poppins-BlackItalic.ttf');
font-weight: 900;
font-style: italic;
} | 0.211091 | 0.060613 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.container {
max-width: 75rem;
margin: 0 auto;
}
button {
background-color: #0282f9;
color: white;
padding: 10px 40px;
border-style: none;
}
li {
list-style: none;
}
.nav_top {
background-color: #0282f9;
height: 1.25rem;
color: white;
text-align: end;
}
.nav_top .trianlge {
font-size: 0.8rem;
}
.nav_bottom {
background-color: #ffffff;
}
.nav_bottom .container {
display: flex;
justify-content: space-between;
align-items: center;
}
.nav_bottom .container ul {
display: flex;
list-style: none;
}
.nav_bottom .container ul a {
display: inline-block;
padding: 3rem 0.7rem;
color: #4c4c46;
text-decoration: none;
margin: 0 0.3125rem;
}
.nav_bottom .container ul a.active {
color: #0282f9;
border-bottom: 0.125rem solid #0282f9;
}
.nav_bottom .container .search {
border-bottom: 1px solid #0282f9;
width: 8rem;
text-align: end;
}
.hero {
height: 25rem;
background-image: url("../images/jumbotron.jpg");
background-size: cover;
}
main {
background-color: #1c1c1c;
}
main .container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 2rem;
}
main .container button {
margin: auto;
}
main .container .card {
width: calc(16.6666666667% - 2rem);
height: 10rem;
margin: 2rem 0;
}
main .container .card img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
main .container .card .title {
width: 80%;
color: white;
text-align: center;
font-size: 1rem;
padding: 0, 1rem;
}
main .icons {
padding: 3rem;
color: white;
margin-top: 1.25rem;
background-color: #0282f9;
}
main .icons .icon {
display: flex;
align-items: center;
padding: 0 0.625rem;
}
main .icons .icon img {
width: 1.25rem;
}
main .icons .icon p {
margin-left: 0.5rem;
}
.footer-top {
background-image: url("../images/footer-bg.jpg");
background-size: cover;
}
.footer-top .container {
height: 25rem;
background-image: url("../images/dc-logo-bg.png");
background-repeat: no-repeat;
background-position: right;
}
.footer-top .cont-col {
display: flex;
}
.footer-top .cont-col .col {
color: white;
margin-top: 1rem;
margin-right: 4rem;
}
.footer-top .cont-col .col h3 {
padding: 1rem 0;
}
.footer-top p {
color: white;
margin-top: 3.125rem;
width: 40%;
}
.footer-bottom {
background-color: #303030;
height: 100px;
}
.footer-bottom .container {
display: flex;
justify-content: space-between;
}
.footer-bottom button {
color: white;
background-color: transparent;
border: 1px solid #0282f9;
}
.footer-bottom .media {
display: flex;
}
.footer-bottom .media img {
margin-left: 2rem;
} | public/css/app.css | * {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.container {
max-width: 75rem;
margin: 0 auto;
}
button {
background-color: #0282f9;
color: white;
padding: 10px 40px;
border-style: none;
}
li {
list-style: none;
}
.nav_top {
background-color: #0282f9;
height: 1.25rem;
color: white;
text-align: end;
}
.nav_top .trianlge {
font-size: 0.8rem;
}
.nav_bottom {
background-color: #ffffff;
}
.nav_bottom .container {
display: flex;
justify-content: space-between;
align-items: center;
}
.nav_bottom .container ul {
display: flex;
list-style: none;
}
.nav_bottom .container ul a {
display: inline-block;
padding: 3rem 0.7rem;
color: #4c4c46;
text-decoration: none;
margin: 0 0.3125rem;
}
.nav_bottom .container ul a.active {
color: #0282f9;
border-bottom: 0.125rem solid #0282f9;
}
.nav_bottom .container .search {
border-bottom: 1px solid #0282f9;
width: 8rem;
text-align: end;
}
.hero {
height: 25rem;
background-image: url("../images/jumbotron.jpg");
background-size: cover;
}
main {
background-color: #1c1c1c;
}
main .container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 2rem;
}
main .container button {
margin: auto;
}
main .container .card {
width: calc(16.6666666667% - 2rem);
height: 10rem;
margin: 2rem 0;
}
main .container .card img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: top;
object-position: top;
}
main .container .card .title {
width: 80%;
color: white;
text-align: center;
font-size: 1rem;
padding: 0, 1rem;
}
main .icons {
padding: 3rem;
color: white;
margin-top: 1.25rem;
background-color: #0282f9;
}
main .icons .icon {
display: flex;
align-items: center;
padding: 0 0.625rem;
}
main .icons .icon img {
width: 1.25rem;
}
main .icons .icon p {
margin-left: 0.5rem;
}
.footer-top {
background-image: url("../images/footer-bg.jpg");
background-size: cover;
}
.footer-top .container {
height: 25rem;
background-image: url("../images/dc-logo-bg.png");
background-repeat: no-repeat;
background-position: right;
}
.footer-top .cont-col {
display: flex;
}
.footer-top .cont-col .col {
color: white;
margin-top: 1rem;
margin-right: 4rem;
}
.footer-top .cont-col .col h3 {
padding: 1rem 0;
}
.footer-top p {
color: white;
margin-top: 3.125rem;
width: 40%;
}
.footer-bottom {
background-color: #303030;
height: 100px;
}
.footer-bottom .container {
display: flex;
justify-content: space-between;
}
.footer-bottom button {
color: white;
background-color: transparent;
border: 1px solid #0282f9;
}
.footer-bottom .media {
display: flex;
}
.footer-bottom .media img {
margin-left: 2rem;
} | 0.439988 | 0.084833 |
body {
padding-top:50px;
}
/*Navigation Sidebar */
#sidebar li {
margin: 0;
}
#sidebar li a {
display: block;
color: #777;
border-left: 1px solid rgba(0,0,0,0);
padding: 4px 4px 4px 20px;
text-decoration: none;
border-color: #eee;
}
#sidebar li ol {
display: none;
list-style: none;
padding-left: 0;
font-size: 13px;
}
#sidebar li ol a {
padding-left: 37px;
color: #8a8a8a;
}
/*#sidebar > li:hover ol {
display: block;
}*/
#sidebar li.active > a {
border-color: #563D7C;
color: #563D7C;
/*font-weight: bold;*/
color: #428BCA;
border-color: #428BCA;
border-width: 2px;
}
#sidebar li.active ol {
display: block;
}
#sidebar li:not(.active) a:hover {
color: #563D7C;
border-color: #E5E3E9;
border-color: #428BCA;
color: #428BCA;
/*font-weight: bold;*/
}
#sidebar li a:hover {
background: none;
}
ol{
list-style-type:decimal;
counter-reset: item;
list-style-position: outside;
}
ol li {
/*display: block */
}
ol#sidebar li a:before {
content: counters(item, ".") ". ";
counter-increment: item;
color: #bbb !important;
}
#sidebar i {
margin:0 4px;
color: #bbb;
}
#sidebar.all-visible {
position: relative !important;
}
#sidebar.all-visible li ol {
display: block !important;
}
/*Content*/
#content img {
max-width: 100%;
display: block;
padding: 8px;
border: 1px solid #e1e1e1;
background: #f4f4f4;
margin: 20px 0;
}
.navbar-right a {
padding-left: 33px !important;
margin-left: 10px;
}
.support-link img {
position: absolute;
left: -4px;
top: 9px;
opacity: 0.6;
}
.navbar i {
font-size: 24px;
font-weight: 300;
position: absolute;
left: 0;
top: 13px;
}
.top-nav {
margin-top: 10px !important;
}
.extra-nav a {
border-color: rgba(0,0,0,0) !important;
}
.toggle-all a:before,
.top-nav a:before {
display: none !important;
}
p {
margin-bottom: 20px;
font-size: inherit;
line-height: 2em;
}
ol li {
margin-bottom: 8px;
}
h1,h3 {
padding-top: 80px;
margin-top: -70px !important;
padding-bottom: 10px;
}
h3 {
border-bottom: 1px solid #EEE;
}
#masthead {
background-color: #eee;
padding: 80px 0 70px 0;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
background-image: url(../images/header_pattern.jpg);
background-size: contain;
position: relative;
background-repeat: no-repeat;
background-size: cover;
}
#masthead:before {
content: '';
display: block;
position: absolute;
background-color: rgba(255,255,255,0.75);
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#masthead .well {
background-color: rgba(255, 255, 255, 0.2);
margin: 5px 0 10px;
box-shadow: none;
-webkit-box-shadow: none;
border-radius: 2px;
border-color: rgba(227, 227, 227, 0.9);
}
footer {
background: #eee url(../img/header_pattern.jpg) repeat;
padding: 20px 0;
margin-top: 20px;
color: #888;
border-top: 1px solid #eee;
}
ul.list-no-style {
list-style: none;
}
ul.list-no-style li {
margin-bottom: 6px;
}
.strong-highlight {
background: red;
color: #fff;
display: inline-block;
width: 22px;
height: 22px;
font-size: 12px;
line-height: 22px;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
text-align: center;
margin-right: 3px;
}
#masthead .well {
line-height: 1.9em;
}
textarea {
width: 100%;
height: 200px;
}
@media screen and (min-width: 768px) {
#masthead h1 {
font-size: 50px;
}
}
.navbar-bright {
background-color:#111155;
color:#fff;
}
.affix-top,.affix{
position: static;
}
@media (min-width: 979px) {
#sidebar.affix-top {
position: static;
margin-top:20px;
}
#sidebar.affix {
position: fixed;
top:85px;
}
} | documentation/css/docs.css | body {
padding-top:50px;
}
/*Navigation Sidebar */
#sidebar li {
margin: 0;
}
#sidebar li a {
display: block;
color: #777;
border-left: 1px solid rgba(0,0,0,0);
padding: 4px 4px 4px 20px;
text-decoration: none;
border-color: #eee;
}
#sidebar li ol {
display: none;
list-style: none;
padding-left: 0;
font-size: 13px;
}
#sidebar li ol a {
padding-left: 37px;
color: #8a8a8a;
}
/*#sidebar > li:hover ol {
display: block;
}*/
#sidebar li.active > a {
border-color: #563D7C;
color: #563D7C;
/*font-weight: bold;*/
color: #428BCA;
border-color: #428BCA;
border-width: 2px;
}
#sidebar li.active ol {
display: block;
}
#sidebar li:not(.active) a:hover {
color: #563D7C;
border-color: #E5E3E9;
border-color: #428BCA;
color: #428BCA;
/*font-weight: bold;*/
}
#sidebar li a:hover {
background: none;
}
ol{
list-style-type:decimal;
counter-reset: item;
list-style-position: outside;
}
ol li {
/*display: block */
}
ol#sidebar li a:before {
content: counters(item, ".") ". ";
counter-increment: item;
color: #bbb !important;
}
#sidebar i {
margin:0 4px;
color: #bbb;
}
#sidebar.all-visible {
position: relative !important;
}
#sidebar.all-visible li ol {
display: block !important;
}
/*Content*/
#content img {
max-width: 100%;
display: block;
padding: 8px;
border: 1px solid #e1e1e1;
background: #f4f4f4;
margin: 20px 0;
}
.navbar-right a {
padding-left: 33px !important;
margin-left: 10px;
}
.support-link img {
position: absolute;
left: -4px;
top: 9px;
opacity: 0.6;
}
.navbar i {
font-size: 24px;
font-weight: 300;
position: absolute;
left: 0;
top: 13px;
}
.top-nav {
margin-top: 10px !important;
}
.extra-nav a {
border-color: rgba(0,0,0,0) !important;
}
.toggle-all a:before,
.top-nav a:before {
display: none !important;
}
p {
margin-bottom: 20px;
font-size: inherit;
line-height: 2em;
}
ol li {
margin-bottom: 8px;
}
h1,h3 {
padding-top: 80px;
margin-top: -70px !important;
padding-bottom: 10px;
}
h3 {
border-bottom: 1px solid #EEE;
}
#masthead {
background-color: #eee;
padding: 80px 0 70px 0;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
background-image: url(../images/header_pattern.jpg);
background-size: contain;
position: relative;
background-repeat: no-repeat;
background-size: cover;
}
#masthead:before {
content: '';
display: block;
position: absolute;
background-color: rgba(255,255,255,0.75);
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#masthead .well {
background-color: rgba(255, 255, 255, 0.2);
margin: 5px 0 10px;
box-shadow: none;
-webkit-box-shadow: none;
border-radius: 2px;
border-color: rgba(227, 227, 227, 0.9);
}
footer {
background: #eee url(../img/header_pattern.jpg) repeat;
padding: 20px 0;
margin-top: 20px;
color: #888;
border-top: 1px solid #eee;
}
ul.list-no-style {
list-style: none;
}
ul.list-no-style li {
margin-bottom: 6px;
}
.strong-highlight {
background: red;
color: #fff;
display: inline-block;
width: 22px;
height: 22px;
font-size: 12px;
line-height: 22px;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
text-align: center;
margin-right: 3px;
}
#masthead .well {
line-height: 1.9em;
}
textarea {
width: 100%;
height: 200px;
}
@media screen and (min-width: 768px) {
#masthead h1 {
font-size: 50px;
}
}
.navbar-bright {
background-color:#111155;
color:#fff;
}
.affix-top,.affix{
position: static;
}
@media (min-width: 979px) {
#sidebar.affix-top {
position: static;
margin-top:20px;
}
#sidebar.affix {
position: fixed;
top:85px;
}
} | 0.288268 | 0.057679 |
* Elements
*/
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #FFF;
/* Fallback for when there is no custom background color defined. */
}
hr {
background-color: #d1d1d1;
border: 0;
height: 1px;
margin: 0 0 1.75em;
}
ul,
ol {
margin: 0 0 1.75em 1.25em;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
margin-left: 1.5em;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dl {
margin: 0 0 1.75em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 0 1.75em;
}
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
vertical-align: middle;
}
del {
opacity: 0.8;
}
table,
th,
td {
border: 1px solid #d1d1d1;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: fixed;
/* Prevents HTML tables from becoming too wide */
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 0.4375em;
}
/**
* Links
*/
a {
color: #007acc;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: #686868;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
/**
* Alignments
*/
.alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}
blockquote.alignleft {
margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
margin-bottom: 1.473684211em;
}
/**
* Captions
*/
.wp-caption {
margin-bottom: 1.75em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption .wp-caption-text {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
} | style.css | * Elements
*/
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #FFF;
/* Fallback for when there is no custom background color defined. */
}
hr {
background-color: #d1d1d1;
border: 0;
height: 1px;
margin: 0 0 1.75em;
}
ul,
ol {
margin: 0 0 1.75em 1.25em;
padding: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
margin-left: 1.5em;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dl {
margin: 0 0 1.75em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 0 1.75em;
}
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
vertical-align: middle;
}
del {
opacity: 0.8;
}
table,
th,
td {
border: 1px solid #d1d1d1;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.75em;
table-layout: fixed;
/* Prevents HTML tables from becoming too wide */
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: 700;
}
td {
border-width: 0 1px 1px 0;
}
th,
td {
padding: 0.4375em;
}
/**
* Links
*/
a {
color: #007acc;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: #686868;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
/**
* Alignments
*/
.alignleft {
float: left;
margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
float: right;
margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 1.75em;
}
blockquote.alignleft {
margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
margin-bottom: 1.473684211em;
}
/**
* Captions
*/
.wp-caption {
margin-bottom: 1.75em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption .wp-caption-text {
color: #686868;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
line-height: 1.6153846154;
padding-top: 0.5384615385em;
} | 0.555676 | 0.155431 |
.background-main-color,
.blog-post.layout-2 .img-out .icon-type,
a.firo-bottom {
background-color: #ec278d;
}
.background-second-color {
background-color: #466396;
}
.firo-title.layout-3 h2.title:before {
background-color: #466396;
}
.firo-title.layout-4 h2.title:before {
border-color: #466396;
}
.firo-title.layout-4 h2.title:after {
border-color: #466396;
}
.background-section-1 {
background-color: #f5f5f5;
}
.firo-title h2.title {
color: #9e9e9e;
}
.background-cons-1 {
background-image: url(../../../assets/img/construction-ba-1.jpg);
background-size: cover;
}
/*# sourceMappingURL=color-4.css.map */
#map {
width: 100%;
height:calc(100vh - 120px);
float: left;
}
/***************** ERROR DE FORMULARIO ********/
.was-validated .form-control:invalid, .form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cpath d='M48,0A48,48,0,1,0,96,48,48.0512,48.0512,0,0,0,48,0Zm0,12a35.71,35.71,0,0,1,20.7993,6.7214L18.717,68.7935A35.8886,35.8886,0,0,1,48,12Zm0,72a35.71,35.71,0,0,1-20.7993-6.7214L77.283,27.2065A35.8886,35.8886,0,0,1,48,84Z' fill='DeepPink' /%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right calc(0.4rem) top 0.7rem;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
background-color: #ffc5dd;
border-color: #ec278d;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
border-color: #ec278d;
background-color: #ffc5dd;
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
padding-right: calc(0.75em + 2.3125rem);
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cpath d='M48,0A48,48,0,1,0,96,48,48.0512,48.0512,0,0,0,48,0Zm0,12a35.71,35.71,0,0,1,20.7993,6.7214L18.717,68.7935A35.8886,35.8886,0,0,1,48,12Zm0,72a35.71,35.71,0,0,1-20.7993-6.7214L77.283,27.2065A35.8886,35.8886,0,0,1,48,84Z' fill='DeepPink' /%3E%3C/svg%3E");
border-color: #ec278d;
background-color: #ffc5dd;
background-position: right 0.75rem center, center right 1.75rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
xbox-shadow: 0 0 0 0.15rem #ec278d;
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
background-color: #ffc5dd;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
background-color: #ffc5dd;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
xbox-shadow: 0 0 0 0.15rem #ec278d;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
xbox-shadow: 0 0 0 0.15rem #ec278d;
}
/**************************/ | public/stylesheets/color.css | .background-main-color,
.blog-post.layout-2 .img-out .icon-type,
a.firo-bottom {
background-color: #ec278d;
}
.background-second-color {
background-color: #466396;
}
.firo-title.layout-3 h2.title:before {
background-color: #466396;
}
.firo-title.layout-4 h2.title:before {
border-color: #466396;
}
.firo-title.layout-4 h2.title:after {
border-color: #466396;
}
.background-section-1 {
background-color: #f5f5f5;
}
.firo-title h2.title {
color: #9e9e9e;
}
.background-cons-1 {
background-image: url(../../../assets/img/construction-ba-1.jpg);
background-size: cover;
}
/*# sourceMappingURL=color-4.css.map */
#map {
width: 100%;
height:calc(100vh - 120px);
float: left;
}
/***************** ERROR DE FORMULARIO ********/
.was-validated .form-control:invalid, .form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cpath d='M48,0A48,48,0,1,0,96,48,48.0512,48.0512,0,0,0,48,0Zm0,12a35.71,35.71,0,0,1,20.7993,6.7214L18.717,68.7935A35.8886,35.8886,0,0,1,48,12Zm0,72a35.71,35.71,0,0,1-20.7993-6.7214L77.283,27.2065A35.8886,35.8886,0,0,1,48,84Z' fill='DeepPink' /%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right calc(0.4rem) top 0.7rem;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
background-color: #ffc5dd;
border-color: #ec278d;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
border-color: #ec278d;
background-color: #ffc5dd;
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
padding-right: calc(0.75em + 2.3125rem);
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cpath d='M48,0A48,48,0,1,0,96,48,48.0512,48.0512,0,0,0,48,0Zm0,12a35.71,35.71,0,0,1,20.7993,6.7214L18.717,68.7935A35.8886,35.8886,0,0,1,48,12Zm0,72a35.71,35.71,0,0,1-20.7993-6.7214L77.283,27.2065A35.8886,35.8886,0,0,1,48,84Z' fill='DeepPink' /%3E%3C/svg%3E");
border-color: #ec278d;
background-color: #ffc5dd;
background-position: right 0.75rem center, center right 1.75rem;
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
xbox-shadow: 0 0 0 0.15rem #ec278d;
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
background-color: #ffc5dd;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
background-color: #ffc5dd;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
xbox-shadow: 0 0 0 0.15rem #ec278d;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
xbox-shadow: 0 0 0 0.15rem #ec278d;
}
/**************************/ | 0.415373 | 0.078784 |
body, html
{
background-color: black !important;
height: 100%;
padding: 0px;
margin: 0px;
min-width: 1100px;
}
::-webkit-scrollbar {
width: 20px;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: rgba(69, 65, 75, 0.95);
border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: rgba(69, 65, 75, 0.95);
}
h1
{
color: white !important;
}
a, h2,label, .grey
{
text-decoration: none;
color: #88898a;
}
nav ul
{
list-style-type: none;
}
p
{
color: white;
}
a:hover
{
color: #eeeeee;
}
.body
{
padding-left: 10%;
padding-right: 10%;
padding-top: 7%;
padding-bottom: 10%;
}
.top_barre
{
height: 60px;
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 20px;
padding-left: 20px;
}
.btn-search {
-webkit-border-radius: 6;
-moz-border-radius: 6;
border-radius: 6px;
font-family: Arial;
color: #a30d00;
font-size: 12px;
padding: 7px 12px 7px 12px;
border: solid #a30d00 1px;
text-decoration: none;
background-color: black;
}
.btn-search:hover
{
text-decoration: none;
}
.title-site
{
background-color: #ffffffbd;
padding-left: 100px;
padding-right: 100px;
padding-top: 10px;
padding-bottom: 25px;
}
.list-search
{
display: flex;
width: 240px;
justify-content: space-around;
align-items: center;
}
.pagination
{
display: flex;
width: 500px;
justify-content: space-around;
align-items: center;
}
.list-film
{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.list-films
{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
padding: 0px;
}
.list-films-page
{
justify-content: center !important;
}
.one-film
{
padding-left: 20px;
padding-right: 20px;
}
.film-block-one
{
display: flex;
justify-content: space-between;
}
.film-info
{
}
.film-block-two
{
margin-top: 50px;
}
.ui-corner-all{
background-color:white;
list-style-type: none;
border:1px solid lightgray;
}
.ui-corner-all:hover{
color:black;
}
.ui-autocomplete{
width:130px !important;
overflow: hidden;
}
form {
padding:10px;
width:400px;
}
legend{
color:white;
font-family:Arial;
font-size:30px;
margin-bottom:30px;
}
fieldset{
padding:0 20px 20px 20px;
margin-bottom:10px;
border:none;
}
label {
margin-top:10px;
display:block;
}
.connexion, .form-control {
padding:10px;
border:1px solid #F5C5C5;
border-radius:5px;
width:300px;
box-shadow:1px 1px 2px #C0C0C0 inset;
font-size: 16px;
margin:10px 0 10px 0;
}
.login, #appbundle_user_create{
border-radius: 6px;
font-family: Arial;
font-size: 20px;
padding: 7px 12px 7px 12px;
border-color:#a30d00;
text-decoration: none;
background-color: #a30d00;
color:white;
display: block;
width: 300px;
margin-top:20px;
}
.login{
margin-top:85px;
} | site/web/css/base.css | body, html
{
background-color: black !important;
height: 100%;
padding: 0px;
margin: 0px;
min-width: 1100px;
}
::-webkit-scrollbar {
width: 20px;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: rgba(69, 65, 75, 0.95);
border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: rgba(69, 65, 75, 0.95);
}
h1
{
color: white !important;
}
a, h2,label, .grey
{
text-decoration: none;
color: #88898a;
}
nav ul
{
list-style-type: none;
}
p
{
color: white;
}
a:hover
{
color: #eeeeee;
}
.body
{
padding-left: 10%;
padding-right: 10%;
padding-top: 7%;
padding-bottom: 10%;
}
.top_barre
{
height: 60px;
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 20px;
padding-left: 20px;
}
.btn-search {
-webkit-border-radius: 6;
-moz-border-radius: 6;
border-radius: 6px;
font-family: Arial;
color: #a30d00;
font-size: 12px;
padding: 7px 12px 7px 12px;
border: solid #a30d00 1px;
text-decoration: none;
background-color: black;
}
.btn-search:hover
{
text-decoration: none;
}
.title-site
{
background-color: #ffffffbd;
padding-left: 100px;
padding-right: 100px;
padding-top: 10px;
padding-bottom: 25px;
}
.list-search
{
display: flex;
width: 240px;
justify-content: space-around;
align-items: center;
}
.pagination
{
display: flex;
width: 500px;
justify-content: space-around;
align-items: center;
}
.list-film
{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.list-films
{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
padding: 0px;
}
.list-films-page
{
justify-content: center !important;
}
.one-film
{
padding-left: 20px;
padding-right: 20px;
}
.film-block-one
{
display: flex;
justify-content: space-between;
}
.film-info
{
}
.film-block-two
{
margin-top: 50px;
}
.ui-corner-all{
background-color:white;
list-style-type: none;
border:1px solid lightgray;
}
.ui-corner-all:hover{
color:black;
}
.ui-autocomplete{
width:130px !important;
overflow: hidden;
}
form {
padding:10px;
width:400px;
}
legend{
color:white;
font-family:Arial;
font-size:30px;
margin-bottom:30px;
}
fieldset{
padding:0 20px 20px 20px;
margin-bottom:10px;
border:none;
}
label {
margin-top:10px;
display:block;
}
.connexion, .form-control {
padding:10px;
border:1px solid #F5C5C5;
border-radius:5px;
width:300px;
box-shadow:1px 1px 2px #C0C0C0 inset;
font-size: 16px;
margin:10px 0 10px 0;
}
.login, #appbundle_user_create{
border-radius: 6px;
font-family: Arial;
font-size: 20px;
padding: 7px 12px 7px 12px;
border-color:#a30d00;
text-decoration: none;
background-color: #a30d00;
color:white;
display: block;
width: 300px;
margin-top:20px;
}
.login{
margin-top:85px;
} | 0.36591 | 0.058051 |
@charset "UTF-8";
img {
/*border: none;*/
/*vertical-align: middle;*/
}
a {
color: #3f240e;
text-decoration: none;
}
a:hover {
color: #f40;
text-decoration: none;
}
.clear {
clear: both;
*display: inline;
/*IE only*/
}
.text-red {
color: red;
}
.ui-toolbar{
border-top-width: 0!important;
border-right-width: 0!important;
}
.ui-list-layout{
width: 100%!important;
height: 100%!important;
}
.ui-list-region{
margin: 0px!important;
padding: 0px!important;
border-width: 0!important;
}
.ui-list-toolbar{
/*vertical-align: middle;*/
line-height: 34px;
/*padding: 5px!important;*/
}
.ui-list-toolbar .ui-toolbar{
line-height: 34px;
}
body {
width: 100%;
background: #fff;
-webkit-font-feature-settings: 'kern' 1;
-moz-font-feature-settings: 'kern' 1;
-o-font-feature-settings: 'kern' 1;
text-rendering: geometricPrecision;
line-height: 1.42857143;
font: 14px Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
}
.btn {
line-height: 1.42857143;
}
select.form-control {
-webkit-appearance: none;
-moz-appearance: none;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="40" height="24" viewBox="0 0 40 24"><polygon points="0,0 40,0 20,24" style="fill:rgb%28138,138,138%29"></polygon></svg>');
background-size: 9px 6px;
background-position: calc(100% - 10px) 50%;
background-position: -moz-calc(100% - 10px) 50%;
background-position: -webkit-calc(100% - 10px) 50%;
background-repeat: no-repeat;
padding-right: 30px;
}
.ui-jqgrid .ui-pg-selbox,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox {
background-image: none;
-webkit-appearance: menulist;
-moz-appearance: menulist;
}
.ui-jqgrid td input.checkbox {
display: inline-block;
}
/*layui scrollbar*/
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-button:vertical {
display: none;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
background-color: #e2e2e2;
}
::-webkit-scrollbar-thumb {
border-radius: 0;
background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color: rgba(0, 0, 0, 0.35);
}
::-webkit-scrollbar-thumb:vertical:active {
background-color: rgba(0, 0, 0, 0.38);
}
/*overwrite*/
.ui-jqgrid {
box-sizing: content-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 12px;
}
.mini-tree-selectedNode .mini-tree-nodeshow {
background: #ffffe6;
border-color: lightgray;
color: #f30000;
}
.mini-grid-columns-view {
/* overflow-y: scroll!important;*/
overflow-x: hidden!important;
SCROLLBAR-ARROW-COLOR: #F8F8F8;
scrollbar-base-color: #F8F8F8;
scrollbar-face-color: #f8f8f8;
scrollbar-track-color: #f8f8f8;
scrollbar-highlight-color: #f8f8f8;
scrollbar-shadow-color: #f8f8f8;
}
.table-noborder{
margin-top: 20px;
}
.table-noborder>tbody>tr>td,
.table-noborder>tbody>tr>th,
.table-noborder>tfoot>tr>td,
.table-noborder>tfoot>tr>th,
.table-noborder>thead>tr>td,
.table-noborder>thead>tr>th{
border-top: 0px;
}
/***********背景颜色************/
.dats-bg-cl-fff {
background-color: #fff;
}
.dats-bg-cl-f5f5f5 {
background-color: #f5f5f5;
}
.dats-clearfloat {
clear: both;
height: 0;
font-size: 1px;
color: White;
margin: 0px;
padding: 0px;
line-height: 0px;
}
/**************************尺寸******************************/
.dats-full {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
position: relative;
}
.dats-full-hidden {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
}
.dats-w-full-h-60 {
width: 100%;
height: 60px;
}
.dats-w-full-h-50 {
width: 100%;
height: 50px;
}
.dats-pd-lr-8 {
padding-left: 8px;
padding-right: 8px;
}
.dats-pd-tb-8 {
padding-top: 8px;
padding-bottom: 8px;
}
.dats-pd-lr-10 {
padding-left: 10px;
padding-right: 10px;
}
.dats-pd-tb-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.dats-pd-12 {
padding: 12px;
}
.dats-pd-18 {
padding: 18px;
}
.dats-pd-lr-18 {
padding-left: 18px;
padding-right: 18px;
}
.dats-pd-tb-18 {
padding-top: 18px;
padding-bottom: 18px;
}
/*自动填充*/
.dats-fit-panel {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
border: none;
position: relative;
}
.dats-fit {
width: 100%;
overflow: auto;
}
/*页面公用样式*/
.dats-header-left {
position: absolute;
left: 18px;
top: 0;
line-height: 50px;
}
.gridAction {
text-align: center;
/*display:inline-block;*/
}
.gridAction a {
padding: 0 5px;
color: #676a6c;
text-decoration: none;
/*display:inline-block;*/
}
.gridAction a:hover {
text-decoration: none;
}
.ui-jqgrid .ui-jqgrid-sortable {
font-size: 14px;
font-weight: normal;
}
.ui-jqgrid .ui-jqgrid-htable thead th div {
overflow: hidden;
position: relative;
text-align: center;
}
.ui-jqgrid tr.jqgrow td {
padding-right: 2px;
padding-left: 2px;
}
/*文字大小*/
.f12 {
font-size: 12px;
}
.f14 {
font-size: 14px;
}
.f16 {
font-size: 16px;
}
.f18 {
font-size: 18px;
}
.fs-12 {
font-size: 12px;
}
.fs-13 {
font-size: 13px;
}
.fs-14 {
font-size: 14px;
}
.fs-15 {
font-size: 15px;
}
.fs-16 {
font-size: 16px;
}
.fs-17 {
font-size: 17px;
}
.fs-18 {
font-size: 18px;
}
.fs-19 {
font-size: 19px;
}
.fs-20 {
font-size: 20px;
}
.fs-21 {
font-size: 21px;
}
.fs-22 {
font-size: 22px;
}
.fs-23 {
font-size: 23px;
}
.fs-24 {
font-size: 24px;
}
.fs-25 {
font-size: 25px;
}
.fs-26 {
font-size: 26px;
}
.fs-27 {
font-size: 27px;
}
.fs-28 {
font-size: 28px;
}
.fs-29 {
font-size: 29px;
}
.fs-30 {
font-size: 30px;
}
.fs-31 {
font-size: 31px;
}
.fs-32 {
font-size: 32px;
}
.fs-33 {
font-size: 33px;
}
.fs-34 {
font-size: 34px;
}
.fs-35 {
font-size: 35px;
}
.fs-36 {
font-size: 36px;
}
.fs-37 {
font-size: 37px;
}
.fs-38 {
font-size: 38px;
}
.fs-39 {
font-size: 39px;
}
.fs-40 {
font-size: 40px;
}
.fs-41 {
font-size: 41px;
}
.fs-42 {
font-size: 42px;
}
.fs-43 {
font-size: 43px;
}
.fs-44 {
font-size: 44px;
}
.fs-45 {
font-size: 45px;
}
.fs-46 {
font-size: 46px;
}
.fs-47 {
font-size: 47px;
}
.fs-48 {
font-size: 48px;
}
@media (min-width: 768px) {
.pt-0 {
padding-top: 0px;
}
.pt-1 {
padding-top: 1px;
}
.pt-2 {
padding-top: 2px;
}
.pt-3 {
padding-top: 3px;
}
.pt-4 {
padding-top: 4px;
}
.pt-5 {
padding-top: 5px;
}
.pt-6 {
padding-top: 6px;
}
.pt-7 {
padding-top: 7px;
}
.pt-8 {
padding-top: 8px;
}
.pt-9 {
padding-top: 9px;
}
.pt-10 {
padding-top: 10px;
}
.pt-11 {
padding-top: 11px;
}
.pt-12 {
padding-top: 12px;
}
.pt-13 {
padding-top: 13px;
}
.pt-14 {
padding-top: 14px;
}
.pt-15 {
padding-top: 15px;
}
.pt-16 {
padding-top: 16px;
}
.pt-17 {
padding-top: 17px;
}
.pt-18 {
padding-top: 18px;
}
.pt-19 {
padding-top: 19px;
}
.pt-20 {
padding-top: 20px;
}
.pr-0 {
padding-right: 0px;
}
.pr-1 {
padding-right: 1px;
}
.pr-2 {
padding-right: 2px;
}
.pr-3 {
padding-right: 3px;
}
.pr-4 {
padding-right: 4px;
}
.pr-5 {
padding-right: 5px;
}
.pr-6 {
padding-right: 6px;
}
.pr-7 {
padding-right: 7px;
}
.pr-8 {
padding-right: 8px;
}
.pr-9 {
padding-right: 9px;
}
.pr-10 {
padding-right: 10px;
}
.pr-11 {
padding-right: 11px;
}
.pr-12 {
padding-right: 12px;
}
.pr-13 {
padding-right: 13px;
}
.pr-14 {
padding-right: 14px;
}
.pr-15 {
padding-right: 15px;
}
.pr-16 {
padding-right: 16px;
}
.pr-17 {
padding-right: 17px;
}
.pr-18 {
padding-right: 18px;
}
.pr-19 {
padding-right: 19px;
}
.pr-20 {
padding-right: 20px;
}
.pb-0 {
padding-bottom: 0px;
}
.pb-1 {
padding-bottom: 1px;
}
.pb-2 {
padding-bottom: 2px;
}
.pb-3 {
padding-bottom: 3px;
}
.pb-4 {
padding-bottom: 4px;
}
.pb-5 {
padding-bottom: 5px;
}
.pb-6 {
padding-bottom: 6px;
}
.pb-7 {
padding-bottom: 7px;
}
.pb-8 {
padding-bottom: 8px;
}
.pb-9 {
padding-bottom: 9px;
}
.pb-10 {
padding-bottom: 10px;
}
.pb-11 {
padding-bottom: 11px;
}
.pb-12 {
padding-bottom: 12px;
}
.pb-13 {
padding-bottom: 13px;
}
.pb-14 {
padding-bottom: 14px;
}
.pb-15 {
padding-bottom: 15px;
}
.pb-16 {
padding-bottom: 16px;
}
.pb-17 {
padding-bottom: 17px;
}
.pb-18 {
padding-bottom: 18px;
}
.pb-19 {
padding-bottom: 19px;
}
.pb-20 {
padding-bottom: 20px;
}
.pl-0 {
padding-left: 0px;
}
.pl-1 {
padding-left: 1px;
}
.pl-2 {
padding-left: 2px;
}
.pl-3 {
padding-left: 3px;
}
.pl-4 {
padding-left: 4px;
}
.pl-5 {
padding-left: 5px;
}
.pl-6 {
padding-left: 6px;
}
.pl-7 {
padding-left: 7px;
}
.pl-8 {
padding-left: 8px;
}
.pl-9 {
padding-left: 9px;
}
.pl-10 {
padding-left: 10px;
}
.pl-11 {
padding-left: 11px;
}
.pl-12 {
padding-left: 12px;
}
.pl-13 {
padding-left: 13px;
}
.pl-14 {
padding-left: 14px;
}
.pl-15 {
padding-left: 15px;
}
.pl-16 {
padding-left: 16px;
}
.pl-17 {
padding-left: 17px;
}
.pl-18 {
padding-left: 18px;
}
.pl-19 {
padding-left: 19px;
}
.pl-20 {
padding-left: 20px;
}
.pt-25 {
padding-top: 25px;
}
.pt-30 {
padding-top: 30px;
}
.pt-35 {
padding-top: 35px;
}
.pt-40 {
padding-top: 40px;
}
.pt-45 {
padding-top: 45px;
}
.pt-50 {
padding-top: 50px;
}
.pt-55 {
padding-top: 55px;
}
.pt-60 {
padding-top: 60px;
}
.pt-65 {
padding-top: 65px;
}
.pr-25 {
padding-right: 25px;
}
.pr-30 {
padding-right: 30px;
}
.pr-35 {
padding-right: 35px;
}
.pr-40 {
padding-right: 40px;
}
.pr-45 {
padding-right: 45px;
}
.pr-50 {
padding-right: 50px;
}
.pr-55 {
padding-right: 55px;
}
.pr-60 {
padding-right: 60px;
}
.pr-65 {
padding-right: 65px;
}
.pb-25 {
padding-bottom: 25px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-35 {
padding-bottom: 35px;
}
.pb-40 {
padding-bottom: 40px;
}
.pb-45 {
padding-bottom: 45px;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-55 {
padding-bottom: 55px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-65 {
padding-bottom: 65px;
}
.pl-25 {
padding-left: 25px;
}
.pl-30 {
padding-left: 30px;
}
.pl-35 {
padding-left: 35px;
}
.pl-40 {
padding-left: 40px;
}
.pl-45 {
padding-left: 45px;
}
.pl-50 {
padding-left: 50px;
}
.pl-55 {
padding-left: 55px;
}
.pl-60 {
padding-left: 60px;
}
.pl-65 {
padding-left: 65px;
}
}
.mt-0 {
margin-top: 0px;
}
.mt-1 {
margin-top: 1px;
}
.mt-2 {
margin-top: 2px;
}
.mt-3 {
margin-top: 3px;
}
.mt-4 {
margin-top: 4px;
}
.mt-5 {
margin-top: 5px;
}
.mt-6 {
margin-top: 6px;
}
.mt-7 {
margin-top: 7px;
}
.mt-8 {
margin-top: 8px;
}
.mt-9 {
margin-top: 9px;
}
.mt-10 {
margin-top: 10px;
}
.mt-11 {
margin-top: 11px;
}
.mt-12 {
margin-top: 12px;
}
.mt-13 {
margin-top: 13px;
}
.mt-14 {
margin-top: 14px;
}
.mt-15 {
margin-top: 15px;
}
.mt-16 {
margin-top: 16px;
}
.mt-17 {
margin-top: 17px;
}
.mt-18 {
margin-top: 18px;
}
.mt-19 {
margin-top: 19px;
}
.mt-20 {
margin-top: 20px;
}
.mr-0 {
margin-right: 0px;
}
.mr-1 {
margin-right: 1px;
}
.mr-2 {
margin-right: 2px;
}
.mr-3 {
margin-right: 3px;
}
.mr-4 {
margin-right: 4px;
}
.mr-5 {
margin-right: 5px;
}
.mr-6 {
margin-right: 6px;
}
.mr-7 {
margin-right: 7px;
}
.mr-8 {
margin-right: 8px;
}
.mr-9 {
margin-right: 9px;
}
.mr-10 {
margin-right: 10px;
}
.mr-11 {
margin-right: 11px;
}
.mr-12 {
margin-right: 12px;
}
.mr-13 {
margin-right: 13px;
}
.mr-14 {
margin-right: 14px;
}
.mr-15 {
margin-right: 15px;
}
.mr-16 {
margin-right: 16px;
}
.mr-17 {
margin-right: 17px;
}
.mr-18 {
margin-right: 18px;
}
.mr-19 {
margin-right: 19px;
}
.mr-20 {
margin-right: 20px;
}
.mb-0 {
margin-bottom: 0px;
}
.mb-1 {
margin-bottom: 1px;
}
.mb-2 {
margin-bottom: 2px;
}
.mb-3 {
margin-bottom: 3px;
}
.mb-4 {
margin-bottom: 4px;
}
.mb-5 {
margin-bottom: 5px;
}
.mb-6 {
margin-bottom: 6px;
}
.mb-7 {
margin-bottom: 7px;
}
.mb-8 {
margin-bottom: 8px;
}
.mb-9 {
margin-bottom: 9px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-11 {
margin-bottom: 11px;
}
.mb-12 {
margin-bottom: 12px;
}
.mb-13 {
margin-bottom: 13px;
}
.mb-14 {
margin-bottom: 14px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-16 {
margin-bottom: 16px;
}
.mb-17 {
margin-bottom: 17px;
}
.mb-18 {
margin-bottom: 18px;
}
.mb-19 {
margin-bottom: 19px;
}
.mb-20 {
margin-bottom: 20px;
}
.ml-0 {
margin-left: 0px;
}
.ml-1 {
margin-left: 1px;
}
.ml-2 {
margin-left: 2px;
}
.ml-3 {
margin-left: 3px;
}
.ml-4 {
margin-left: 4px;
}
.ml-5 {
margin-left: 5px;
}
.ml-6 {
margin-left: 6px;
}
.ml-7 {
margin-left: 7px;
}
.ml-8 {
margin-left: 8px;
}
.ml-9 {
margin-left: 9px;
}
.ml-10 {
margin-left: 10px;
}
.ml-11 {
margin-left: 11px;
}
.ml-12 {
margin-left: 12px;
}
.ml-13 {
margin-left: 13px;
}
.ml-14 {
margin-left: 14px;
}
.ml-15 {
margin-left: 15px;
}
.ml-16 {
margin-left: 16px;
}
.ml-17 {
margin-left: 17px;
}
.ml-18 {
margin-left: 18px;
}
.ml-19 {
margin-left: 19px;
}
.ml-20 {
margin-left: 20px;
}
.mt-25 {
margin-top: 25px;
}
.mt-30 {
margin-top: 30px;
}
.mt-35 {
margin-top: 35px;
}
.mt-40 {
margin-top: 40px;
}
.mt-45 {
margin-top: 45px;
}
.mt-50 {
margin-top: 50px;
}
.mt-55 {
margin-top: 55px;
}
.mt-60 {
margin-top: 60px;
}
.mt-65 {
margin-top: 65px;
}
.mr-25 {
margin-right: 25px;
}
.mr-30 {
margin-right: 30px;
}
.mr-35 {
margin-right: 35px;
}
.mr-40 {
margin-right: 40px;
}
.mr-45 {
margin-right: 45px;
}
.mr-50 {
margin-right: 50px;
}
.mr-55 {
margin-right: 55px;
}
.mr-60 {
margin-right: 60px;
}
.mr-65 {
margin-right: 65px;
}
.mb-25 {
margin-bottom: 25px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-35 {
margin-bottom: 35px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-45 {
margin-bottom: 45px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-55 {
margin-bottom: 55px;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-65 {
margin-bottom: 65px;
}
.ml-25 {
margin-left: 25px;
}
.ml-30 {
margin-left: 30px;
}
.ml-35 {
margin-left: 35px;
}
.ml-40 {
margin-left: 40px;
}
.ml-45 {
margin-left: 45px;
}
.ml-50 {
margin-left: 50px;
}
.ml-55 {
margin-left: 55px;
}
.ml-60 {
margin-left: 60px;
}
.ml-65 {
margin-left: 65px;
} | css/common.css | @charset "UTF-8";
img {
/*border: none;*/
/*vertical-align: middle;*/
}
a {
color: #3f240e;
text-decoration: none;
}
a:hover {
color: #f40;
text-decoration: none;
}
.clear {
clear: both;
*display: inline;
/*IE only*/
}
.text-red {
color: red;
}
.ui-toolbar{
border-top-width: 0!important;
border-right-width: 0!important;
}
.ui-list-layout{
width: 100%!important;
height: 100%!important;
}
.ui-list-region{
margin: 0px!important;
padding: 0px!important;
border-width: 0!important;
}
.ui-list-toolbar{
/*vertical-align: middle;*/
line-height: 34px;
/*padding: 5px!important;*/
}
.ui-list-toolbar .ui-toolbar{
line-height: 34px;
}
body {
width: 100%;
background: #fff;
-webkit-font-feature-settings: 'kern' 1;
-moz-font-feature-settings: 'kern' 1;
-o-font-feature-settings: 'kern' 1;
text-rendering: geometricPrecision;
line-height: 1.42857143;
font: 14px Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
}
.btn {
line-height: 1.42857143;
}
select.form-control {
-webkit-appearance: none;
-moz-appearance: none;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="40" height="24" viewBox="0 0 40 24"><polygon points="0,0 40,0 20,24" style="fill:rgb%28138,138,138%29"></polygon></svg>');
background-size: 9px 6px;
background-position: calc(100% - 10px) 50%;
background-position: -moz-calc(100% - 10px) 50%;
background-position: -webkit-calc(100% - 10px) 50%;
background-repeat: no-repeat;
padding-right: 30px;
}
.ui-jqgrid .ui-pg-selbox,
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox {
background-image: none;
-webkit-appearance: menulist;
-moz-appearance: menulist;
}
.ui-jqgrid td input.checkbox {
display: inline-block;
}
/*layui scrollbar*/
::-webkit-scrollbar {
width: 10px;
height: 10px;
}
::-webkit-scrollbar-button:vertical {
display: none;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
background-color: #e2e2e2;
}
::-webkit-scrollbar-thumb {
border-radius: 0;
background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color: rgba(0, 0, 0, 0.35);
}
::-webkit-scrollbar-thumb:vertical:active {
background-color: rgba(0, 0, 0, 0.38);
}
/*overwrite*/
.ui-jqgrid {
box-sizing: content-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-size: 12px;
}
.mini-tree-selectedNode .mini-tree-nodeshow {
background: #ffffe6;
border-color: lightgray;
color: #f30000;
}
.mini-grid-columns-view {
/* overflow-y: scroll!important;*/
overflow-x: hidden!important;
SCROLLBAR-ARROW-COLOR: #F8F8F8;
scrollbar-base-color: #F8F8F8;
scrollbar-face-color: #f8f8f8;
scrollbar-track-color: #f8f8f8;
scrollbar-highlight-color: #f8f8f8;
scrollbar-shadow-color: #f8f8f8;
}
.table-noborder{
margin-top: 20px;
}
.table-noborder>tbody>tr>td,
.table-noborder>tbody>tr>th,
.table-noborder>tfoot>tr>td,
.table-noborder>tfoot>tr>th,
.table-noborder>thead>tr>td,
.table-noborder>thead>tr>th{
border-top: 0px;
}
/***********背景颜色************/
.dats-bg-cl-fff {
background-color: #fff;
}
.dats-bg-cl-f5f5f5 {
background-color: #f5f5f5;
}
.dats-clearfloat {
clear: both;
height: 0;
font-size: 1px;
color: White;
margin: 0px;
padding: 0px;
line-height: 0px;
}
/**************************尺寸******************************/
.dats-full {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
position: relative;
}
.dats-full-hidden {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
}
.dats-w-full-h-60 {
width: 100%;
height: 60px;
}
.dats-w-full-h-50 {
width: 100%;
height: 50px;
}
.dats-pd-lr-8 {
padding-left: 8px;
padding-right: 8px;
}
.dats-pd-tb-8 {
padding-top: 8px;
padding-bottom: 8px;
}
.dats-pd-lr-10 {
padding-left: 10px;
padding-right: 10px;
}
.dats-pd-tb-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.dats-pd-12 {
padding: 12px;
}
.dats-pd-18 {
padding: 18px;
}
.dats-pd-lr-18 {
padding-left: 18px;
padding-right: 18px;
}
.dats-pd-tb-18 {
padding-top: 18px;
padding-bottom: 18px;
}
/*自动填充*/
.dats-fit-panel {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
border: none;
position: relative;
}
.dats-fit {
width: 100%;
overflow: auto;
}
/*页面公用样式*/
.dats-header-left {
position: absolute;
left: 18px;
top: 0;
line-height: 50px;
}
.gridAction {
text-align: center;
/*display:inline-block;*/
}
.gridAction a {
padding: 0 5px;
color: #676a6c;
text-decoration: none;
/*display:inline-block;*/
}
.gridAction a:hover {
text-decoration: none;
}
.ui-jqgrid .ui-jqgrid-sortable {
font-size: 14px;
font-weight: normal;
}
.ui-jqgrid .ui-jqgrid-htable thead th div {
overflow: hidden;
position: relative;
text-align: center;
}
.ui-jqgrid tr.jqgrow td {
padding-right: 2px;
padding-left: 2px;
}
/*文字大小*/
.f12 {
font-size: 12px;
}
.f14 {
font-size: 14px;
}
.f16 {
font-size: 16px;
}
.f18 {
font-size: 18px;
}
.fs-12 {
font-size: 12px;
}
.fs-13 {
font-size: 13px;
}
.fs-14 {
font-size: 14px;
}
.fs-15 {
font-size: 15px;
}
.fs-16 {
font-size: 16px;
}
.fs-17 {
font-size: 17px;
}
.fs-18 {
font-size: 18px;
}
.fs-19 {
font-size: 19px;
}
.fs-20 {
font-size: 20px;
}
.fs-21 {
font-size: 21px;
}
.fs-22 {
font-size: 22px;
}
.fs-23 {
font-size: 23px;
}
.fs-24 {
font-size: 24px;
}
.fs-25 {
font-size: 25px;
}
.fs-26 {
font-size: 26px;
}
.fs-27 {
font-size: 27px;
}
.fs-28 {
font-size: 28px;
}
.fs-29 {
font-size: 29px;
}
.fs-30 {
font-size: 30px;
}
.fs-31 {
font-size: 31px;
}
.fs-32 {
font-size: 32px;
}
.fs-33 {
font-size: 33px;
}
.fs-34 {
font-size: 34px;
}
.fs-35 {
font-size: 35px;
}
.fs-36 {
font-size: 36px;
}
.fs-37 {
font-size: 37px;
}
.fs-38 {
font-size: 38px;
}
.fs-39 {
font-size: 39px;
}
.fs-40 {
font-size: 40px;
}
.fs-41 {
font-size: 41px;
}
.fs-42 {
font-size: 42px;
}
.fs-43 {
font-size: 43px;
}
.fs-44 {
font-size: 44px;
}
.fs-45 {
font-size: 45px;
}
.fs-46 {
font-size: 46px;
}
.fs-47 {
font-size: 47px;
}
.fs-48 {
font-size: 48px;
}
@media (min-width: 768px) {
.pt-0 {
padding-top: 0px;
}
.pt-1 {
padding-top: 1px;
}
.pt-2 {
padding-top: 2px;
}
.pt-3 {
padding-top: 3px;
}
.pt-4 {
padding-top: 4px;
}
.pt-5 {
padding-top: 5px;
}
.pt-6 {
padding-top: 6px;
}
.pt-7 {
padding-top: 7px;
}
.pt-8 {
padding-top: 8px;
}
.pt-9 {
padding-top: 9px;
}
.pt-10 {
padding-top: 10px;
}
.pt-11 {
padding-top: 11px;
}
.pt-12 {
padding-top: 12px;
}
.pt-13 {
padding-top: 13px;
}
.pt-14 {
padding-top: 14px;
}
.pt-15 {
padding-top: 15px;
}
.pt-16 {
padding-top: 16px;
}
.pt-17 {
padding-top: 17px;
}
.pt-18 {
padding-top: 18px;
}
.pt-19 {
padding-top: 19px;
}
.pt-20 {
padding-top: 20px;
}
.pr-0 {
padding-right: 0px;
}
.pr-1 {
padding-right: 1px;
}
.pr-2 {
padding-right: 2px;
}
.pr-3 {
padding-right: 3px;
}
.pr-4 {
padding-right: 4px;
}
.pr-5 {
padding-right: 5px;
}
.pr-6 {
padding-right: 6px;
}
.pr-7 {
padding-right: 7px;
}
.pr-8 {
padding-right: 8px;
}
.pr-9 {
padding-right: 9px;
}
.pr-10 {
padding-right: 10px;
}
.pr-11 {
padding-right: 11px;
}
.pr-12 {
padding-right: 12px;
}
.pr-13 {
padding-right: 13px;
}
.pr-14 {
padding-right: 14px;
}
.pr-15 {
padding-right: 15px;
}
.pr-16 {
padding-right: 16px;
}
.pr-17 {
padding-right: 17px;
}
.pr-18 {
padding-right: 18px;
}
.pr-19 {
padding-right: 19px;
}
.pr-20 {
padding-right: 20px;
}
.pb-0 {
padding-bottom: 0px;
}
.pb-1 {
padding-bottom: 1px;
}
.pb-2 {
padding-bottom: 2px;
}
.pb-3 {
padding-bottom: 3px;
}
.pb-4 {
padding-bottom: 4px;
}
.pb-5 {
padding-bottom: 5px;
}
.pb-6 {
padding-bottom: 6px;
}
.pb-7 {
padding-bottom: 7px;
}
.pb-8 {
padding-bottom: 8px;
}
.pb-9 {
padding-bottom: 9px;
}
.pb-10 {
padding-bottom: 10px;
}
.pb-11 {
padding-bottom: 11px;
}
.pb-12 {
padding-bottom: 12px;
}
.pb-13 {
padding-bottom: 13px;
}
.pb-14 {
padding-bottom: 14px;
}
.pb-15 {
padding-bottom: 15px;
}
.pb-16 {
padding-bottom: 16px;
}
.pb-17 {
padding-bottom: 17px;
}
.pb-18 {
padding-bottom: 18px;
}
.pb-19 {
padding-bottom: 19px;
}
.pb-20 {
padding-bottom: 20px;
}
.pl-0 {
padding-left: 0px;
}
.pl-1 {
padding-left: 1px;
}
.pl-2 {
padding-left: 2px;
}
.pl-3 {
padding-left: 3px;
}
.pl-4 {
padding-left: 4px;
}
.pl-5 {
padding-left: 5px;
}
.pl-6 {
padding-left: 6px;
}
.pl-7 {
padding-left: 7px;
}
.pl-8 {
padding-left: 8px;
}
.pl-9 {
padding-left: 9px;
}
.pl-10 {
padding-left: 10px;
}
.pl-11 {
padding-left: 11px;
}
.pl-12 {
padding-left: 12px;
}
.pl-13 {
padding-left: 13px;
}
.pl-14 {
padding-left: 14px;
}
.pl-15 {
padding-left: 15px;
}
.pl-16 {
padding-left: 16px;
}
.pl-17 {
padding-left: 17px;
}
.pl-18 {
padding-left: 18px;
}
.pl-19 {
padding-left: 19px;
}
.pl-20 {
padding-left: 20px;
}
.pt-25 {
padding-top: 25px;
}
.pt-30 {
padding-top: 30px;
}
.pt-35 {
padding-top: 35px;
}
.pt-40 {
padding-top: 40px;
}
.pt-45 {
padding-top: 45px;
}
.pt-50 {
padding-top: 50px;
}
.pt-55 {
padding-top: 55px;
}
.pt-60 {
padding-top: 60px;
}
.pt-65 {
padding-top: 65px;
}
.pr-25 {
padding-right: 25px;
}
.pr-30 {
padding-right: 30px;
}
.pr-35 {
padding-right: 35px;
}
.pr-40 {
padding-right: 40px;
}
.pr-45 {
padding-right: 45px;
}
.pr-50 {
padding-right: 50px;
}
.pr-55 {
padding-right: 55px;
}
.pr-60 {
padding-right: 60px;
}
.pr-65 {
padding-right: 65px;
}
.pb-25 {
padding-bottom: 25px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-35 {
padding-bottom: 35px;
}
.pb-40 {
padding-bottom: 40px;
}
.pb-45 {
padding-bottom: 45px;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-55 {
padding-bottom: 55px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-65 {
padding-bottom: 65px;
}
.pl-25 {
padding-left: 25px;
}
.pl-30 {
padding-left: 30px;
}
.pl-35 {
padding-left: 35px;
}
.pl-40 {
padding-left: 40px;
}
.pl-45 {
padding-left: 45px;
}
.pl-50 {
padding-left: 50px;
}
.pl-55 {
padding-left: 55px;
}
.pl-60 {
padding-left: 60px;
}
.pl-65 {
padding-left: 65px;
}
}
.mt-0 {
margin-top: 0px;
}
.mt-1 {
margin-top: 1px;
}
.mt-2 {
margin-top: 2px;
}
.mt-3 {
margin-top: 3px;
}
.mt-4 {
margin-top: 4px;
}
.mt-5 {
margin-top: 5px;
}
.mt-6 {
margin-top: 6px;
}
.mt-7 {
margin-top: 7px;
}
.mt-8 {
margin-top: 8px;
}
.mt-9 {
margin-top: 9px;
}
.mt-10 {
margin-top: 10px;
}
.mt-11 {
margin-top: 11px;
}
.mt-12 {
margin-top: 12px;
}
.mt-13 {
margin-top: 13px;
}
.mt-14 {
margin-top: 14px;
}
.mt-15 {
margin-top: 15px;
}
.mt-16 {
margin-top: 16px;
}
.mt-17 {
margin-top: 17px;
}
.mt-18 {
margin-top: 18px;
}
.mt-19 {
margin-top: 19px;
}
.mt-20 {
margin-top: 20px;
}
.mr-0 {
margin-right: 0px;
}
.mr-1 {
margin-right: 1px;
}
.mr-2 {
margin-right: 2px;
}
.mr-3 {
margin-right: 3px;
}
.mr-4 {
margin-right: 4px;
}
.mr-5 {
margin-right: 5px;
}
.mr-6 {
margin-right: 6px;
}
.mr-7 {
margin-right: 7px;
}
.mr-8 {
margin-right: 8px;
}
.mr-9 {
margin-right: 9px;
}
.mr-10 {
margin-right: 10px;
}
.mr-11 {
margin-right: 11px;
}
.mr-12 {
margin-right: 12px;
}
.mr-13 {
margin-right: 13px;
}
.mr-14 {
margin-right: 14px;
}
.mr-15 {
margin-right: 15px;
}
.mr-16 {
margin-right: 16px;
}
.mr-17 {
margin-right: 17px;
}
.mr-18 {
margin-right: 18px;
}
.mr-19 {
margin-right: 19px;
}
.mr-20 {
margin-right: 20px;
}
.mb-0 {
margin-bottom: 0px;
}
.mb-1 {
margin-bottom: 1px;
}
.mb-2 {
margin-bottom: 2px;
}
.mb-3 {
margin-bottom: 3px;
}
.mb-4 {
margin-bottom: 4px;
}
.mb-5 {
margin-bottom: 5px;
}
.mb-6 {
margin-bottom: 6px;
}
.mb-7 {
margin-bottom: 7px;
}
.mb-8 {
margin-bottom: 8px;
}
.mb-9 {
margin-bottom: 9px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-11 {
margin-bottom: 11px;
}
.mb-12 {
margin-bottom: 12px;
}
.mb-13 {
margin-bottom: 13px;
}
.mb-14 {
margin-bottom: 14px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-16 {
margin-bottom: 16px;
}
.mb-17 {
margin-bottom: 17px;
}
.mb-18 {
margin-bottom: 18px;
}
.mb-19 {
margin-bottom: 19px;
}
.mb-20 {
margin-bottom: 20px;
}
.ml-0 {
margin-left: 0px;
}
.ml-1 {
margin-left: 1px;
}
.ml-2 {
margin-left: 2px;
}
.ml-3 {
margin-left: 3px;
}
.ml-4 {
margin-left: 4px;
}
.ml-5 {
margin-left: 5px;
}
.ml-6 {
margin-left: 6px;
}
.ml-7 {
margin-left: 7px;
}
.ml-8 {
margin-left: 8px;
}
.ml-9 {
margin-left: 9px;
}
.ml-10 {
margin-left: 10px;
}
.ml-11 {
margin-left: 11px;
}
.ml-12 {
margin-left: 12px;
}
.ml-13 {
margin-left: 13px;
}
.ml-14 {
margin-left: 14px;
}
.ml-15 {
margin-left: 15px;
}
.ml-16 {
margin-left: 16px;
}
.ml-17 {
margin-left: 17px;
}
.ml-18 {
margin-left: 18px;
}
.ml-19 {
margin-left: 19px;
}
.ml-20 {
margin-left: 20px;
}
.mt-25 {
margin-top: 25px;
}
.mt-30 {
margin-top: 30px;
}
.mt-35 {
margin-top: 35px;
}
.mt-40 {
margin-top: 40px;
}
.mt-45 {
margin-top: 45px;
}
.mt-50 {
margin-top: 50px;
}
.mt-55 {
margin-top: 55px;
}
.mt-60 {
margin-top: 60px;
}
.mt-65 {
margin-top: 65px;
}
.mr-25 {
margin-right: 25px;
}
.mr-30 {
margin-right: 30px;
}
.mr-35 {
margin-right: 35px;
}
.mr-40 {
margin-right: 40px;
}
.mr-45 {
margin-right: 45px;
}
.mr-50 {
margin-right: 50px;
}
.mr-55 {
margin-right: 55px;
}
.mr-60 {
margin-right: 60px;
}
.mr-65 {
margin-right: 65px;
}
.mb-25 {
margin-bottom: 25px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-35 {
margin-bottom: 35px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-45 {
margin-bottom: 45px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-55 {
margin-bottom: 55px;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-65 {
margin-bottom: 65px;
}
.ml-25 {
margin-left: 25px;
}
.ml-30 {
margin-left: 30px;
}
.ml-35 {
margin-left: 35px;
}
.ml-40 {
margin-left: 40px;
}
.ml-45 {
margin-left: 45px;
}
.ml-50 {
margin-left: 50px;
}
.ml-55 {
margin-left: 55px;
}
.ml-60 {
margin-left: 60px;
}
.ml-65 {
margin-left: 65px;
} | 0.338842 | 0.050776 |
[role=banner] h1 svg path {
fill: red !important;
}
[role=banner] h1 {
color: red !important;
}
.btn--tertiary {border-color: #b1b1bc !important;box-shadow: none;background-color: white !important; }
.btn--tertiary,.btn--tertiary:link,.btn--tertiary:visited,.btn--tertiary:hover,.btn--tertiary:focus,.btn--tertiary:active {
color: #3e87e8 !important;
}
.btn--tertiary:hover,.btn--tertiary:focus {border-color: #9999a3 !important;box-shadow: none;background-color: #e4e4ea !important; }
.btn--tertiary:active {border-color: #7c7c84 !important;box-shadow: none;background-color: #b1b1bc !important;}
.btn--primary {
border-color: #2b5ea2 !important;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
background-color: #3e87e8 !important; }
.btn--primary,
.btn--primary:link,
.btn--primary:visited,
.btn--primary:hover,
.btn--primary:active {
color: white !important; }
.btn--primary:hover {
border-color: transparent;
background-color: #3573c5 !important; }
.btn--primary:active {
border-color: transparent;
background-color: #2b5ea2 !important; }
.btn {
display: inline-block;
overflow: visible;
height: 2em;
margin: 0;
border: 1px solid #b1b1bc;
border-radius: 3px;
padding: 0 1em;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
font: inherit;
line-height: calc(2em - 2px);
-webkit-font-smoothing: antialiased;
cursor: pointer;
text-align: center;
text-decoration: none;
text-transform: none;
white-space: nowrap;
background-color: #e4e4ea; }
.btn, .btn:link, .btn:visited, .btn:hover, .btn:active {
color: black; }
.btn:hover {
border-color: #9999a3;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
background-color: #b1b1bc; }
.btn:active {
border-color: #7c7c84;
box-shadow: none;
background-color: #9999a3; }
.btn:active {
outline: none; }
button.btn {
-webkit-appearance: button; }
.btn--icon {width: 2em;border-radius: 6.6666666667em;padding: 1px 0 0 1px; }
/**
* Establish default space between adjacent buttons
*/
.btn + .btn {
margin-left: 0.6666666667rem; }
/**
* Change button colors for primary buttons
*/
.btn--primary {
border-color: #2b5ea2;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
background-color: #3e87e8; }
.btn--primary, .btn--primary:link, .btn--primary:visited, .btn--primary:hover, .btn--primary:active {
color: white; }
.btn--primary:hover {
border-color: transparent;
background-color: #3573c5; }
.btn--primary:active {
border-color: transparent;
background-color: #2b5ea2; }
fieldset {
margin: 0; }
fieldset, fieldset legend {
border: 0;
padding: 0; }
legend {
margin-bottom: 1.3333333333rem;
font-weight: bold; }
.form-field {
margin-bottom: 1.3333333333rem; }
.form-field:last-child {
margin-bottom: 2.6666666667rem; }
label {
display: block;
margin-bottom: 0.3333333333rem;
cursor: pointer; }
.label--inline {
display: inline-block;
margin-bottom: 0;
line-height: 1; }
.label--inline + .text-input {
margin-left: 0.6666666667rem; }
.text-input,
textarea, select {
margin: 0;
border: 1px solid #b1b1bc;
font: inherit;
outline: 0;
-webkit-appearance: none;
-moz-appearance: none; }
.text-input:disabled,
textarea:disabled, select:disabled {
cursor: not-allowed; }
.text-input,
textarea {
width: 100%;
padding: 0 0.6666666667rem;
box-shadow: inset 0 0 0 1px #e4e4ea;
background-color: #efeff4;
color: black; }
.text-input[readonly],
.text-input[disabled],
textarea[readonly], textarea[disabled] {
box-shadow: none; }
.text-input[readonly],
textarea[readonly] {
border: 1px solid #e4e4ea;
background-color: white;
color: #b1b1bc; }
.text-input:disabled,
textarea:disabled {
border: 1px solid #e4e4ea;
box-shadow: none;
background-color: #f7f7fc;
color: #b1b1bc; }
.text-input:focus,
textarea:focus {
border-color: #0a9ec1;
box-shadow: inset 0 0 0 1px #d1d0d8; }
.text-input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #b1b1bc; }
.text-input:-moz-placeholder,
textarea:-moz-placeholder {
color: #b1b1bc; }
select {
border-radius: 3px;
padding: 0 3em 0 1em;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
line-height: calc(2em - 2px);
cursor: pointer;
background-color: #e4e4ea;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="9.3" viewBox="-28.5 391.9 16 9.3"><path fill="#3b3b3f" d="M-12.7 392.8l-.8-.8c-.1-.1-.2-.2-.4-.2-.1 0-.3.1-.4.2l-6.3 6.3-6.3-6.3c-.1-.1-.2-.2-.4-.2-.1 0-.3.1-.4.2l-.8.8c-.1.1-.2.2-.2.4 0 .1.1.3.2.4l7.5 7.5c.1.1.2.2.4.2s.3-.1.4-.2l7.5-7.5c.1-.1.2-.2.2-.4 0-.1-.1-.3-.2-.4z"/></svg>');
background-repeat: no-repeat;
background-position: calc(100% - 1em) 50%;
color: #3b3b3f; }
select:hover, select:focus {
border: 1px solid #9999a3;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
background-color: #b1b1bc; }
select:active {
border: 1px solid #7c7c84;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
background-color: #9999a3; }
select:disabled {
border: 1px solid #d1d0d8;
box-shadow: none;
background-color: white;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="9.3" viewBox="-28.5 391.9 16 9.3"><path fill="#d1d0d8" d="M-12.7 392.8l-.8-.8c-.1-.1-.2-.2-.4-.2-.1 0-.3.1-.4.2l-6.3 6.3-6.3-6.3c-.1-.1-.2-.2-.4-.2-.1 0-.3.1-.4.2l-.8.8c-.1.1-.2.2-.2.4 0 .1.1.3.2.4l7.5 7.5c.1.1.2.2.4.2s.3-.1.4-.2l7.5-7.5c.1-.1.2-.2.2-.4 0-.1-.1-.3-.2-.4z"/></svg>');
color: #d1d0d8; }
select[multiple] {
border: 1px solid #b1b1bc;
padding: 0.3333333333rem;
cursor: pointer;
background: #f7f7fc; }
.text-input {
height: 2em;
line-height: 1; }
.text-input + [type=checkbox],
.text-input + [type=radio] {
margin-left: 1.3333333333rem; }
.text-input + .label--inline {
margin-left: 0.6666666667rem; }
.text-input[type=search] {
-webkit-appearance: none;
padding: 0; }
.text-input::-webkit-input-placeholder {
padding-top: 1px; }
.text-input:-moz-placeholder {
padding-top: 1px; }
.text-input + [type=submit],
.text-input [type=cancel],
.label--inline + [type=submit],
.label--inline [type=cancel] {
margin-left: 1.3333333333rem; }
textarea {
overflow: auto;
padding: 0.3333333333rem 0.6666666667rem;
resize: vertical; }
[type=checkbox], [type=radio] {
margin: 0;
padding: 0;
font-size: 1.05em;
cursor: pointer; }
[type=checkbox][disabled], [type=radio][disabled] {
cursor: not-allowed; }
[type=checkbox][disabled] + .label--inline,
[type=radio][disabled] + .label--inline {
cursor: not-allowed; }
[type=checkbox] + .label--inline {
padding-left: 5px; }
[type=radio] + .label--inline {
padding-left: 3px; }
.form-field__help {
display: inline-block;
margin-top: 0.3333333333rem;
font-size: 1rem;
line-height: inherit;
color: #7c7c84; }
.input--tiny {
max-width: 7.0666666667rem; }
.input--small {
max-width: 14.1333333333rem; }
.input--regular {
max-width: 21.2rem; }
.input--large {
max-width: 28.2666666667rem; }
.input--huge {
max-width: 35.3333333333rem; }
/**
* Styles for one line forms.
*/
.form-field--inline:last-child {
margin-bottom: 1.3333333333rem; }
.form-field--inline .text-input {
margin-bottom: 1.3333333333rem; }
/**
* Styles for validation states
*/
.validation-warning {
color: #dd6b1f; }
.validation-error {
color: #e53838; }
.validation-success {
color: #46ad00; }
.text-input.validation-warning {
border-color: #dd6b1f;
color: inherit; }
.text-input.validation-error {
border-color: #e53838;
color: inherit; }
.text-input.validation-success {
border-color: #46ad00;
color: inherit; }
.list-bare {
margin: 0;
padding: 0;
list-style: none; }
.ml10{
margin-left: 10px;
}
.hide {
display: none;
}
.mt20{
margin-top: 20px;
}
.showToggleDiv{
display: inline-block;
}
/*** 1. So we can apply the `.box` class to naturally-inline elements.*/
.box {
display: block;
padding: 1rem;
}
.box > :last-child {
margin-bottom: 0;
}
/*** Flush (i.e. no padding) box.*/
.box--flush {
padding: 0;
}
/*** Tiny box.*/
.box--tiny {
padding: 0.3333333333rem;
}
/*** Small box.*/
.box--small {
padding: 0.6666666667rem;
}
/*** Large box.*/
.box--large {
padding: 1.3333333333rem;
}
/*** Huge box.*/
.box--huge {
padding: 2rem;
}
.box {
text-align: justify;
border: 1px solid #d1d0d8;
}
.cust_orange_box{
background-color: #faa43a;
padding: 10px;
color: #ffffff;
}
.cust_pink_box{
background-color: #bc99c7;
padding: 10px;
color: #ffffff;
}
.cust_green_box{
background-color: #90cd97;
padding: 10px;
color: #ffffff;
}
.toggle__input {
position: absolute !important;
overflow: hidden !important;
width: 1px !important;
height: 1px !important;
margin: -1px !important;
border: 0 !important;
padding: 0 !important;
clip: rect(0 0 0 0) !important; }
.toggle__input:checked + .toggle__label {
background-color: #0986a4; }
.toggle__input:checked + .toggle__label:before {
background-color: #0a9ec1; }
.toggle__input:checked + .toggle__label:after {
margin-left: 2rem; }
.toggle__label {
position: relative;
display: block;
width: 4rem;
height: 2rem;
border-radius: 2rem;
padding: 1px;
cursor: pointer;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: background 0.4s;
background-color: #b1b1bc;
text-indent: -9999rem; }
.toggle__label:before,
.toggle__label:after {
position: absolute;
display: block;
content: ""; }
.toggle__label:before {
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
border-radius: 2rem;
transition: background 0.4s;
background-color: #d1d0d8; }
.toggle__label:after {
top: 3px;
bottom: 3px;
left: 3px;
width: calc(2rem - 6px);
border: 1px solid #efeff4;
border-radius: calc(2rem - 6px);
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
background-color: white;
transition: margin 0.4s, background 0.4s; }
/**
* Small buttons.
*/
.toggle__input--small:checked + .toggle__label--small:after {
margin-left: 1.3333333333rem; }
.toggle__label--small {
width: 2.6666666667rem;
height: 1.3333333333rem;
border-radius: 1.3333333333rem; }
.toggle__label--small:before {
border-radius: 1.3333333333rem; }
.toggle__label--small:after {
top: 2px;
bottom: 2px;
left: 2px;
width: calc(1.3333333333rem - 4px);
border-radius: calc(1.3333333333rem - 4px); }
/**
* Small buttons.
*/
.toggle__input--large:checked + .toggle__label--large:after {
margin-left: 2.6666666667rem; }
.toggle__label--large {
width: 5.3333333333rem;
height: 2.6666666667rem;
border-radius: 2.6666666667rem; }
.toggle__label--large:before {
border-radius: 2.6666666667rem; }
.toggle__label--large:after {
top: 0.2666666667rem;
bottom: 0.2666666667rem;
left: 0.2666666667rem;
width: calc(2.6666666667rem - 0.5333333333rem);
border-radius: calc(2.6666666667rem - 0.5333333333rem); }
/**
* Small buttons.
*/
.toggle__input--huge:checked + .toggle__label--huge:after {
margin-left: 4rem; }
.toggle__label--huge {
width: 8rem;
height: 4rem;
border-radius: 4rem; }
.toggle__label--huge:before {border-radius: 4rem; }
.toggle__label--huge:after {top: 0.3333333333rem;bottom: 0.3333333333rem;left: 0.3333333333rem;width: calc(4rem - 0.6666666667rem);border-radius: calc(4rem - 0.6666666667rem); }
.mr10{
margin-right: 10px;
}
.sortable-content .layout {
/*margin: 0 0 0 0 !important;*/
}
.sortable-content .layout__item{
margin-bottom: 1rem;
padding-left: 1rem;
}
.sortable-content .box_design{
border: 1px solid #7c7c84;
}
.sortable-content .layout__item div.header {
margin: 0;
width: 100%;
padding: 1rem;
text-align: left;
background-color: #cdcdcd;
}
.as-sortable-dragging{
display: none !important;
}
/* GE Custom Colors - Start */
.red{color:#e32533}
.blue{color:#005cb9}
.green{color:#46ad00}
.purple{color:#8669FF}
.orange{color:#FF9821}
.yellow{color:#FFED45}
.red-light{color:#FF5C5C}
.blue-light{color:#3693f8}
.green-light{color:#75d835}
.purple-light{color:#9c97ff}
.orange-light{color:#ffbb66}
.yellow-light{color:#fff98d}
.red-dark{color:#b61225}
.blue-dark{color:#00366e}
.green-dark{color:#1d5f11}
.purple-dark{color:#595194}
.orange-dark{color:#e55c00}
.yellow-dark{color:#ffcf45}
.dv-basic-blue{color:#5da5da}
.dv-basic-orange{color:#faa43a}
.dv-basic-green{color:#60bd68}
.dv-basic-pink{color:#f17cb0}
.dv-basic-brown{color:#b2912f}
.dv-basic-purple{color:#b276b2}
.dv-basic-yellow{color:#decf3f}
.dv-basic-red{color:#f15854}
.dv-basic-gray{color:#4d4d4d}
/* GE Custom Colors - End */
/** Weather wind Icons - Start **/
.so {
display: inline-block;
background-repeat: no-repeat;
}
.wd_south {
background-image: url(../images/pngs_wind/SMALL_S.png);
width: 30px;
height: 30px;
}
.wd_north {
background-image: url(../images/pngs_wind/SMALL_N.png);
width: 30px;
height: 30px;
}
.wd_east {
background-image: url(../images/pngs_wind/SMALL_E.png);
width: 30px;
height: 30px;
}
.wd_west {
background-image: url(../images/pngs_wind/SMALL_W.png);
width: 30px;
height: 30px;
}
.wd_ENE {
background-image: url(../images/pngs_wind/SMALL_ENE.png);
width: 30px;
height: 30px;
}
.wd_ESE {
background-image: url(../images/pngs_wind/SMALL_ESE.png);
width: 30px;
height: 30px;
}
.wd_NE {
background-image: url(../images/pngs_wind/SMALL_NE.png);
width: 30px;
height: 30px;
}
.wd_NNE {
background-image: url(../images/pngs_wind/SMALL_NNE.png);
width: 30px;
height: 30px;
}
.wd_NNW {
background-image: url(../images/pngs_wind/SMALL_NNW.png);
width: 30px;
height: 30px;
}
.wd_NW {
background-image: url(../images/pngs_wind/SMALL_NW.png);
width: 30px;
height: 30px;
}
.wd_SW {
background-image: url(../images/pngs_wind/SMALL_SW.png);
width: 30px;
height: 30px;
}
.wd_SE {
background-image: url(../images/pngs_wind/SMALL_SE.png);
width: 30px;
height: 30px;
}
.wd_SSE {
background-image: url(../images/pngs_wind/SMALL_SSE.png);
width: 30px;
height: 30px;
}
.wd_SSW {
background-image: url(../images/pngs_wind/SMALL_SSW.png);
width: 30px;
height: 30px;
}
.wd_SW {
background-image: url(../images/pngs_wind/SMALL_SW.png);
width: 30px;
height: 30px;
}
.wd_WNE {
background-image: url(../images/pngs_wind/SMALL_WNE.png);
width: 30px;
height: 30px;
}
.wd_WSW {
background-image: url(../images/pngs_wind/SMALL_WSW.png);
width: 30px;
height: 30px;
}
.sunny{
background-image: url(../images/pngs_weather/SMALL_sunny.png);
width: 30px;
height: 30px;
}
.cloudy {
background-image: url(../images/pngs_weather/SMALL_cloudy.png);
width: 30px;
height: 30px;
}
.cloudyrain {
background-image: url(../images/pngs_weather/SMALL_cloudyrain.png);
width: 30px;
height: 30px;
}
.pcloudy {
background-image: url(../images/pngs_weather/SMALL_pcloudy.png);
width: 30px;
height: 30px;
}
.pcloudyrain {
background-image: url(../images/pngs_weather/SMALL_pcloudyrain.png);
width: 30px;
height: 30px;
}
.pcloudythunder {
background-image: url(../images/pngs_weather/SMALL_pcloudythunder.png);
width: 30px;
height: 35px;
}
.snow {
background-image: url(../images/pngs_weather/SMALL_snow.png);
width: 30px;
height: 30px;
}
.thunder {
background-image: url(../images/pngs_weather/SMALL_thunder.png);
width: 30px;
height: 35px;
}
.wind {
background-image: url(../images/pngs_weather/SMALL_wind.png);
width: 30px;
height: 30px;
}
.weatherSpan{
min-width:60px;
display: inline-block;
margin-left:8px;
}
.temperature-icons-span {
display: inline-block;
padding-top: 5px;
}
.weather-lower-div{
clear: both;
overflow: hidden;
white-space: nowrap;
}
.weather-upper-div{
clear: both;
padding-top:10px;
overflow-x: scroll;
white-space: nowrap;
}
.wind-span{
display:inline-block;
margin-left:3px;
}
.temp-span{
white-space: nowrap;
margin-left:6px;
}
.not-clickable {
pointer-events: none;
cursor: default;
text-decoration:none !important;
color:#000;
}
.clickable {
text-decoration:none !important;
cursor: pointer;
}
.temp.popover {
max-width:50px;
width:50px;
}
/** Weather wind Icons - End **/
.multiSelect .clearButton {
right: 0px !important;
top: 2px !important;
}
.chosen-container ul{
margin-left: 0px !important;
margin-bottom: 0px !important;
}
.install {display:none;}
.info {display:none;}
.textcontent { display:none; }
.validMessage { display:none; }
.service { display:none; }
.btn--disabled, .btn--disabled:link, .btn--disabled:visited, .btn--disabled:hover, .btn--disabled:active, .btn--disabled:focus, .btn[disabled], .btn[disabled]:link, .btn[disabled]:visited, .btn[disabled]:hover, .btn[disabled]:active, .btn[disabled]:focus{
border-color: #d1d0d8 !important;
box-shadow: none !important;
cursor: not-allowed !important;
background-color: white !important;
color: #d1d0d8 !important;
}
.u-mb\00002b\00002b {
margin-bottom: 2rem !important;
}
.table--fixed {
table-layout: fixed !important;
}
.table {
width: 100% !important;
border-collapse: collapse !important;
border-spacing: 0 !important;
}
tr {
display: table-row !important;
vertical-align: inherit !important;
border-color: inherit !important;
}
.table th {
text-align: left;
}
.table th, .table td {
border: 1px solid #d1d0d8;
padding: 0.6666666667rem;
}
.fa-check-circle { color:green; font-size:23px !important; }
.fa-times-circle{ color:red; font-size:23px !important; margin:2px 0px 0px -10px; }
.alert-message.px-alert-message #icon.warning.px-alert-message span.px-alert-message:before{
content: '5';
}
#img {
width: 100% !important; height: 100% !important;
}
#images{
background-image: url('../images/ik.png');
background-position:center center !important; background-repeat: no-repeat !important; width: 100% !important; height: 96% !important; background-size:100% 100% !important;
}
.default{ color:#3b73b9; font-size:21px !important; }
.map-warning{ color:#ed8000; font-size:21px !important; }
.map-green{ color:#46ad00; font-size:21px !important; }
.map-transformer{ color:#ff9821; font-size:14px !important; }
.map-inverter{ color:#00CC00; font-size:15px !important; }
.popover-default {box-sizing: border-box; position: relative; overflow: hidden; font-size: 20px;background-color:#3b73b9; width:290px; height:35px; color:white; margin:0px !important; padding:0px !important; border-radius: 2px 2px 0 0; }
.popover-warning {box-sizing: border-box; position: relative; overflow: hidden; font-size: 20px;background-color:#ed8000; width:290px; height:35px; color:white; margin:0px !important; padding:0px !important; border-radius: 2px 2px 0 0; }
.popover-green {box-sizing: border-box; position: relative; overflow: hidden; font-size: 20px;background-color:#46ad00; width:290px; height:35px; color:white; margin:0px !important; padding:0px !important; border-radius: 2px 2px 0 0; }
.popover-orange {box-sizing: border-box; position: relative; overflow: hidden; font-size: 20px;background-color:#ff9821; width:290px; height:35px; color:white; margin:0px !important; padding:0px !important; border-radius: 2px 2px 0 0; }
.popover-inverter {box-sizing: border-box; position: relative; overflow: hidden; font-size: 20px;background-color:#00CC00; width:290px; height:35px; color:white; margin:0px !important; padding:0px !important; border-radius: 2px 2px 0 0; }
.truck {
width: 50px !important;
left: 0 !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 0.25) !important;
border-width: 0 1px 0 0 !important;
overflow: hidden !important;
color: #ffffff !important;
text-align: center !important;
font-size: 21px !important;
line-height: 35px !important;
}
.blink {
animation: blink-animation 1s steps(5, start) infinite;
-webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
to {
visibility: hidden;
}
}
@-webkit-keyframes blink-animation {
to {
visibility: hidden;
}
}
.title { left: 50px !important; position: absolute !important;
top: 0!important;
bottom: 0 !important;
height: 35px !important;
margin-top: 7px !important;
margin-bottom: 0 !important;
margin-left: 10px !important;
font-size: 17px !important;
float: left; color:#ffffff;
vertical-align: top !important; width:100px !important; }
.numeric {width: 50px !important;
left: 0 !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 0.25) !important;
border-width: 0 0 0 1px !important;
overflow: hidden !important;
color: #ffffff !important;
text-align: center !important;
font-size: 28px !important;
line-height: 35px !important; float:right !important; }
/*span.td.aha-Status-td { background:green; }*/
#TextBoxDiv {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
.highcharts-button {display:none !important;}
#example-sizing-cover { width:100%; height:90%; max-width: 100%; }
#example-sizing-cover1 { width:100%; height:90%; max-width: 100%; }
#example-sizing-cover2 { width:100%; height:90%; max-width: 100%; }
#example-sizing-cover3 { width:100%; height:90%; max-width: 100%; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
} | public/stylesheet/custom.css | [role=banner] h1 svg path {
fill: red !important;
}
[role=banner] h1 {
color: red !important;
}
.btn--tertiary {border-color: #b1b1bc !important;box-shadow: none;background-color: white !important; }
.btn--tertiary,.btn--tertiary:link,.btn--tertiary:visited,.btn--tertiary:hover,.btn--tertiary:focus,.btn--tertiary:active {
color: #3e87e8 !important;
}
.btn--tertiary:hover,.btn--tertiary:focus {border-color: #9999a3 !important;box-shadow: none;background-color: #e4e4ea !important; }
.btn--tertiary:active {border-color: #7c7c84 !important;box-shadow: none;background-color: #b1b1bc !important;}
.btn--primary {
border-color: #2b5ea2 !important;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
background-color: #3e87e8 !important; }
.btn--primary,
.btn--primary:link,
.btn--primary:visited,
.btn--primary:hover,
.btn--primary:active {
color: white !important; }
.btn--primary:hover {
border-color: transparent;
background-color: #3573c5 !important; }
.btn--primary:active {
border-color: transparent;
background-color: #2b5ea2 !important; }
.btn {
display: inline-block;
overflow: visible;
height: 2em;
margin: 0;
border: 1px solid #b1b1bc;
border-radius: 3px;
padding: 0 1em;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
font: inherit;
line-height: calc(2em - 2px);
-webkit-font-smoothing: antialiased;
cursor: pointer;
text-align: center;
text-decoration: none;
text-transform: none;
white-space: nowrap;
background-color: #e4e4ea; }
.btn, .btn:link, .btn:visited, .btn:hover, .btn:active {
color: black; }
.btn:hover {
border-color: #9999a3;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
background-color: #b1b1bc; }
.btn:active {
border-color: #7c7c84;
box-shadow: none;
background-color: #9999a3; }
.btn:active {
outline: none; }
button.btn {
-webkit-appearance: button; }
.btn--icon {width: 2em;border-radius: 6.6666666667em;padding: 1px 0 0 1px; }
/**
* Establish default space between adjacent buttons
*/
.btn + .btn {
margin-left: 0.6666666667rem; }
/**
* Change button colors for primary buttons
*/
.btn--primary {
border-color: #2b5ea2;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
background-color: #3e87e8; }
.btn--primary, .btn--primary:link, .btn--primary:visited, .btn--primary:hover, .btn--primary:active {
color: white; }
.btn--primary:hover {
border-color: transparent;
background-color: #3573c5; }
.btn--primary:active {
border-color: transparent;
background-color: #2b5ea2; }
fieldset {
margin: 0; }
fieldset, fieldset legend {
border: 0;
padding: 0; }
legend {
margin-bottom: 1.3333333333rem;
font-weight: bold; }
.form-field {
margin-bottom: 1.3333333333rem; }
.form-field:last-child {
margin-bottom: 2.6666666667rem; }
label {
display: block;
margin-bottom: 0.3333333333rem;
cursor: pointer; }
.label--inline {
display: inline-block;
margin-bottom: 0;
line-height: 1; }
.label--inline + .text-input {
margin-left: 0.6666666667rem; }
.text-input,
textarea, select {
margin: 0;
border: 1px solid #b1b1bc;
font: inherit;
outline: 0;
-webkit-appearance: none;
-moz-appearance: none; }
.text-input:disabled,
textarea:disabled, select:disabled {
cursor: not-allowed; }
.text-input,
textarea {
width: 100%;
padding: 0 0.6666666667rem;
box-shadow: inset 0 0 0 1px #e4e4ea;
background-color: #efeff4;
color: black; }
.text-input[readonly],
.text-input[disabled],
textarea[readonly], textarea[disabled] {
box-shadow: none; }
.text-input[readonly],
textarea[readonly] {
border: 1px solid #e4e4ea;
background-color: white;
color: #b1b1bc; }
.text-input:disabled,
textarea:disabled {
border: 1px solid #e4e4ea;
box-shadow: none;
background-color: #f7f7fc;
color: #b1b1bc; }
.text-input:focus,
textarea:focus {
border-color: #0a9ec1;
box-shadow: inset 0 0 0 1px #d1d0d8; }
.text-input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #b1b1bc; }
.text-input:-moz-placeholder,
textarea:-moz-placeholder {
color: #b1b1bc; }
select {
border-radius: 3px;
padding: 0 3em 0 1em;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
line-height: calc(2em - 2px);
cursor: pointer;
background-color: #e4e4ea;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="9.3" viewBox="-28.5 391.9 16 9.3"><path fill="#3b3b3f" d="M-12.7 392.8l-.8-.8c-.1-.1-.2-.2-.4-.2-.1 0-.3.1-.4.2l-6.3 6.3-6.3-6.3c-.1-.1-.2-.2-.4-.2-.1 0-.3.1-.4.2l-.8.8c-.1.1-.2.2-.2.4 0 .1.1.3.2.4l7.5 7.5c.1.1.2.2.4.2s.3-.1.4-.2l7.5-7.5c.1-.1.2-.2.2-.4 0-.1-.1-.3-.2-.4z"/></svg>');
background-repeat: no-repeat;
background-position: calc(100% - 1em) 50%;
color: #3b3b3f; }
select:hover, select:focus {
border: 1px solid #9999a3;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
background-color: #b1b1bc; }
select:active {
border: 1px solid #7c7c84;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
background-color: #9999a3; }
select:disabled {
border: 1px solid #d1d0d8;
box-shadow: none;
background-color: white;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="9.3" viewBox="-28.5 391.9 16 9.3"><path fill="#d1d0d8" d="M-12.7 392.8l-.8-.8c-.1-.1-.2-.2-.4-.2-.1 0-.3.1-.4.2l-6.3 6.3-6.3-6.3c-.1-.1-.2-.2-.4-.2-.1 0-.3.1-.4.2l-.8.8c-.1.1-.2.2-.2.4 0 .1.1.3.2.4l7.5 7.5c.1.1.2.2.4.2s.3-.1.4-.2l7.5-7.5c.1-.1.2-.2.2-.4 0-.1-.1-.3-.2-.4z"/></svg>');
color: #d1d0d8; }
select[multiple] {
border: 1px solid #b1b1bc;
padding: 0.3333333333rem;
cursor: pointer;
background: #f7f7fc; }
.text-input {
height: 2em;
line-height: 1; }
.text-input + [type=checkbox],
.text-input + [type=radio] {
margin-left: 1.3333333333rem; }
.text-input + .label--inline {
margin-left: 0.6666666667rem; }
.text-input[type=search] {
-webkit-appearance: none;
padding: 0; }
.text-input::-webkit-input-placeholder {
padding-top: 1px; }
.text-input:-moz-placeholder {
padding-top: 1px; }
.text-input + [type=submit],
.text-input [type=cancel],
.label--inline + [type=submit],
.label--inline [type=cancel] {
margin-left: 1.3333333333rem; }
textarea {
overflow: auto;
padding: 0.3333333333rem 0.6666666667rem;
resize: vertical; }
[type=checkbox], [type=radio] {
margin: 0;
padding: 0;
font-size: 1.05em;
cursor: pointer; }
[type=checkbox][disabled], [type=radio][disabled] {
cursor: not-allowed; }
[type=checkbox][disabled] + .label--inline,
[type=radio][disabled] + .label--inline {
cursor: not-allowed; }
[type=checkbox] + .label--inline {
padding-left: 5px; }
[type=radio] + .label--inline {
padding-left: 3px; }
.form-field__help {
display: inline-block;
margin-top: 0.3333333333rem;
font-size: 1rem;
line-height: inherit;
color: #7c7c84; }
.input--tiny {
max-width: 7.0666666667rem; }
.input--small {
max-width: 14.1333333333rem; }
.input--regular {
max-width: 21.2rem; }
.input--large {
max-width: 28.2666666667rem; }
.input--huge {
max-width: 35.3333333333rem; }
/**
* Styles for one line forms.
*/
.form-field--inline:last-child {
margin-bottom: 1.3333333333rem; }
.form-field--inline .text-input {
margin-bottom: 1.3333333333rem; }
/**
* Styles for validation states
*/
.validation-warning {
color: #dd6b1f; }
.validation-error {
color: #e53838; }
.validation-success {
color: #46ad00; }
.text-input.validation-warning {
border-color: #dd6b1f;
color: inherit; }
.text-input.validation-error {
border-color: #e53838;
color: inherit; }
.text-input.validation-success {
border-color: #46ad00;
color: inherit; }
.list-bare {
margin: 0;
padding: 0;
list-style: none; }
.ml10{
margin-left: 10px;
}
.hide {
display: none;
}
.mt20{
margin-top: 20px;
}
.showToggleDiv{
display: inline-block;
}
/*** 1. So we can apply the `.box` class to naturally-inline elements.*/
.box {
display: block;
padding: 1rem;
}
.box > :last-child {
margin-bottom: 0;
}
/*** Flush (i.e. no padding) box.*/
.box--flush {
padding: 0;
}
/*** Tiny box.*/
.box--tiny {
padding: 0.3333333333rem;
}
/*** Small box.*/
.box--small {
padding: 0.6666666667rem;
}
/*** Large box.*/
.box--large {
padding: 1.3333333333rem;
}
/*** Huge box.*/
.box--huge {
padding: 2rem;
}
.box {
text-align: justify;
border: 1px solid #d1d0d8;
}
.cust_orange_box{
background-color: #faa43a;
padding: 10px;
color: #ffffff;
}
.cust_pink_box{
background-color: #bc99c7;
padding: 10px;
color: #ffffff;
}
.cust_green_box{
background-color: #90cd97;
padding: 10px;
color: #ffffff;
}
.toggle__input {
position: absolute !important;
overflow: hidden !important;
width: 1px !important;
height: 1px !important;
margin: -1px !important;
border: 0 !important;
padding: 0 !important;
clip: rect(0 0 0 0) !important; }
.toggle__input:checked + .toggle__label {
background-color: #0986a4; }
.toggle__input:checked + .toggle__label:before {
background-color: #0a9ec1; }
.toggle__input:checked + .toggle__label:after {
margin-left: 2rem; }
.toggle__label {
position: relative;
display: block;
width: 4rem;
height: 2rem;
border-radius: 2rem;
padding: 1px;
cursor: pointer;
outline: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: background 0.4s;
background-color: #b1b1bc;
text-indent: -9999rem; }
.toggle__label:before,
.toggle__label:after {
position: absolute;
display: block;
content: ""; }
.toggle__label:before {
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
border-radius: 2rem;
transition: background 0.4s;
background-color: #d1d0d8; }
.toggle__label:after {
top: 3px;
bottom: 3px;
left: 3px;
width: calc(2rem - 6px);
border: 1px solid #efeff4;
border-radius: calc(2rem - 6px);
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
background-color: white;
transition: margin 0.4s, background 0.4s; }
/**
* Small buttons.
*/
.toggle__input--small:checked + .toggle__label--small:after {
margin-left: 1.3333333333rem; }
.toggle__label--small {
width: 2.6666666667rem;
height: 1.3333333333rem;
border-radius: 1.3333333333rem; }
.toggle__label--small:before {
border-radius: 1.3333333333rem; }
.toggle__label--small:after {
top: 2px;
bottom: 2px;
left: 2px;
width: calc(1.3333333333rem - 4px);
border-radius: calc(1.3333333333rem - 4px); }
/**
* Small buttons.
*/
.toggle__input--large:checked + .toggle__label--large:after {
margin-left: 2.6666666667rem; }
.toggle__label--large {
width: 5.3333333333rem;
height: 2.6666666667rem;
border-radius: 2.6666666667rem; }
.toggle__label--large:before {
border-radius: 2.6666666667rem; }
.toggle__label--large:after {
top: 0.2666666667rem;
bottom: 0.2666666667rem;
left: 0.2666666667rem;
width: calc(2.6666666667rem - 0.5333333333rem);
border-radius: calc(2.6666666667rem - 0.5333333333rem); }
/**
* Small buttons.
*/
.toggle__input--huge:checked + .toggle__label--huge:after {
margin-left: 4rem; }
.toggle__label--huge {
width: 8rem;
height: 4rem;
border-radius: 4rem; }
.toggle__label--huge:before {border-radius: 4rem; }
.toggle__label--huge:after {top: 0.3333333333rem;bottom: 0.3333333333rem;left: 0.3333333333rem;width: calc(4rem - 0.6666666667rem);border-radius: calc(4rem - 0.6666666667rem); }
.mr10{
margin-right: 10px;
}
.sortable-content .layout {
/*margin: 0 0 0 0 !important;*/
}
.sortable-content .layout__item{
margin-bottom: 1rem;
padding-left: 1rem;
}
.sortable-content .box_design{
border: 1px solid #7c7c84;
}
.sortable-content .layout__item div.header {
margin: 0;
width: 100%;
padding: 1rem;
text-align: left;
background-color: #cdcdcd;
}
.as-sortable-dragging{
display: none !important;
}
/* GE Custom Colors - Start */
.red{color:#e32533}
.blue{color:#005cb9}
.green{color:#46ad00}
.purple{color:#8669FF}
.orange{color:#FF9821}
.yellow{color:#FFED45}
.red-light{color:#FF5C5C}
.blue-light{color:#3693f8}
.green-light{color:#75d835}
.purple-light{color:#9c97ff}
.orange-light{color:#ffbb66}
.yellow-light{color:#fff98d}
.red-dark{color:#b61225}
.blue-dark{color:#00366e}
.green-dark{color:#1d5f11}
.purple-dark{color:#595194}
.orange-dark{color:#e55c00}
.yellow-dark{color:#ffcf45}
.dv-basic-blue{color:#5da5da}
.dv-basic-orange{color:#faa43a}
.dv-basic-green{color:#60bd68}
.dv-basic-pink{color:#f17cb0}
.dv-basic-brown{color:#b2912f}
.dv-basic-purple{color:#b276b2}
.dv-basic-yellow{color:#decf3f}
.dv-basic-red{color:#f15854}
.dv-basic-gray{color:#4d4d4d}
/* GE Custom Colors - End */
/** Weather wind Icons - Start **/
.so {
display: inline-block;
background-repeat: no-repeat;
}
.wd_south {
background-image: url(../images/pngs_wind/SMALL_S.png);
width: 30px;
height: 30px;
}
.wd_north {
background-image: url(../images/pngs_wind/SMALL_N.png);
width: 30px;
height: 30px;
}
.wd_east {
background-image: url(../images/pngs_wind/SMALL_E.png);
width: 30px;
height: 30px;
}
.wd_west {
background-image: url(../images/pngs_wind/SMALL_W.png);
width: 30px;
height: 30px;
}
.wd_ENE {
background-image: url(../images/pngs_wind/SMALL_ENE.png);
width: 30px;
height: 30px;
}
.wd_ESE {
background-image: url(../images/pngs_wind/SMALL_ESE.png);
width: 30px;
height: 30px;
}
.wd_NE {
background-image: url(../images/pngs_wind/SMALL_NE.png);
width: 30px;
height: 30px;
}
.wd_NNE {
background-image: url(../images/pngs_wind/SMALL_NNE.png);
width: 30px;
height: 30px;
}
.wd_NNW {
background-image: url(../images/pngs_wind/SMALL_NNW.png);
width: 30px;
height: 30px;
}
.wd_NW {
background-image: url(../images/pngs_wind/SMALL_NW.png);
width: 30px;
height: 30px;
}
.wd_SW {
background-image: url(../images/pngs_wind/SMALL_SW.png);
width: 30px;
height: 30px;
}
.wd_SE {
background-image: url(../images/pngs_wind/SMALL_SE.png);
width: 30px;
height: 30px;
}
.wd_SSE {
background-image: url(../images/pngs_wind/SMALL_SSE.png);
width: 30px;
height: 30px;
}
.wd_SSW {
background-image: url(../images/pngs_wind/SMALL_SSW.png);
width: 30px;
height: 30px;
}
.wd_SW {
background-image: url(../images/pngs_wind/SMALL_SW.png);
width: 30px;
height: 30px;
}
.wd_WNE {
background-image: url(../images/pngs_wind/SMALL_WNE.png);
width: 30px;
height: 30px;
}
.wd_WSW {
background-image: url(../images/pngs_wind/SMALL_WSW.png);
width: 30px;
height: 30px;
}
.sunny{
background-image: url(../images/pngs_weather/SMALL_sunny.png);
width: 30px;
height: 30px;
}
.cloudy {
background-image: url(../images/pngs_weather/SMALL_cloudy.png);
width: 30px;
height: 30px;
}
.cloudyrain {
background-image: url(../images/pngs_weather/SMALL_cloudyrain.png);
width: 30px;
height: 30px;
}
.pcloudy {
background-image: url(../images/pngs_weather/SMALL_pcloudy.png);
width: 30px;
height: 30px;
}
.pcloudyrain {
background-image: url(../images/pngs_weather/SMALL_pcloudyrain.png);
width: 30px;
height: 30px;
}
.pcloudythunder {
background-image: url(../images/pngs_weather/SMALL_pcloudythunder.png);
width: 30px;
height: 35px;
}
.snow {
background-image: url(../images/pngs_weather/SMALL_snow.png);
width: 30px;
height: 30px;
}
.thunder {
background-image: url(../images/pngs_weather/SMALL_thunder.png);
width: 30px;
height: 35px;
}
.wind {
background-image: url(../images/pngs_weather/SMALL_wind.png);
width: 30px;
height: 30px;
}
.weatherSpan{
min-width:60px;
display: inline-block;
margin-left:8px;
}
.temperature-icons-span {
display: inline-block;
padding-top: 5px;
}
.weather-lower-div{
clear: both;
overflow: hidden;
white-space: nowrap;
}
.weather-upper-div{
clear: both;
padding-top:10px;
overflow-x: scroll;
white-space: nowrap;
}
.wind-span{
display:inline-block;
margin-left:3px;
}
.temp-span{
white-space: nowrap;
margin-left:6px;
}
.not-clickable {
pointer-events: none;
cursor: default;
text-decoration:none !important;
color:#000;
}
.clickable {
text-decoration:none !important;
cursor: pointer;
}
.temp.popover {
max-width:50px;
width:50px;
}
/** Weather wind Icons - End **/
.multiSelect .clearButton {
right: 0px !important;
top: 2px !important;
}
.chosen-container ul{
margin-left: 0px !important;
margin-bottom: 0px !important;
}
.install {display:none;}
.info {display:none;}
.textcontent { display:none; }
.validMessage { display:none; }
.service { display:none; }
.btn--disabled, .btn--disabled:link, .btn--disabled:visited, .btn--disabled:hover, .btn--disabled:active, .btn--disabled:focus, .btn[disabled], .btn[disabled]:link, .btn[disabled]:visited, .btn[disabled]:hover, .btn[disabled]:active, .btn[disabled]:focus{
border-color: #d1d0d8 !important;
box-shadow: none !important;
cursor: not-allowed !important;
background-color: white !important;
color: #d1d0d8 !important;
}
.u-mb\00002b\00002b {
margin-bottom: 2rem !important;
}
.table--fixed {
table-layout: fixed !important;
}
.table {
width: 100% !important;
border-collapse: collapse !important;
border-spacing: 0 !important;
}
tr {
display: table-row !important;
vertical-align: inherit !important;
border-color: inherit !important;
}
.table th {
text-align: left;
}
.table th, .table td {
border: 1px solid #d1d0d8;
padding: 0.6666666667rem;
}
.fa-check-circle { color:green; font-size:23px !important; }
.fa-times-circle{ color:red; font-size:23px !important; margin:2px 0px 0px -10px; }
.alert-message.px-alert-message #icon.warning.px-alert-message span.px-alert-message:before{
content: '5';
}
#img {
width: 100% !important; height: 100% !important;
}
#images{
background-image: url('../images/ik.png');
background-position:center center !important; background-repeat: no-repeat !important; width: 100% !important; height: 96% !important; background-size:100% 100% !important;
}
.default{ color:#3b73b9; font-size:21px !important; }
.map-warning{ color:#ed8000; font-size:21px !important; }
.map-green{ color:#46ad00; font-size:21px !important; }
.map-transformer{ color:#ff9821; font-size:14px !important; }
.map-inverter{ color:#00CC00; font-size:15px !important; }
.popover-default {box-sizing: border-box; position: relative; overflow: hidden; font-size: 20px;background-color:#3b73b9; width:290px; height:35px; color:white; margin:0px !important; padding:0px !important; border-radius: 2px 2px 0 0; }
.popover-warning {box-sizing: border-box; position: relative; overflow: hidden; font-size: 20px;background-color:#ed8000; width:290px; height:35px; color:white; margin:0px !important; padding:0px !important; border-radius: 2px 2px 0 0; }
.popover-green {box-sizing: border-box; position: relative; overflow: hidden; font-size: 20px;background-color:#46ad00; width:290px; height:35px; color:white; margin:0px !important; padding:0px !important; border-radius: 2px 2px 0 0; }
.popover-orange {box-sizing: border-box; position: relative; overflow: hidden; font-size: 20px;background-color:#ff9821; width:290px; height:35px; color:white; margin:0px !important; padding:0px !important; border-radius: 2px 2px 0 0; }
.popover-inverter {box-sizing: border-box; position: relative; overflow: hidden; font-size: 20px;background-color:#00CC00; width:290px; height:35px; color:white; margin:0px !important; padding:0px !important; border-radius: 2px 2px 0 0; }
.truck {
width: 50px !important;
left: 0 !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 0.25) !important;
border-width: 0 1px 0 0 !important;
overflow: hidden !important;
color: #ffffff !important;
text-align: center !important;
font-size: 21px !important;
line-height: 35px !important;
}
.blink {
animation: blink-animation 1s steps(5, start) infinite;
-webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
to {
visibility: hidden;
}
}
@-webkit-keyframes blink-animation {
to {
visibility: hidden;
}
}
.title { left: 50px !important; position: absolute !important;
top: 0!important;
bottom: 0 !important;
height: 35px !important;
margin-top: 7px !important;
margin-bottom: 0 !important;
margin-left: 10px !important;
font-size: 17px !important;
float: left; color:#ffffff;
vertical-align: top !important; width:100px !important; }
.numeric {width: 50px !important;
left: 0 !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 0.25) !important;
border-width: 0 0 0 1px !important;
overflow: hidden !important;
color: #ffffff !important;
text-align: center !important;
font-size: 28px !important;
line-height: 35px !important; float:right !important; }
/*span.td.aha-Status-td { background:green; }*/
#TextBoxDiv {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
.highcharts-button {display:none !important;}
#example-sizing-cover { width:100%; height:90%; max-width: 100%; }
#example-sizing-cover1 { width:100%; height:90%; max-width: 100%; }
#example-sizing-cover2 { width:100%; height:90%; max-width: 100%; }
#example-sizing-cover3 { width:100%; height:90%; max-width: 100%; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
} | 0.315947 | 0.073397 |
body {
padding-top: 70px;
font-family: 'Lato', sans-serif;
background: #006400;
}
.spacer {
padding: 15px;
}
/*Navigation Bar Color*/
.navbar {
background-color: #006400;
}
/*Navigation Brand Name*/
.navbar-default .navbar-brand {
color: #fff;
font-size: 24px;
}
.navbar-default .navbar-brand:hover {
color: #fff;
}
/*Navigation Links*/
.navbar-default .navbar-nav>li>a {
color: #fff;
font-size: 20px;
}
.navbar-default .navbar-nav>li>a:hover {
color: #006400;
background: #fff;
}
/*Navigation Collaps Button [Menu]*/
.navbar-default .navbar-toggle {
border-color: #fff;
/*Border around button*/
color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
background-color: #fff;
color: #006400;
}
/*Main Area*/
.mainarea {
background: #006400;
text-align: center;
color: #fff;
margin: 0;
}
.fcclogo {
margin: 0 auto;
}
.dallasskyline {
margin: 0 auto;
}
/* Why Join Area */
.whyjoinarea {
text-align: center;
background: #fff;
margin-top: 0;
}
.whyjoinarea ul {
list-style: none;
font-size: 24px;
line-height: 40px;
}
/* User Group Area */
.usergroups {
text-align: center;
color: #fff;
}
.usergroups a {
color: #fff;
}
.usergroups ul {
list-style: none;
font-size: 24px;
line-height: 40px;
padding-top: 20px;
}
/* Skills Learned Area */
.skillslearned,
.skillslearned div {
text-align: center;
background: #fff;
margin-top: 0;
}
.skillsicon {
font-size: 100px;
}
/* Footer Area */
.footerarea {
text-align: center;
color: #fff;
}
.footerarea a {
color: #fff;
}
/*Mobile*/
@media only screen and (max-width: 767px) {
.navbar-default .navbar-brand {
font-size: 20px;
}
.mainarea h2 {
font-size: 20px;
}
.whyjoinarea h1 {
font-size: 20px;
font-weight: 800;
}
.whyjoinarea ul {
list-style: none;
font-size: 16px;
line-height: 35px;
padding-right: 40px;
}
.usergroups h1 {
font-size: 20px;
font-weight: 800;
}
.usergroups ul {
padding-left: 0;
}
.usergroups ul li a {
font-size: 20px;
}
.skillslearned h1 {
font-size: 20px;
font-weight: 800;
}
.skillslearned div{
display:inline-block;
}
} | src/css/index.css | body {
padding-top: 70px;
font-family: 'Lato', sans-serif;
background: #006400;
}
.spacer {
padding: 15px;
}
/*Navigation Bar Color*/
.navbar {
background-color: #006400;
}
/*Navigation Brand Name*/
.navbar-default .navbar-brand {
color: #fff;
font-size: 24px;
}
.navbar-default .navbar-brand:hover {
color: #fff;
}
/*Navigation Links*/
.navbar-default .navbar-nav>li>a {
color: #fff;
font-size: 20px;
}
.navbar-default .navbar-nav>li>a:hover {
color: #006400;
background: #fff;
}
/*Navigation Collaps Button [Menu]*/
.navbar-default .navbar-toggle {
border-color: #fff;
/*Border around button*/
color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
background-color: #fff;
color: #006400;
}
/*Main Area*/
.mainarea {
background: #006400;
text-align: center;
color: #fff;
margin: 0;
}
.fcclogo {
margin: 0 auto;
}
.dallasskyline {
margin: 0 auto;
}
/* Why Join Area */
.whyjoinarea {
text-align: center;
background: #fff;
margin-top: 0;
}
.whyjoinarea ul {
list-style: none;
font-size: 24px;
line-height: 40px;
}
/* User Group Area */
.usergroups {
text-align: center;
color: #fff;
}
.usergroups a {
color: #fff;
}
.usergroups ul {
list-style: none;
font-size: 24px;
line-height: 40px;
padding-top: 20px;
}
/* Skills Learned Area */
.skillslearned,
.skillslearned div {
text-align: center;
background: #fff;
margin-top: 0;
}
.skillsicon {
font-size: 100px;
}
/* Footer Area */
.footerarea {
text-align: center;
color: #fff;
}
.footerarea a {
color: #fff;
}
/*Mobile*/
@media only screen and (max-width: 767px) {
.navbar-default .navbar-brand {
font-size: 20px;
}
.mainarea h2 {
font-size: 20px;
}
.whyjoinarea h1 {
font-size: 20px;
font-weight: 800;
}
.whyjoinarea ul {
list-style: none;
font-size: 16px;
line-height: 35px;
padding-right: 40px;
}
.usergroups h1 {
font-size: 20px;
font-weight: 800;
}
.usergroups ul {
padding-left: 0;
}
.usergroups ul li a {
font-size: 20px;
}
.skillslearned h1 {
font-size: 20px;
font-weight: 800;
}
.skillslearned div{
display:inline-block;
}
} | 0.413714 | 0.066327 |
div.myseisplot {
}
div.particleMotion {
}
.predicted polygon {
fill: rgba(220,220,220,.4);
}
.pick polygon {
fill: rgba(255,100,100,.4);
}
path.seispath {
stroke: skyblue;
fill: none;
stroke-width: 1px;
}
/* Responsive SVG */
.svg-container-square {
display: inline-block;
position: relative;
width: 90%;
padding-bottom: 70%; /* aspect ratio */
vertical-align: top;
overflow: hidden;
}
.svg-container-wide {
display: inline-block;
position: relative;
width: 100%;
padding-bottom: 40%; /* aspect ratio */
vertical-align: top;
overflow: hidden;
}
.svg-content-responsive {
display: inline-block;
position: absolute;
top: 10px;
left: 0;
}
path.orientZ {
stroke: seagreen;
}
path.orientN {
stroke: cornflowerblue;
}
path.orientE {
stroke: orange;
}
path.seispath {
stroke: skyblue;
fill: none;
stroke-width: 1px;
}
svg g.allsegments g:nth-child(9n+1) path.seispath {
stroke: skyblue;
}
svg g.allsegments g:nth-child(9n+2) path.seispath {
stroke: olivedrab;
}
svg g.allsegments g:nth-child(9n+3) path.seispath {
stroke: goldenrod;
}
svg g.allsegments g:nth-child(9n+4) path.seispath {
stroke: firebrick;
}
svg g.allsegments g:nth-child(9n+5) path.seispath {
stroke: darkcyan;
}
svg g.allsegments g:nth-child(9n+6) path.seispath {
stroke: orange;
}
svg g.allsegments g:nth-child(9n+7) path.seispath {
stroke: darkmagenta;
}
svg g.allsegments g:nth-child(9n+8) path.seispath {
stroke: MediumVioletRed;
}
svg g.allsegments g:nth-child(9n+9) path.seispath {
stroke: sienna;
}
/* same colors for titles */
svg g.title tspan:nth-child(9n+1) {
fill: skyblue;
}
svg g.title tspan:nth-child(9n+2) {
stroke: olivedrab;
}
svg g.title tspan:nth-child(9n+3) {
stroke: goldenrod;
}
svg g.title tspan:nth-child(9n+4) {
stroke: firebrick;
}
svg g.title tspan:nth-child(9n+5) {
stroke: darkcyan;
}
svg g.title tspan:nth-child(9n+6) {
stroke: orange;
}
svg g.title tspan:nth-child(9n+7) {
stroke: darkmagenta;
}
svg g.title tspan:nth-child(9n+8) {
stroke: MediumVioletRed;
}
svg g.title tspan:nth-child(9n+9) {
stroke: sienna;
} | wwwStatus/style.css | div.myseisplot {
}
div.particleMotion {
}
.predicted polygon {
fill: rgba(220,220,220,.4);
}
.pick polygon {
fill: rgba(255,100,100,.4);
}
path.seispath {
stroke: skyblue;
fill: none;
stroke-width: 1px;
}
/* Responsive SVG */
.svg-container-square {
display: inline-block;
position: relative;
width: 90%;
padding-bottom: 70%; /* aspect ratio */
vertical-align: top;
overflow: hidden;
}
.svg-container-wide {
display: inline-block;
position: relative;
width: 100%;
padding-bottom: 40%; /* aspect ratio */
vertical-align: top;
overflow: hidden;
}
.svg-content-responsive {
display: inline-block;
position: absolute;
top: 10px;
left: 0;
}
path.orientZ {
stroke: seagreen;
}
path.orientN {
stroke: cornflowerblue;
}
path.orientE {
stroke: orange;
}
path.seispath {
stroke: skyblue;
fill: none;
stroke-width: 1px;
}
svg g.allsegments g:nth-child(9n+1) path.seispath {
stroke: skyblue;
}
svg g.allsegments g:nth-child(9n+2) path.seispath {
stroke: olivedrab;
}
svg g.allsegments g:nth-child(9n+3) path.seispath {
stroke: goldenrod;
}
svg g.allsegments g:nth-child(9n+4) path.seispath {
stroke: firebrick;
}
svg g.allsegments g:nth-child(9n+5) path.seispath {
stroke: darkcyan;
}
svg g.allsegments g:nth-child(9n+6) path.seispath {
stroke: orange;
}
svg g.allsegments g:nth-child(9n+7) path.seispath {
stroke: darkmagenta;
}
svg g.allsegments g:nth-child(9n+8) path.seispath {
stroke: MediumVioletRed;
}
svg g.allsegments g:nth-child(9n+9) path.seispath {
stroke: sienna;
}
/* same colors for titles */
svg g.title tspan:nth-child(9n+1) {
fill: skyblue;
}
svg g.title tspan:nth-child(9n+2) {
stroke: olivedrab;
}
svg g.title tspan:nth-child(9n+3) {
stroke: goldenrod;
}
svg g.title tspan:nth-child(9n+4) {
stroke: firebrick;
}
svg g.title tspan:nth-child(9n+5) {
stroke: darkcyan;
}
svg g.title tspan:nth-child(9n+6) {
stroke: orange;
}
svg g.title tspan:nth-child(9n+7) {
stroke: darkmagenta;
}
svg g.title tspan:nth-child(9n+8) {
stroke: MediumVioletRed;
}
svg g.title tspan:nth-child(9n+9) {
stroke: sienna;
} | 0.607663 | 0.149967 |
.main {
position: absolute;
top: 48px;
right: 0px;
bottom: 0px;
left: 0px;
background: url(../images/warlock_bg.png) no-repeat center;
background-size: contain;
}
.control .label {
line-height: 30;
margin-right: 10px;
float: left;
}
.label {
color: rgb(122, 39, 54);
}
.toppanel {
height: 25px;
}
.server {
float: right;
color: #fff;
line-height: 48px;
margin-right: 15px;
}
.server .status-label {
display: inline;
color: #554D7C;
}
.control-switch {
float: right;
width: 50px;
line-height: 46px;
text-align: center;
font-size: 18px;
border: 1px solid #FF5C5C;
background: #FF9999;
color: #FF5C5C;
cursor: pointer;
}
.control-switch::after {
content: 'Off';
}
.control-switch[on="true"] {
border: 1px solid #339933;
background: #8CD98C;
color: #339933;
}
.control-switch[on="true"]::after {
content: 'On';
}
.control-switch:hover {
}
.stats {
}
.stats .item-header {
float: left;
width: 100%;
margin: 15px 0 5px;
}
.stats .item {
float: left;
width: 33.333333%;
}
.stats .item.wide {
width: 50%;
}
.stats .item .item-content {
margin-right: 7px;
margin-bottom: 7px;
background: rgba(0,0,0,0.2);
border: 1px solid #4A346A;
color: #fff;
height: 65px;
}
.stats .item .item-content:hover {
background-color: #9276BC;
border-color: #8465B3;
}
.item-content .item-label {
font-size: 11px;
color: #fff;
text-align: right;
padding: 1px 2px;
}
.item-content .item-value {
font-size: 28px;
font-weight: bold;
text-align: center;
padding: 5px;
margin: 0 10px;
}
.item-content .item-sub {
color: #999;
font-size: 9px;
text-align: right;
display: block;
}
.chart {
width: 100%;
height: 300px;
float: left;
border: 1px solid #B3ADCC;
margin-top: 7px;
margin-right: 1%;
}
.jqx-chart-title-text, .jqx-chart-title-description {
font-family: Verdana, Geneva, sans-serif;
}
.jqx-chart-title-text {
font-size: 18px;
}
.jqx-chart-title-description {
font-size: 11px;
}
.client-legacy {
width: 32px;
height: 32px;
float: right;
}
.client-legacy.active {
background: transparent url(legacy.png) center/16px no-repeat;
} | libs/console/css/controlpanel.css | .main {
position: absolute;
top: 48px;
right: 0px;
bottom: 0px;
left: 0px;
background: url(../images/warlock_bg.png) no-repeat center;
background-size: contain;
}
.control .label {
line-height: 30;
margin-right: 10px;
float: left;
}
.label {
color: rgb(122, 39, 54);
}
.toppanel {
height: 25px;
}
.server {
float: right;
color: #fff;
line-height: 48px;
margin-right: 15px;
}
.server .status-label {
display: inline;
color: #554D7C;
}
.control-switch {
float: right;
width: 50px;
line-height: 46px;
text-align: center;
font-size: 18px;
border: 1px solid #FF5C5C;
background: #FF9999;
color: #FF5C5C;
cursor: pointer;
}
.control-switch::after {
content: 'Off';
}
.control-switch[on="true"] {
border: 1px solid #339933;
background: #8CD98C;
color: #339933;
}
.control-switch[on="true"]::after {
content: 'On';
}
.control-switch:hover {
}
.stats {
}
.stats .item-header {
float: left;
width: 100%;
margin: 15px 0 5px;
}
.stats .item {
float: left;
width: 33.333333%;
}
.stats .item.wide {
width: 50%;
}
.stats .item .item-content {
margin-right: 7px;
margin-bottom: 7px;
background: rgba(0,0,0,0.2);
border: 1px solid #4A346A;
color: #fff;
height: 65px;
}
.stats .item .item-content:hover {
background-color: #9276BC;
border-color: #8465B3;
}
.item-content .item-label {
font-size: 11px;
color: #fff;
text-align: right;
padding: 1px 2px;
}
.item-content .item-value {
font-size: 28px;
font-weight: bold;
text-align: center;
padding: 5px;
margin: 0 10px;
}
.item-content .item-sub {
color: #999;
font-size: 9px;
text-align: right;
display: block;
}
.chart {
width: 100%;
height: 300px;
float: left;
border: 1px solid #B3ADCC;
margin-top: 7px;
margin-right: 1%;
}
.jqx-chart-title-text, .jqx-chart-title-description {
font-family: Verdana, Geneva, sans-serif;
}
.jqx-chart-title-text {
font-size: 18px;
}
.jqx-chart-title-description {
font-size: 11px;
}
.client-legacy {
width: 32px;
height: 32px;
float: right;
}
.client-legacy.active {
background: transparent url(legacy.png) center/16px no-repeat;
} | 0.610918 | 0.129485 |
@charset "utf-8";
body{margin: 0px; min-height: 100%;}
div{background-color: #ffffff;}
#pagewrap{background-color: #f5f5f9;}
.main{background-color: #f5f5f9;}
a:visited{color: #4f4f4f} a:link{color: #4f4f4f} a:hover{color: #4f4f4f} a:active{color: #4f4f4f}
#header_img{width: 100%;}
.button_nav{width: 25%; text-align: center;}
a.nav_href { width: 100%; height: 100%; display: block; position: absolute; }
.nav_contain{display: -webkit-flex;border-bottom: #cecece 1px solid;}
.button_nav{flex:1;position: relative; border-right: #cbcbcb 1px solid;}
.button_nav a{ /*position: relative; top: 50%; right: 10%*/;}
img.nav_img { /* position: relative; right: -30%; top: 30%;*/ width: 50%; height: 35%; margin-top: 20%;}
.nav_font{width: 100%;height: 20%;text-align: center; margin-top: 10%;}
#search-submit{width: 21%;height: 100%;background-color: #ff7e00;float: left;color: #fefefe ; text-align: center;}
#search{border-bottom: #cecece 1px solid;border-top: #cecece 1px solid; margin-top:5%; padding: 0px;}
#select_domain{width: 45%;height:100%;float: left}
.select{ width: 110%; height: 100%; float: left;background:none; border:none;color: #9c9c9c}
.sleHid { display: block; width: 100%; overflow: hidden; height: 100%; }
.sleBG { width: 99%; height: 100%; background: url("../Images/select.png") #fff no-repeat 80%; background-size: 15%; display: block; float: left; }
#sleBG_domain{border-right: #cbcbcb 1px solid;}
#select_workPlace{width: 34%;height:100%;float: left;}
#sleBG_work{width: 100%;}
div#stu_login { width: 100%; margin-top: 5%; border-top: #cecece 1px solid;border-bottom: #cecece 1px solid;position: relative;}
#img_stuLogin{ height: 64%; width: 6%; float: left;position: relative; top: 18%;margin-left: 6%;}
#font_stuLogin{ float: left; margin-left: 5%;display: block;text-decoration: blink; width: 83%;background:url("../Images/img_login.png") #fff no-repeat 80%;background-size: 7%;}
#scan_code{margin-top: 8%;position: relative; text-align: center; background: none;}
img#img_scanCode { max-height: 269px; max-width: 269px; width: 25%; height: 100%; }
.news_title{display: block;}
.news_date{ display: block;}
@media screen and (min-width:1024px) {
#font_stuLogin{ font-size: 36px;}
.select{font-size: 36px;}
#search_font{font-size: 36px;}
.nav_font{font-size: 36px;}
.row_news{font-size: 14px;}
/*.button_nav{height: 200px;}*/
}
@media screen and (max-width:980px){
}
@media screen and (max-width:720px){
}
@media screen and (max-width: 640px){
}
@media screen and (max-width: 320px){
body{
font-size: 16px;
margin:0;
}
#pagewrap{
border:none;
}
} | Public/Style/style.css | @charset "utf-8";
body{margin: 0px; min-height: 100%;}
div{background-color: #ffffff;}
#pagewrap{background-color: #f5f5f9;}
.main{background-color: #f5f5f9;}
a:visited{color: #4f4f4f} a:link{color: #4f4f4f} a:hover{color: #4f4f4f} a:active{color: #4f4f4f}
#header_img{width: 100%;}
.button_nav{width: 25%; text-align: center;}
a.nav_href { width: 100%; height: 100%; display: block; position: absolute; }
.nav_contain{display: -webkit-flex;border-bottom: #cecece 1px solid;}
.button_nav{flex:1;position: relative; border-right: #cbcbcb 1px solid;}
.button_nav a{ /*position: relative; top: 50%; right: 10%*/;}
img.nav_img { /* position: relative; right: -30%; top: 30%;*/ width: 50%; height: 35%; margin-top: 20%;}
.nav_font{width: 100%;height: 20%;text-align: center; margin-top: 10%;}
#search-submit{width: 21%;height: 100%;background-color: #ff7e00;float: left;color: #fefefe ; text-align: center;}
#search{border-bottom: #cecece 1px solid;border-top: #cecece 1px solid; margin-top:5%; padding: 0px;}
#select_domain{width: 45%;height:100%;float: left}
.select{ width: 110%; height: 100%; float: left;background:none; border:none;color: #9c9c9c}
.sleHid { display: block; width: 100%; overflow: hidden; height: 100%; }
.sleBG { width: 99%; height: 100%; background: url("../Images/select.png") #fff no-repeat 80%; background-size: 15%; display: block; float: left; }
#sleBG_domain{border-right: #cbcbcb 1px solid;}
#select_workPlace{width: 34%;height:100%;float: left;}
#sleBG_work{width: 100%;}
div#stu_login { width: 100%; margin-top: 5%; border-top: #cecece 1px solid;border-bottom: #cecece 1px solid;position: relative;}
#img_stuLogin{ height: 64%; width: 6%; float: left;position: relative; top: 18%;margin-left: 6%;}
#font_stuLogin{ float: left; margin-left: 5%;display: block;text-decoration: blink; width: 83%;background:url("../Images/img_login.png") #fff no-repeat 80%;background-size: 7%;}
#scan_code{margin-top: 8%;position: relative; text-align: center; background: none;}
img#img_scanCode { max-height: 269px; max-width: 269px; width: 25%; height: 100%; }
.news_title{display: block;}
.news_date{ display: block;}
@media screen and (min-width:1024px) {
#font_stuLogin{ font-size: 36px;}
.select{font-size: 36px;}
#search_font{font-size: 36px;}
.nav_font{font-size: 36px;}
.row_news{font-size: 14px;}
/*.button_nav{height: 200px;}*/
}
@media screen and (max-width:980px){
}
@media screen and (max-width:720px){
}
@media screen and (max-width: 640px){
}
@media screen and (max-width: 320px){
body{
font-size: 16px;
margin:0;
}
#pagewrap{
border:none;
}
} | 0.174762 | 0.074198 |
this changes the background of the whole
webpage */
/*The selector points to the HTML element you want to style.
The declaration block contains one or more declarations separated by semicolons.
Each declaration includes a CSS property name and a value, separated by a colon.*/
/* body*/
Body {
background-color: #d9d9a8;
margin: 0px;
}
/*large size screen*/
@media screen and (min-width: 751px){
body{
min-width: 751px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px){
body{
min-width: 401px;
max-width:750px;
}
}
/* small size screen*/
@media screen and (max-width: 400px) {
body{
max-width: 400px;
}
}
/* navigation*/
*{
box-sizing: border-box;
}
/* Style the top navigation bar */
nav {
overflow: hidden;
background-color:#f2f29e;
}
/* Style the topnav links */
nav a {
float: left;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
background-color: #ff9966;
border-right: 1px solid black;
font-family: "Comic Sans MS", cursive, sans-serif;
}
/* Change color on hover */
nav a:hover {
background-color: black;
color: white;
}
/*large size screen*/
@media screen and (min-width: 751px){
nav a {
float: left;
font-size: 18px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
nav a{
float: none;
width: 100%;
border-bottom: 1px solid black;
border-right: none;
font-size: 25px;
}
}
/* On screens that are 400px wide or less*/
@media screen and (max-width: 400px) {
nav a {
float: none;
width: 100%;
border-bottom: 1px solid black;
border-right: none;
font-size:20px ;
}
}
/* for styling of the single heading with css */
h1 {
text-align: center;
font-family: Arial, Helveica, sans-serif;
text-decoration: underline;
padding-bottom: 20px;
text-transform: uppercase;
font-weight: bolder;
font-size: 30px;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
h1{
font-size: 30px;
font-weight: bolder;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px){
h1{
font-size: 20px;
font-weight: bold;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
h1{
font-size: 15px;
font-weight: bold;
}
}
h3{
font-family: Arial, Helveica, sans-serif;
font-weight: bolder;
text-decoration: underline;
padding-bottom: 20px;
text-transform: uppercase;
font-size: 20px;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
h3{
font-size: 15px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
h3{
font-size: 12px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
h3{
font-size: 9px;
}
}
#forestgreen-font {
color: forestgreen;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#forestgreen-font {
color: forestgreen;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px){
#forestgreen-font {
color: violet;
}
}
/* small size screen*/
@media screen and (max-width: 400px){
#forestgreen-font {
color: purple;
}
}
/* end of heading styling */
/* this is for all the paragragh on
the webpage linked to this css */
p {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 14px;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
p{
font-size: 20px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
p{
font-size: 15px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
p{
font-size: 10px;
}
}
p > span {
font-style: italic;
}
#ghana1{
text-decoration: underline;
}
.mali1{
font-style: normal;
color: red;
}
#history {
background-color: #f2f29e;
border-radius: 10px;
text-align: center;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#history{
min-width: 751px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#history{
min-width: 401px;
max-width: 750px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#history{
max-width: 400px;
}
}
#history p {
font-size: 12px;
margin: 20px;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#history p{
font-size: 20px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#history p{
font-size: 15px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#history p{
font-size: 10px;
}
}
/* end of paragragh */
/* The HTML id attribute is used to specify a unique id for an HTML element
you type the id as a selector, type # before the id */
/* main*/
main {
display: flex;
flex-wrap: wrap;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
main{
flex: 35%;
padding: 20px;
min-width: 751px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
main{
min-width: 401px;
max-width: 750px;
flex: 50%;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
main{
flex-direction: column;
max-width: 400px;
}
}
/* end of main */
/* images */
#firstimage {
text-align: center;
}
#firstimage img{
width: 300px;
height: auto;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#firstimage img{
width: 320px;
height: auto;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#firstimage img{
width: 260px;
height: auto;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#firstimage img{
width: 200px;
height: auto;
}
}
#secondimage {
margin: 20px;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#secondimage {
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#secondimage {
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#secondimage {
text-align: center;
}
}
#secondimage img{
width: 300px;
height: auto;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#secondimage img{
width: 320px;
height: auto;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#secondimage img{
width: 260px;
height: auto;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#secondimage img{
width: 200px;
height: auto;
}
}
#thirdimage {
margin: 20px;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#thirdimage{
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#thirdimage{
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#thirdimage{
text-align: center;
}
}
#thirdimage img{
width: 300px;
height: auto;
border-radius: 20px
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#thirdimage img{
width: 320px;
height: auto;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#thirdimage img{
width: 260px;
height: auto;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#thirdimage img{
width: 200px;
height: auto;
}
}
#fourthimage {
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#fourthimage{
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#fourthimage{
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#fourthimage{
text-align: center;
}
}
#fourthimage img{
width: 300px;
height: auto;
border-radius: 20px
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#fourthimage img{
width: 320px;
height: auto;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#fourthimage img{
width: 260px;
height: auto;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#fourthimage img{
width: 200px;
height: auto;
}
}
.images{
margin: 15px;
}
/* end of images*/
/* li selector is used for styling
the list on html */
#ingredients{
background-color: khaki;
border-radius: 10px;
margin: 20px;
padding: 20px;
}
#Preparation{
background-color: khaki;
border-radius: 10px;
margin: 20px;
padding: 20px;
}
/*lists*/
.ulol > li{
list-style-type: none;
font-weight: bold;
text-transform: uppercase;
font-size: 15px;
font-family: Tahoma, Geneva, sans-serif;
color: forestgreen;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
.ulol > li{
font-size: 20px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
.ulol > li{
font-size: 15px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
.ulol > li{
font-size: 10px;
}
}
#ul01-01{
list-style-type:square;
font-family: Tahoma, Geneva, sans-serif
font-size: 12.5px;
color: forestgreen;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#ul01-01{font-size: 12.5px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#ul01-01{
font-size: 10.5px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#ul01-01{
font-size: 8.5px;
}
}
#ol01-01{
font-family: Tahoma, Geneva, sans-serif
font-size: 12.5px;
color: forestgreen;
list-style-type: upper-roman;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#ol01-01{font-size: 12.5px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#ol01-01{
font-size: 10.5px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#ol01-01{
font-size: 8.5px;
}
}
*/
li > span{
color:orange;
font-weight: bolder;
font-style: italic;
}
/* end of list */
/* the a selector is used for styling
the links on the html page */
#recipes{
margin-left: 40px;
}
#recipes li{
list-style-type: none;
}
#recipes a{
color: black;
text-decoration: none;
font-size: 13px;
font-family: "Comic Sans MS", cursive, sans-serif;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#recipes a{
font-size: 15px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#recipes a{
font-size: 10px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#recipes a{
font-size: 8px;
}
}
#recipes a:hover {
background-color: black;
color: white;
border-radius: 10px;
padding: 5px;
}
#emoji-big{
text-align: center;
}
#emoji-big p{
font-size:100px;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#emoji-big p{
font-size:300px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#emoji-big p{
font-size:200px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#emoji-big p{
font-size:100px;
}
}
/* footer is usec for styling the ending of the webpage */
footer {
text-align: center;
font-weight: bold;
background-color: #f2f29e;
}
footer a{
color: black;
text-decoration: none;
}
footer > p{
margin-bottom: 0px;
font-size: 13px
}
/*large size screen*/
@media screen and (min-width: 751px)
{
footer > p{
font-size: 20px
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
footer > p{
font-size: 15px
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
footer > p{
font-size: 10px
}
}
/*----------------------------------------------------------- EZEBUIRO UCHECHUKWU VINCENT---------------------------------------------------------------- */
/*-------------------------------------------------------------------- VINEZTECH---------------------- -------------------------------------------------- */ | jollof rice 6/jollof rice.css | this changes the background of the whole
webpage */
/*The selector points to the HTML element you want to style.
The declaration block contains one or more declarations separated by semicolons.
Each declaration includes a CSS property name and a value, separated by a colon.*/
/* body*/
Body {
background-color: #d9d9a8;
margin: 0px;
}
/*large size screen*/
@media screen and (min-width: 751px){
body{
min-width: 751px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px){
body{
min-width: 401px;
max-width:750px;
}
}
/* small size screen*/
@media screen and (max-width: 400px) {
body{
max-width: 400px;
}
}
/* navigation*/
*{
box-sizing: border-box;
}
/* Style the top navigation bar */
nav {
overflow: hidden;
background-color:#f2f29e;
}
/* Style the topnav links */
nav a {
float: left;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
background-color: #ff9966;
border-right: 1px solid black;
font-family: "Comic Sans MS", cursive, sans-serif;
}
/* Change color on hover */
nav a:hover {
background-color: black;
color: white;
}
/*large size screen*/
@media screen and (min-width: 751px){
nav a {
float: left;
font-size: 18px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
nav a{
float: none;
width: 100%;
border-bottom: 1px solid black;
border-right: none;
font-size: 25px;
}
}
/* On screens that are 400px wide or less*/
@media screen and (max-width: 400px) {
nav a {
float: none;
width: 100%;
border-bottom: 1px solid black;
border-right: none;
font-size:20px ;
}
}
/* for styling of the single heading with css */
h1 {
text-align: center;
font-family: Arial, Helveica, sans-serif;
text-decoration: underline;
padding-bottom: 20px;
text-transform: uppercase;
font-weight: bolder;
font-size: 30px;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
h1{
font-size: 30px;
font-weight: bolder;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px){
h1{
font-size: 20px;
font-weight: bold;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
h1{
font-size: 15px;
font-weight: bold;
}
}
h3{
font-family: Arial, Helveica, sans-serif;
font-weight: bolder;
text-decoration: underline;
padding-bottom: 20px;
text-transform: uppercase;
font-size: 20px;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
h3{
font-size: 15px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
h3{
font-size: 12px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
h3{
font-size: 9px;
}
}
#forestgreen-font {
color: forestgreen;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#forestgreen-font {
color: forestgreen;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px){
#forestgreen-font {
color: violet;
}
}
/* small size screen*/
@media screen and (max-width: 400px){
#forestgreen-font {
color: purple;
}
}
/* end of heading styling */
/* this is for all the paragragh on
the webpage linked to this css */
p {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 14px;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
p{
font-size: 20px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
p{
font-size: 15px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
p{
font-size: 10px;
}
}
p > span {
font-style: italic;
}
#ghana1{
text-decoration: underline;
}
.mali1{
font-style: normal;
color: red;
}
#history {
background-color: #f2f29e;
border-radius: 10px;
text-align: center;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#history{
min-width: 751px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#history{
min-width: 401px;
max-width: 750px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#history{
max-width: 400px;
}
}
#history p {
font-size: 12px;
margin: 20px;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#history p{
font-size: 20px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#history p{
font-size: 15px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#history p{
font-size: 10px;
}
}
/* end of paragragh */
/* The HTML id attribute is used to specify a unique id for an HTML element
you type the id as a selector, type # before the id */
/* main*/
main {
display: flex;
flex-wrap: wrap;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
main{
flex: 35%;
padding: 20px;
min-width: 751px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
main{
min-width: 401px;
max-width: 750px;
flex: 50%;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
main{
flex-direction: column;
max-width: 400px;
}
}
/* end of main */
/* images */
#firstimage {
text-align: center;
}
#firstimage img{
width: 300px;
height: auto;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#firstimage img{
width: 320px;
height: auto;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#firstimage img{
width: 260px;
height: auto;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#firstimage img{
width: 200px;
height: auto;
}
}
#secondimage {
margin: 20px;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#secondimage {
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#secondimage {
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#secondimage {
text-align: center;
}
}
#secondimage img{
width: 300px;
height: auto;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#secondimage img{
width: 320px;
height: auto;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#secondimage img{
width: 260px;
height: auto;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#secondimage img{
width: 200px;
height: auto;
}
}
#thirdimage {
margin: 20px;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#thirdimage{
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#thirdimage{
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#thirdimage{
text-align: center;
}
}
#thirdimage img{
width: 300px;
height: auto;
border-radius: 20px
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#thirdimage img{
width: 320px;
height: auto;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#thirdimage img{
width: 260px;
height: auto;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#thirdimage img{
width: 200px;
height: auto;
}
}
#fourthimage {
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#fourthimage{
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#fourthimage{
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#fourthimage{
text-align: center;
}
}
#fourthimage img{
width: 300px;
height: auto;
border-radius: 20px
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#fourthimage img{
width: 320px;
height: auto;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#fourthimage img{
width: 260px;
height: auto;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#fourthimage img{
width: 200px;
height: auto;
}
}
.images{
margin: 15px;
}
/* end of images*/
/* li selector is used for styling
the list on html */
#ingredients{
background-color: khaki;
border-radius: 10px;
margin: 20px;
padding: 20px;
}
#Preparation{
background-color: khaki;
border-radius: 10px;
margin: 20px;
padding: 20px;
}
/*lists*/
.ulol > li{
list-style-type: none;
font-weight: bold;
text-transform: uppercase;
font-size: 15px;
font-family: Tahoma, Geneva, sans-serif;
color: forestgreen;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
.ulol > li{
font-size: 20px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
.ulol > li{
font-size: 15px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
.ulol > li{
font-size: 10px;
}
}
#ul01-01{
list-style-type:square;
font-family: Tahoma, Geneva, sans-serif
font-size: 12.5px;
color: forestgreen;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#ul01-01{font-size: 12.5px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#ul01-01{
font-size: 10.5px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#ul01-01{
font-size: 8.5px;
}
}
#ol01-01{
font-family: Tahoma, Geneva, sans-serif
font-size: 12.5px;
color: forestgreen;
list-style-type: upper-roman;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#ol01-01{font-size: 12.5px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#ol01-01{
font-size: 10.5px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#ol01-01{
font-size: 8.5px;
}
}
*/
li > span{
color:orange;
font-weight: bolder;
font-style: italic;
}
/* end of list */
/* the a selector is used for styling
the links on the html page */
#recipes{
margin-left: 40px;
}
#recipes li{
list-style-type: none;
}
#recipes a{
color: black;
text-decoration: none;
font-size: 13px;
font-family: "Comic Sans MS", cursive, sans-serif;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#recipes a{
font-size: 15px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#recipes a{
font-size: 10px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#recipes a{
font-size: 8px;
}
}
#recipes a:hover {
background-color: black;
color: white;
border-radius: 10px;
padding: 5px;
}
#emoji-big{
text-align: center;
}
#emoji-big p{
font-size:100px;
}
/*large size screen*/
@media screen and (min-width: 751px)
{
#emoji-big p{
font-size:300px;
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
#emoji-big p{
font-size:200px;
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
#emoji-big p{
font-size:100px;
}
}
/* footer is usec for styling the ending of the webpage */
footer {
text-align: center;
font-weight: bold;
background-color: #f2f29e;
}
footer a{
color: black;
text-decoration: none;
}
footer > p{
margin-bottom: 0px;
font-size: 13px
}
/*large size screen*/
@media screen and (min-width: 751px)
{
footer > p{
font-size: 20px
}
}
/*medium size screen*/
@media screen and (min-width: 401px) and (max-width: 750px)
{
footer > p{
font-size: 15px
}
}
/* small size screen*/
@media screen and (max-width: 400px)
{
footer > p{
font-size: 10px
}
}
/*----------------------------------------------------------- EZEBUIRO UCHECHUKWU VINCENT---------------------------------------------------------------- */
/*-------------------------------------------------------------------- VINEZTECH---------------------- -------------------------------------------------- */ | 0.109254 | 0.141222 |
p {
background-color: #b3b3b3;
border-style: dashed;
border-color: green;
border-right-width: 0px;
border-left-width: 0px;
}
h2 {
background-color: #b3b3b3;
border-style: dashed;
border-color: green;
border-right-width: 0px;
border-left-width: 0px;
}
#footer {
background-color: #cccccc;
clear: both;
}
h1 {
background-color: #b3b3b3;
border-style: dashed;
border-color: green;
border-right-width: 0px;
border-left-width: 0px;
}
nav {
background-color: #b3b3b3;
border-style: dashed;
border-color: green;
border-right-width: 0px;
border-left-width: 0px;
}
#wrapper{
background-color: #e6e6e6;
border-style: dashed;
border-right-width: 0px;
border-left-width: 0px;
margin: auto;
width: 98%;
}
#header {
background-color: #cccccc;
border-style: dashed;
border-color: red;
border-right-width: 0px;
border-left-width: 0px;
/*
position: sticky;
top: 0;
*/
}
#left {
background-color: #cccccc;
border-style: dashed;
border-color: blue;
border-right-width: 0px;
border-left-width: 0px;
float: left;
position: sticky;
top: 0;
width: 20%;
}
#right {
background-color: #cccccc;
border-style: dashed;
border-color: darkgoldenrod;
border-right-width: 0px;
border-left-width: 0px;
float: right;
/*
position: sticky;
left: 0;
*/
width: 80%;
}
/* The following 5 id's are used to subdivide sections as you see fit */
#subtop {
border-style: dashed;
border-color:purple;
background-color: #cccccc;
border-right-width: 0px;
border-left-width: 0px;
float: inline-start;
}
#submiddle {
border-style: dashed;
border-color:purple;
background-color: #cccccc;
border-right-width: 0px;
border-left-width: 0px;
position: relative;
}
#subbottom {
border-style: dashed;
border-color:purple;
background-color: #cccccc;
border-right-width: 0px;
border-left-width: 0px;
float: inline-end;
}
#subleft {
background-color: #cccccc;
float: left;
width: 50%;
}
#subright {
background-color: #cccccc;
float: right;
width: 50%;
}
p {
background-color: #b3b3b3;
border-style: dashed;
border-color: green;
border-right-width: 0px;
border-left-width: 0px;
}
h2 {
background-color: #b3b3b3;
border-style: dashed;
border-color: green;
border-right-width: 0px;
border-left-width: 0px;
}
#footer {
background-color: #cccccc;
clear: both;
} | website/css/mylayouts.css | p {
background-color: #b3b3b3;
border-style: dashed;
border-color: green;
border-right-width: 0px;
border-left-width: 0px;
}
h2 {
background-color: #b3b3b3;
border-style: dashed;
border-color: green;
border-right-width: 0px;
border-left-width: 0px;
}
#footer {
background-color: #cccccc;
clear: both;
}
h1 {
background-color: #b3b3b3;
border-style: dashed;
border-color: green;
border-right-width: 0px;
border-left-width: 0px;
}
nav {
background-color: #b3b3b3;
border-style: dashed;
border-color: green;
border-right-width: 0px;
border-left-width: 0px;
}
#wrapper{
background-color: #e6e6e6;
border-style: dashed;
border-right-width: 0px;
border-left-width: 0px;
margin: auto;
width: 98%;
}
#header {
background-color: #cccccc;
border-style: dashed;
border-color: red;
border-right-width: 0px;
border-left-width: 0px;
/*
position: sticky;
top: 0;
*/
}
#left {
background-color: #cccccc;
border-style: dashed;
border-color: blue;
border-right-width: 0px;
border-left-width: 0px;
float: left;
position: sticky;
top: 0;
width: 20%;
}
#right {
background-color: #cccccc;
border-style: dashed;
border-color: darkgoldenrod;
border-right-width: 0px;
border-left-width: 0px;
float: right;
/*
position: sticky;
left: 0;
*/
width: 80%;
}
/* The following 5 id's are used to subdivide sections as you see fit */
#subtop {
border-style: dashed;
border-color:purple;
background-color: #cccccc;
border-right-width: 0px;
border-left-width: 0px;
float: inline-start;
}
#submiddle {
border-style: dashed;
border-color:purple;
background-color: #cccccc;
border-right-width: 0px;
border-left-width: 0px;
position: relative;
}
#subbottom {
border-style: dashed;
border-color:purple;
background-color: #cccccc;
border-right-width: 0px;
border-left-width: 0px;
float: inline-end;
}
#subleft {
background-color: #cccccc;
float: left;
width: 50%;
}
#subright {
background-color: #cccccc;
float: right;
width: 50%;
}
p {
background-color: #b3b3b3;
border-style: dashed;
border-color: green;
border-right-width: 0px;
border-left-width: 0px;
}
h2 {
background-color: #b3b3b3;
border-style: dashed;
border-color: green;
border-right-width: 0px;
border-left-width: 0px;
}
#footer {
background-color: #cccccc;
clear: both;
} | 0.540439 | 0.181227 |
.jumbotron{
padding: 0px;
margin: 0px;
background-color: #fff !important;
}
.top-header{
background-color: #ffffff;
height: 40px;
}
.top-menu{
/*margin-left: 66.7%;*/
padding-top: 20px;
position: relative;
float: left;
}
.top-menu ul{
list-style-type: none;
}
.top-menu ul li{
float: left;
text-transform: uppercase;
margin-right: 25px;
display: block;
padding-left: 20px;
padding-top: 5px;
}
.top-menu ul li a{
text-decoration: none;
color:#000000;
font-weight: bold;
}
.top-menu ul li a:hover{
text-decoration: none;
color:red;
font-weight: bold;
}
.social-media-top{
float: right;
margin-top: 5px;
}
.social-media-top ul{
list-style-type: none;
}
.social-media-top ul li{
float: left;
margin-right: 22px;
}
.social-media-top ul li img{
height: 30px;
width: 30px;
}
.company-logo{
margin-left:106px;
/*margin-bottom: 20px;*/
}
.logo{
float: left;
}
.company-logo img{
height: 109px;
}
.top-holder{
height: 110px;
/*background-color: #031e39;*/
}
.menu-nav{
height: 30px;
}
.banner{
/*height: 400px;*/
}
.side{
margin:174px;
}
.textside{
width: 235px;
}
.package{
margin-left: 12px;
}
ul{
list-style-type: none;
}
.image-holder{
background-color: #aaa;
float: left;
/*margin-left: 15px;*/
margin-top: 7px;
width: 246px;
height: 190px;
}
.image-style{
margin-top: 22px;
width: 235px;
height: 176px;
}
.readmore{
/*padding-left: 70%;*/
/*font-family: Myriad Pro;*/
font-size: 10px;
color:orange;
float: right;
margin-top: -22px;
/*background: #001926;*/
padding: 4px;
font-style: italic;
}
.readmore a{
color:orange;
text-decoration: none;
}
.popular{
margin-top: 22px;
/*background-color: #edebec;*/
/*background-color: #e0e5e9;*/
min-height: 220px;
padding-bottom: 15px;
border: 1px solid #aaa;
}
.popular>p{
text-align: left;
padding: 10px 10px 0 10px;
border-bottom: 1px dotted #aaaaaa;
}
.tripLink>a{
text-decoration: none;
font-size: 12px;
padding-left: 166px;
}
.holiday{
/*padding: 10px 10px 0 10px;*/
padding:5px;
/*margin: 10px 10px 0 10px;*/
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
border: 1px solid #ccc;
}
.holiday span p{
margin-top: -50px;
margin-left: 75px;
font-size: 12px;
font-weight: bold;
color:#366da3;
}
.holiday span label{
margin-left: 75px;
font-size: 12px;
}
.holiday span label a{
font-size: 12px;
text-decoration: none;
}
.contact{
margin-top: 16px;
border: 1px solid #aaa;
/*background-color: #edebec;*/
min-height: 220px;
}
/*****
Navbar customization
*****/
.navbar-default {
background-color: #366da3;
border-color:transparent;
border-radius: 0px;
padding: 0px;
margin: 0px;
}
.navbar-default .navbar-nav > li > a {
color: white;
text-transform: uppercase;
font-weight: bold;
}
.navbar-nav {
width: 100%;
text-align: center;
}
.navbar-nav li {
float: none;
display: inline-block;
}
.bottom-nav{
height: 55px;
background-color: #034a74;
}
.footer-content{
height: auto;
background-color: #001926;
}
.footer-org-links{
height: 80px;
background-color: #001926;
border-top: 1px dotted #444444;
}
.footer_link li a{
text-decoration: none;
color:#ffffff;
}
.copyright-section{
height: 80px;
background-color: #001926;
border-top: 1px dotted #777777;
}
.thumbnail{
padding-left: 5px;
padding-right: 5px;
/*border: none;*/
border-radius: 0;
background: #eee;
}
.read_more_btn{
background-color: #ea674b;
padding: 2px;
float:right;
border-radius: 3px;
margin-top: 5px;
}
.caption-span a{
text-decoration: none;
font-size: 8px;
color:#ffffff;
}
.caption-span a:hover{
background-color: #ccc;
}
.captionImage{
background-color: black;
padding: 3px;
height: auto;
/*opacity: 0.4*/
}
.caption-text{
color:#ffffff;
}
.image-header{
color:#e9a1a5;
}
.info-activity{
padding: 10px;
background-color: #ddd;
}
.footer-content h5{
color: #ffffff;
text-transform: uppercase;
margin-top: 35px;
/*border-bottom: 1px solid #ffffff;*/
margin-right: 30px;
/*line-height: 30px;*/
margin-left: 40px;
}
.footer-content li a:hover{
transition : 0.5s ease;
transform:scale(1.1);
}
.footer-content ul{
list-style-type: none;
}
.footer-content ul li{
color: #ffffff;
margin-top: 5px;
font-weight: bold;
}
.footer-content input[type=text],input[type=email],input[type=submit]{
margin-left: 40px;
}
.labelSubscribe{
color: #ffffff;
text-transform: uppercase;
margin-left:40px;
}
.carousel{
background: #2f4357;
/*margin-top: 20px; */
/*height: 400px;*/
}
.carousel .item img{
margin: 0 auto; /* Align slide image horizontally center */
}
div#carousel-example-generic {
position:relative;
}
div.form-group {
position:absolute;
z-index:9999999;
top:20px; /* change to whatever you want */
left:100px; /* change to whatever you want */
right:auto; /* change to whatever you want */
bottom:auto; /* change to whatever you want */
}
.bottomOrgLinks{
width: 100%;
text-align: center;
}
.bottomOrgLinks li{
float: none;
display: inline-block;
padding-top: 20px;
margin:10px;
}
.bottomOrgLinks li a{
color:#ffffff;
text-transform: uppercase;
font-weight: bold;
}
.activity ul li a{
color:#ffffff;
font-weight: bold;
display: inline-block;
text-decoration: none;
margin-top: 5px;
}
/****** Carousel Animation made custom*******/
.carousel-fade .carousel-inner .item {
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
opacity: 0;
}
.carousel-fade .carousel-inner .active {
opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
opacity: 0;
z-index: 1;
filter: alpha(opacity=0);
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-fade .carousel-control {
z-index: 3;
}
#map{
width: 100%;
height: 350px;
margin-bottom: 15px;
}
.email_us{
padding-left: 20px;
padding-right: 20px;
height: 30px;
}
.email_us a{
border: 1px solid #aaa;
text-decoration: none;
color: orange;
display: block;
padding: 5px;
}
.email_us a:hover{
color : black;
}
.contact-info{
margin-top: 5px;
padding-left: 20px;
padding-right: 20px;
}
.page_description{
text-align: justify;
}
.page_title{
/*background-color: #abc;*/
/*padding-top: 5px;
padding-bottom: 5px;*/
color:white;
}
.page_title h3{
text-align: center;
background: #366da3;
padding: 13px;
margin-top: 2px;
}
/*.searchFormInSlider{
height: 250px;
background-color: #428bca;
z-index: 5000;
padding: 20px;
}
*/
/* Tab Navigation */
/*.nav-tabs {
margin: 0;
padding-left: 0;
border: 1px;
}
.nav-tabs >li{
width: 50%;
display: inline-block;
padding-left: 0;
}
.nav-tabs > li > a {
background: #DADADA;
border-radius: 0;
box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
background: #F5F5F5;
box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
}
/* Tab Content */
/*.tab-pane {
background: #F5F5F5;
box-shadow: 0 0 4px rgba(0,0,0,.4);
border-radius: 0;
text-align: center;
padding: 5px;
}
*/
/*.carousel-fade {
.carousel-inner{
.item {
transition-property: opacity;
}
.item,
.active.left,
.active.right {
opacity: 0;
}
.active,
.next.left,
.prev.right {
opacity: 1;
}
.next,
.prev,
.active.left,
.active.right {
left: 0;
transform: translate3d(0, 0, 0);
}
}
.carousel-control {
z-index: 2;
}
}*/
.bottomOrgLinks li a:hover{
text-decoration: none;
transition : 0.8s ease;
transform : scale(1.1);
} | public/assets/css/site/custom.css | .jumbotron{
padding: 0px;
margin: 0px;
background-color: #fff !important;
}
.top-header{
background-color: #ffffff;
height: 40px;
}
.top-menu{
/*margin-left: 66.7%;*/
padding-top: 20px;
position: relative;
float: left;
}
.top-menu ul{
list-style-type: none;
}
.top-menu ul li{
float: left;
text-transform: uppercase;
margin-right: 25px;
display: block;
padding-left: 20px;
padding-top: 5px;
}
.top-menu ul li a{
text-decoration: none;
color:#000000;
font-weight: bold;
}
.top-menu ul li a:hover{
text-decoration: none;
color:red;
font-weight: bold;
}
.social-media-top{
float: right;
margin-top: 5px;
}
.social-media-top ul{
list-style-type: none;
}
.social-media-top ul li{
float: left;
margin-right: 22px;
}
.social-media-top ul li img{
height: 30px;
width: 30px;
}
.company-logo{
margin-left:106px;
/*margin-bottom: 20px;*/
}
.logo{
float: left;
}
.company-logo img{
height: 109px;
}
.top-holder{
height: 110px;
/*background-color: #031e39;*/
}
.menu-nav{
height: 30px;
}
.banner{
/*height: 400px;*/
}
.side{
margin:174px;
}
.textside{
width: 235px;
}
.package{
margin-left: 12px;
}
ul{
list-style-type: none;
}
.image-holder{
background-color: #aaa;
float: left;
/*margin-left: 15px;*/
margin-top: 7px;
width: 246px;
height: 190px;
}
.image-style{
margin-top: 22px;
width: 235px;
height: 176px;
}
.readmore{
/*padding-left: 70%;*/
/*font-family: Myriad Pro;*/
font-size: 10px;
color:orange;
float: right;
margin-top: -22px;
/*background: #001926;*/
padding: 4px;
font-style: italic;
}
.readmore a{
color:orange;
text-decoration: none;
}
.popular{
margin-top: 22px;
/*background-color: #edebec;*/
/*background-color: #e0e5e9;*/
min-height: 220px;
padding-bottom: 15px;
border: 1px solid #aaa;
}
.popular>p{
text-align: left;
padding: 10px 10px 0 10px;
border-bottom: 1px dotted #aaaaaa;
}
.tripLink>a{
text-decoration: none;
font-size: 12px;
padding-left: 166px;
}
.holiday{
/*padding: 10px 10px 0 10px;*/
padding:5px;
/*margin: 10px 10px 0 10px;*/
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
border: 1px solid #ccc;
}
.holiday span p{
margin-top: -50px;
margin-left: 75px;
font-size: 12px;
font-weight: bold;
color:#366da3;
}
.holiday span label{
margin-left: 75px;
font-size: 12px;
}
.holiday span label a{
font-size: 12px;
text-decoration: none;
}
.contact{
margin-top: 16px;
border: 1px solid #aaa;
/*background-color: #edebec;*/
min-height: 220px;
}
/*****
Navbar customization
*****/
.navbar-default {
background-color: #366da3;
border-color:transparent;
border-radius: 0px;
padding: 0px;
margin: 0px;
}
.navbar-default .navbar-nav > li > a {
color: white;
text-transform: uppercase;
font-weight: bold;
}
.navbar-nav {
width: 100%;
text-align: center;
}
.navbar-nav li {
float: none;
display: inline-block;
}
.bottom-nav{
height: 55px;
background-color: #034a74;
}
.footer-content{
height: auto;
background-color: #001926;
}
.footer-org-links{
height: 80px;
background-color: #001926;
border-top: 1px dotted #444444;
}
.footer_link li a{
text-decoration: none;
color:#ffffff;
}
.copyright-section{
height: 80px;
background-color: #001926;
border-top: 1px dotted #777777;
}
.thumbnail{
padding-left: 5px;
padding-right: 5px;
/*border: none;*/
border-radius: 0;
background: #eee;
}
.read_more_btn{
background-color: #ea674b;
padding: 2px;
float:right;
border-radius: 3px;
margin-top: 5px;
}
.caption-span a{
text-decoration: none;
font-size: 8px;
color:#ffffff;
}
.caption-span a:hover{
background-color: #ccc;
}
.captionImage{
background-color: black;
padding: 3px;
height: auto;
/*opacity: 0.4*/
}
.caption-text{
color:#ffffff;
}
.image-header{
color:#e9a1a5;
}
.info-activity{
padding: 10px;
background-color: #ddd;
}
.footer-content h5{
color: #ffffff;
text-transform: uppercase;
margin-top: 35px;
/*border-bottom: 1px solid #ffffff;*/
margin-right: 30px;
/*line-height: 30px;*/
margin-left: 40px;
}
.footer-content li a:hover{
transition : 0.5s ease;
transform:scale(1.1);
}
.footer-content ul{
list-style-type: none;
}
.footer-content ul li{
color: #ffffff;
margin-top: 5px;
font-weight: bold;
}
.footer-content input[type=text],input[type=email],input[type=submit]{
margin-left: 40px;
}
.labelSubscribe{
color: #ffffff;
text-transform: uppercase;
margin-left:40px;
}
.carousel{
background: #2f4357;
/*margin-top: 20px; */
/*height: 400px;*/
}
.carousel .item img{
margin: 0 auto; /* Align slide image horizontally center */
}
div#carousel-example-generic {
position:relative;
}
div.form-group {
position:absolute;
z-index:9999999;
top:20px; /* change to whatever you want */
left:100px; /* change to whatever you want */
right:auto; /* change to whatever you want */
bottom:auto; /* change to whatever you want */
}
.bottomOrgLinks{
width: 100%;
text-align: center;
}
.bottomOrgLinks li{
float: none;
display: inline-block;
padding-top: 20px;
margin:10px;
}
.bottomOrgLinks li a{
color:#ffffff;
text-transform: uppercase;
font-weight: bold;
}
.activity ul li a{
color:#ffffff;
font-weight: bold;
display: inline-block;
text-decoration: none;
margin-top: 5px;
}
/****** Carousel Animation made custom*******/
.carousel-fade .carousel-inner .item {
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
opacity: 0;
}
.carousel-fade .carousel-inner .active {
opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
opacity: 0;
z-index: 1;
filter: alpha(opacity=0);
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-fade .carousel-control {
z-index: 3;
}
#map{
width: 100%;
height: 350px;
margin-bottom: 15px;
}
.email_us{
padding-left: 20px;
padding-right: 20px;
height: 30px;
}
.email_us a{
border: 1px solid #aaa;
text-decoration: none;
color: orange;
display: block;
padding: 5px;
}
.email_us a:hover{
color : black;
}
.contact-info{
margin-top: 5px;
padding-left: 20px;
padding-right: 20px;
}
.page_description{
text-align: justify;
}
.page_title{
/*background-color: #abc;*/
/*padding-top: 5px;
padding-bottom: 5px;*/
color:white;
}
.page_title h3{
text-align: center;
background: #366da3;
padding: 13px;
margin-top: 2px;
}
/*.searchFormInSlider{
height: 250px;
background-color: #428bca;
z-index: 5000;
padding: 20px;
}
*/
/* Tab Navigation */
/*.nav-tabs {
margin: 0;
padding-left: 0;
border: 1px;
}
.nav-tabs >li{
width: 50%;
display: inline-block;
padding-left: 0;
}
.nav-tabs > li > a {
background: #DADADA;
border-radius: 0;
box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
background: #F5F5F5;
box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
}
/* Tab Content */
/*.tab-pane {
background: #F5F5F5;
box-shadow: 0 0 4px rgba(0,0,0,.4);
border-radius: 0;
text-align: center;
padding: 5px;
}
*/
/*.carousel-fade {
.carousel-inner{
.item {
transition-property: opacity;
}
.item,
.active.left,
.active.right {
opacity: 0;
}
.active,
.next.left,
.prev.right {
opacity: 1;
}
.next,
.prev,
.active.left,
.active.right {
left: 0;
transform: translate3d(0, 0, 0);
}
}
.carousel-control {
z-index: 2;
}
}*/
.bottomOrgLinks li a:hover{
text-decoration: none;
transition : 0.8s ease;
transform : scale(1.1);
} | 0.165728 | 0.055413 |
.breadcrumbs {
padding: 0 5px 0 0;
line-height: 38px;
color: #666
}
.breadcrumbs .menus {
float: left
}
.breadcrumbs .menus a {
margin-right: 6px
}
.breadcrumbs .right {
float: right;
color: #bbb
}
.breadcrumbs .right i {
font-size: 20px;
margin-right: 5px;
vertical-align: -2px
}
.breadcrumbs .right .code {
color: #fafafa;
margin-right: 30px;
display: inline-block
}
.detail {
border: 1px solid #d9dbe8;
border-top-color: #666;
background: #fff url("../images/seemore-bg.png") right 0 repeat-y
}
.detail_img {
width: 410px;
position: relative;
float: left
}
.detail_img .pic_view {
width: 380px;
height: 380px;
margin: 20px auto 0;
position: relative
}
.detail_img .pic_view img {
width: 380px;
height: 380px
}
#pic-view {
position: absolute;
top: 0;
left: 0;
z-index: 2
}
#detail_img .item-thumbs {
padding: 15px 0;
height: 58px;
overflow: hidden;
position: relative;
width:280px;
margin-left:60px;
}
#detail_img #item-thumbs img{
float:left;
width:40px;
height:40px;
padding:8px;
}
.pic_view .fdjspan{
width: 175px;
height: 175px;
position: absolute;
top: 0;
left: 0;
display: none
}
.pic_view:hover .fdjspan{display:block;}
.detail .the{
width: 380px;
height: 400px;
position: absolute;
left:440px;
top:254px;
z-index: 100;
float: left;
overflow: hidden;
border: 1px solid #969696;
display: none;
}
.detail .the img{position: absolute; display: block;}
.seemore_items {
float: right;
width: 205px;
padding: 15px 0;
position: relative;
}
.seemore_items h3 {
position: relative;
font-size: 14px;
color: #999;
width: 132px;
margin: 0 auto
}
.seemore_items h3 a {
position: absolute;
right: 0;
top:0;
font-size: 24px;
line-height: 24px;
color: #999;
display: block;
width:18px;
height:18px;
background :url(../images/refresh.jpg) no-repeat center bottom;
}
.seemore_items h3 a:hover {
display: block;
width:18px;
height:18px;
background :url(../images/refreshhover.jpg) no-repeat center center;
}
.seemore_items .bd {
width: 132px;
height: 425px;
position: relative;
overflow: hidden;
margin: 10px auto 0
}
.seemore_items .bd ul {
width: 132px;
}
.seemore_items li {
margin-bottom: 13px;
height: 132px;
overflow: hidden;
}
.seemore_items li a {
display: block;
width: 130px;
height: 130px;
border: 1px solid #ccc;
position: relative
}
.seemore_items li a img {
width: 130px;
height: 130px;
background-color: #fff;
vertical-align: top
}
.seemore_items li a p {
position: absolute;
top: 100px;
left: 0;
height: 30px;
line-height: 30px;
opacity: 0.8;
filter: Alpha(opacity=80);
background-color: #fff;
font-size: 14px;
padding-left: 10px;
width: 120px
}
.item-info {
float: left;
width: 570px;
color: #999;
position: relative
}
.item-info dl {
height: 425px;
padding-bottom: 30px;
background: url("../images/loading_nala.gif-0428.gif") 250px 200px no-repeat
}
.item-info dl.loaded {
height: auto;
background: none
}
.item-info .product_name {
color: #333;
margin: 0 15px;
padding: 18px 6px 0;
border-bottom: 1px solid #F4F4F4
}
.item-info .product_name h1 {
font-size: 18px
}
.item-info .product_name h1 span.free {
background-color: #48b7ae;
color: #fff;
margin-left: 8px;
text-align: center;
border-radius: 2px;
display: inline-block;
height: 22px;
line-height: 21px;
color: #fff;
font-size: 14px;
font-weight: normal;
width: 66px
}
.item-info .product_name .desc {
line-height: 18px;
padding: 6px 0 12px;
display: block
}
.item-info .product_name .desc span.red {
margin-right: 13px
}
.item-info dd {
padding: 10px 16px 0 20px
}
.item-info dd .lbl {
display: inline-block;
width: 52px;
color: #666
}
.item-info dd li {
padding: 5px 0;
position: relative;
width: 100%
}
.item-info dd li .icon_promo, .item-info dd li span.t_ico {
background-color: #f70;
color: #fff;
display: inline-block;
height: 20px;
line-height: 20px;
margin-right: 10px;
padding: 0 5px;
border-radius: 2px;
overflow: hidden;
vertical-align: middle
}
.item-info dd li span.t_ico {
width: 66px;
text-align: center;
font-size: 14px;
padding: 0 0 1px
}
.item-info dd li .icon_promo {
position: relative;
top: -4px
}
.item-info dd li span.xszk {
background: #fa6569;
position: relative;
top: -4px;
font-size: 12px
}
.item-info dd li span.mj {
background: #95ce67
}
.item-info dd li span.mz {
background: #fdb64a;
top: -2px
}
.item-info dd li span.link {
display: inline-block;
vertical-align: middle;
padding-left: 5px
}
.item-info dd li span.link a {
color: #39f;
text-decoration: underline
}
.item-info dd li span.link a:hover {
color: #72b7fb
}
.item-info dd li em.cancel {
text-decoration: line-through
}
.item-info dd li em.red {
margin: 0 4px
}
.item-info dd li em.red a {
color: #f70
}
.item-info .property .unit {
display: inline-block
}
.item-info .property .unit em {
color: #666;
margin-right: 4px
}
.item-info .property .unit em.rmb {
font-size: 14px
}
.item-info .property .unit em.red {
color: #f70;
margin: 0
}
.item-info .property .nala_price {
font-size: 24px;
font-family: Arial;
font-weight: bold;
padding: 0 10px 0 0;
line-height: 28px
}
.ping_star, .ping_star i {
background: url("../images/star-small.png") 0 0 repeat-x
}
.ping_star {
display: inline-block;
width: 70px;
height: 12px;
overflow: hidden
}
.ping_star i {
display: inline-block;
width: 0px;
height: 12px;
overflow: hidden;
background-position: 0 -21px;
vertical-align: top
}
.item-info dd.tobuy-box .lbl {
float: left;
width: 50px;
margin-top: 6px
}
.sku_box .sku_list {
float: left;
width: 470px;
padding: 5px;
-webkit-transition: background-color .1s;
-moz-transition: background-color .1s;
-o-transition: background-color .1s;
-ms-transition: background-color .1s;
transition: background-color .1s
}
.sku_box .sku_list a {
display: block;
zoom: 1;
float: left;
height: 18px;
line-height: 18px;
padding: 0 6px;
border: 1px solid #e7e7e7;
background-color: #fff;
color: #999;
position: relative;
margin: 0 15px 6px 0;
border-radius: 2px;
white-space: nowrap
}
.sku_box .sku_list a span {
visibility: hidden;
background: #f70 url("../../images/gou-ico.png") 1px 4px no-repeat;
display: block;
height: 0;
overflow: hidden;
padding-top: 20px;
position: absolute;
right: -11px;
top: -1px;
width: 12px;
border-radius: 0 2px 2px 0
}
.sku_box .sku_list a:hover {
border-color: #ff7d00;
color: #f70;
text-decoration: none
}
.sku_box .sku_list a.selected {
border-color: #f70;
color: #333
}
.sku_box .sku_list a.selected span {
visibility: visible
}
.sku_box .warn-color {
background-color: #fc9
}
.skunum_li {
margin-bottom: 15px
}
.skunum {
float: left;
height: 32px;
font-size: 0;
overflow: hidden;
padding-left: 5px
}
.skunum span {
float: left;
display: block;
width: 28px;
height: 30px;
border: 1px solid #ccc;
background-color: #eee;
text-align: center;
font-size: 20px;
overflow: hidden;
line-height: 28px;
color: #777;
cursor: pointer
}
.skunum span.add {
margin-left: -2px
}
.skunum span:active {
background-color: #ccc
}
.skunum input {
float: left;
display: block;
width: 66px;
height: 14px;
padding: 8px 0;
line-height: 14px;
border: none;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: center;
font-size: 14px;
background-color: #fff
}
.skunum cite {
margin-left: 5px;
color: #999;
font-size: 12px;
padding-top: 10px;
float: left
}
.skunum cite em {
margin: 0 4px
}
.tobuy-box .add_cart_li p {
margin-bottom: 5px
}
.tobuy-box .add_cart_li .btn, .tobuy-box .add_cart_li .graybtn {
font-size: 16px;
padding: 10px 20px 12px
}
.tobuy-box .add_cart_li .graybtn {
margin-left: 12px;
font-size: 14px
}
.tobuy-box .add_cart_li i.iconfont {
vertical-align: 1px;
margin-right: 4px
}
.tobuy-box .add_cart_li .off {
background-color: #E9E9E9;
font-size: 16px;
color: #bbb;
display: inline-block;
padding: 7px 20px 9px;
vertical-align: middle
}
#fav-btn i {
color: #FFF;
font-size: 16px
}
#fav-btn:hover, #fav-btn:hover i {
color: #fcc700
}
#fav-btn.fav-btn-ok {
background: #f4f4f4;
color: #bbb
}
#fav-btn.fav-btn-ok i {
color: #bbb
}
#fav-btn.fav-btn-ok:hover, #fav-btn.fav-btn-ok:hover i {
color: #bbb
}
.timedown {
margin-left: 30px
}
.timedown i {
font-size: 20px;
color: #f70;
margin-right: 5px;
font-weight: bold
}
.timedown em {
font-size: 14px;
color: #f70;
margin: 0 3px;
font-family: arial
}
.item-info .quehuo_li span {
display: inline-block;
width: 90px;
padding: 12px 0 0 46px;
height: 31px;
color: #999;
font-size: 14px;
vertical-align: middle;
background: url("../images/quehuo_dialog_bg.png") 0 -70px no-repeat;
margin-right: 8px;
margin-left: 5px
}
.item-info .quehuo_li .graybtn {
padding: 11px 32px;
font-size: 14px
}
.membership {
position: absolute;
right: 0;
top: 12px;
color: #999
}
.membership:hover {
text-decoration: none
}
.membership i {
font-size: 14px;
color: #bbb
}
.membership_con {
width: 254px;
z-index: 100;
overflow: hidden;
position: absolute;
top: 32px;
right: 0;
border: 1px solid #e7e7e7;
background-color: #fff;
line-height: 18px;
display: none;
}
.font_w {
font-weight: normal;
}
.membership_con h3 {
color: #333;
font-size: 16px;
padding: 8px 0;
margin: 0 15px
}
.membership_con p {
margin: 0 15px
}
.membership_con .how-bd {
background-color: #f8f8f8;
padding: 0 0 4px;
margin-top: 15px
}
.membership_con .how-bd h3 {
border-bottom: 1px solid #e7e7e7
}
.membership_con table {
margin: 4px 15px;
vertical-align: top
}
.membership_con table td {
color: #333
}
.membership_con p.gray a {
color: #333;
font-weight: bold;
margin-left: 5px
}
.membership_jifen {
padding-left: 45px;
width: 150px;
padding-bottom: 8px
}
.membership_jifen i.iconfont {
font-size: 30px;
position: absolute;
left: 15px;
top: 15px
}
.privileges {
padding: 0 0 15px 10px
}
.privileges li {
float: left;
padding: 0 10px;
height: 17px;
line-height: 17px;
overflow: hidden;
position: relative;
color: #bbb;
border-right: 1px dotted #ccc
}
.privileges li a {
color: #bbb
}
.privileges li a:hover {
color: #f70;
text-decoration: none
}
.privileges li a i.iconfont {
font-size: 16px;
margin-right: 5px
}
.privileges .brand_entrance {
float: right
}
.privileges .brand_entrance i.iconfont {
vertical-align: 1px;
margin-right: 4px
}
.privileges .brand_entrance a {
color: #999;
padding-bottom: 5px
}
.privileges .brand_entrance a:hover {
color: #333;
text-decoration: none
}
.privileges .brand_entrance span {
margin-left: 10px
}
.detail_bgcolor {
padding-top: 16px;
padding-bottom: 40px
}
.package_header {
line-height: 32px;
color: #999
}
.package_header h3.title {
display: inline;
font-size: 16px;
font-weight: 400;
color: #333;
padding-left: 10px
}
.package {
margin-bottom: 15px;
position: relative
}
.package .triggers {
position: absolute;
top: 0;
left: 0;
z-index: 10;
border: 1px solid #d9dbe8;
width: 117px;
border-right: none;
overflow: hidden;
height: 187px
}
.package .triggers li .trigger_in {
width: 116px;
height: 51px;
padding-top: 10px;
background: #f8f8f8;
cursor: pointer;
border-bottom: 1px solid #e8e9f6;
border-right: 1px solid #e8e9f6;
text-align: center
}
.package .triggers li.trigger_tit3 .trigger_in {
border-bottom: none;
height: 53px
}
.package .triggers li .trigger_text span {
color: #666
}
.package .triggers li .trigger_text .step {
display: block;
font-size: 16px;
margin-bottom: 0px
}
.package .triggers li .trigger_text .icon_step, .packageproducts li.plus {
background: url("../images/taocan_bg.png") no-repeat 0 -9999px
}
.package .triggers li .trigger_text .icon_step {
display: inline-block;
width: 16px;
height: 15px;
line-height: 15px;
color: #FFF;
font-weight: bold;
background-position: 0 -85px
}
.package .triggers li.current .trigger_in {
border-bottom-color: #D9DBE8;
border-right-color: #fff;
background: #FFF
}
.package .triggers li.current .trigger_text .icon_step {
background-position: 0 -40px
}
.package .triggers li.current .trigger_text .number {
color: #f70
}
.package .package_t2 li .trigger_in {
height: 73px;
padding-top: 20px
}
.package .package_t1 li .trigger_in {
height: 128px;
padding-top: 60px
}
.package .panel_container {
padding-left: 118px;
border: 1px solid #d9dbe8;
border-left: none;
background-color: #FFF;
overflow: hidden;
height: 187px
}
.packageproducts {
padding: 6px 0 7px 22px;
position: relative
}
.packageproducts li {
float: left;
width: 150px;
text-align: center;
margin-right: 20px
}
.packageproducts li a.imgdv img {
width: 90px;
height: 90px;
border-radius: 5px;
border: solid 1px #eee
}
.packageproducts li.plus {
width: 16px;
height: 19px;
margin-top: 43px;
background-position: 0 0
}
.packageproducts li .producttitle {
height: 16px;
overflow: hidden;
margin-bottom: 5px
}
.packageproducts li .pricedv label {
color: #999
}
.cosmetics_bags .packageproducts .remark {
padding-right: 220px;
padding-left: 28px;
color: #666;
font-size: 14px;
height: 20px;
overflow: hidden;
margin-bottom: 10px
}
.cosmetics_bags .price_info {
position: absolute;
width: 180px;
line-height: 21px;
right: 6px;
top: 50%;
margin-top: -60px
}
.cosmetics_bags .price_info .price_gray {
color: #999;
display: block;
margin-top: 7px
}
.cosmetics_bags .price_info .count {
font-weight: 700;
margin-right: 0px;
font-size: 16px
}
.cosmetics_bags .price_info .price {
font-weight: 700;
font-size: 14px
}
.cosmetics_bags .horn {
background: url("../images/new1221/bg42.png") no-repeat;
display: block;
height: 188px;
overflow: hidden;
position: absolute;
width: 6px;
right: 200px;
top: 0;
margin-top: 0px
}
.packageproducts .package_btn {
margin: 15px 0 0 18px
}
.packageproducts .package_btn input {
width: 110px;
height: 32px;
background: #f1f1f1 url("../images/taocan-btn.png") center 8px no-repeat;
border: 1px solid #ddd;
border-radius: 2px;
cursor: pointer;
outline: none
}
.packageproducts .package_btn input:hover {
background-position: center -23px;
border-color: #ccc
}
.sectionbox h2.tit {
background: url("../images/spxq_nav_bg.png") 0 0 no-repeat;
height: 27px;
padding: 0 15px;
margin-bottom: 10px;
}
.sectionbox h2.tit span {
background: url("../images/spxq_nav_bg_t.png") -9999px 0 no-repeat;
display: block;
height: 0;
padding-top: 27px;
overflow: hidden
}
.sectionbox h2.tit1 span {
background-position: 0 -52px
}
.sectionbox h2.tit2 span {
background-position: 0 -80px
}
.sectionbox h2.tit3 span {
background-position: 0 -108px
}
.sectionbox h2.tit4 span {
background-position: 0 -136px
}
.sectionbox h2.tit5 span {
background-position: 0 -164px
}
.sectionbox h2.tit6 span {
background-position: 0 -192px
}
.sectionbox h2.tit7 span {
background-position: 0 -220px
}
.sectionbox h2.tit8 span {
background-position: 0 -248px
}
.sectionbox h2.tit9 span {
background-position: 0 -276px
}
.sectionbox h2.tit10 span {
background-position: 0 -304px
}
.sectionbox h2.tit11 span {
background-position: 0 -332px
}
.sectionbox h2.tit12 span {
background-position: 0 4px
}
.sectionbox h2.tit13 span {
background-position: 0 -24px
}
.sectionbox h2.tit14 span {
background-position: 0 -360px
}
.sectionbox div img {
vertical-align:top
}
.sectionbox div img.img_error {
width: 300px;
height: 200px;
background: url("../images/img_error.png") center center no-repeat;
display: block
}
.sectionbox .ping_more a {
display: block;
margin-top: 20px;
height: 31px;
line-height: 31px;
text-align: center;
font-weight: bold;
background-color: #f4f4f4;
border: 1px solid #e4e4e4
}
.sectionbox .ping_more a span {
color: #666;
font-weight: normal
}
.sectionbox .ping_more a:hover {
background-color: #eee;
text-decoration: none
}
.spxq_main {
font-size: 14px;
line-height: 24px
}
.spxq_main .nala_say {
line-height: 28px;
background: url("../images/nalasay-bg.jpg") 0 0 no-repeat;
padding: 0 20px 0 140px;
min-height: 110px;
+height: 110px
}
.spxq_main img {
display: block;
margin: 0 auto;
max-width: 750px
}
.spxq_main .spxq_top {
margin: 25px 0 0;
font-size: 16px;
color: #f70;
font-weight: bold
}
.spxq_main .spxq_dec div {
margin-bottom: 20px
}
.spxq_main table {
width: 100%
}
.spxq_main table td {
border: 1px solid #e5e5e5;
padding: 5px 10px
}
.spxq_main table td.th {
background-color: #f5f5f5;
font-weight: bold;
width: 70px;
text-align: right
}
.spxq_main table td strong {
font-weight: 400
}
.spxq_main table td div, .spxq_main table td span {
display: block;
margin-bottom: 4px
}
.spxq_main h3 {
font-size: 20px;
margin: 20px 0 10px;
color: #f70;
border-bottom: 1px solid #f70;
padding-bottom: 5px
}
.spxq_main p {
margin-bottom: 10px
}
#ppsqitem div {
text-align: center
}
#addcart-success .panel_con {
height: 160px;
padding-top: 14px
}
#addcart-success .ok-txt {
border-bottom: 1px dashed #eee;
margin-bottom: 8px;
padding-bottom: 8px
}
#addcart-success .arrow-right {
position: absolute;
display: block;
right: -13px;
top: 17px;
width: 0;
height: 0;
overflow: hidden;
border: 6px solid transparent;
border-left-color: #9699a2;
_border-top-color: tomato;
_border-right-color: tomato;
_border-bottom-color: tomato;
_filter: chroma(color=tomato)
}
.addcart-success-info {
padding: 20px 10px 20px 15px
}
.addcart-success-info p {
margin-bottom: 5px
}
.addcart-success-info b {
font-size: 14px
}
.addcart-success-info .gocart {
padding-top: 10px
}
.quehuo-form {
width: 400px
}
.quehuo-form div {
padding: 8px 0
}
.quehuo-form div input {
width: 200px;
padding: 8px;
height: 16px;
overflow: hidden;
border: 1px solid #eee;
border-top-color: #ccc;
box-shadow: 0px 1px 3px rgba(200, 200, 200, 0.3) inset;
color: #333;
font-size: 14px;
margin-left: 3px;
vertical-align: middle
}
.quehuo-form .submit {
padding-left: 64px;
font-size: 14px
}
.quehuo-form .submit a {
display: block;
background-position: 0 -40px;
width: 58px;
height: 24px;
line-height: 24px;
overflow: hidden;
text-align: center
}
.same_effect {
border: 1px solid #E6E6E6;
width: 756px;
padding: 20px 16px;
margin: 10px 0
}
.same_effect .headline {
color: #C03;
font-size: 16px;
background: url("../images/icon_stockout.jpg") no-repeat;
padding-left: 20px;
margin-bottom: 20px
}
.same_effect .titlebar {
line-height: 30px;
padding-left: 20px;
margin-bottom: 6px
}
.same_effect .titlebar .more_lnk {
float: right;
padding-right: 18px;
background: url("../images/icon_more.jpg") right 7px no-repeat;
color: #666
}
.same_effect .titlebar h3 {
font-size: 16px
}
.same_effect .product_list {
padding-left: 12px
}
.same_effect .product_list .item {
float: left;
_display: inline;
padding: 10px;
width: 150px;
position: relative;
margin: 0 8px;
height: 277px
}
.same_effect .product_list .item:hover {
background-color: #F6F6F6
}
.same_effect .product_list .bg_gray {
background-color: #F6F6F6
}
.same_effect .product_list .item .price {
color: #f70
}
.same_effect .product_list .item .price em {
font-size: 18px;
font-weight: bold;
margin-left: 3px
}
.same_effect .product_list .item .pic_wrap {
width: 150px;
height: 150px;
overflow: hidden;
margin-bottom: 6px
}
.same_effect .product_list .item .pic_wrap img {
max-width: 150px;
max-height: 150px
}
.same_effect .product_list .item .product_name {
line-height: 20px;
display: block;
height: 40px;
overflow: hidden;
text-decoration: none
}
.same_effect .product_list .item .desc {
color: #999
}
.same_effect .product_list .item .traded {
color: #999
}
.same_effect .product_list .item .traded em {
color: #f70
}
.same_effect .product_list .item .add_cart_lnk {
right: 16px;
top: 170px
}
#zheng_main img {
display: block;
margin: 5px auto
}
#zheng_main .zheng_nav {
width: 720px;
height: 84px;
overflow: hidden;
background: url("../images/help/wn_02.png") no-repeat 0 0;
border-bottom: 1px solid #e8e6e7
}
#zheng_main .zheng_nav ul {
display: none
}
.intro-pic {
background-color: #fff;
width: 790px;
margin: 0 auto;
padding-top: 15px;
display: none
}
.intro-pic .hd {
height: 84px;
background: url("../images/intro_hd.png") 0 -1px no-repeat;
font-size: 0;
padding-left: 73px
}
.intro-pic .hd a {
display: inline-block;
width: 83px;
height: 84px;
margin-right: 14px;
background-color: #eee;
background: url("../images/intro_hd2.png") 0 -9999px no-repeat
}
.intro-pic .hd a.on0 {
background-position: -68px -1px
}
.intro-pic .hd a.on1 {
background-position: -164px -1px
}
.intro-pic .hd a.on2 {
background-position: -262px -1px
}
.intro-pic .hd a.on3 {
background-position: -359px -1px
}
.intro-pic .hd a.on4 {
background-position: -457px -1px
}
.intro-pic .hd a.on5 {
background-position: -556px -1px
}
.intro-pic .hd a.on6 {
background-position: -653px -1px
}
.intro-pic .bd {
padding-top: 1px;
overflow: hidden
}
.intro-pic .bd .pic {
display: none;
font-size: 0
}
.intro-pic .bd .pic img {
margin: 5px auto;
display: block
}
.ask-form {
margin-bottom: 20px
}
.ask-form .fl {
width: 470px
}
.ask-form .fr {
width: 250px;
color: #999
}
.ask-form textarea {
display: block;
margin-bottom: 10px;
width: 450px;
padding: 5px;
height: 75px;
overflow-y: auto;
border: 1px solid #eee;
border-top-color: #ccc;
box-shadow: 0px 1px 3px rgba(200, 200, 200, 0.3) inset;
color: #333
}
.ask-list {
zoom: 1
}
.ask-list dl {
padding-bottom: 15px;
width: 100%
}
.ask-list dt {
background: url("../images/wen-ico.png") 0 2px no-repeat;
padding: 0 250px 12px 25px;
position: relative;
z-index: 10
}
.ask-list dt h3 {
font-weight: bold
}
.ask-list dt .q-info {
position: absolute;
right: 15px;
top: 3px;
color: #bbb
}
.ask-list dt .q-info .time {
margin-left: 10px
}
.ask-list dd {
position: relative;
z-index: 1;
zoom: 1;
background-color: #f8f8f8;
padding: 0 15px 15px
}
.ask-list dd .arrow {
position: absolute;
top: -22px;
left: 7px;
display: block;
width: 0;
height: 0;
overflow: hidden;
border-width: 12px 8px;
border-style: solid;
border-color: #fff #fff #f8f8f8 #fff
}
.ask-list .ans-bd {
padding-top: 15px
}
.ask-list .ans-bd .author {
float: left;
width: 60px;
overflow: hidden;
text-align: right
}
.ask-list .ans-nala .author {
color: #f70
}
.ask-list .ans-bd .con {
margin-left: 62px;
padding-right: 180px;
position: relative;
zoom: 1
}
.ask-list .ans-bd .con .time {
position: absolute;
right: 0;
top: 0;
color: #bbb
}
.ask-list .ans-bd .con a:hover {
color: #111
}
.ask-list .ans-bd .con a.from, .ask-list .ans-bd .con a.from:hover {
color: #f70
}
.ask-list dd .more-link {
text-align: right
}
.ask-list dd .more-link a.graybtn {
padding: 3px 8px
}
.ask-list .pagenav a {
margin-left: 2px
}
.to-detail-link {
border: 1px solid #e4e4e4;
background-color: #f1f1f1;
text-align: center;
font-size: 20px;
padding: 15px;
margin-bottom: 10px
}
.act_content {
display: none
}
.spxq_picc {
background-color: #f8f8f8;
padding-bottom: 10px
}
.spxq_picc h3 {
background-color: #f70;
text-align: center;
height: 50px;
line-height: 50px;
font-size: 25px;
color: #fff
}
.spxq_picc p {
padding: 30px 0 30px 30px;
background-color: #fff;
margin: 10px 10px 0
}
.spxq_picc p img {
vertical-align: top
}
.z-detail-box {
width: 1196px;
margin: 0 auto
}
.z-detail-left {
width: 970px;
float: left;
background-color: #fff
}
.tabs_bar_warp {
height: 48px;
width: 970px
}
.tabs_bar {
height: 48px;
width: 968px;
background: #f3f3f3;
border: 1px solid #ccc;
z-index: 999;
top: 0
}
.tabs_bar ul {
width: 100%;
height: 48px
}
.tabs_bar ul li {
_bottom: -1px;
z-index: 999;
position: relative;
display: block;
float: left;
height: 48px;
line-height: 48px
}
.tabs_bar ul li a {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 0 35px;
display: block
}
.tabs_bar ul li a:hover {
text-decoration: none;
background: #fff
}
.tabs_bar ul li.current_select a {
text-decoration: none;
background: #fff;
border-bottom: 1px solid #fff
}
.tabs_bar ul li a em {
color: #f70;
font-weight: bold
}
.tabs_bar li.tab-buy {
color: #f70;
float: right;
padding-right: 94px;
position: relative;
text-align: right;
width: 200px;
margin-right: 0;
visibility: hidden
}
.tabs_bar li.tab-buy strong {
font: 24px/48px arial;
padding: 0 4px
}
.tabs_bar li.tab-buy a.btn {
position: absolute;
right: 8px;
top: 6px;
font-size: 16px;
height: 23px;
line-height: 22px;
padding: 5px 12px;
background: #f70;
}
.tabs_bar li.tab-buy a.btn:hover {
background: #f37100
}
.tabs_bar li.tab-buy a.graybtn {
position: absolute;
right: 8px;
top: 8px;
height: 30px;
line-height: 30px;
cursor: default;
background: #e5e5e5;
padding: 0 12px;
border-color: #ddd;
box-shadow: none
}
.tabs_bar li.tab-buy a.graybtn:hover {
background: #e5e5e5
}
.tabs_bar_warp .fixed {
}
.fixed li.tab-buy {
visibility: visible
}
.z-box {
padding: 20px;
border: 1px solid #ccc;
border-top: 0
}
.z-detail-point-box {
border: 1px solid #ccc
}
.z-detail-point-box-left {
padding: 20px;
width: 520px;
height: 110px;
overflow: hidden;
float: left
}
.z-points {
width: 158px;
border-right: 1px solid #ccc;
height: 110px;
float: left
}
.z-all-points {
font-size: 24px;
text-align: center;
height: 40px;
line-height: 40px
}
.z-all-points b {
color: #f70;
font-size: 26px
}
.z-all-people {
text-align: center;
font-size: 14px;
line-height: 25px
}
.z-all-people em {
color: #f70
}
.z-point-list {
width: 360px;
float: right;
padding-top: 20px;
}
.z-point-list ul li {
height: 20px;
line-height: 20px;
margin: 2px 0;
font-size: 14px;
overflow: hidden
}
.z-point-list ul li label {
display: inline-block;
width: 110px;
text-align: right;
float: left
}
.z-point-list ul li p {
float: left;
background: #ddd;
width: 200px;
height: 14px;
margin: 3px 0
}
.z-point-list ul li p span {
display: block;
width: 100%;
background: #f70;
height: 14px
}
.z-point-list ul li em {
color: #f70;
margin-left: 10px
}
.z-detail-point-box-right {
width: 365px;
height: 134px;
border-left: 1px solid #ccc;
background: #fcfcfc;
float: right;
font-size: 14px;
padding-top: 16px
}
.z-detail-point-box-right div {
padding: 5px 20px;
line-height: 20px
}
.z-detail-point-box-right div a.go_btn {
position: absolute;
right: 10px;
top: 3px
}
.z-detail-point-box-right div.good_com_box {
position: relative;
z-index: 99
}
.z-detail-point-box-right div a.good_com {
color: #f70;
margin-right: 5px
}
.z-detail-point-box-right div.good_com_box .good_com_tips {
position: absolute;
width: 200px;
padding: 15px;
border: 1px solid #ffb97c;
line-height: 20px;
color: #666;
background: #fff7f0;
left: 22px;
_left: 1px;
top: 30px;
display: none
}
.z-arrow {
position: absolute;
top: -8px;
left: 15px;
width: 12px;
height: 24px
}
.z-arrow i {
font-family: "SimSun";
overflow: hidden;
font-size: 12px;
line-height: 1.231;
display: block;
height: 12px
}
.z-arrow-line {
color: #ffb97c
}
.z-arrow-bg {
color: #fff7f0;
margin-top: -11px
}
.big_star, .big_star i {
height: 22px;
background-image: url("../images/comments/big_star.png");
background-repeat: repeat-x;
display: block
}
.big_star {
width: 128px;
margin: 10px auto;
background-position: 0 -32px
}
.big_star i {
line-height: 22px;
overflow: hidden;
background-position: 0 0;
width: 100%
}
.min_star {
padding-top: 6px;
*padding-top:10px;
height: 23px;
line-height: 23px
}
.z-detail-com-box {
margin-top: 20px;
border: 1px solid #ccc;
padding-bottom: 20px
}
.z-com-box-head {
height: 50px;
border-bottom: 1px solid #ccc;
background: #f3f3f3;
padding: 0 20px;
line-height: 50px;
font-size: 14px
}
.z-select {
float: right;
height: 30px;
margin-top: 9px;
line-height: 30px
}
.select-box {
position: relative;
border: 1px solid #ccc;
background: #fff;
width: 100px;
float: left;
margin-left: 10px;
padding: 3px 5px;
border-radius: 3px;
font-size: 14px
}
.z-com-list {
padding: 20px
}
.z-com {
margin-bottom: 20px
}
.z-com-left {
width: 60px;
float: left;
height: 100px;
margin: 0 10px;
_display: inline
}
.z-com-left img {
display: block;
margin: 0 auto
}
.z-com-left .u-name {
width: 60px;
height: 25px;
line-height: 25px;
overflow: hidden;
color: #f70;
display: block;
text-align: center;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden
}
.z-com-left .vip-ico-img {
width: 42px;
height: 9px;
display: block;
background-repeat: no-repeat;
background-image: url("../../lizi/b2c/../images/comments/comment-vip-ico.png");
overflow: hidden;
margin: 0 auto
}
.z-com-left .vip-ico {
background-position: 0 -11px
}
.z-com-left .svip-ico {
background-position: 0 0
}
.z-com-right {
padding: 0 20px 5px 20px;
border: 1px solid #ccc;
float: right;
width: 750px;
position: relative;
border-radius: 2px
}
.z-com-right-head {
height: 33px;
line-height: 33px;
border-bottom: 1px solid #ccc;
margin-bottom: 12px
}
.z-com-right-head span {
margin-right: 10px;
color: #999;
float: left
}
.z-com-right-head span.com-time {
float: right
}
.z-coms {
line-height: 22px;
float: left;
width: 100%
}
.z-coms-text {
min-height: 50px;
_height: 50px
}
.z-coms-text-jin {
padding-right: 200px;
background: url("../images/comments/jing.jpg") 610px 10px no-repeat;
min-width: 560px;
_width: 560px;
min-height: 110px;
_height: 110px
}
.z-coms-text a {
color: #f70;
text-decoration: none
}
.z-coms-img {
margin-top: 15px
}
.z-coms-img img {
width: 94px;
height: 94px;
margin: 0 10px 10px 0;
border: 1px solid #ccc
}
.z-coms-other {
width: 100%;
height: 30px;
line-height: 30px
}
.z-com-gg {
color: #999;
float: left
}
.z-com-click {
float: right;
color: #999
}
.z-com-click a {
margin: 0 5px;
color: #f70
}
.z-com-click a:hover {
text-decoration: none
}
.left_arrow {
position: absolute;
top: 11px;
left: -6px;
width: 24px;
height: 12px
}
.left_arrow i {
font-family: "SimSun";
overflow: hidden;
font-size: 12px;
line-height: 1.231;
display: block;
height: 12px;
float: left
}
.left_arrow-line {
color: #ccc
}
.left_arrow-bg {
color: #fff;
margin-left: -10px
}
.face_img {
width: 30px;
height: 30px;
border-radius: 30px;
transition: .8s ease all;
-webkit-transition: .8s ease all;
-moz-transition: .8s ease all
}
.face_img:hover {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg)
}
.z-com-hf {
border: 1px solid #ccc;
margin: 10px 0 20px 0;
padding: 10px 20px;
position: relative;
border-radius: 2px;
zoom: 1
}
.z-com-input {
line-height: 30px;
margin-top: 5px;
width: 100%;
position: relative
}
.z-com-input-box {
border: 1px solid #ffba7d;
min-height: 28px;
_height: 28px;
border-radius: 2px;
position: relative;
padding: 0 5px;
width: auto
}
.z-com-input-box label {
color: #999;
display: block;
float: left;
height: 30px;
line-height: 30px;
position: absolute;
top: 0px;
left: 10px;
width: 80px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.z-com-input-box textarea {
width: 100%;
max-width: 100%;
min-width: 100%;
line-height: 20px;
height: 20px;
border: 1px solid #fff;
display: block;
margin-top: 4px;
overflow-y: hidden;
word-break: break-all
}
.hf_btn {
padding: 6px 20px;
position: absolute;
right: 0;
top: 0
}
.top_arrow {
position: absolute;
top: -7px;
right: 35px;
font-family: "SimSun";
font-size: 12px;
width: 12px;
height: 24px
}
.top_arrow i {
font-family: "SimSun";
overflow: hidden;
font-size: 12px;
line-height: 1.231;
display: block;
height: 12px;
float: left
}
.top_arrow-line {
color: #ccc
}
.top_arrow-bg {
color: #fff;
margin-top: -10px
}
.hf_list {
padding: 15px 0 0;
}
.hf_list ul li {
border-bottom: 1px solid #e2e2e2;
line-height: 30px;
padding-bottom: 12px;
display: block;
margin-bottom: 15px;
zoom: 1;
background: #fff
}
.hf_list ul li span {
display: inline-block
}
.hf_list ul li span.hf_face {
width: 30px;
height: 30px;
position: absolute;
left: 0;
top: 0
}
.hf_list ul li span.hf_text {
color: #999;
margin-left: 40px;
word-break: break-all
}
.hf_list ul li span.hf_text .hf_name {
color: #f70
}
.hf_list ul li span.hf_text i {
margin: 0 3px
}
.hf_list ul li span.hf_btn2 {
width: 45px;
position: absolute;
bottom: 0;
right: 0
}
.hf_list ul li span.hf_btn2 a {
padding: 0;
color: #f70;
padding: 0 10px
}
.hf_list ul li span.hf-at {
margin: 0 5px;
color: #999
}
.hf_list ul li .hf2_box {
margin-left: 40px;
zoom: 1
}
.hf_list_li {
position: relative
}
.z-detail-right {
width: 206px;
float: right
}
.right_box {
border: 1px solid #ccc;
background-color: #fff;
margin-top: 20px
}
.right_box .hd {
border-bottom: 1px solid #ccc;
background: #f3f3f3 url("../images/temai_right_h3.png") 15px 12px no-repeat;
height: 40px;
line-height: 40px;
overflow: hidden;
font-size: 14px;
padding-left: 30px
}
.right_box .hd strong {
color: #f70;
margin-right: 10px;
font-weight: 400
}
.right_box .cms_list {
margin: 10px 14px
}
.right_box .cms_list li {
height: 24px;
line-height: 24px;
list-style: disc inside;
overflow: hidden;
color: #999
}
.hot_items .bd {
padding: 0 14px
}
.hot_items li {
border-bottom: 1px dashed #ccc;
padding-bottom: 14px;
margin-bottom: -1px
}
.hot_items li span {
display: block
}
.hot_items li .nalaprice {
color: #f70;
font-size: 14px;
margin-top: 2px
}
.hot_items li .nalaprice b {
font-weight: 400
}
.hot_items li .productimg {
padding-top: 10px;
text-align: center
}
.hot_items li .productimg img {
width: 120px;
height: 120px;
vertical-align: top
}
.class_tabs {
width: 204px;
overflow: hidden;
border: solid 1px #ccc;
margin-top: 20px
}
.class_tabs .hd ul {
margin-right: -4px
}
.class_tabs .hd li {
float: left;
width: 68px;
height: 28px;
line-height: 28px;
padding: 5px 0;
background-color: #F5F5F5;
border-bottom: solid 1px #ccc;
border-right: 1px solid #ccc;
text-align: center;
cursor: pointer;
font-size: 14px
}
.class_tabs .hd li.current {
border-bottom-color: #fff;
background-color: #fff
}
.class_tabs .bd {
background-color: #fff
}
.class_tabs .bd ul {
display: none
}
.class_tabs .bd li {
padding: 6px 10px;
line-height: 22px;
font-size: 0
}
.class_tabs .bd li a {
display: inline-block;
font-size: 12px;
margin: 0 6px;
color: #666;
white-space: nowrap
}
.class_tabs .bd li a.root {
color: #2E9CDC
}
.add_ok {
display: none;
background: #fff;
padding: 40px 0;
text-align: center;
width: 480px;
border: 3px solid #f70;
border-radius: 10px;
-moz-border-radius: 10px;
}
.add_ok .tip {
font-size: 30px;
margin-bottom: 20px
}
.add_ok .tip i {
font-size: 60px;
color: #6dc415;
vertical-align: -4px;
margin-right: 15px
}
.add_ok .go a {
font-size: 18px
}
.add_ok .go a.back {
color: #f70;
margin-right: 90px
}
.add_ok .go a.btn {
padding: 10px 45px 12px
}
.cuxiao-box {
border: 1px solid #ccc;
background-color: #fff
}
.cuxiao-box .hd {
border-bottom: 1px solid #ccc;
background-color: #f5f5f5;
padding: 12px 30px
}
.cuxiao-bd ul {
margin-right: -20px
}
.cuxiao-bd li {
width: 200px;
margin-right: 3px;
padding: 20px 0 20px 30px;
float: left;
-webkit-transition: background-color .2s;
-moz-transition: background-color .2s;
-o-transition: background-color .2s;
-ms-transition: background-color .2s;
transition: background-color .2s
}
.cuxiao-bd li p {
margin-bottom: 6px
}
.cuxiao-bd li .pic {
text-align: center;
border: 1px solid #ccc
}
.cuxiao-bd li .pic img {
width: 190px;
height: 190px;
vertical-align: top
}
.cuxiao-bd li .price {
padding: 4px 0
}
.cuxiao-bd li .price strong {
font-size: 16px;
font-weight: 400;
margin: 0 2px 0 4px
}
.cuxiao-bd li .price span {
margin-left: 20px;
color: #bababa
}
.cuxiao-bd li .name a {
color: #666
}
.cuxiao-bd li .intro {
color: #bababa
}
.cuxiao-bd li .btn-bd {
padding-top: 6px
}
.cuxiao-bd li:hover .pic {
border-color: #f70
}
.taocan_box {
margin-bottom: 15px;
}
.taocan_box .hd {
height: 30px;
}
.taocan_box .hd strong {
font-size: 16px;
font-weight: 400;
margin-right: 10px;
}
.taocan_box .hd span {
color: #999;
}
.tabs_bar_warp {
height: 50px;
width: 970px;
}
.tabs_bar {
height: 48px;
width: 968px;
background: #f3f3f3;
border: 1px solid #ccc;
z-index: 999;
top: 0;
}
.tabs_bar ul {
width: 100%;
height: 48px;
}
.tabs_bar ul li {
_bottom: -1px;
z-index: 999;
position: relative;
display: block;
float: left;
height: 48px;
line-height: 48px;
}
.taocan_tabs li a {
font-size: 14px;
}
.tabs_bar ul li a {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 0 35px;
display: block;
}
.taocan_tabs li.current a {
background-color: #fff;
border-bottom-color: #fff;
}
.taocan_tabs .icon_step, .taocan_panels .plus, .taocan_panels .equal {
background: url("../images/taocan_bg.png") no-repeat 0 -9999px;
}
.taocan_tabs .icon_step {
display: inline-block;
width: 16px;
height: 15px;
line-height: 15px;
color: #FFF;
font-weight: bold;
background-position: 0 -85px;
text-align: center;
margin-left: 5px;
}
.taocan_tabs li.current .icon_step {
background-position: 0 -40px;
}
.taocan_panels {
border: 1px solid #ccc;
border-top: none;
background-color: #FFF;
height: 245px;
overflow: hidden;
}
.taocan_panels .panel {
padding: 20px 30px;
display: none;
}
.taocan_panels h4 {
color: #666;
font-size: 14px;
height: 20px;
overflow: hidden;
margin-bottom: 15px;
}
.taocan_panels li {
float: left;
width: 150px;
overflow: hidden;
text-align: center;
margin-right: 20px;
}
.taocan_panels li .pic img {
width: 90px;
height: 90px;
border: solid 1px #ccc;
}
.taocan_panels li p {
margin-top: 2px;
}
.taocan_panels li .name a, .taocan_panels li .price {
color: #999;
}
.taocan_panels li p.name {
height:36px;
overflow:hidden;
}
.taocan_panels li p.price input{
vertical-align: -2px;
}
.taocan_panels li .name a, .taocan_panels li .price {
color: #999;
}
.taocan_panels li.plus, .taocan_panels li.equal {
width: 20px;
height: 20px;
margin-top: 43px;
background-position: 0 0;
}
.taocan_panels li.equal {
background-position: 0 -128px;
margin-right: 60px;
margin-left: 15px;
}
.taocan_panels .price_info {
width: 210px;
text-align: left;
margin-right:0;
color: #666;
font-size: 14px;
}
.taocan_panels .price_info .count {
margin-bottom: 10px;
}
.taocan_panels .price_info .count b {
font-size: 16px;
}
.taocan_panels .price_info .buy {
margin-top: 15px;
}
.taocan_panels .price_info .buy .btn {
padding: 8px 20px;
}
.taocan_panels #fittingBox{
width:420px;overflow-x:auto;overflow-y:hidden; height:180px; float:left;
}
.taocan_panels #fittingBox ul{
height:150px;
}
.form li {
padding-bottom: 12px;
}
label {
cursor: default;
}
.addr-form li label {
display: inline-block;
width: 75px;
padding-left: 10px;
padding-right: 10px;
text-align: right;
}
.form li input.txt {
width: 150px;
padding: 8px;
height: 16px;
overflow: hidden;
border: 1px solid #eee;
border-top-color: #ccc;
margin-right: 8px;
box-shadow: 0px 1px 3px rgba(200, 200, 200, 0.3) inset;
color: #333;
vertical-align: middle;
}
.form li textarea.txt {
width: 150px;
padding: 8px;
height: 16px;
overflow: hidden;
border: 1px solid #eee;
border-top-color: #ccc;
margin-right: 8px;
box-shadow: 0px 1px 3px rgba(200, 200, 200, 0.3) inset;
color: #333;
vertical-align: middle;
}
#commentsFrom{
padding: 20px 35px;
width:640px;
border-radius: 10px;
margin:0;
display:none;
background:#fff;
border:3px solid #f70;
position:relative;
}
/*#detail_img #item-thumbs{
width:280px;
margin-left:60px;
}
#detail_img #item-thumbs img{
float:left;
width:40px;
height:40px;
padding:8px;
}
.pic_view .fdjspan{
width: 175px;
height: 175px;
position: absolute;
top: 0;
left: 0;
display: none
}
.pic_view:hover .fdjspan{display:block;}
.detail .the{
width: 380px;
height: 400px;
position: absolute;
left:440px;
top:254px;
z-index: 100;
float: left;
overflow: hidden;
border: 1px solid #969696;
display: none;
}
.detail .the img{position: absolute; display: block;}*/
.btn, .btn-css3 {
display: inline-block;
padding: 5px 12px;
height: 16px;
line-height: 16px;
_line-height: 18px;
font-size: 100%;
color: #fff;
background-color: #492669;
overflow: hidden;
vertical-align: middle
}
.btn:hover, .btn-css3:hover {
text-decoration: none;
color: #fff;
background: #fcc700
}
.btn img, .btn-css3 img {
vertical-align: middle
}
.graybtn {
display: inline-block;
padding: 5px 12px;
height: 16px;
line-height: 16px;
font-size: 100%;
color: #FFF;
background-color: #efefef;
background-image: -webkit-linear-gradient(#f8f8f8, #e5e5e5);
background-image: -moz-linear-gradient(#f8f8f8, #e5e5e5);
background-image: linear-gradient(#fcc700, #fcc700);
background-repeat: repeat-x;
vertical-align: middle
}
.graybtn:hover {
text-decoration: none;
color: #666;
background: #492669
}
.pagenav{
text-align: right;
font-size: 14px;
}
.pagenav a{
margin-left:4px;
padding:4px 10px;
font-size:14px;
border-radius:2px;
background-color: #fff;
} | project/xiansu/css/goods.css | .breadcrumbs {
padding: 0 5px 0 0;
line-height: 38px;
color: #666
}
.breadcrumbs .menus {
float: left
}
.breadcrumbs .menus a {
margin-right: 6px
}
.breadcrumbs .right {
float: right;
color: #bbb
}
.breadcrumbs .right i {
font-size: 20px;
margin-right: 5px;
vertical-align: -2px
}
.breadcrumbs .right .code {
color: #fafafa;
margin-right: 30px;
display: inline-block
}
.detail {
border: 1px solid #d9dbe8;
border-top-color: #666;
background: #fff url("../images/seemore-bg.png") right 0 repeat-y
}
.detail_img {
width: 410px;
position: relative;
float: left
}
.detail_img .pic_view {
width: 380px;
height: 380px;
margin: 20px auto 0;
position: relative
}
.detail_img .pic_view img {
width: 380px;
height: 380px
}
#pic-view {
position: absolute;
top: 0;
left: 0;
z-index: 2
}
#detail_img .item-thumbs {
padding: 15px 0;
height: 58px;
overflow: hidden;
position: relative;
width:280px;
margin-left:60px;
}
#detail_img #item-thumbs img{
float:left;
width:40px;
height:40px;
padding:8px;
}
.pic_view .fdjspan{
width: 175px;
height: 175px;
position: absolute;
top: 0;
left: 0;
display: none
}
.pic_view:hover .fdjspan{display:block;}
.detail .the{
width: 380px;
height: 400px;
position: absolute;
left:440px;
top:254px;
z-index: 100;
float: left;
overflow: hidden;
border: 1px solid #969696;
display: none;
}
.detail .the img{position: absolute; display: block;}
.seemore_items {
float: right;
width: 205px;
padding: 15px 0;
position: relative;
}
.seemore_items h3 {
position: relative;
font-size: 14px;
color: #999;
width: 132px;
margin: 0 auto
}
.seemore_items h3 a {
position: absolute;
right: 0;
top:0;
font-size: 24px;
line-height: 24px;
color: #999;
display: block;
width:18px;
height:18px;
background :url(../images/refresh.jpg) no-repeat center bottom;
}
.seemore_items h3 a:hover {
display: block;
width:18px;
height:18px;
background :url(../images/refreshhover.jpg) no-repeat center center;
}
.seemore_items .bd {
width: 132px;
height: 425px;
position: relative;
overflow: hidden;
margin: 10px auto 0
}
.seemore_items .bd ul {
width: 132px;
}
.seemore_items li {
margin-bottom: 13px;
height: 132px;
overflow: hidden;
}
.seemore_items li a {
display: block;
width: 130px;
height: 130px;
border: 1px solid #ccc;
position: relative
}
.seemore_items li a img {
width: 130px;
height: 130px;
background-color: #fff;
vertical-align: top
}
.seemore_items li a p {
position: absolute;
top: 100px;
left: 0;
height: 30px;
line-height: 30px;
opacity: 0.8;
filter: Alpha(opacity=80);
background-color: #fff;
font-size: 14px;
padding-left: 10px;
width: 120px
}
.item-info {
float: left;
width: 570px;
color: #999;
position: relative
}
.item-info dl {
height: 425px;
padding-bottom: 30px;
background: url("../images/loading_nala.gif-0428.gif") 250px 200px no-repeat
}
.item-info dl.loaded {
height: auto;
background: none
}
.item-info .product_name {
color: #333;
margin: 0 15px;
padding: 18px 6px 0;
border-bottom: 1px solid #F4F4F4
}
.item-info .product_name h1 {
font-size: 18px
}
.item-info .product_name h1 span.free {
background-color: #48b7ae;
color: #fff;
margin-left: 8px;
text-align: center;
border-radius: 2px;
display: inline-block;
height: 22px;
line-height: 21px;
color: #fff;
font-size: 14px;
font-weight: normal;
width: 66px
}
.item-info .product_name .desc {
line-height: 18px;
padding: 6px 0 12px;
display: block
}
.item-info .product_name .desc span.red {
margin-right: 13px
}
.item-info dd {
padding: 10px 16px 0 20px
}
.item-info dd .lbl {
display: inline-block;
width: 52px;
color: #666
}
.item-info dd li {
padding: 5px 0;
position: relative;
width: 100%
}
.item-info dd li .icon_promo, .item-info dd li span.t_ico {
background-color: #f70;
color: #fff;
display: inline-block;
height: 20px;
line-height: 20px;
margin-right: 10px;
padding: 0 5px;
border-radius: 2px;
overflow: hidden;
vertical-align: middle
}
.item-info dd li span.t_ico {
width: 66px;
text-align: center;
font-size: 14px;
padding: 0 0 1px
}
.item-info dd li .icon_promo {
position: relative;
top: -4px
}
.item-info dd li span.xszk {
background: #fa6569;
position: relative;
top: -4px;
font-size: 12px
}
.item-info dd li span.mj {
background: #95ce67
}
.item-info dd li span.mz {
background: #fdb64a;
top: -2px
}
.item-info dd li span.link {
display: inline-block;
vertical-align: middle;
padding-left: 5px
}
.item-info dd li span.link a {
color: #39f;
text-decoration: underline
}
.item-info dd li span.link a:hover {
color: #72b7fb
}
.item-info dd li em.cancel {
text-decoration: line-through
}
.item-info dd li em.red {
margin: 0 4px
}
.item-info dd li em.red a {
color: #f70
}
.item-info .property .unit {
display: inline-block
}
.item-info .property .unit em {
color: #666;
margin-right: 4px
}
.item-info .property .unit em.rmb {
font-size: 14px
}
.item-info .property .unit em.red {
color: #f70;
margin: 0
}
.item-info .property .nala_price {
font-size: 24px;
font-family: Arial;
font-weight: bold;
padding: 0 10px 0 0;
line-height: 28px
}
.ping_star, .ping_star i {
background: url("../images/star-small.png") 0 0 repeat-x
}
.ping_star {
display: inline-block;
width: 70px;
height: 12px;
overflow: hidden
}
.ping_star i {
display: inline-block;
width: 0px;
height: 12px;
overflow: hidden;
background-position: 0 -21px;
vertical-align: top
}
.item-info dd.tobuy-box .lbl {
float: left;
width: 50px;
margin-top: 6px
}
.sku_box .sku_list {
float: left;
width: 470px;
padding: 5px;
-webkit-transition: background-color .1s;
-moz-transition: background-color .1s;
-o-transition: background-color .1s;
-ms-transition: background-color .1s;
transition: background-color .1s
}
.sku_box .sku_list a {
display: block;
zoom: 1;
float: left;
height: 18px;
line-height: 18px;
padding: 0 6px;
border: 1px solid #e7e7e7;
background-color: #fff;
color: #999;
position: relative;
margin: 0 15px 6px 0;
border-radius: 2px;
white-space: nowrap
}
.sku_box .sku_list a span {
visibility: hidden;
background: #f70 url("../../images/gou-ico.png") 1px 4px no-repeat;
display: block;
height: 0;
overflow: hidden;
padding-top: 20px;
position: absolute;
right: -11px;
top: -1px;
width: 12px;
border-radius: 0 2px 2px 0
}
.sku_box .sku_list a:hover {
border-color: #ff7d00;
color: #f70;
text-decoration: none
}
.sku_box .sku_list a.selected {
border-color: #f70;
color: #333
}
.sku_box .sku_list a.selected span {
visibility: visible
}
.sku_box .warn-color {
background-color: #fc9
}
.skunum_li {
margin-bottom: 15px
}
.skunum {
float: left;
height: 32px;
font-size: 0;
overflow: hidden;
padding-left: 5px
}
.skunum span {
float: left;
display: block;
width: 28px;
height: 30px;
border: 1px solid #ccc;
background-color: #eee;
text-align: center;
font-size: 20px;
overflow: hidden;
line-height: 28px;
color: #777;
cursor: pointer
}
.skunum span.add {
margin-left: -2px
}
.skunum span:active {
background-color: #ccc
}
.skunum input {
float: left;
display: block;
width: 66px;
height: 14px;
padding: 8px 0;
line-height: 14px;
border: none;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
text-align: center;
font-size: 14px;
background-color: #fff
}
.skunum cite {
margin-left: 5px;
color: #999;
font-size: 12px;
padding-top: 10px;
float: left
}
.skunum cite em {
margin: 0 4px
}
.tobuy-box .add_cart_li p {
margin-bottom: 5px
}
.tobuy-box .add_cart_li .btn, .tobuy-box .add_cart_li .graybtn {
font-size: 16px;
padding: 10px 20px 12px
}
.tobuy-box .add_cart_li .graybtn {
margin-left: 12px;
font-size: 14px
}
.tobuy-box .add_cart_li i.iconfont {
vertical-align: 1px;
margin-right: 4px
}
.tobuy-box .add_cart_li .off {
background-color: #E9E9E9;
font-size: 16px;
color: #bbb;
display: inline-block;
padding: 7px 20px 9px;
vertical-align: middle
}
#fav-btn i {
color: #FFF;
font-size: 16px
}
#fav-btn:hover, #fav-btn:hover i {
color: #fcc700
}
#fav-btn.fav-btn-ok {
background: #f4f4f4;
color: #bbb
}
#fav-btn.fav-btn-ok i {
color: #bbb
}
#fav-btn.fav-btn-ok:hover, #fav-btn.fav-btn-ok:hover i {
color: #bbb
}
.timedown {
margin-left: 30px
}
.timedown i {
font-size: 20px;
color: #f70;
margin-right: 5px;
font-weight: bold
}
.timedown em {
font-size: 14px;
color: #f70;
margin: 0 3px;
font-family: arial
}
.item-info .quehuo_li span {
display: inline-block;
width: 90px;
padding: 12px 0 0 46px;
height: 31px;
color: #999;
font-size: 14px;
vertical-align: middle;
background: url("../images/quehuo_dialog_bg.png") 0 -70px no-repeat;
margin-right: 8px;
margin-left: 5px
}
.item-info .quehuo_li .graybtn {
padding: 11px 32px;
font-size: 14px
}
.membership {
position: absolute;
right: 0;
top: 12px;
color: #999
}
.membership:hover {
text-decoration: none
}
.membership i {
font-size: 14px;
color: #bbb
}
.membership_con {
width: 254px;
z-index: 100;
overflow: hidden;
position: absolute;
top: 32px;
right: 0;
border: 1px solid #e7e7e7;
background-color: #fff;
line-height: 18px;
display: none;
}
.font_w {
font-weight: normal;
}
.membership_con h3 {
color: #333;
font-size: 16px;
padding: 8px 0;
margin: 0 15px
}
.membership_con p {
margin: 0 15px
}
.membership_con .how-bd {
background-color: #f8f8f8;
padding: 0 0 4px;
margin-top: 15px
}
.membership_con .how-bd h3 {
border-bottom: 1px solid #e7e7e7
}
.membership_con table {
margin: 4px 15px;
vertical-align: top
}
.membership_con table td {
color: #333
}
.membership_con p.gray a {
color: #333;
font-weight: bold;
margin-left: 5px
}
.membership_jifen {
padding-left: 45px;
width: 150px;
padding-bottom: 8px
}
.membership_jifen i.iconfont {
font-size: 30px;
position: absolute;
left: 15px;
top: 15px
}
.privileges {
padding: 0 0 15px 10px
}
.privileges li {
float: left;
padding: 0 10px;
height: 17px;
line-height: 17px;
overflow: hidden;
position: relative;
color: #bbb;
border-right: 1px dotted #ccc
}
.privileges li a {
color: #bbb
}
.privileges li a:hover {
color: #f70;
text-decoration: none
}
.privileges li a i.iconfont {
font-size: 16px;
margin-right: 5px
}
.privileges .brand_entrance {
float: right
}
.privileges .brand_entrance i.iconfont {
vertical-align: 1px;
margin-right: 4px
}
.privileges .brand_entrance a {
color: #999;
padding-bottom: 5px
}
.privileges .brand_entrance a:hover {
color: #333;
text-decoration: none
}
.privileges .brand_entrance span {
margin-left: 10px
}
.detail_bgcolor {
padding-top: 16px;
padding-bottom: 40px
}
.package_header {
line-height: 32px;
color: #999
}
.package_header h3.title {
display: inline;
font-size: 16px;
font-weight: 400;
color: #333;
padding-left: 10px
}
.package {
margin-bottom: 15px;
position: relative
}
.package .triggers {
position: absolute;
top: 0;
left: 0;
z-index: 10;
border: 1px solid #d9dbe8;
width: 117px;
border-right: none;
overflow: hidden;
height: 187px
}
.package .triggers li .trigger_in {
width: 116px;
height: 51px;
padding-top: 10px;
background: #f8f8f8;
cursor: pointer;
border-bottom: 1px solid #e8e9f6;
border-right: 1px solid #e8e9f6;
text-align: center
}
.package .triggers li.trigger_tit3 .trigger_in {
border-bottom: none;
height: 53px
}
.package .triggers li .trigger_text span {
color: #666
}
.package .triggers li .trigger_text .step {
display: block;
font-size: 16px;
margin-bottom: 0px
}
.package .triggers li .trigger_text .icon_step, .packageproducts li.plus {
background: url("../images/taocan_bg.png") no-repeat 0 -9999px
}
.package .triggers li .trigger_text .icon_step {
display: inline-block;
width: 16px;
height: 15px;
line-height: 15px;
color: #FFF;
font-weight: bold;
background-position: 0 -85px
}
.package .triggers li.current .trigger_in {
border-bottom-color: #D9DBE8;
border-right-color: #fff;
background: #FFF
}
.package .triggers li.current .trigger_text .icon_step {
background-position: 0 -40px
}
.package .triggers li.current .trigger_text .number {
color: #f70
}
.package .package_t2 li .trigger_in {
height: 73px;
padding-top: 20px
}
.package .package_t1 li .trigger_in {
height: 128px;
padding-top: 60px
}
.package .panel_container {
padding-left: 118px;
border: 1px solid #d9dbe8;
border-left: none;
background-color: #FFF;
overflow: hidden;
height: 187px
}
.packageproducts {
padding: 6px 0 7px 22px;
position: relative
}
.packageproducts li {
float: left;
width: 150px;
text-align: center;
margin-right: 20px
}
.packageproducts li a.imgdv img {
width: 90px;
height: 90px;
border-radius: 5px;
border: solid 1px #eee
}
.packageproducts li.plus {
width: 16px;
height: 19px;
margin-top: 43px;
background-position: 0 0
}
.packageproducts li .producttitle {
height: 16px;
overflow: hidden;
margin-bottom: 5px
}
.packageproducts li .pricedv label {
color: #999
}
.cosmetics_bags .packageproducts .remark {
padding-right: 220px;
padding-left: 28px;
color: #666;
font-size: 14px;
height: 20px;
overflow: hidden;
margin-bottom: 10px
}
.cosmetics_bags .price_info {
position: absolute;
width: 180px;
line-height: 21px;
right: 6px;
top: 50%;
margin-top: -60px
}
.cosmetics_bags .price_info .price_gray {
color: #999;
display: block;
margin-top: 7px
}
.cosmetics_bags .price_info .count {
font-weight: 700;
margin-right: 0px;
font-size: 16px
}
.cosmetics_bags .price_info .price {
font-weight: 700;
font-size: 14px
}
.cosmetics_bags .horn {
background: url("../images/new1221/bg42.png") no-repeat;
display: block;
height: 188px;
overflow: hidden;
position: absolute;
width: 6px;
right: 200px;
top: 0;
margin-top: 0px
}
.packageproducts .package_btn {
margin: 15px 0 0 18px
}
.packageproducts .package_btn input {
width: 110px;
height: 32px;
background: #f1f1f1 url("../images/taocan-btn.png") center 8px no-repeat;
border: 1px solid #ddd;
border-radius: 2px;
cursor: pointer;
outline: none
}
.packageproducts .package_btn input:hover {
background-position: center -23px;
border-color: #ccc
}
.sectionbox h2.tit {
background: url("../images/spxq_nav_bg.png") 0 0 no-repeat;
height: 27px;
padding: 0 15px;
margin-bottom: 10px;
}
.sectionbox h2.tit span {
background: url("../images/spxq_nav_bg_t.png") -9999px 0 no-repeat;
display: block;
height: 0;
padding-top: 27px;
overflow: hidden
}
.sectionbox h2.tit1 span {
background-position: 0 -52px
}
.sectionbox h2.tit2 span {
background-position: 0 -80px
}
.sectionbox h2.tit3 span {
background-position: 0 -108px
}
.sectionbox h2.tit4 span {
background-position: 0 -136px
}
.sectionbox h2.tit5 span {
background-position: 0 -164px
}
.sectionbox h2.tit6 span {
background-position: 0 -192px
}
.sectionbox h2.tit7 span {
background-position: 0 -220px
}
.sectionbox h2.tit8 span {
background-position: 0 -248px
}
.sectionbox h2.tit9 span {
background-position: 0 -276px
}
.sectionbox h2.tit10 span {
background-position: 0 -304px
}
.sectionbox h2.tit11 span {
background-position: 0 -332px
}
.sectionbox h2.tit12 span {
background-position: 0 4px
}
.sectionbox h2.tit13 span {
background-position: 0 -24px
}
.sectionbox h2.tit14 span {
background-position: 0 -360px
}
.sectionbox div img {
vertical-align:top
}
.sectionbox div img.img_error {
width: 300px;
height: 200px;
background: url("../images/img_error.png") center center no-repeat;
display: block
}
.sectionbox .ping_more a {
display: block;
margin-top: 20px;
height: 31px;
line-height: 31px;
text-align: center;
font-weight: bold;
background-color: #f4f4f4;
border: 1px solid #e4e4e4
}
.sectionbox .ping_more a span {
color: #666;
font-weight: normal
}
.sectionbox .ping_more a:hover {
background-color: #eee;
text-decoration: none
}
.spxq_main {
font-size: 14px;
line-height: 24px
}
.spxq_main .nala_say {
line-height: 28px;
background: url("../images/nalasay-bg.jpg") 0 0 no-repeat;
padding: 0 20px 0 140px;
min-height: 110px;
+height: 110px
}
.spxq_main img {
display: block;
margin: 0 auto;
max-width: 750px
}
.spxq_main .spxq_top {
margin: 25px 0 0;
font-size: 16px;
color: #f70;
font-weight: bold
}
.spxq_main .spxq_dec div {
margin-bottom: 20px
}
.spxq_main table {
width: 100%
}
.spxq_main table td {
border: 1px solid #e5e5e5;
padding: 5px 10px
}
.spxq_main table td.th {
background-color: #f5f5f5;
font-weight: bold;
width: 70px;
text-align: right
}
.spxq_main table td strong {
font-weight: 400
}
.spxq_main table td div, .spxq_main table td span {
display: block;
margin-bottom: 4px
}
.spxq_main h3 {
font-size: 20px;
margin: 20px 0 10px;
color: #f70;
border-bottom: 1px solid #f70;
padding-bottom: 5px
}
.spxq_main p {
margin-bottom: 10px
}
#ppsqitem div {
text-align: center
}
#addcart-success .panel_con {
height: 160px;
padding-top: 14px
}
#addcart-success .ok-txt {
border-bottom: 1px dashed #eee;
margin-bottom: 8px;
padding-bottom: 8px
}
#addcart-success .arrow-right {
position: absolute;
display: block;
right: -13px;
top: 17px;
width: 0;
height: 0;
overflow: hidden;
border: 6px solid transparent;
border-left-color: #9699a2;
_border-top-color: tomato;
_border-right-color: tomato;
_border-bottom-color: tomato;
_filter: chroma(color=tomato)
}
.addcart-success-info {
padding: 20px 10px 20px 15px
}
.addcart-success-info p {
margin-bottom: 5px
}
.addcart-success-info b {
font-size: 14px
}
.addcart-success-info .gocart {
padding-top: 10px
}
.quehuo-form {
width: 400px
}
.quehuo-form div {
padding: 8px 0
}
.quehuo-form div input {
width: 200px;
padding: 8px;
height: 16px;
overflow: hidden;
border: 1px solid #eee;
border-top-color: #ccc;
box-shadow: 0px 1px 3px rgba(200, 200, 200, 0.3) inset;
color: #333;
font-size: 14px;
margin-left: 3px;
vertical-align: middle
}
.quehuo-form .submit {
padding-left: 64px;
font-size: 14px
}
.quehuo-form .submit a {
display: block;
background-position: 0 -40px;
width: 58px;
height: 24px;
line-height: 24px;
overflow: hidden;
text-align: center
}
.same_effect {
border: 1px solid #E6E6E6;
width: 756px;
padding: 20px 16px;
margin: 10px 0
}
.same_effect .headline {
color: #C03;
font-size: 16px;
background: url("../images/icon_stockout.jpg") no-repeat;
padding-left: 20px;
margin-bottom: 20px
}
.same_effect .titlebar {
line-height: 30px;
padding-left: 20px;
margin-bottom: 6px
}
.same_effect .titlebar .more_lnk {
float: right;
padding-right: 18px;
background: url("../images/icon_more.jpg") right 7px no-repeat;
color: #666
}
.same_effect .titlebar h3 {
font-size: 16px
}
.same_effect .product_list {
padding-left: 12px
}
.same_effect .product_list .item {
float: left;
_display: inline;
padding: 10px;
width: 150px;
position: relative;
margin: 0 8px;
height: 277px
}
.same_effect .product_list .item:hover {
background-color: #F6F6F6
}
.same_effect .product_list .bg_gray {
background-color: #F6F6F6
}
.same_effect .product_list .item .price {
color: #f70
}
.same_effect .product_list .item .price em {
font-size: 18px;
font-weight: bold;
margin-left: 3px
}
.same_effect .product_list .item .pic_wrap {
width: 150px;
height: 150px;
overflow: hidden;
margin-bottom: 6px
}
.same_effect .product_list .item .pic_wrap img {
max-width: 150px;
max-height: 150px
}
.same_effect .product_list .item .product_name {
line-height: 20px;
display: block;
height: 40px;
overflow: hidden;
text-decoration: none
}
.same_effect .product_list .item .desc {
color: #999
}
.same_effect .product_list .item .traded {
color: #999
}
.same_effect .product_list .item .traded em {
color: #f70
}
.same_effect .product_list .item .add_cart_lnk {
right: 16px;
top: 170px
}
#zheng_main img {
display: block;
margin: 5px auto
}
#zheng_main .zheng_nav {
width: 720px;
height: 84px;
overflow: hidden;
background: url("../images/help/wn_02.png") no-repeat 0 0;
border-bottom: 1px solid #e8e6e7
}
#zheng_main .zheng_nav ul {
display: none
}
.intro-pic {
background-color: #fff;
width: 790px;
margin: 0 auto;
padding-top: 15px;
display: none
}
.intro-pic .hd {
height: 84px;
background: url("../images/intro_hd.png") 0 -1px no-repeat;
font-size: 0;
padding-left: 73px
}
.intro-pic .hd a {
display: inline-block;
width: 83px;
height: 84px;
margin-right: 14px;
background-color: #eee;
background: url("../images/intro_hd2.png") 0 -9999px no-repeat
}
.intro-pic .hd a.on0 {
background-position: -68px -1px
}
.intro-pic .hd a.on1 {
background-position: -164px -1px
}
.intro-pic .hd a.on2 {
background-position: -262px -1px
}
.intro-pic .hd a.on3 {
background-position: -359px -1px
}
.intro-pic .hd a.on4 {
background-position: -457px -1px
}
.intro-pic .hd a.on5 {
background-position: -556px -1px
}
.intro-pic .hd a.on6 {
background-position: -653px -1px
}
.intro-pic .bd {
padding-top: 1px;
overflow: hidden
}
.intro-pic .bd .pic {
display: none;
font-size: 0
}
.intro-pic .bd .pic img {
margin: 5px auto;
display: block
}
.ask-form {
margin-bottom: 20px
}
.ask-form .fl {
width: 470px
}
.ask-form .fr {
width: 250px;
color: #999
}
.ask-form textarea {
display: block;
margin-bottom: 10px;
width: 450px;
padding: 5px;
height: 75px;
overflow-y: auto;
border: 1px solid #eee;
border-top-color: #ccc;
box-shadow: 0px 1px 3px rgba(200, 200, 200, 0.3) inset;
color: #333
}
.ask-list {
zoom: 1
}
.ask-list dl {
padding-bottom: 15px;
width: 100%
}
.ask-list dt {
background: url("../images/wen-ico.png") 0 2px no-repeat;
padding: 0 250px 12px 25px;
position: relative;
z-index: 10
}
.ask-list dt h3 {
font-weight: bold
}
.ask-list dt .q-info {
position: absolute;
right: 15px;
top: 3px;
color: #bbb
}
.ask-list dt .q-info .time {
margin-left: 10px
}
.ask-list dd {
position: relative;
z-index: 1;
zoom: 1;
background-color: #f8f8f8;
padding: 0 15px 15px
}
.ask-list dd .arrow {
position: absolute;
top: -22px;
left: 7px;
display: block;
width: 0;
height: 0;
overflow: hidden;
border-width: 12px 8px;
border-style: solid;
border-color: #fff #fff #f8f8f8 #fff
}
.ask-list .ans-bd {
padding-top: 15px
}
.ask-list .ans-bd .author {
float: left;
width: 60px;
overflow: hidden;
text-align: right
}
.ask-list .ans-nala .author {
color: #f70
}
.ask-list .ans-bd .con {
margin-left: 62px;
padding-right: 180px;
position: relative;
zoom: 1
}
.ask-list .ans-bd .con .time {
position: absolute;
right: 0;
top: 0;
color: #bbb
}
.ask-list .ans-bd .con a:hover {
color: #111
}
.ask-list .ans-bd .con a.from, .ask-list .ans-bd .con a.from:hover {
color: #f70
}
.ask-list dd .more-link {
text-align: right
}
.ask-list dd .more-link a.graybtn {
padding: 3px 8px
}
.ask-list .pagenav a {
margin-left: 2px
}
.to-detail-link {
border: 1px solid #e4e4e4;
background-color: #f1f1f1;
text-align: center;
font-size: 20px;
padding: 15px;
margin-bottom: 10px
}
.act_content {
display: none
}
.spxq_picc {
background-color: #f8f8f8;
padding-bottom: 10px
}
.spxq_picc h3 {
background-color: #f70;
text-align: center;
height: 50px;
line-height: 50px;
font-size: 25px;
color: #fff
}
.spxq_picc p {
padding: 30px 0 30px 30px;
background-color: #fff;
margin: 10px 10px 0
}
.spxq_picc p img {
vertical-align: top
}
.z-detail-box {
width: 1196px;
margin: 0 auto
}
.z-detail-left {
width: 970px;
float: left;
background-color: #fff
}
.tabs_bar_warp {
height: 48px;
width: 970px
}
.tabs_bar {
height: 48px;
width: 968px;
background: #f3f3f3;
border: 1px solid #ccc;
z-index: 999;
top: 0
}
.tabs_bar ul {
width: 100%;
height: 48px
}
.tabs_bar ul li {
_bottom: -1px;
z-index: 999;
position: relative;
display: block;
float: left;
height: 48px;
line-height: 48px
}
.tabs_bar ul li a {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 0 35px;
display: block
}
.tabs_bar ul li a:hover {
text-decoration: none;
background: #fff
}
.tabs_bar ul li.current_select a {
text-decoration: none;
background: #fff;
border-bottom: 1px solid #fff
}
.tabs_bar ul li a em {
color: #f70;
font-weight: bold
}
.tabs_bar li.tab-buy {
color: #f70;
float: right;
padding-right: 94px;
position: relative;
text-align: right;
width: 200px;
margin-right: 0;
visibility: hidden
}
.tabs_bar li.tab-buy strong {
font: 24px/48px arial;
padding: 0 4px
}
.tabs_bar li.tab-buy a.btn {
position: absolute;
right: 8px;
top: 6px;
font-size: 16px;
height: 23px;
line-height: 22px;
padding: 5px 12px;
background: #f70;
}
.tabs_bar li.tab-buy a.btn:hover {
background: #f37100
}
.tabs_bar li.tab-buy a.graybtn {
position: absolute;
right: 8px;
top: 8px;
height: 30px;
line-height: 30px;
cursor: default;
background: #e5e5e5;
padding: 0 12px;
border-color: #ddd;
box-shadow: none
}
.tabs_bar li.tab-buy a.graybtn:hover {
background: #e5e5e5
}
.tabs_bar_warp .fixed {
}
.fixed li.tab-buy {
visibility: visible
}
.z-box {
padding: 20px;
border: 1px solid #ccc;
border-top: 0
}
.z-detail-point-box {
border: 1px solid #ccc
}
.z-detail-point-box-left {
padding: 20px;
width: 520px;
height: 110px;
overflow: hidden;
float: left
}
.z-points {
width: 158px;
border-right: 1px solid #ccc;
height: 110px;
float: left
}
.z-all-points {
font-size: 24px;
text-align: center;
height: 40px;
line-height: 40px
}
.z-all-points b {
color: #f70;
font-size: 26px
}
.z-all-people {
text-align: center;
font-size: 14px;
line-height: 25px
}
.z-all-people em {
color: #f70
}
.z-point-list {
width: 360px;
float: right;
padding-top: 20px;
}
.z-point-list ul li {
height: 20px;
line-height: 20px;
margin: 2px 0;
font-size: 14px;
overflow: hidden
}
.z-point-list ul li label {
display: inline-block;
width: 110px;
text-align: right;
float: left
}
.z-point-list ul li p {
float: left;
background: #ddd;
width: 200px;
height: 14px;
margin: 3px 0
}
.z-point-list ul li p span {
display: block;
width: 100%;
background: #f70;
height: 14px
}
.z-point-list ul li em {
color: #f70;
margin-left: 10px
}
.z-detail-point-box-right {
width: 365px;
height: 134px;
border-left: 1px solid #ccc;
background: #fcfcfc;
float: right;
font-size: 14px;
padding-top: 16px
}
.z-detail-point-box-right div {
padding: 5px 20px;
line-height: 20px
}
.z-detail-point-box-right div a.go_btn {
position: absolute;
right: 10px;
top: 3px
}
.z-detail-point-box-right div.good_com_box {
position: relative;
z-index: 99
}
.z-detail-point-box-right div a.good_com {
color: #f70;
margin-right: 5px
}
.z-detail-point-box-right div.good_com_box .good_com_tips {
position: absolute;
width: 200px;
padding: 15px;
border: 1px solid #ffb97c;
line-height: 20px;
color: #666;
background: #fff7f0;
left: 22px;
_left: 1px;
top: 30px;
display: none
}
.z-arrow {
position: absolute;
top: -8px;
left: 15px;
width: 12px;
height: 24px
}
.z-arrow i {
font-family: "SimSun";
overflow: hidden;
font-size: 12px;
line-height: 1.231;
display: block;
height: 12px
}
.z-arrow-line {
color: #ffb97c
}
.z-arrow-bg {
color: #fff7f0;
margin-top: -11px
}
.big_star, .big_star i {
height: 22px;
background-image: url("../images/comments/big_star.png");
background-repeat: repeat-x;
display: block
}
.big_star {
width: 128px;
margin: 10px auto;
background-position: 0 -32px
}
.big_star i {
line-height: 22px;
overflow: hidden;
background-position: 0 0;
width: 100%
}
.min_star {
padding-top: 6px;
*padding-top:10px;
height: 23px;
line-height: 23px
}
.z-detail-com-box {
margin-top: 20px;
border: 1px solid #ccc;
padding-bottom: 20px
}
.z-com-box-head {
height: 50px;
border-bottom: 1px solid #ccc;
background: #f3f3f3;
padding: 0 20px;
line-height: 50px;
font-size: 14px
}
.z-select {
float: right;
height: 30px;
margin-top: 9px;
line-height: 30px
}
.select-box {
position: relative;
border: 1px solid #ccc;
background: #fff;
width: 100px;
float: left;
margin-left: 10px;
padding: 3px 5px;
border-radius: 3px;
font-size: 14px
}
.z-com-list {
padding: 20px
}
.z-com {
margin-bottom: 20px
}
.z-com-left {
width: 60px;
float: left;
height: 100px;
margin: 0 10px;
_display: inline
}
.z-com-left img {
display: block;
margin: 0 auto
}
.z-com-left .u-name {
width: 60px;
height: 25px;
line-height: 25px;
overflow: hidden;
color: #f70;
display: block;
text-align: center;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden
}
.z-com-left .vip-ico-img {
width: 42px;
height: 9px;
display: block;
background-repeat: no-repeat;
background-image: url("../../lizi/b2c/../images/comments/comment-vip-ico.png");
overflow: hidden;
margin: 0 auto
}
.z-com-left .vip-ico {
background-position: 0 -11px
}
.z-com-left .svip-ico {
background-position: 0 0
}
.z-com-right {
padding: 0 20px 5px 20px;
border: 1px solid #ccc;
float: right;
width: 750px;
position: relative;
border-radius: 2px
}
.z-com-right-head {
height: 33px;
line-height: 33px;
border-bottom: 1px solid #ccc;
margin-bottom: 12px
}
.z-com-right-head span {
margin-right: 10px;
color: #999;
float: left
}
.z-com-right-head span.com-time {
float: right
}
.z-coms {
line-height: 22px;
float: left;
width: 100%
}
.z-coms-text {
min-height: 50px;
_height: 50px
}
.z-coms-text-jin {
padding-right: 200px;
background: url("../images/comments/jing.jpg") 610px 10px no-repeat;
min-width: 560px;
_width: 560px;
min-height: 110px;
_height: 110px
}
.z-coms-text a {
color: #f70;
text-decoration: none
}
.z-coms-img {
margin-top: 15px
}
.z-coms-img img {
width: 94px;
height: 94px;
margin: 0 10px 10px 0;
border: 1px solid #ccc
}
.z-coms-other {
width: 100%;
height: 30px;
line-height: 30px
}
.z-com-gg {
color: #999;
float: left
}
.z-com-click {
float: right;
color: #999
}
.z-com-click a {
margin: 0 5px;
color: #f70
}
.z-com-click a:hover {
text-decoration: none
}
.left_arrow {
position: absolute;
top: 11px;
left: -6px;
width: 24px;
height: 12px
}
.left_arrow i {
font-family: "SimSun";
overflow: hidden;
font-size: 12px;
line-height: 1.231;
display: block;
height: 12px;
float: left
}
.left_arrow-line {
color: #ccc
}
.left_arrow-bg {
color: #fff;
margin-left: -10px
}
.face_img {
width: 30px;
height: 30px;
border-radius: 30px;
transition: .8s ease all;
-webkit-transition: .8s ease all;
-moz-transition: .8s ease all
}
.face_img:hover {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg)
}
.z-com-hf {
border: 1px solid #ccc;
margin: 10px 0 20px 0;
padding: 10px 20px;
position: relative;
border-radius: 2px;
zoom: 1
}
.z-com-input {
line-height: 30px;
margin-top: 5px;
width: 100%;
position: relative
}
.z-com-input-box {
border: 1px solid #ffba7d;
min-height: 28px;
_height: 28px;
border-radius: 2px;
position: relative;
padding: 0 5px;
width: auto
}
.z-com-input-box label {
color: #999;
display: block;
float: left;
height: 30px;
line-height: 30px;
position: absolute;
top: 0px;
left: 10px;
width: 80px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.z-com-input-box textarea {
width: 100%;
max-width: 100%;
min-width: 100%;
line-height: 20px;
height: 20px;
border: 1px solid #fff;
display: block;
margin-top: 4px;
overflow-y: hidden;
word-break: break-all
}
.hf_btn {
padding: 6px 20px;
position: absolute;
right: 0;
top: 0
}
.top_arrow {
position: absolute;
top: -7px;
right: 35px;
font-family: "SimSun";
font-size: 12px;
width: 12px;
height: 24px
}
.top_arrow i {
font-family: "SimSun";
overflow: hidden;
font-size: 12px;
line-height: 1.231;
display: block;
height: 12px;
float: left
}
.top_arrow-line {
color: #ccc
}
.top_arrow-bg {
color: #fff;
margin-top: -10px
}
.hf_list {
padding: 15px 0 0;
}
.hf_list ul li {
border-bottom: 1px solid #e2e2e2;
line-height: 30px;
padding-bottom: 12px;
display: block;
margin-bottom: 15px;
zoom: 1;
background: #fff
}
.hf_list ul li span {
display: inline-block
}
.hf_list ul li span.hf_face {
width: 30px;
height: 30px;
position: absolute;
left: 0;
top: 0
}
.hf_list ul li span.hf_text {
color: #999;
margin-left: 40px;
word-break: break-all
}
.hf_list ul li span.hf_text .hf_name {
color: #f70
}
.hf_list ul li span.hf_text i {
margin: 0 3px
}
.hf_list ul li span.hf_btn2 {
width: 45px;
position: absolute;
bottom: 0;
right: 0
}
.hf_list ul li span.hf_btn2 a {
padding: 0;
color: #f70;
padding: 0 10px
}
.hf_list ul li span.hf-at {
margin: 0 5px;
color: #999
}
.hf_list ul li .hf2_box {
margin-left: 40px;
zoom: 1
}
.hf_list_li {
position: relative
}
.z-detail-right {
width: 206px;
float: right
}
.right_box {
border: 1px solid #ccc;
background-color: #fff;
margin-top: 20px
}
.right_box .hd {
border-bottom: 1px solid #ccc;
background: #f3f3f3 url("../images/temai_right_h3.png") 15px 12px no-repeat;
height: 40px;
line-height: 40px;
overflow: hidden;
font-size: 14px;
padding-left: 30px
}
.right_box .hd strong {
color: #f70;
margin-right: 10px;
font-weight: 400
}
.right_box .cms_list {
margin: 10px 14px
}
.right_box .cms_list li {
height: 24px;
line-height: 24px;
list-style: disc inside;
overflow: hidden;
color: #999
}
.hot_items .bd {
padding: 0 14px
}
.hot_items li {
border-bottom: 1px dashed #ccc;
padding-bottom: 14px;
margin-bottom: -1px
}
.hot_items li span {
display: block
}
.hot_items li .nalaprice {
color: #f70;
font-size: 14px;
margin-top: 2px
}
.hot_items li .nalaprice b {
font-weight: 400
}
.hot_items li .productimg {
padding-top: 10px;
text-align: center
}
.hot_items li .productimg img {
width: 120px;
height: 120px;
vertical-align: top
}
.class_tabs {
width: 204px;
overflow: hidden;
border: solid 1px #ccc;
margin-top: 20px
}
.class_tabs .hd ul {
margin-right: -4px
}
.class_tabs .hd li {
float: left;
width: 68px;
height: 28px;
line-height: 28px;
padding: 5px 0;
background-color: #F5F5F5;
border-bottom: solid 1px #ccc;
border-right: 1px solid #ccc;
text-align: center;
cursor: pointer;
font-size: 14px
}
.class_tabs .hd li.current {
border-bottom-color: #fff;
background-color: #fff
}
.class_tabs .bd {
background-color: #fff
}
.class_tabs .bd ul {
display: none
}
.class_tabs .bd li {
padding: 6px 10px;
line-height: 22px;
font-size: 0
}
.class_tabs .bd li a {
display: inline-block;
font-size: 12px;
margin: 0 6px;
color: #666;
white-space: nowrap
}
.class_tabs .bd li a.root {
color: #2E9CDC
}
.add_ok {
display: none;
background: #fff;
padding: 40px 0;
text-align: center;
width: 480px;
border: 3px solid #f70;
border-radius: 10px;
-moz-border-radius: 10px;
}
.add_ok .tip {
font-size: 30px;
margin-bottom: 20px
}
.add_ok .tip i {
font-size: 60px;
color: #6dc415;
vertical-align: -4px;
margin-right: 15px
}
.add_ok .go a {
font-size: 18px
}
.add_ok .go a.back {
color: #f70;
margin-right: 90px
}
.add_ok .go a.btn {
padding: 10px 45px 12px
}
.cuxiao-box {
border: 1px solid #ccc;
background-color: #fff
}
.cuxiao-box .hd {
border-bottom: 1px solid #ccc;
background-color: #f5f5f5;
padding: 12px 30px
}
.cuxiao-bd ul {
margin-right: -20px
}
.cuxiao-bd li {
width: 200px;
margin-right: 3px;
padding: 20px 0 20px 30px;
float: left;
-webkit-transition: background-color .2s;
-moz-transition: background-color .2s;
-o-transition: background-color .2s;
-ms-transition: background-color .2s;
transition: background-color .2s
}
.cuxiao-bd li p {
margin-bottom: 6px
}
.cuxiao-bd li .pic {
text-align: center;
border: 1px solid #ccc
}
.cuxiao-bd li .pic img {
width: 190px;
height: 190px;
vertical-align: top
}
.cuxiao-bd li .price {
padding: 4px 0
}
.cuxiao-bd li .price strong {
font-size: 16px;
font-weight: 400;
margin: 0 2px 0 4px
}
.cuxiao-bd li .price span {
margin-left: 20px;
color: #bababa
}
.cuxiao-bd li .name a {
color: #666
}
.cuxiao-bd li .intro {
color: #bababa
}
.cuxiao-bd li .btn-bd {
padding-top: 6px
}
.cuxiao-bd li:hover .pic {
border-color: #f70
}
.taocan_box {
margin-bottom: 15px;
}
.taocan_box .hd {
height: 30px;
}
.taocan_box .hd strong {
font-size: 16px;
font-weight: 400;
margin-right: 10px;
}
.taocan_box .hd span {
color: #999;
}
.tabs_bar_warp {
height: 50px;
width: 970px;
}
.tabs_bar {
height: 48px;
width: 968px;
background: #f3f3f3;
border: 1px solid #ccc;
z-index: 999;
top: 0;
}
.tabs_bar ul {
width: 100%;
height: 48px;
}
.tabs_bar ul li {
_bottom: -1px;
z-index: 999;
position: relative;
display: block;
float: left;
height: 48px;
line-height: 48px;
}
.taocan_tabs li a {
font-size: 14px;
}
.tabs_bar ul li a {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
padding: 0 35px;
display: block;
}
.taocan_tabs li.current a {
background-color: #fff;
border-bottom-color: #fff;
}
.taocan_tabs .icon_step, .taocan_panels .plus, .taocan_panels .equal {
background: url("../images/taocan_bg.png") no-repeat 0 -9999px;
}
.taocan_tabs .icon_step {
display: inline-block;
width: 16px;
height: 15px;
line-height: 15px;
color: #FFF;
font-weight: bold;
background-position: 0 -85px;
text-align: center;
margin-left: 5px;
}
.taocan_tabs li.current .icon_step {
background-position: 0 -40px;
}
.taocan_panels {
border: 1px solid #ccc;
border-top: none;
background-color: #FFF;
height: 245px;
overflow: hidden;
}
.taocan_panels .panel {
padding: 20px 30px;
display: none;
}
.taocan_panels h4 {
color: #666;
font-size: 14px;
height: 20px;
overflow: hidden;
margin-bottom: 15px;
}
.taocan_panels li {
float: left;
width: 150px;
overflow: hidden;
text-align: center;
margin-right: 20px;
}
.taocan_panels li .pic img {
width: 90px;
height: 90px;
border: solid 1px #ccc;
}
.taocan_panels li p {
margin-top: 2px;
}
.taocan_panels li .name a, .taocan_panels li .price {
color: #999;
}
.taocan_panels li p.name {
height:36px;
overflow:hidden;
}
.taocan_panels li p.price input{
vertical-align: -2px;
}
.taocan_panels li .name a, .taocan_panels li .price {
color: #999;
}
.taocan_panels li.plus, .taocan_panels li.equal {
width: 20px;
height: 20px;
margin-top: 43px;
background-position: 0 0;
}
.taocan_panels li.equal {
background-position: 0 -128px;
margin-right: 60px;
margin-left: 15px;
}
.taocan_panels .price_info {
width: 210px;
text-align: left;
margin-right:0;
color: #666;
font-size: 14px;
}
.taocan_panels .price_info .count {
margin-bottom: 10px;
}
.taocan_panels .price_info .count b {
font-size: 16px;
}
.taocan_panels .price_info .buy {
margin-top: 15px;
}
.taocan_panels .price_info .buy .btn {
padding: 8px 20px;
}
.taocan_panels #fittingBox{
width:420px;overflow-x:auto;overflow-y:hidden; height:180px; float:left;
}
.taocan_panels #fittingBox ul{
height:150px;
}
.form li {
padding-bottom: 12px;
}
label {
cursor: default;
}
.addr-form li label {
display: inline-block;
width: 75px;
padding-left: 10px;
padding-right: 10px;
text-align: right;
}
.form li input.txt {
width: 150px;
padding: 8px;
height: 16px;
overflow: hidden;
border: 1px solid #eee;
border-top-color: #ccc;
margin-right: 8px;
box-shadow: 0px 1px 3px rgba(200, 200, 200, 0.3) inset;
color: #333;
vertical-align: middle;
}
.form li textarea.txt {
width: 150px;
padding: 8px;
height: 16px;
overflow: hidden;
border: 1px solid #eee;
border-top-color: #ccc;
margin-right: 8px;
box-shadow: 0px 1px 3px rgba(200, 200, 200, 0.3) inset;
color: #333;
vertical-align: middle;
}
#commentsFrom{
padding: 20px 35px;
width:640px;
border-radius: 10px;
margin:0;
display:none;
background:#fff;
border:3px solid #f70;
position:relative;
}
/*#detail_img #item-thumbs{
width:280px;
margin-left:60px;
}
#detail_img #item-thumbs img{
float:left;
width:40px;
height:40px;
padding:8px;
}
.pic_view .fdjspan{
width: 175px;
height: 175px;
position: absolute;
top: 0;
left: 0;
display: none
}
.pic_view:hover .fdjspan{display:block;}
.detail .the{
width: 380px;
height: 400px;
position: absolute;
left:440px;
top:254px;
z-index: 100;
float: left;
overflow: hidden;
border: 1px solid #969696;
display: none;
}
.detail .the img{position: absolute; display: block;}*/
.btn, .btn-css3 {
display: inline-block;
padding: 5px 12px;
height: 16px;
line-height: 16px;
_line-height: 18px;
font-size: 100%;
color: #fff;
background-color: #492669;
overflow: hidden;
vertical-align: middle
}
.btn:hover, .btn-css3:hover {
text-decoration: none;
color: #fff;
background: #fcc700
}
.btn img, .btn-css3 img {
vertical-align: middle
}
.graybtn {
display: inline-block;
padding: 5px 12px;
height: 16px;
line-height: 16px;
font-size: 100%;
color: #FFF;
background-color: #efefef;
background-image: -webkit-linear-gradient(#f8f8f8, #e5e5e5);
background-image: -moz-linear-gradient(#f8f8f8, #e5e5e5);
background-image: linear-gradient(#fcc700, #fcc700);
background-repeat: repeat-x;
vertical-align: middle
}
.graybtn:hover {
text-decoration: none;
color: #666;
background: #492669
}
.pagenav{
text-align: right;
font-size: 14px;
}
.pagenav a{
margin-left:4px;
padding:4px 10px;
font-size:14px;
border-radius:2px;
background-color: #fff;
} | 0.317426 | 0.090776 |
@import url('grid_12-825-55-15.css');
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-Black.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-Black.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-BlackItalic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-BlackItalic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-BlackItalic.ttf') format('truetype');
font-weight: 900;
font-style: italic;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-Bold.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-Bold.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-BoldItalic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-BoldItalic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-BoldItalic.ttf') format('truetype');
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-ExtraBold.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-ExtraBold.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-ExtraBold.ttf') format('truetype');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-ExtraBoldItalic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-ExtraBoldItalic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-ExtraBoldItalic.ttf') format('truetype');
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-Medium.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-Medium.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-MediumItalic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-MediumItalic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-SemiBold.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-SemiBold.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-SemiBoldItalic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-SemiBoldItalic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-SemiBoldItalic.ttf') format('truetype');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-ExtraLight.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-ExtraLight.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-ExtraLight.ttf') format('truetype');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-ExtraLightItalic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-ExtraLightItalic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-ExtraLightItalic.ttf') format('truetype');
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-Light.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-Light.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-LightItalic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-LightItalic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-LightItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-Regular.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-Regular.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-Italic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-Italic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-Italic.ttf') format('truetype');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-Thin.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-Thin.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-ThinItalic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-ThinItalic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-ThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
} | www/www/fonts/PublicSans/css/public-sans.css | @import url('grid_12-825-55-15.css');
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-Black.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-Black.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-BlackItalic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-BlackItalic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-BlackItalic.ttf') format('truetype');
font-weight: 900;
font-style: italic;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-Bold.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-Bold.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-BoldItalic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-BoldItalic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-BoldItalic.ttf') format('truetype');
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-ExtraBold.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-ExtraBold.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-ExtraBold.ttf') format('truetype');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-ExtraBoldItalic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-ExtraBoldItalic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-ExtraBoldItalic.ttf') format('truetype');
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-Medium.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-Medium.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-MediumItalic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-MediumItalic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-SemiBold.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-SemiBold.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-SemiBoldItalic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-SemiBoldItalic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-SemiBoldItalic.ttf') format('truetype');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-ExtraLight.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-ExtraLight.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-ExtraLight.ttf') format('truetype');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-ExtraLightItalic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-ExtraLightItalic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-ExtraLightItalic.ttf') format('truetype');
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-Light.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-Light.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-LightItalic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-LightItalic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-LightItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-Regular.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-Regular.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-Italic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-Italic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-Italic.ttf') format('truetype');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-Thin.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-Thin.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Public Sans webfont';
src: url('../../fonts/webfonts/PublicSans-ThinItalic.woff2') format('woff2'),
url('../../fonts/webfonts/PublicSans-ThinItalic.woff') format('woff'),
url('../../fonts/webfonts/PublicSans-ThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
} | 0.276886 | 0.032744 |
*{
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.letra{
font-size: 300%;
font-family: 'Dancing Script', cursive;
font-weight: bold;
text-align: center;
color: #D2B4DE ;
}
.letra2{
font-size: 300%;
font-weight: bold;
font-family: "Arial Narrow";
text-align: center;
color: #E59866 ;
}
body{
font-family: 'Century Gothic';
background-attachment: fixed;
background-image: url("../images/fondo.jpg");
background-repeat: no-repeat;
background-size: 100%;
}
a{
text-decoration: none;
}
ul{
list-style: none;
}
.tablam{
width: 80px;
height: 80px;
}
table{
margin:auto;
}
div.container{
text-align: center;
}
div.container table {
text-align: left;
margin-left: 20px;
}
/*==========================================*/
@font-face{
font-family: 'titulo';
src: url(../images/titulo2.ttf)
}
.title{
width: 107%;
background: #D6EAF8 ;
height: 200px;
background-size: 100%;
display:block;
margin:auto;
font-weight: bold;
font-size: 400%;
display: flex;
align-items: center;
justify-content: center;
}
.title h1{
color: #fff;
font-family: titulo2;
font-size: 170%;
font-weight: bold;
text-align: center;
}
.container{
width: 100%;
}
.navegacion{
width: 107%;
background: #1C1C1C;
display:block;
margin:auto;
display: flex;
justify-content: center;
}
.menu{
width: 1000px;
display: flex;
flex-wrap: wrap;
height: 90px;
}
.menu li{
flex-basis: 0;
flex-grow: 1;
border-right: 1px solid #363636;
position: relative;
}
.menu .first-item{
border-left: 1px solid #363636;
}
.menu li a{
display: flex;
flex-direction: column;
font-size: 18px;
}
.menu .imagen{
position: absolute;
bottom: 0;
right: 30px;
width: 0%;
z-index: 20;
-webkit-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
-moz-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
-o-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */
-webkit-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
-moz-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
-o-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.51);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.51);
}
.menu li a .text-item{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
color: #fff;
top: 0%;
position: absolute;
z-index: 10;
-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.menu li a .down-item{
position: absolute;
top: 0%;
width: 100%;
height: 100%;
background: #1C1C1C;
-webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.menu li:hover .down-item, .menu li:hover .text-item{
top: 100%;
height: 115%;
}
.menu li:hover .imagen{
width: 100%;
right: 0px;
}
.imagenes1{
width: 250px;
height: 250px;
margin: 35px;
}
h3{
color: white;
font-family: frase;
text-align: center;
font-size: 250%;
}
@font-face{
font-family: 'frase';
src: url(../images/frase1.ttf)
}
.logo{
float: left;
width: 90px;
}
td{ background: linear-gradient(#fae3d9, #bbded6);
border: 4px solid #ffb6b9;
font-size: 70%;
}
th{
background-color: #bbded6;
font-size: 80%;
border: 4px solid #61c0bf;
} | public/css/estilomenu.css | *{
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.letra{
font-size: 300%;
font-family: 'Dancing Script', cursive;
font-weight: bold;
text-align: center;
color: #D2B4DE ;
}
.letra2{
font-size: 300%;
font-weight: bold;
font-family: "Arial Narrow";
text-align: center;
color: #E59866 ;
}
body{
font-family: 'Century Gothic';
background-attachment: fixed;
background-image: url("../images/fondo.jpg");
background-repeat: no-repeat;
background-size: 100%;
}
a{
text-decoration: none;
}
ul{
list-style: none;
}
.tablam{
width: 80px;
height: 80px;
}
table{
margin:auto;
}
div.container{
text-align: center;
}
div.container table {
text-align: left;
margin-left: 20px;
}
/*==========================================*/
@font-face{
font-family: 'titulo';
src: url(../images/titulo2.ttf)
}
.title{
width: 107%;
background: #D6EAF8 ;
height: 200px;
background-size: 100%;
display:block;
margin:auto;
font-weight: bold;
font-size: 400%;
display: flex;
align-items: center;
justify-content: center;
}
.title h1{
color: #fff;
font-family: titulo2;
font-size: 170%;
font-weight: bold;
text-align: center;
}
.container{
width: 100%;
}
.navegacion{
width: 107%;
background: #1C1C1C;
display:block;
margin:auto;
display: flex;
justify-content: center;
}
.menu{
width: 1000px;
display: flex;
flex-wrap: wrap;
height: 90px;
}
.menu li{
flex-basis: 0;
flex-grow: 1;
border-right: 1px solid #363636;
position: relative;
}
.menu .first-item{
border-left: 1px solid #363636;
}
.menu li a{
display: flex;
flex-direction: column;
font-size: 18px;
}
.menu .imagen{
position: absolute;
bottom: 0;
right: 30px;
width: 0%;
z-index: 20;
-webkit-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
-moz-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
-o-transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
transition: all 300ms cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */
-webkit-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
-moz-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
-o-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950); /* easeInOutSine */
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.51);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.51);
}
.menu li a .text-item{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
color: #fff;
top: 0%;
position: absolute;
z-index: 10;
-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.menu li a .down-item{
position: absolute;
top: 0%;
width: 100%;
height: 100%;
background: #1C1C1C;
-webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); /* easeOutCubic */
}
.menu li:hover .down-item, .menu li:hover .text-item{
top: 100%;
height: 115%;
}
.menu li:hover .imagen{
width: 100%;
right: 0px;
}
.imagenes1{
width: 250px;
height: 250px;
margin: 35px;
}
h3{
color: white;
font-family: frase;
text-align: center;
font-size: 250%;
}
@font-face{
font-family: 'frase';
src: url(../images/frase1.ttf)
}
.logo{
float: left;
width: 90px;
}
td{ background: linear-gradient(#fae3d9, #bbded6);
border: 4px solid #ffb6b9;
font-size: 70%;
}
th{
background-color: #bbded6;
font-size: 80%;
border: 4px solid #61c0bf;
} | 0.439507 | 0.095181 |
.slides.template-uulm-in section > article:not(.fill):not(.title-slide):before{
content:"";
display:block;
border-top:2px solid rgb(163,38,56);
position: absolute;
width: 100%;
height: 2px;
min-height: 2px;
left: 0;
top: 24px;
}
.slides.template-uulm-in section > article:not(.fill):not(.title-slide) .slide-nr{
display:inline;
position: absolute;
color: #eee;
font-size:18px;
line-height: 26px;
font-weight: 600;
letter-spacing: -1px;
min-width: 26px;
left: 0;
top: 24px;
padding:0px;
padding-left:6px;
padding-right:6px;
margin:0;
background: rgb(163,38,56);
text-align:center;
}
.slides.template-uulm-in section > article.title-slide img {
position: absolute;
left: 0;
top: 20%;
min-width: 100%;
min-height: 50%;
width:100%;
height:50%;
z-index: -1;
}
.slides.template-uulm-in section > article h1, .slides.template-uulm-in section > article h2, .slides.template-uulm-in section > article h3{
color: rgb(163,38,56);
}
.slides.template-uulm-in section > article.title-slide #title{
font-size: 48px;
position: absolute;
left: 50%;
top: 75%;
text-align:left;
margin:0;
padding:0;
}
.slides.template-uulm-in section > article.title-slide #subtitle{
font-size: 28px;
position: absolute;
left: 50%;
bottom: 3%;
text-align:left;
margin:0;
padding:0;
}
.slides.template-uulm-in section > article.title-slide #author{
font-size: 28px;
position: absolute;
left: 5%;
bottom: 3%;
text-align:left;
margin:0;
padding:0;
}
.slides.template-uulm-in section > article.title-slide #uulm-logo {
position: absolute;
left: 50%;
top: 4%;
z-index: -2;
width: 38%;
min-width: 38%;
min-height: 10%;
height: 10%;
}
.slides.template-uulm-in section > article:not(.fill){
padding-top: 100px;
padding-left: 80px;
padding-right: 80px;
padding-bottom: 32px;
}
.slides.template-uulm-in section > article:not(.nobackground):not(.biglogo) {
background-color: white;
}
.slides.template-uulm-in li::before {
color: rgb(163,38,56);
}
.slides.template-uulm-in td{
background: rgba(169,162,141,0.4);
padding: 5px 10px;
vertical-align: top;
}
.slides.template-uulm-in th{
background: rgba(169,162,141,0.8);
padding: 5px 10px;
vertical-align: top;
color:#eee;
}
.slides.template-uulm-in iframe {
height: 580px;
}
.slides.template-uulm-in h3 + iframe {
margin-top: 40px;
height: 480px;
}
.slides.template-uulm-in section article.fill iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: 0;
margin: 0;
border-radius: 10px;
-o-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
z-index: -1;
}
.uulm-color {
color: rgb(125,154,170);
}
.mawi-color {
color: rgb(86,170,28);
}
.in-color {
color: rgb(163,38,56);
}
.nawi-color {
color: rgb(189,96,5);
}
.med-color {
color: rgb(38,84,124);
}
.accent-color {
color: rgb(169,162,141);
}
.slides.template-uulm-in a{
color: rgb(125,154,170);
}
a{
text-decoration: none;
} | slidify/libraries/frameworks/html5slides/uulm/uulm.css | .slides.template-uulm-in section > article:not(.fill):not(.title-slide):before{
content:"";
display:block;
border-top:2px solid rgb(163,38,56);
position: absolute;
width: 100%;
height: 2px;
min-height: 2px;
left: 0;
top: 24px;
}
.slides.template-uulm-in section > article:not(.fill):not(.title-slide) .slide-nr{
display:inline;
position: absolute;
color: #eee;
font-size:18px;
line-height: 26px;
font-weight: 600;
letter-spacing: -1px;
min-width: 26px;
left: 0;
top: 24px;
padding:0px;
padding-left:6px;
padding-right:6px;
margin:0;
background: rgb(163,38,56);
text-align:center;
}
.slides.template-uulm-in section > article.title-slide img {
position: absolute;
left: 0;
top: 20%;
min-width: 100%;
min-height: 50%;
width:100%;
height:50%;
z-index: -1;
}
.slides.template-uulm-in section > article h1, .slides.template-uulm-in section > article h2, .slides.template-uulm-in section > article h3{
color: rgb(163,38,56);
}
.slides.template-uulm-in section > article.title-slide #title{
font-size: 48px;
position: absolute;
left: 50%;
top: 75%;
text-align:left;
margin:0;
padding:0;
}
.slides.template-uulm-in section > article.title-slide #subtitle{
font-size: 28px;
position: absolute;
left: 50%;
bottom: 3%;
text-align:left;
margin:0;
padding:0;
}
.slides.template-uulm-in section > article.title-slide #author{
font-size: 28px;
position: absolute;
left: 5%;
bottom: 3%;
text-align:left;
margin:0;
padding:0;
}
.slides.template-uulm-in section > article.title-slide #uulm-logo {
position: absolute;
left: 50%;
top: 4%;
z-index: -2;
width: 38%;
min-width: 38%;
min-height: 10%;
height: 10%;
}
.slides.template-uulm-in section > article:not(.fill){
padding-top: 100px;
padding-left: 80px;
padding-right: 80px;
padding-bottom: 32px;
}
.slides.template-uulm-in section > article:not(.nobackground):not(.biglogo) {
background-color: white;
}
.slides.template-uulm-in li::before {
color: rgb(163,38,56);
}
.slides.template-uulm-in td{
background: rgba(169,162,141,0.4);
padding: 5px 10px;
vertical-align: top;
}
.slides.template-uulm-in th{
background: rgba(169,162,141,0.8);
padding: 5px 10px;
vertical-align: top;
color:#eee;
}
.slides.template-uulm-in iframe {
height: 580px;
}
.slides.template-uulm-in h3 + iframe {
margin-top: 40px;
height: 480px;
}
.slides.template-uulm-in section article.fill iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: 0;
margin: 0;
border-radius: 10px;
-o-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
z-index: -1;
}
.uulm-color {
color: rgb(125,154,170);
}
.mawi-color {
color: rgb(86,170,28);
}
.in-color {
color: rgb(163,38,56);
}
.nawi-color {
color: rgb(189,96,5);
}
.med-color {
color: rgb(38,84,124);
}
.accent-color {
color: rgb(169,162,141);
}
.slides.template-uulm-in a{
color: rgb(125,154,170);
}
a{
text-decoration: none;
} | 0.28877 | 0.10004 |
:root {
--top-bar-height: 0px !important;
--default-color: #70939f !important;
--hover-color: #b0d2d6 !important;
--active-color: #68b0d0 !important;
--ui-border-color: rgba(0, 0, 0, 0.06) !important;
--ui-border-color-dark: rgba(0, 0, 0, 0.06) !important;
--ui-border-color-active: #b0d2d6;
--primary-background-color: white !important;
--box-background-color: #3e5975;
--ui-yellow: #e29e4a;
--ui-sky-blue: #6fbde2;
--ui-state-error: #ffcccc;
--ui-state-error-border: #993333;
--ui-state-error-text: #661111;
--ui-gray-light: #516873;
--ui-gray: #263340;
--ui-gray-dark: #16202b;
--ui-gray-darker: #151a1f;
--ui-gray-darkest: #14202a;
--text-color-active: #000000;
--text-primary-color: #70939f !important;
--text-secondary-color: #2669a7 !important;
--large-numbers-color: #6fbde2;
--text-disabled-color: #878787;
--input-background-color: #2c363f;
--input-placeholder-color--hover: #4d5a63;
--input-placeholder-color: #d3d3d3;
--table-hover-color: #2c363f;
--table-text-primary-color: #ffffff;
--table-text-secondary-color: #91b9cd;
--large-numbers-color: #6fbde2;
--state-error: #ffcccc;
--state-error-border: #ffcccc;
--state-error-text: #ffcccc;
--toolbar-height: 82px;
}
#root,
body,
html {
background-color: white;
}
.entry-header {
position: absolute;
top: 0;
right: 0;
padding: 0 !important;
z-index: 1000;
}
.header-left-box {
float: left;
display: none !important;
}
.header-logo-text > path {
fill: var(--text-primary-color) !important;
}
.research-use {
display: none;
margin: 0 !important;
}
.is-mobile + .ToolbarRow {
margin-top: 10px;
}
.ToolbarRow .toolbar-button {
height: auto;
}
.ToolbarRow .pull-right {
display: none;
}
.roundedButton {
color: #ffffff !important;
border: none !important;
}
.study-browser {
background-color: transparent !important;
}
.study-browser .scrollable-study-thumbnails {
width: 100%;
padding: 0 4px 50px !important;
margin-right: 0 !important;
}
.main-content {
padding: 10px;
}
.main-content .viewport-container {
border: none !important;
}
.sidepanel .tableListHeader {
border-top: 1px solid var(--ui-border-color);
border-bottom: 1px solid var(--ui-border-color);
margin: 0 8px;
background-color: transparent !important;
}
.sidepanel .itemIndex {
background-color: transparent !important;
}
.sidepanel .measurementItem .rowActions {
background-color: transparent !important;
}
.editDescriptionDialog .header {
border-bottom-color: var(--primary-background-color);
}
.editDescriptionDialog .footer {
margin: 0 !important;
}
.notification-bar {
display: none !important;
}
.OHIFModal .footer {
border-color: #000 !important;
}
.GeneralPreferences .language-select {
color: #000 !important;
}
@media only screen and (max-width: 768px) {
.header-left-box {
display: none;
}
.ToolbarRow {
height: auto;
overflow-x: auto;
}
.ToolbarRow .btn-group {
display: none;
}
.tooltip-toolbar-overlay .toolbar-button {
min-width: 33%;
}
.FlexboxLayout {
height: calc(100% - var(--toolbar-height) - 16px) !important;
}
} | platform/viewer/src/styles/index.css | :root {
--top-bar-height: 0px !important;
--default-color: #70939f !important;
--hover-color: #b0d2d6 !important;
--active-color: #68b0d0 !important;
--ui-border-color: rgba(0, 0, 0, 0.06) !important;
--ui-border-color-dark: rgba(0, 0, 0, 0.06) !important;
--ui-border-color-active: #b0d2d6;
--primary-background-color: white !important;
--box-background-color: #3e5975;
--ui-yellow: #e29e4a;
--ui-sky-blue: #6fbde2;
--ui-state-error: #ffcccc;
--ui-state-error-border: #993333;
--ui-state-error-text: #661111;
--ui-gray-light: #516873;
--ui-gray: #263340;
--ui-gray-dark: #16202b;
--ui-gray-darker: #151a1f;
--ui-gray-darkest: #14202a;
--text-color-active: #000000;
--text-primary-color: #70939f !important;
--text-secondary-color: #2669a7 !important;
--large-numbers-color: #6fbde2;
--text-disabled-color: #878787;
--input-background-color: #2c363f;
--input-placeholder-color--hover: #4d5a63;
--input-placeholder-color: #d3d3d3;
--table-hover-color: #2c363f;
--table-text-primary-color: #ffffff;
--table-text-secondary-color: #91b9cd;
--large-numbers-color: #6fbde2;
--state-error: #ffcccc;
--state-error-border: #ffcccc;
--state-error-text: #ffcccc;
--toolbar-height: 82px;
}
#root,
body,
html {
background-color: white;
}
.entry-header {
position: absolute;
top: 0;
right: 0;
padding: 0 !important;
z-index: 1000;
}
.header-left-box {
float: left;
display: none !important;
}
.header-logo-text > path {
fill: var(--text-primary-color) !important;
}
.research-use {
display: none;
margin: 0 !important;
}
.is-mobile + .ToolbarRow {
margin-top: 10px;
}
.ToolbarRow .toolbar-button {
height: auto;
}
.ToolbarRow .pull-right {
display: none;
}
.roundedButton {
color: #ffffff !important;
border: none !important;
}
.study-browser {
background-color: transparent !important;
}
.study-browser .scrollable-study-thumbnails {
width: 100%;
padding: 0 4px 50px !important;
margin-right: 0 !important;
}
.main-content {
padding: 10px;
}
.main-content .viewport-container {
border: none !important;
}
.sidepanel .tableListHeader {
border-top: 1px solid var(--ui-border-color);
border-bottom: 1px solid var(--ui-border-color);
margin: 0 8px;
background-color: transparent !important;
}
.sidepanel .itemIndex {
background-color: transparent !important;
}
.sidepanel .measurementItem .rowActions {
background-color: transparent !important;
}
.editDescriptionDialog .header {
border-bottom-color: var(--primary-background-color);
}
.editDescriptionDialog .footer {
margin: 0 !important;
}
.notification-bar {
display: none !important;
}
.OHIFModal .footer {
border-color: #000 !important;
}
.GeneralPreferences .language-select {
color: #000 !important;
}
@media only screen and (max-width: 768px) {
.header-left-box {
display: none;
}
.ToolbarRow {
height: auto;
overflow-x: auto;
}
.ToolbarRow .btn-group {
display: none;
}
.tooltip-toolbar-overlay .toolbar-button {
min-width: 33%;
}
.FlexboxLayout {
height: calc(100% - var(--toolbar-height) - 16px) !important;
}
} | 0.376165 | 0.135604 |
:root {
--currently-playing-text: white;
--player-background: black;
--player-text: white;
--modal-background: black;
--modal-text: white;
--modal-border: white;
--accent: turquoise;
--accent-highlighted: rgb(173, 255, 247);
--accent-muted: teal;
--accent-text-dark: black;
--accent-text-light: white;
--progress-bar-background: white;
--error-title: #ff3915;
--error-text: #ff3915;
--playlist-item-hover-background: #555555;
--queued: rgb(36, 54, 0);
--queued-text: white;
--queued-hover: yellowgreen;
--unavailable: rgb(56, 34, 0);
--unavailable-text: white;
--unavailable-hover: rgb(206, 74, 38);
--input-background-active: #343434;
--input-background-disabled: #121212;
}
body, html {
background-color: var(--player-background);
font-family: Avenir, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.player {
background-color: var(--player-background);
color: var(--player-text);
padding: 32px;
}
.title {
background-color: transparent;
border: none;
color: var(--currently-playing-text);
margin: 0;
outline: none;
padding: 0;
}
.status-bar {
margin-top: 8px;
}
.action-button {
background-color: black;
border: 2px solid white;
border-radius: 5px;
color: white;
margin: 0 4px;
outline: none;
padding: 8px 16px;
transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
.action-button:hover {
background-color: white;
color: black;
cursor: pointer;
transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
.action-button:disabled {
background-color: #696969;
color: #d0d0d0;
cursor: default;
transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
/* Scrollbar styling */
::-webkit-scrollbar {
cursor: pointer;
width: 10px;
}
::-webkit-scrollbar-track {
background-color: #3f3f3f;
border-radius: 3px;
}
::-webkit-scrollbar-thumb {
background-color: white;
border-radius: 3px;
transition: background-color 200ms ease-in-out;
}
::-webkit-scrollbar-thumb:hover {
background-color: var(--accent);
transition: background-color 200ms ease-in-out;
}
/* Commonly used classes */
.flex {
display: flex;
}
.direction-column {
flex-direction: column;
}
.justify-content-center {
justify-content: center;
}
.justify-content-end {
justify-content: flex-end;
}
.justify-content-space-between {
justify-content: space-between;
}
.justify-content-start {
justify-content: flex-start;
}
.align-items-center {
align-items: center;
}
.fs-14 {
font-size: 14px;
}
.fs-16 {
font-size: 16px;
}
.fs-18 {
font-size: 18px;
}
.fs-24 {
font-size: 24px;
}
.m-r {
margin-right: 8px;
}
.mb-4 {
margin-bottom: 4px;
}
.mb-8 {
margin-bottom: 8px;
}
.mt-8 {
margin-top: 8px;
}
.pointer {
cursor: pointer;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.modal-background {
backdrop-filter: blur(4px);
background-color: rgba(0, 0, 0, 0.3);
height: 100vh;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10;
} | src/Player.css | :root {
--currently-playing-text: white;
--player-background: black;
--player-text: white;
--modal-background: black;
--modal-text: white;
--modal-border: white;
--accent: turquoise;
--accent-highlighted: rgb(173, 255, 247);
--accent-muted: teal;
--accent-text-dark: black;
--accent-text-light: white;
--progress-bar-background: white;
--error-title: #ff3915;
--error-text: #ff3915;
--playlist-item-hover-background: #555555;
--queued: rgb(36, 54, 0);
--queued-text: white;
--queued-hover: yellowgreen;
--unavailable: rgb(56, 34, 0);
--unavailable-text: white;
--unavailable-hover: rgb(206, 74, 38);
--input-background-active: #343434;
--input-background-disabled: #121212;
}
body, html {
background-color: var(--player-background);
font-family: Avenir, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.player {
background-color: var(--player-background);
color: var(--player-text);
padding: 32px;
}
.title {
background-color: transparent;
border: none;
color: var(--currently-playing-text);
margin: 0;
outline: none;
padding: 0;
}
.status-bar {
margin-top: 8px;
}
.action-button {
background-color: black;
border: 2px solid white;
border-radius: 5px;
color: white;
margin: 0 4px;
outline: none;
padding: 8px 16px;
transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
.action-button:hover {
background-color: white;
color: black;
cursor: pointer;
transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
.action-button:disabled {
background-color: #696969;
color: #d0d0d0;
cursor: default;
transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}
/* Scrollbar styling */
::-webkit-scrollbar {
cursor: pointer;
width: 10px;
}
::-webkit-scrollbar-track {
background-color: #3f3f3f;
border-radius: 3px;
}
::-webkit-scrollbar-thumb {
background-color: white;
border-radius: 3px;
transition: background-color 200ms ease-in-out;
}
::-webkit-scrollbar-thumb:hover {
background-color: var(--accent);
transition: background-color 200ms ease-in-out;
}
/* Commonly used classes */
.flex {
display: flex;
}
.direction-column {
flex-direction: column;
}
.justify-content-center {
justify-content: center;
}
.justify-content-end {
justify-content: flex-end;
}
.justify-content-space-between {
justify-content: space-between;
}
.justify-content-start {
justify-content: flex-start;
}
.align-items-center {
align-items: center;
}
.fs-14 {
font-size: 14px;
}
.fs-16 {
font-size: 16px;
}
.fs-18 {
font-size: 18px;
}
.fs-24 {
font-size: 24px;
}
.m-r {
margin-right: 8px;
}
.mb-4 {
margin-bottom: 4px;
}
.mb-8 {
margin-bottom: 8px;
}
.mt-8 {
margin-top: 8px;
}
.pointer {
cursor: pointer;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.modal-background {
backdrop-filter: blur(4px);
background-color: rgba(0, 0, 0, 0.3);
height: 100vh;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 10;
} | 0.483892 | 0.10316 |
@-moz-document domain("replay.pokemonshowdown.com") {
.dark .pfx-topbar,
.pfx-topbar {
background-color:#ababab;
background-image: linear-gradient(#424242, #171717);
background: -moz-linear-gradient(center top , #424242, #171717) repeat scroll 0% 0% transparent;
border-bottom: 1px solid #000 !important;
}
.nav a.button {
border: 1px solid #000;
background-color:#ababab;
background-image: linear-gradient(#424242, #171717);
background: -moz-linear-gradient(center top , #424242, #171717) repeat scroll 0% 0% transparent;
color: #26979F;
text-shadow: 0px -1px 0px #000;
box-shadow: 1px 1px 1px #151515;
}
.nav a.button:hover {
top: 1px;
box-shadow: none !important;
background: #171717 !important;
}
.button.cur,
.button.cur:hover {
background: #171717 !important;
color: #26979F;
text-shadow: 0px -1px 0px #000;
box-shadow: none !important;
border: 1px solid #000;
top: 1px;
}
.pfx-panel,
.dark .pfx-panel {
background: url("http://i.imgur.com/gl8Q11V.png?1");
}
.pfx-body-padded h1,
.linklist h3,
.replay-wrapper h1 {
color: #FFF;
text-shadow: 1px 1px #000;
}
a,
.dark a {
color: #26979F;
}
a:hover,
.dark a:hover {
color: #157279;
}
.pfx-body-padded p,
.replay-wrapper p {
color: #D8D8D8;
text-shadow: 1px 1px #000;
}
.linklist a {
border: 1px solid #000;
background-color:#ababab;
background-image: linear-gradient(#424242, #171717);
background: -moz-linear-gradient(center top , #424242, #171717) repeat scroll 0% 0% transparent;
border-radius: 3px;
color: #26979F;
text-shadow: 0px -1px 0px #000;
box-shadow: 1px 1px 1px #151515;
}
.linklist a:hover,
.linklist a.cur,
.linklist a.cur:hover {
box-shadow: none;
background-color:#ababab;
background-image: linear-gradient(#424242, #171717);
background: -moz-linear-gradient(center top , #171717, #171717) repeat scroll 0% 0% transparent;
color: #2AAFB9;
text-shadow: 0px -1px 0px #000;
border: 1px solid #000;
}
.linklist a {
transition:All 1.6116s ease;
}
.linklist a:hover {
transition:All 1.6116s ease;
margin-right: 20px;
}
.linklist a small {
color: #157279;
text-shadow: 0px 0px 1px #000;
}
.textbox {
transition:All 1.6116s ease;
background: #202020;
color: #D8D8D8;
box-shadow: 0px 1px 2px #303030 inset;
border: 1px solid #000;
padding: 3px;
}
.textbox:hover {
background: #202020;
color: #FFF;
box-shadow: 0px 1px 2px #303030 inset;
border: 1px solid #000;
}
.textbox:focus {
transition:All 1.6116s ease;
background: #101010;
border: 1px solid #000;
box-shadow: 0px 1px 2px #303030 inset, 0px 0px 3px #157279;
}
::-moz-selection {
background: #000 !important;
color: #157279 !important
}
button {
border: 1px solid #000;
border-radius: 3px;
background-color:#ababab;
background-image: linear-gradient(#424242, #171717);
background: -moz-linear-gradient(center top , #424242, #171717) repeat scroll 0% 0% transparent;
color: #26979F;
}
button:hover {
background: #171717;
}
.urlbox,
.dark .urlbox {
border: 1px solid #000;
border-radius: 3px;
background: #171717 !important;
color: #26979F !important;
}
/* Broadcast CSS */
.broadcast-red {
background: #D57575;
border: 1px solid #985555;
color: #FFD7D7;
padding: 5px 1px 3px 8px;
text-shadow: 1px 1px 1px #985555;
font-family: helvetica, arial, sans-serif;
text-align: center;
}
.broadcast-green {
background: #578A54;
border: 1px solid #375735;
padding: 5px 1px 3px 8px;
color: #BEFFB9;
text-shadow: 1px 1px 1px #375735;
font-family: helvetica, arial, sans-serif;
text-align: center;
}
.broadcast-blue {
background: #677992;
border: 1px solid #414D5E;
padding: 5px 1px 3px 8px;
color: #C1DAFF;
text-shadow: 1px 1px 1px #414D5E;
font-family: helvetica, arial, sans-serif;
text-align: center;
}
/* Broadcast CSS ~end */
/* Battle CSS */
.battle-log,
.dark .battle-log {
background: url("http://i.imgur.com/gl8Q11V.png?1");
border-color: #000;
color: #D8D8D8;
text-shadow: 0px 0px 1px #000;
box-shadow: 0px 0px 5px #000;
}
.battle-log .chat em {
color: #D8D8D8;
}
.battle {
background: #171717;
border-color: #000;
box-shadow: 0px 0px 5px #000;
}
.pfx-panel {
border-color: #000;
}
.battle-log .chat strong {
color: #157279;
}
em[style="color:#445566;display:block;"] {
color: #157279 !important;
}
.message-throttle-notice,
.message-error {
color: #BF6A6A;
}
.battle-log h2,
.battle-log-add,
.dark .battle-log h2,
.dark .battle-log-add {
text-align: right;
font-style: italic;
color: #FFF;
background: transparent;
border: none;
}
.turn {
position: absolute;
top: 16px;
left: 270px !important;
width: 101px;
height: 17px;
font-size: 8pt;
font-weight: bold;
margin: 0px;
padding: 0px;
padding-top:35px;
border: 0;
border-radius: 0;
opacity: 1 !important;
background: url(http://i.imgur.com/86opqqK.png);
text-align: center;
color: #fff;
}
.backdrop {
width: 640px;
height: 360px;
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
background: -50px -90px;
opacity: 1 !important;
}
.backdrop:before{
display: block;
content: "";
background: url("http://i44.tinypic.com/dqni4j.png");
background-size: cover;
width: 640px;
height: 360px;
}
.trainer div {
opacity: 0.8;
}
.rightbar {
position: absolute;
top: 0px;
right: 0;
height: 60px;
width: 320px;
background-color: rgba(0, 0, 0, 0.5);
border: none;
color: #777777;
background-image: url(http://i.imgur.com/Ttx9rhp.png);
background-position: 0px -35px;
}
.rightbar .trainer {
margin-top: 0px;
text-align: right;
}
.rightbar .trainersprite{
position: absolute;
top: -10px;
left: 40px;
opacity: 1 !important;
}
.trainer strong {
display: block;
font-size: 8pt;
overflow: hidden;
padding-top: 45px;
padding-right: 10px;
color: #FFF;
text-shadow: 1px 1px #000;
}
.rightbar .trainer .teamicons {
float:left;
position: relative;
top: -42px;
left: 108px;
}
.leftbar {
position: absolute;
top: 0px;
left: 0;
height: 60px;
width: 320px;
background-color: rgba(0, 0, 0, 0.5);
border: none;
color: #777777;
background-image: url(http://i.imgur.com/vinIupZ.png);
background-position: 0px -35px;
}
.leftbar .trainer {
margin-top: 0px;
text-align: left;
}
.leftbar .trainersprite{
position: absolute;
top: -10px;
right: 40px;
opacity: 1 !important;
}
.leftbar .trainer strong {
display: block;
font-size: 8pt;
overflow: hidden;
padding-top: 45px;
padding-left: 10px;
}
.leftbar .trainer .teamicons {
float:right;
position: relative;
top: -42px;
right: 108px;
}
.weather {
text-shadow:none;
color: rgba(0,0,0,0);
}
.weather em small {
font-size: 7pt;
color: white;
text-shadow: 1px 1px black;
position: absolute;
left:0;
top: 85px;
width: 95px;
text-align:center;
}
.sunweather,
.sunnydayweather {
background: url(http://i.imgur.com/GCf4fyN.png) no-repeat scroll left top;
}
.rainweather,
.raindanceweather {
background: url(http://i.imgur.com/x7K1Zop.png) no-repeat scroll left top;
}
.hailweather {
background: url(http://i.imgur.com/xCXcpE5.png) no-repeat scroll left top;
}
.sandstormweather {
background: url(http://i.imgur.com/CbsvtPl.png) no-repeat scroll left top;
}
.pseudoweather {
background: url(http://i.imgur.com/rPMtZca.png) no-repeat scroll left top;
}
.playbutton button,
.replay-controls button,
.chooser,
.dark .chooser {
transition:All 1.6116s ease;
border: 1px solid #000;
background-color:#ababab;
background-image: linear-gradient(#424242, #171717);
background: -moz-linear-gradient(center top , #424242, #171717) repeat scroll 0% 0% transparent;
border-radius: 3px;
color: #26979F;
text-shadow: 0px -1px 0px #000;
box-shadow: 1px 1px 1px #151515;
opacity: 0.8;
}
.chooser em,
.dark .chooser em {
background: -moz-linear-gradient(center top , #424242, #171717) repeat scroll 0% 0% transparent;
border: none;
color: #26979F;
}
.playbutton button:hover {
transition:All 1.6116s ease;
opacity: 1;
}
.chooser button,
.dark .chooser button {
color: #26979F;
text-shadow: 0px -1px 0px #000;
}
.chooser button.sel,
.chooser button.sel:hover,
.chooser button:hover,
.dark .chooser button.sel,
.dark .chooser button.sel:hover,
.dark .chooser button:hover {
border-color: #000;
background: #101010;
color: #26979F;
}
.statbar {
position: absolute;
margin-top: 15px;
display: none;
width: 186px;
background: url(http://i.imgur.com/eYsfnK4.png);
background-repeat: no-repeat;
background-position: 0px 1px;
min-height: 40px;
padding: 2px 4px 2px 26px;
}
.statbar strong {
position: absolute;
left: 30px;
top: 6px;
font-size: 9px;
font-weight: normal;
display: block;
text-align: center;
color: #FFF;
text-shadow: #000 1px 1px 0, #000 1px -1px 0, #000 -1px 1px 0, #000 -1px -1px 0;
}
.statbar strong small {
font-size: 9px;
font-weight: normal;
}
.statbar .hpbar {
position: relative;
border: 1px solid #131313;
background: #FCFEFF;
height: 6px;
margin: 0 0 0 0;
width: 151px;
border-radius: 0px;
padding: 0;
top: -2px;
}
.hptextborder {
display:none !important;
}
.statbar .hpbar .hp {
height: 3px;
border-top: 1px solid #007734;
background: #00bb51;
border-bottom: 2px solid #007734;
border-radius: 0px;
}
.statbar .hpbar .hp-yellow {
background-color: #f5d538;
border-color: #be9f0a;
}
.statbar .hpbar .hp-red {
background-color: #ee4928;
border-color: #a3260d;
}
.statbar .hpbar .prevhp {
background: #BBEECC;
height: 6px;
border-radius: 0px;
}
.statbar .hpbar .prevhp-yellow {
background-color: #fcf4ca;
}
.statbar .hpbar .prevhp-red {
background-color: #facec5;
}
.hptext {
margin-top: 2px;
}
.statbar .hpbar .hptext {
position: absolute;
color: #FFFFFF;
text-shadow: 1px 0 black, -1px 0 black, 0 1px black, 0 -1px black;
font-size: 9px;
width: 32px;
height: 12px;
top: -1px;
text-align: center;
}
.rstatbar .hpbar .hptext {
width: 40px;
height: 15px;
background:url(http://i.imgur.com/1oaSYb8.png);
right: -42px;
border-radius: 0 4px 4px 0;
}
.lstatbar .hpbar .hptext {
width: 35px;
height: 15px;
background:url(http://i.imgur.com/iAy0D88.png);
left: -55px;
border-radius: 4px 0 0 4px;
padding-left: 2px;
}
.statbar .status {
margin-top:15px;
min-height: 10px;
font-size: 7pt;
}
.statbar span.brn,
.statbar span.psn,
.statbar span.slp,
.statbar span.par,
.statbar span.frz {
position: absolute;
left: -21px;
top: 10px;
font-size: 8px;
padding: 1px 2px;
border: 0;
border-radius: 3px;
}
.statbar span.bad {
background: #e74c3c;
color: #ecf0f1;
border-color: #c0392b;
}
.statbar span.good {
background: #27ae60;
color: #ecf0f1;
border-color: #067A37;
}
.statbar span.neutral {
background: #7f8c8d;
color: #ecf0f1;
border: 1px solid #2c3e50;
}
/* Battle CSS ~end */
} | data/usercss/113356.user.css | @-moz-document domain("replay.pokemonshowdown.com") {
.dark .pfx-topbar,
.pfx-topbar {
background-color:#ababab;
background-image: linear-gradient(#424242, #171717);
background: -moz-linear-gradient(center top , #424242, #171717) repeat scroll 0% 0% transparent;
border-bottom: 1px solid #000 !important;
}
.nav a.button {
border: 1px solid #000;
background-color:#ababab;
background-image: linear-gradient(#424242, #171717);
background: -moz-linear-gradient(center top , #424242, #171717) repeat scroll 0% 0% transparent;
color: #26979F;
text-shadow: 0px -1px 0px #000;
box-shadow: 1px 1px 1px #151515;
}
.nav a.button:hover {
top: 1px;
box-shadow: none !important;
background: #171717 !important;
}
.button.cur,
.button.cur:hover {
background: #171717 !important;
color: #26979F;
text-shadow: 0px -1px 0px #000;
box-shadow: none !important;
border: 1px solid #000;
top: 1px;
}
.pfx-panel,
.dark .pfx-panel {
background: url("http://i.imgur.com/gl8Q11V.png?1");
}
.pfx-body-padded h1,
.linklist h3,
.replay-wrapper h1 {
color: #FFF;
text-shadow: 1px 1px #000;
}
a,
.dark a {
color: #26979F;
}
a:hover,
.dark a:hover {
color: #157279;
}
.pfx-body-padded p,
.replay-wrapper p {
color: #D8D8D8;
text-shadow: 1px 1px #000;
}
.linklist a {
border: 1px solid #000;
background-color:#ababab;
background-image: linear-gradient(#424242, #171717);
background: -moz-linear-gradient(center top , #424242, #171717) repeat scroll 0% 0% transparent;
border-radius: 3px;
color: #26979F;
text-shadow: 0px -1px 0px #000;
box-shadow: 1px 1px 1px #151515;
}
.linklist a:hover,
.linklist a.cur,
.linklist a.cur:hover {
box-shadow: none;
background-color:#ababab;
background-image: linear-gradient(#424242, #171717);
background: -moz-linear-gradient(center top , #171717, #171717) repeat scroll 0% 0% transparent;
color: #2AAFB9;
text-shadow: 0px -1px 0px #000;
border: 1px solid #000;
}
.linklist a {
transition:All 1.6116s ease;
}
.linklist a:hover {
transition:All 1.6116s ease;
margin-right: 20px;
}
.linklist a small {
color: #157279;
text-shadow: 0px 0px 1px #000;
}
.textbox {
transition:All 1.6116s ease;
background: #202020;
color: #D8D8D8;
box-shadow: 0px 1px 2px #303030 inset;
border: 1px solid #000;
padding: 3px;
}
.textbox:hover {
background: #202020;
color: #FFF;
box-shadow: 0px 1px 2px #303030 inset;
border: 1px solid #000;
}
.textbox:focus {
transition:All 1.6116s ease;
background: #101010;
border: 1px solid #000;
box-shadow: 0px 1px 2px #303030 inset, 0px 0px 3px #157279;
}
::-moz-selection {
background: #000 !important;
color: #157279 !important
}
button {
border: 1px solid #000;
border-radius: 3px;
background-color:#ababab;
background-image: linear-gradient(#424242, #171717);
background: -moz-linear-gradient(center top , #424242, #171717) repeat scroll 0% 0% transparent;
color: #26979F;
}
button:hover {
background: #171717;
}
.urlbox,
.dark .urlbox {
border: 1px solid #000;
border-radius: 3px;
background: #171717 !important;
color: #26979F !important;
}
/* Broadcast CSS */
.broadcast-red {
background: #D57575;
border: 1px solid #985555;
color: #FFD7D7;
padding: 5px 1px 3px 8px;
text-shadow: 1px 1px 1px #985555;
font-family: helvetica, arial, sans-serif;
text-align: center;
}
.broadcast-green {
background: #578A54;
border: 1px solid #375735;
padding: 5px 1px 3px 8px;
color: #BEFFB9;
text-shadow: 1px 1px 1px #375735;
font-family: helvetica, arial, sans-serif;
text-align: center;
}
.broadcast-blue {
background: #677992;
border: 1px solid #414D5E;
padding: 5px 1px 3px 8px;
color: #C1DAFF;
text-shadow: 1px 1px 1px #414D5E;
font-family: helvetica, arial, sans-serif;
text-align: center;
}
/* Broadcast CSS ~end */
/* Battle CSS */
.battle-log,
.dark .battle-log {
background: url("http://i.imgur.com/gl8Q11V.png?1");
border-color: #000;
color: #D8D8D8;
text-shadow: 0px 0px 1px #000;
box-shadow: 0px 0px 5px #000;
}
.battle-log .chat em {
color: #D8D8D8;
}
.battle {
background: #171717;
border-color: #000;
box-shadow: 0px 0px 5px #000;
}
.pfx-panel {
border-color: #000;
}
.battle-log .chat strong {
color: #157279;
}
em[style="color:#445566;display:block;"] {
color: #157279 !important;
}
.message-throttle-notice,
.message-error {
color: #BF6A6A;
}
.battle-log h2,
.battle-log-add,
.dark .battle-log h2,
.dark .battle-log-add {
text-align: right;
font-style: italic;
color: #FFF;
background: transparent;
border: none;
}
.turn {
position: absolute;
top: 16px;
left: 270px !important;
width: 101px;
height: 17px;
font-size: 8pt;
font-weight: bold;
margin: 0px;
padding: 0px;
padding-top:35px;
border: 0;
border-radius: 0;
opacity: 1 !important;
background: url(http://i.imgur.com/86opqqK.png);
text-align: center;
color: #fff;
}
.backdrop {
width: 640px;
height: 360px;
position: absolute;
top: 0px;
left: 0px;
overflow: hidden;
background: -50px -90px;
opacity: 1 !important;
}
.backdrop:before{
display: block;
content: "";
background: url("http://i44.tinypic.com/dqni4j.png");
background-size: cover;
width: 640px;
height: 360px;
}
.trainer div {
opacity: 0.8;
}
.rightbar {
position: absolute;
top: 0px;
right: 0;
height: 60px;
width: 320px;
background-color: rgba(0, 0, 0, 0.5);
border: none;
color: #777777;
background-image: url(http://i.imgur.com/Ttx9rhp.png);
background-position: 0px -35px;
}
.rightbar .trainer {
margin-top: 0px;
text-align: right;
}
.rightbar .trainersprite{
position: absolute;
top: -10px;
left: 40px;
opacity: 1 !important;
}
.trainer strong {
display: block;
font-size: 8pt;
overflow: hidden;
padding-top: 45px;
padding-right: 10px;
color: #FFF;
text-shadow: 1px 1px #000;
}
.rightbar .trainer .teamicons {
float:left;
position: relative;
top: -42px;
left: 108px;
}
.leftbar {
position: absolute;
top: 0px;
left: 0;
height: 60px;
width: 320px;
background-color: rgba(0, 0, 0, 0.5);
border: none;
color: #777777;
background-image: url(http://i.imgur.com/vinIupZ.png);
background-position: 0px -35px;
}
.leftbar .trainer {
margin-top: 0px;
text-align: left;
}
.leftbar .trainersprite{
position: absolute;
top: -10px;
right: 40px;
opacity: 1 !important;
}
.leftbar .trainer strong {
display: block;
font-size: 8pt;
overflow: hidden;
padding-top: 45px;
padding-left: 10px;
}
.leftbar .trainer .teamicons {
float:right;
position: relative;
top: -42px;
right: 108px;
}
.weather {
text-shadow:none;
color: rgba(0,0,0,0);
}
.weather em small {
font-size: 7pt;
color: white;
text-shadow: 1px 1px black;
position: absolute;
left:0;
top: 85px;
width: 95px;
text-align:center;
}
.sunweather,
.sunnydayweather {
background: url(http://i.imgur.com/GCf4fyN.png) no-repeat scroll left top;
}
.rainweather,
.raindanceweather {
background: url(http://i.imgur.com/x7K1Zop.png) no-repeat scroll left top;
}
.hailweather {
background: url(http://i.imgur.com/xCXcpE5.png) no-repeat scroll left top;
}
.sandstormweather {
background: url(http://i.imgur.com/CbsvtPl.png) no-repeat scroll left top;
}
.pseudoweather {
background: url(http://i.imgur.com/rPMtZca.png) no-repeat scroll left top;
}
.playbutton button,
.replay-controls button,
.chooser,
.dark .chooser {
transition:All 1.6116s ease;
border: 1px solid #000;
background-color:#ababab;
background-image: linear-gradient(#424242, #171717);
background: -moz-linear-gradient(center top , #424242, #171717) repeat scroll 0% 0% transparent;
border-radius: 3px;
color: #26979F;
text-shadow: 0px -1px 0px #000;
box-shadow: 1px 1px 1px #151515;
opacity: 0.8;
}
.chooser em,
.dark .chooser em {
background: -moz-linear-gradient(center top , #424242, #171717) repeat scroll 0% 0% transparent;
border: none;
color: #26979F;
}
.playbutton button:hover {
transition:All 1.6116s ease;
opacity: 1;
}
.chooser button,
.dark .chooser button {
color: #26979F;
text-shadow: 0px -1px 0px #000;
}
.chooser button.sel,
.chooser button.sel:hover,
.chooser button:hover,
.dark .chooser button.sel,
.dark .chooser button.sel:hover,
.dark .chooser button:hover {
border-color: #000;
background: #101010;
color: #26979F;
}
.statbar {
position: absolute;
margin-top: 15px;
display: none;
width: 186px;
background: url(http://i.imgur.com/eYsfnK4.png);
background-repeat: no-repeat;
background-position: 0px 1px;
min-height: 40px;
padding: 2px 4px 2px 26px;
}
.statbar strong {
position: absolute;
left: 30px;
top: 6px;
font-size: 9px;
font-weight: normal;
display: block;
text-align: center;
color: #FFF;
text-shadow: #000 1px 1px 0, #000 1px -1px 0, #000 -1px 1px 0, #000 -1px -1px 0;
}
.statbar strong small {
font-size: 9px;
font-weight: normal;
}
.statbar .hpbar {
position: relative;
border: 1px solid #131313;
background: #FCFEFF;
height: 6px;
margin: 0 0 0 0;
width: 151px;
border-radius: 0px;
padding: 0;
top: -2px;
}
.hptextborder {
display:none !important;
}
.statbar .hpbar .hp {
height: 3px;
border-top: 1px solid #007734;
background: #00bb51;
border-bottom: 2px solid #007734;
border-radius: 0px;
}
.statbar .hpbar .hp-yellow {
background-color: #f5d538;
border-color: #be9f0a;
}
.statbar .hpbar .hp-red {
background-color: #ee4928;
border-color: #a3260d;
}
.statbar .hpbar .prevhp {
background: #BBEECC;
height: 6px;
border-radius: 0px;
}
.statbar .hpbar .prevhp-yellow {
background-color: #fcf4ca;
}
.statbar .hpbar .prevhp-red {
background-color: #facec5;
}
.hptext {
margin-top: 2px;
}
.statbar .hpbar .hptext {
position: absolute;
color: #FFFFFF;
text-shadow: 1px 0 black, -1px 0 black, 0 1px black, 0 -1px black;
font-size: 9px;
width: 32px;
height: 12px;
top: -1px;
text-align: center;
}
.rstatbar .hpbar .hptext {
width: 40px;
height: 15px;
background:url(http://i.imgur.com/1oaSYb8.png);
right: -42px;
border-radius: 0 4px 4px 0;
}
.lstatbar .hpbar .hptext {
width: 35px;
height: 15px;
background:url(http://i.imgur.com/iAy0D88.png);
left: -55px;
border-radius: 4px 0 0 4px;
padding-left: 2px;
}
.statbar .status {
margin-top:15px;
min-height: 10px;
font-size: 7pt;
}
.statbar span.brn,
.statbar span.psn,
.statbar span.slp,
.statbar span.par,
.statbar span.frz {
position: absolute;
left: -21px;
top: 10px;
font-size: 8px;
padding: 1px 2px;
border: 0;
border-radius: 3px;
}
.statbar span.bad {
background: #e74c3c;
color: #ecf0f1;
border-color: #c0392b;
}
.statbar span.good {
background: #27ae60;
color: #ecf0f1;
border-color: #067A37;
}
.statbar span.neutral {
background: #7f8c8d;
color: #ecf0f1;
border: 1px solid #2c3e50;
}
/* Battle CSS ~end */
} | 0.243103 | 0.090937 |
.fbx.fbOverlay,.fbx.fbMain,.fbMain .fbx,.fbx.fbFloater,.fbx.fbSlowLoad{margin:0 auto;padding:0;border:0 solid #000;overflow:visible;background:transparent none no-repeat 0 0;background-size:auto;text-shadow:none;clear:both}
.fbx.fbOverlay,.fbx.fbBackground,.fbx.fbLiner{background-repeat:repeat;overflow:hidden}
.fbx.fbOverlay,.fbx.fbBackground,.fbx.fbLiner,.fbx.fbHeader,.fbx.fbFooter,.fbx.fbContent{position:absolute;left:0;top:0;width:100%;height:100%}
.fbx.fbOverlay{position:fixed}
.fbx.fbHeader,.fbx.fbFooter{height:auto;top:auto}
i.fbIcon{position:relative;display:inline-block;font:normal 16px/1 monospace;background-image:url(resources/blank.gif)}
i.fbIcon svg{height:1em;margin-bottom:-.2em;fill:currentColor;stroke:currentColor;pointer-events:none}
.fbx.fbMain,.fbx.fbContentWrapper,.fbx.fbFloater,.fbx.fbSlowLoad{position:absolute;outline-style:none}
.fbx.fbMain{-webkit-transform:translate3d(0,0,0)}
.fbx.fbContentWrapper{-webkit-overflow-scrolling:touch}
.fbx.fbContent,.fbx.fbFloater{border-radius:inherit}
.fbMain span.fbx{cursor:default}
.fbx.fbMain a{cursor:pointer}
.fbMain a.fbx,.fbMain img.fbx,img.fbx{display:inline-block;white-space:nowrap;text-decoration:none;max-width:77777px;max-height:77777px;direction:ltr}
.fbTopPanel .fbx,.fbBottomPanel .fbx,.fbx.fbDragger{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}
.fbx.fbTopPanel,.fbx.fbBottomPanel{position:absolute;font:normal 14px/18px Verdana,Helvetica,sans-serif}
.fbx.fbCell{display:inline-block;vertical-align:middle}
.fbx.fbCell span{display:block}
span.fbx.fbControls,.fbx.fbCell span span,.fbx.fbCell a span{display:inline-block}
.fbx.fbCell_tl,.fbx.fbCell_bl{text-align:left}
.fbx.fbCell_tc,.fbx.fbCell_bc{text-align:center}
.fbx.fbCell_tr,.fbx.fbCell_br{text-align:right}
.fbx.fbClose,.fbx.fbNav,.fbx.fbPlayPause,.fbx.fbPrev,.fbx.fbNext,.fbx.fbPlay,.fbx.fbPause{margin:0 4px}
.fbx.fbCaption,.fbx.fbCaption2,.fbx.fbNewWindow,.fbx.fbInfo,.fbx.fbPrint,.fbx.fbItemNumber{margin:0 6px}
.fbx.fbPlayPause{text-align:center}
.fbx.fbItemNumber{font-size:.8em}
.fbCaption a:link,.fbCaption a:visited,.fbCaption a:active,.fbCaption2 a:link,.fbCaption2 a:visited,.fbCaption2 a:active{color:inherit}
.fbTopPanel a.fbx,.fbBottomPanel a.fbx{position:relative}
.fbx.fbOuterClose{position:absolute}
.fbOuterClose .fbIcon{font-size:28px}
.fbx.fbResizer{position:absolute;width:32px;height:32px;border-radius:0 0 8px 0;opacity:.45;text-align:center;background-color:#eee}
.fbResizer .fbIcon{font-size:24px;line-height:1.3;color:#000}
.fbx.fbDragger{position:absolute;cursor:nw-resize;line-height:1;right:0;bottom:0}
.fbx a.fbPrevPanel,.fbx a.fbNextPanel{position:absolute;top:0;bottom:0}
.fbx a.fbPrevPanel{left:0}
.fbx a.fbNextPanel{right:0}
.fbx a.fbPrev2,.fbx a.fbNext2{position:absolute;background-color:#000;opacity:.45;padding:10px}
.fbx a.fbPrev2{left:0;padding-left:5px;border-radius:0 3px 3px 0}
.fbx a.fbNext2{right:0;padding-right:5px;border-radius:3px 0 0 3px}
.fbPrev2 .fbIcon,.fbNext2 .fbIcon{font-size:26px;color:#fff}
.fbx.fbIndex a{margin:0;padding:3px 0;text-decoration:none;display:inline-block}
.fbIndex .fbCurrentIndex{font-weight:bold}
.fbx.fbSpacer{position:absolute;text-align:center;min-width:1em;min-height:1em;cursor:default}
.fbSpacer .fbIcon{display:table-cell;vertical-align:middle;width:inherit;height:inherit}
.fbVid i{width:1em;height:1em;margin:0;padding:.1em .37em .11em .45em;color:#fff;background-color:#333;opacity:.6;text-align:center;border-radius:.2em;border:2px solid #ccc}
.fbVid:hover i{background-color:#0b183b;opacity:.75}
body .fbContext{cursor:help}
a[class*="fbPop"]{display:inline-block}
a[class*="fbPop"] img:first-child{position:absolute;left:0;top:-77777px;margin:0;padding:0;z-index:88888}
.fbIndex a img{border:1px solid #555}
body div.fbCycler{position:relative;max-width:100%}
div.fbCycler > *{position:absolute;display:block;visibility:hidden;max-width:100%}
div.fbCycler > :first-child{position:static;visibility:visible}
div.fbCycler img,div.fbCycler a{display:inline-block;max-width:100%;height:auto;line-height:0}
div.fbCycler span{display:block;position:relative;text-align:center;margin:auto}
div.fbCycler p{position:absolute;visibility:visible;z-index:99}
.fbCycler .fbCyclerControl{display:none;visibility:visible;position:relative;width:auto;min-width:4.8em;border-radius:5px;z-index:77;opacity:.6;background-color:#eee;font:normal 15px/21px "Comic Sans MS",sans-serif;color:#000;text-align:center;cursor:default;padding:0 .7em .1em;margin:0;border-width:0}
.fbCyclerControl .fbIcon{font-size:17px;line-height:21px;padding-left:5px}
.fbCycler .fbCyclerControl:hover{opacity:1}
html.floatbox a.floatbox,html.floatbox div.floatbox a{pointer-events:none} | docs/openscienceke-updatedjournal-reference/files/422/floatbox.css | .fbx.fbOverlay,.fbx.fbMain,.fbMain .fbx,.fbx.fbFloater,.fbx.fbSlowLoad{margin:0 auto;padding:0;border:0 solid #000;overflow:visible;background:transparent none no-repeat 0 0;background-size:auto;text-shadow:none;clear:both}
.fbx.fbOverlay,.fbx.fbBackground,.fbx.fbLiner{background-repeat:repeat;overflow:hidden}
.fbx.fbOverlay,.fbx.fbBackground,.fbx.fbLiner,.fbx.fbHeader,.fbx.fbFooter,.fbx.fbContent{position:absolute;left:0;top:0;width:100%;height:100%}
.fbx.fbOverlay{position:fixed}
.fbx.fbHeader,.fbx.fbFooter{height:auto;top:auto}
i.fbIcon{position:relative;display:inline-block;font:normal 16px/1 monospace;background-image:url(resources/blank.gif)}
i.fbIcon svg{height:1em;margin-bottom:-.2em;fill:currentColor;stroke:currentColor;pointer-events:none}
.fbx.fbMain,.fbx.fbContentWrapper,.fbx.fbFloater,.fbx.fbSlowLoad{position:absolute;outline-style:none}
.fbx.fbMain{-webkit-transform:translate3d(0,0,0)}
.fbx.fbContentWrapper{-webkit-overflow-scrolling:touch}
.fbx.fbContent,.fbx.fbFloater{border-radius:inherit}
.fbMain span.fbx{cursor:default}
.fbx.fbMain a{cursor:pointer}
.fbMain a.fbx,.fbMain img.fbx,img.fbx{display:inline-block;white-space:nowrap;text-decoration:none;max-width:77777px;max-height:77777px;direction:ltr}
.fbTopPanel .fbx,.fbBottomPanel .fbx,.fbx.fbDragger{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}
.fbx.fbTopPanel,.fbx.fbBottomPanel{position:absolute;font:normal 14px/18px Verdana,Helvetica,sans-serif}
.fbx.fbCell{display:inline-block;vertical-align:middle}
.fbx.fbCell span{display:block}
span.fbx.fbControls,.fbx.fbCell span span,.fbx.fbCell a span{display:inline-block}
.fbx.fbCell_tl,.fbx.fbCell_bl{text-align:left}
.fbx.fbCell_tc,.fbx.fbCell_bc{text-align:center}
.fbx.fbCell_tr,.fbx.fbCell_br{text-align:right}
.fbx.fbClose,.fbx.fbNav,.fbx.fbPlayPause,.fbx.fbPrev,.fbx.fbNext,.fbx.fbPlay,.fbx.fbPause{margin:0 4px}
.fbx.fbCaption,.fbx.fbCaption2,.fbx.fbNewWindow,.fbx.fbInfo,.fbx.fbPrint,.fbx.fbItemNumber{margin:0 6px}
.fbx.fbPlayPause{text-align:center}
.fbx.fbItemNumber{font-size:.8em}
.fbCaption a:link,.fbCaption a:visited,.fbCaption a:active,.fbCaption2 a:link,.fbCaption2 a:visited,.fbCaption2 a:active{color:inherit}
.fbTopPanel a.fbx,.fbBottomPanel a.fbx{position:relative}
.fbx.fbOuterClose{position:absolute}
.fbOuterClose .fbIcon{font-size:28px}
.fbx.fbResizer{position:absolute;width:32px;height:32px;border-radius:0 0 8px 0;opacity:.45;text-align:center;background-color:#eee}
.fbResizer .fbIcon{font-size:24px;line-height:1.3;color:#000}
.fbx.fbDragger{position:absolute;cursor:nw-resize;line-height:1;right:0;bottom:0}
.fbx a.fbPrevPanel,.fbx a.fbNextPanel{position:absolute;top:0;bottom:0}
.fbx a.fbPrevPanel{left:0}
.fbx a.fbNextPanel{right:0}
.fbx a.fbPrev2,.fbx a.fbNext2{position:absolute;background-color:#000;opacity:.45;padding:10px}
.fbx a.fbPrev2{left:0;padding-left:5px;border-radius:0 3px 3px 0}
.fbx a.fbNext2{right:0;padding-right:5px;border-radius:3px 0 0 3px}
.fbPrev2 .fbIcon,.fbNext2 .fbIcon{font-size:26px;color:#fff}
.fbx.fbIndex a{margin:0;padding:3px 0;text-decoration:none;display:inline-block}
.fbIndex .fbCurrentIndex{font-weight:bold}
.fbx.fbSpacer{position:absolute;text-align:center;min-width:1em;min-height:1em;cursor:default}
.fbSpacer .fbIcon{display:table-cell;vertical-align:middle;width:inherit;height:inherit}
.fbVid i{width:1em;height:1em;margin:0;padding:.1em .37em .11em .45em;color:#fff;background-color:#333;opacity:.6;text-align:center;border-radius:.2em;border:2px solid #ccc}
.fbVid:hover i{background-color:#0b183b;opacity:.75}
body .fbContext{cursor:help}
a[class*="fbPop"]{display:inline-block}
a[class*="fbPop"] img:first-child{position:absolute;left:0;top:-77777px;margin:0;padding:0;z-index:88888}
.fbIndex a img{border:1px solid #555}
body div.fbCycler{position:relative;max-width:100%}
div.fbCycler > *{position:absolute;display:block;visibility:hidden;max-width:100%}
div.fbCycler > :first-child{position:static;visibility:visible}
div.fbCycler img,div.fbCycler a{display:inline-block;max-width:100%;height:auto;line-height:0}
div.fbCycler span{display:block;position:relative;text-align:center;margin:auto}
div.fbCycler p{position:absolute;visibility:visible;z-index:99}
.fbCycler .fbCyclerControl{display:none;visibility:visible;position:relative;width:auto;min-width:4.8em;border-radius:5px;z-index:77;opacity:.6;background-color:#eee;font:normal 15px/21px "Comic Sans MS",sans-serif;color:#000;text-align:center;cursor:default;padding:0 .7em .1em;margin:0;border-width:0}
.fbCyclerControl .fbIcon{font-size:17px;line-height:21px;padding-left:5px}
.fbCycler .fbCyclerControl:hover{opacity:1}
html.floatbox a.floatbox,html.floatbox div.floatbox a{pointer-events:none} | 0.441914 | 0.291901 |
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700,900");
html, body {
height: 100%;
font-family: 'Rubik', sans-serif;
}
.name {
line-height: 1.25;
font-size: 32px;
font-weight: 600;
margin-bottom: 8px;
}
.text-gray {
color: #586069;
}
.bg-gray-light {
background-color: #fafbfc;
}
.title {
font-size: 24px;
font-weight: 600;
margin-top: 0;
margin-bottom: 0;
}
.subtitle {
font-size: 16px;
margin-bottom: 24px;
color: #586069;
}
.gutter-condensed {
margin-right: -8px;
margin-left: -8px;
}
.gutter-condensed>[class*="col-"] {
padding-right: 8px !important;
padding-left: 8px !important;
}
@media (min-width: 768px) {
.section-border-top {
border-top: unset !important;
}
.section-border-right {
border-right: 1px #e1e4e8 solid;
}
}
.section-border-top {
border-top: 1px #e1e4e8 solid;
}
.project {
padding: 20px !important;
}
.project, .topic {
height: 100%;
padding: 32px;
display: flex;
flex-direction: column;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
text-decoration: none !important;
text-align: center;
justify-content: center;
border-radius: 3px;
border: 1px #e1e4e8 solid;
background-color: #fff;
cursor: pointer;
transition: all 200ms ease-in-out;
}
.project:hover, .topic:hover {
box-shadow: 0 0 10px 0 rgba(127, 127, 127, 0.2);
transform: scale(1.05);
text-decoration: none !important;
}
.project img, .topic img {
height: 64px;
width: 64px;
margin-right: auto;
margin-left: auto;
margin-bottom: 16px;
position: relative;
top: 0;
}
.project img {
border-radius: 8px !important;
}
.project p, .topic p {
line-height: 1.25;
font-size: 18px;
margin-top: 4px;
margin-bottom: 0;
color: #24292e;
}
.modal h2 {
margin-bottom: 1rem;
}
.social a {
padding: 5px;
}
.social img {
height: 32px;
width: 32px;
transition: all 350ms ease;
}
.social a:hover img {
transform: translateY(-6px);
} | public/css/main.css | @import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700,900");
html, body {
height: 100%;
font-family: 'Rubik', sans-serif;
}
.name {
line-height: 1.25;
font-size: 32px;
font-weight: 600;
margin-bottom: 8px;
}
.text-gray {
color: #586069;
}
.bg-gray-light {
background-color: #fafbfc;
}
.title {
font-size: 24px;
font-weight: 600;
margin-top: 0;
margin-bottom: 0;
}
.subtitle {
font-size: 16px;
margin-bottom: 24px;
color: #586069;
}
.gutter-condensed {
margin-right: -8px;
margin-left: -8px;
}
.gutter-condensed>[class*="col-"] {
padding-right: 8px !important;
padding-left: 8px !important;
}
@media (min-width: 768px) {
.section-border-top {
border-top: unset !important;
}
.section-border-right {
border-right: 1px #e1e4e8 solid;
}
}
.section-border-top {
border-top: 1px #e1e4e8 solid;
}
.project {
padding: 20px !important;
}
.project, .topic {
height: 100%;
padding: 32px;
display: flex;
flex-direction: column;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
text-decoration: none !important;
text-align: center;
justify-content: center;
border-radius: 3px;
border: 1px #e1e4e8 solid;
background-color: #fff;
cursor: pointer;
transition: all 200ms ease-in-out;
}
.project:hover, .topic:hover {
box-shadow: 0 0 10px 0 rgba(127, 127, 127, 0.2);
transform: scale(1.05);
text-decoration: none !important;
}
.project img, .topic img {
height: 64px;
width: 64px;
margin-right: auto;
margin-left: auto;
margin-bottom: 16px;
position: relative;
top: 0;
}
.project img {
border-radius: 8px !important;
}
.project p, .topic p {
line-height: 1.25;
font-size: 18px;
margin-top: 4px;
margin-bottom: 0;
color: #24292e;
}
.modal h2 {
margin-bottom: 1rem;
}
.social a {
padding: 5px;
}
.social img {
height: 32px;
width: 32px;
transition: all 350ms ease;
}
.social a:hover img {
transform: translateY(-6px);
} | 0.487551 | 0.128525 |
.services_list__wrap {
position: absolute;
top: 31%;
right: 5%;
width: 45%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
animation-delay: .4s;
}
#portfolio .services_list__wrap {
position: absolute;
height: 100%;
width: 20%;
right: 3%;
}
#portfolio .services_list {
width: 100%
}
#portfolio li {
color: white;
cursor: pointer;
}
#portfolio ul {
padding: 25% 0 25% 0;
}
#portfolio li:hover {
color: #ebd300
}
#portfolio .services_list__wrap {
top: 25%
}
.services_list__wrap .services_list {
font-family: BebasNeueRegular, sans-serif;
font-size: 2rem;
text-transform: uppercase
}
.services_list__wrap .services_list span {
margin-right: 2.1rem;
-webkit-transition: margin-right .5s cubic-bezier(1, .5, .38, 1.2), color .5s cubic-bezier(1, .5, .38, 1.2);
transition: margin-right .5s cubic-bezier(1, .5, .38, 1.2), color .5s cubic-bezier(1, .5, .38, 1.2)
}
.services_list__wrap .services_list li {
margin: 20px 0
}
@media screen and (max-width:1920px) {
.services_list__wrap .services_list {
font-size: 1.6666666666666667vw
}
}
@media screen and (max-width:1420px) {
.services_list__wrap .services_list_line:before {
left: 2.5rem
}
.services_list__wrap .services_list_line:hover:before {
left: 1.8rem
}
}
@media screen and (max-width:1368px) {
.services_list__wrap .services_list {
font-size: 1.6vw
}
}
@media screen and (max-width:960px) {
#portfolio {
display: none;
}
#skills .wrapper .services_list__wrap {
position: relative;
top: auto;
right: auto;
left: 70px;
width: 100%;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around
}
#portfolio ul {
padding: 50% 0 50% 0;
}
.wrapper .services_list__wrap .services_list {
font-size: 4vw
}
.wrapper .services_list__wrap .services_list span {
margin-right: 20%;
position: relative
}
.wrapper .services_list__wrap .services_list span:after {
position: absolute;
content: "";
width: 120%;
height: 1px;
top: 40%;
left: 180%;
background: #ebd300
}
}
@media screen and (min-width:960px) {
.services_list__wrap .services_list_line {
position: relative;
-webkit-transition: all .5s cubic-bezier(1, .5, .38, 1.2);
transition: all .5s cubic-bezier(1, .5, .38, 1.2)
}
.services_list__wrap .services_list_line:before {
position: absolute;
content: "";
width: 1.3rem;
height: 1px;
top: 50%;
left: 3rem;
background-color: #ebd300;
-webkit-transition: all .5s cubic-bezier(1, .5, .38, 1.2);
transition: all .5s cubic-bezier(1, .5, .38, 1.2)
}
.services_list__wrap .services_list_line span {
margin-left: .3rem;
margin-right: 2.7rem;
-webkit-transition: all .5s cubic-bezier(1, .5, .38, 1.2);
transition: all .5s cubic-bezier(1, .5, .38, 1.2)
}
.services_list__wrap .services_list_line:hover {
color: #ebd300
}
#skills .services_list__wrap .services_list_line:hover:before {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
left: 2.1rem;
background-color: #131313
}
#portfolio .services_list__wrap .services_list_line:hover:before {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
left: 2.1rem;
background-color: white
}
.services_list__wrap .services_list_line:hover>span {
margin-right: 3rem;
margin-left: 0;
color: #ebd300
}
}
@media screen and (max-width:768px) {
.wrapper .services_list__wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.wrapper .services_list__wrap .services_list {
font-size: 6vw
}
.services_list:nth-child(1) li:nth-child(3) {
margin: 0
}
}
@media screen and (max-width:520px) {
.wrapper .services_list__wrap .services_list {
font-size: 6.5vw
}
} | src/utils/components/list.css | .services_list__wrap {
position: absolute;
top: 31%;
right: 5%;
width: 45%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
animation-delay: .4s;
}
#portfolio .services_list__wrap {
position: absolute;
height: 100%;
width: 20%;
right: 3%;
}
#portfolio .services_list {
width: 100%
}
#portfolio li {
color: white;
cursor: pointer;
}
#portfolio ul {
padding: 25% 0 25% 0;
}
#portfolio li:hover {
color: #ebd300
}
#portfolio .services_list__wrap {
top: 25%
}
.services_list__wrap .services_list {
font-family: BebasNeueRegular, sans-serif;
font-size: 2rem;
text-transform: uppercase
}
.services_list__wrap .services_list span {
margin-right: 2.1rem;
-webkit-transition: margin-right .5s cubic-bezier(1, .5, .38, 1.2), color .5s cubic-bezier(1, .5, .38, 1.2);
transition: margin-right .5s cubic-bezier(1, .5, .38, 1.2), color .5s cubic-bezier(1, .5, .38, 1.2)
}
.services_list__wrap .services_list li {
margin: 20px 0
}
@media screen and (max-width:1920px) {
.services_list__wrap .services_list {
font-size: 1.6666666666666667vw
}
}
@media screen and (max-width:1420px) {
.services_list__wrap .services_list_line:before {
left: 2.5rem
}
.services_list__wrap .services_list_line:hover:before {
left: 1.8rem
}
}
@media screen and (max-width:1368px) {
.services_list__wrap .services_list {
font-size: 1.6vw
}
}
@media screen and (max-width:960px) {
#portfolio {
display: none;
}
#skills .wrapper .services_list__wrap {
position: relative;
top: auto;
right: auto;
left: 70px;
width: 100%;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around
}
#portfolio ul {
padding: 50% 0 50% 0;
}
.wrapper .services_list__wrap .services_list {
font-size: 4vw
}
.wrapper .services_list__wrap .services_list span {
margin-right: 20%;
position: relative
}
.wrapper .services_list__wrap .services_list span:after {
position: absolute;
content: "";
width: 120%;
height: 1px;
top: 40%;
left: 180%;
background: #ebd300
}
}
@media screen and (min-width:960px) {
.services_list__wrap .services_list_line {
position: relative;
-webkit-transition: all .5s cubic-bezier(1, .5, .38, 1.2);
transition: all .5s cubic-bezier(1, .5, .38, 1.2)
}
.services_list__wrap .services_list_line:before {
position: absolute;
content: "";
width: 1.3rem;
height: 1px;
top: 50%;
left: 3rem;
background-color: #ebd300;
-webkit-transition: all .5s cubic-bezier(1, .5, .38, 1.2);
transition: all .5s cubic-bezier(1, .5, .38, 1.2)
}
.services_list__wrap .services_list_line span {
margin-left: .3rem;
margin-right: 2.7rem;
-webkit-transition: all .5s cubic-bezier(1, .5, .38, 1.2);
transition: all .5s cubic-bezier(1, .5, .38, 1.2)
}
.services_list__wrap .services_list_line:hover {
color: #ebd300
}
#skills .services_list__wrap .services_list_line:hover:before {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
left: 2.1rem;
background-color: #131313
}
#portfolio .services_list__wrap .services_list_line:hover:before {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
left: 2.1rem;
background-color: white
}
.services_list__wrap .services_list_line:hover>span {
margin-right: 3rem;
margin-left: 0;
color: #ebd300
}
}
@media screen and (max-width:768px) {
.wrapper .services_list__wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}
.wrapper .services_list__wrap .services_list {
font-size: 6vw
}
.services_list:nth-child(1) li:nth-child(3) {
margin: 0
}
}
@media screen and (max-width:520px) {
.wrapper .services_list__wrap .services_list {
font-size: 6.5vw
}
} | 0.481698 | 0.055209 |
@charset "utf-8";
/* CSS Document */
.logo_one {
margin: 3% 0 0 9%;
width: 0px;
height: 0px;
}
.header {
background: rgba(204, 204, 204, 0.56);
height: 75px;
width: 100%;
margin: 0 0 0 -1%;
}
.border {
border-bottom: 5px solid #18be8c;
width: 100%;
height: 0px;
margin: 0% 0 0 0;
}
.email {
font-family: "Lato", sans-serif;
font-size: 15px;
font-weight: 300;
color: #666;
text-align: left;
margin: 5% 0 0 0;
}
.password {
font-family: "Lato", sans-serif;
font-size: 15px;
font-weight: 300;
color: #666;
text-align: left;
margin: 5% 0 0 0;
}
aside a {
font-family: "Lato", sans-serif;
font-size: 15px;
color: #fff;
font-weight: 300;
margin: 2% 0 0 0;
display: block;
}
aside input[type="button"] {
width: 80px;
height: 35px;
display: block;
color: #fff;
margin: 5% 0 0 0;
font-family: "Lato", sans-serif;
font-size: 16px;
font-weight: 300;
background-color: #0CF;
border: none;
outline: none;
}
.login {
margin: 5% 0 0 11%;
}
.content input[type="button"] {
width: 120.6vh !important;
height: 41px;
background-color: #21b2fe;
margin: 54.5% -27% 0 0%;
font-family: "Lato", sans-serif;
border: none;
outline: none;
font-size: 23px;
font-weight: 300;
text-align: center;
float: right;
border-radius: 3px;
color: #fff;
}
.content_one {
width: 798px;
height: 730px;
background-color: rgba(102, 102, 102, 0.21);
position: relative;
float: right;
margin: 0% -27% 0 0;
border-radius: 3px;
}
.content {
margin:-52vh 0 0 0 !important;
/*margin: -260px -30px 0px 0 !important*/
}
.content_two {
position: absolute;
top: -9px;
left: 57px;
width: 223px;
height: 306px;
background-color: #FFF;
margin: 0 0 0 -2%;
}
.content_two img {
position: absolute;
top: 7px;
left: 9px;
margin: 0 0 0 0;
}
.content_two h4 {
font-family: "Lato", sans-serif;
font-size: 18px;
color: #18be8c;
font-weight: 400;
text-align: center;
margin: 0 0 0 0;
position: absolute;
top: 52%;
left: 43px;
}
.content_two p {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #363f45;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 62%;
left: 0px;
text-align: center;
}
.content_two a {
font-family: "Lato", sans-serif;
font-size: 14px;
color: #18be8c;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 90%;
left: 73px;
text-decoration: none;
text-align: justify;
}
.content_three {
position: absolute;
top: -9px;
left: 30px;
width: 223px;
height: 306px;
background-color: #FFF;
margin: 0 0 0 -2%;
}
.content_three img {
position: absolute;
top: 7px;
left: 9px;
margin: 0 0 0 0;
}
.content_three h4 {
font-family: "Lato", sans-serif;
font-size: 18px;
color: #18be8c;
font-weight: 400;
text-align: center;
margin: 0 0 0 0;
position: absolute;
top: 52%;
left: 22px;
}
.content_three p {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #363f45;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 62%;
left: 0px;
text-align: center;
}
.content_three a {
font-family: "Lato", sans-serif;
font-size: 14px;
color: #18be8c;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 90%;
left: 73px;
text-decoration: none;
text-align: justify;
}
.content_four {
position: absolute;
top: -9px;
left: 5px;
width: 223px;
height: 306px;
background-color: #FFF;
margin: 0 0 0 -2%;
}
.content_four img {
position: absolute;
top: 7px;
left: 9px;
margin: 0 0 0 0;
}
.content_four h4 {
font-family: "Lato", sans-serif;
font-size: 18px;
color: #18be8c;
font-weight: 400;
text-align: center;
margin: 0 0 0 0;
position: absolute;
top: 52%;
left: 79px;
}
.content_four p {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #363f45;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 62%;
left: 0px;
text-align: center;
}
.content_four a {
font-family: "Lato", sans-serif;
font-size: 14px;
color: #18be8c;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 90%;
left: 73px;
text-decoration: none;
text-align: justify;
}
.content_five {
margin: 0 0 0 0;
position: absolute;
top: 0px;
float: right;
}
.contents_one {
position: absolute;
top: 313px;
left: 45px;
width: 223px;
height: 306px;
background-color: #FFF;
margin: 0 0 0 -2%;
}
.contents_one img {
position: absolute;
top: 7px;
left: 9px;
margin: 0 0 0 0;
}
.contents_one h4 {
font-family: "Lato", sans-serif;
font-size: 18px;
color: #18be8c;
font-weight: 400;
text-align: center;
margin: 0 0 0 0;
position: absolute;
top: 52%;
left: 83px;
}
.contents_one p {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #363f45;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 62%;
left: 0px;
text-align: center;
}
.contents_one a {
font-family: "Lato", sans-serif;
font-size: 14px;
color: #18be8c;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 90%;
left: 73px;
text-decoration: none;
text-align: justify;
}
.contents_two {
position: absolute;
top: 313px;
left: 27px;
width: 223px;
height: 306px;
background-color: #FFF;
margin: 0 0 0 -2%;
}
.contents_two img {
position: absolute;
top: 7px;
left: 9px;
margin: 0 0 0 0;
}
.contents_two h4 {
font-family: "Lato", sans-serif;
font-size: 18px;
color: #18be8c;
font-weight: 400;
text-align: center;
margin: 0 0 0 0;
position: absolute;
top: 52%;
left: 38px;
}
.contents_two p {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #363f45;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 62%;
left: 0px;
text-align: center;
}
.contents_two a {
font-family: "Lato", sans-serif;
font-size: 14px;
color: #18be8c;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 90%;
left: 73px;
text-decoration: none;
text-align: justify;
}
.contents_three {
position: absolute;
top: 313px;
left: 9px;
width: 223px;
height: 306px;
background-color: #FFF;
margin: 0 0 0 -2%;
}
.contents_three img {
position: absolute;
top: 71px;
left: 11px;
margin: 0 0 0 0;
width: 27%;
}
.contents_three .socials_one {
position: absolute;
top: 150px;
left: 15px;
margin: 0 0 0 0;
width: 24%;
}
.contents_three .socials_three {
position: absolute;
top: 230px;
left: 20px;
margin: 0 0 0 0;
width: 23%;
}
.socials {
font-family: "Lato", sans-serif;
font-size: 20px;
color: #09F;
margin: 0 0 0 0;
text-align: justify;
font-weight: 400;
position: absolute;
top: 54%;
left: 85px;
}
.socials_two {
font-family: "Lato", sans-serif;
font-size: 20px;
color: #09F;
margin: 0 0 0 0;
text-align: justify;
font-weight: 400;
position: absolute;
top: 29%;
left: 82px;
}
.socials_four {
font-family: "Lato", sans-serif;
font-size: 20px;
color: #09F;
margin: 0 0 0 0;
text-align: justify;
font-weight: 400;
position: absolute;
top: 81%;
left: 90px;
}
.contents_three h4 {
font-family: "Lato", sans-serif;
font-size: 18px;
color: #18be8c;
font-weight: 400;
text-align: center;
margin: 0 0 0 0;
position: absolute;
top: 4%;
left: 22px;
}
.aside_one_2 {
width: 27%;
height: 57em;
float: left;
padding: 10px 0px;
margin: 0 0 0 -2%;
background-color: rgba(204, 204, 204, 0.42);
}
#login{ float: left;margin: 3% 0% 0 56% !important; width: 10% !important;}
#login_one{ /* margin-top: 9px; */
color: black;
float: right;
margin: 3% 5% 0 0%;
width: 29%;
} | assets/css/login.css | @charset "utf-8";
/* CSS Document */
.logo_one {
margin: 3% 0 0 9%;
width: 0px;
height: 0px;
}
.header {
background: rgba(204, 204, 204, 0.56);
height: 75px;
width: 100%;
margin: 0 0 0 -1%;
}
.border {
border-bottom: 5px solid #18be8c;
width: 100%;
height: 0px;
margin: 0% 0 0 0;
}
.email {
font-family: "Lato", sans-serif;
font-size: 15px;
font-weight: 300;
color: #666;
text-align: left;
margin: 5% 0 0 0;
}
.password {
font-family: "Lato", sans-serif;
font-size: 15px;
font-weight: 300;
color: #666;
text-align: left;
margin: 5% 0 0 0;
}
aside a {
font-family: "Lato", sans-serif;
font-size: 15px;
color: #fff;
font-weight: 300;
margin: 2% 0 0 0;
display: block;
}
aside input[type="button"] {
width: 80px;
height: 35px;
display: block;
color: #fff;
margin: 5% 0 0 0;
font-family: "Lato", sans-serif;
font-size: 16px;
font-weight: 300;
background-color: #0CF;
border: none;
outline: none;
}
.login {
margin: 5% 0 0 11%;
}
.content input[type="button"] {
width: 120.6vh !important;
height: 41px;
background-color: #21b2fe;
margin: 54.5% -27% 0 0%;
font-family: "Lato", sans-serif;
border: none;
outline: none;
font-size: 23px;
font-weight: 300;
text-align: center;
float: right;
border-radius: 3px;
color: #fff;
}
.content_one {
width: 798px;
height: 730px;
background-color: rgba(102, 102, 102, 0.21);
position: relative;
float: right;
margin: 0% -27% 0 0;
border-radius: 3px;
}
.content {
margin:-52vh 0 0 0 !important;
/*margin: -260px -30px 0px 0 !important*/
}
.content_two {
position: absolute;
top: -9px;
left: 57px;
width: 223px;
height: 306px;
background-color: #FFF;
margin: 0 0 0 -2%;
}
.content_two img {
position: absolute;
top: 7px;
left: 9px;
margin: 0 0 0 0;
}
.content_two h4 {
font-family: "Lato", sans-serif;
font-size: 18px;
color: #18be8c;
font-weight: 400;
text-align: center;
margin: 0 0 0 0;
position: absolute;
top: 52%;
left: 43px;
}
.content_two p {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #363f45;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 62%;
left: 0px;
text-align: center;
}
.content_two a {
font-family: "Lato", sans-serif;
font-size: 14px;
color: #18be8c;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 90%;
left: 73px;
text-decoration: none;
text-align: justify;
}
.content_three {
position: absolute;
top: -9px;
left: 30px;
width: 223px;
height: 306px;
background-color: #FFF;
margin: 0 0 0 -2%;
}
.content_three img {
position: absolute;
top: 7px;
left: 9px;
margin: 0 0 0 0;
}
.content_three h4 {
font-family: "Lato", sans-serif;
font-size: 18px;
color: #18be8c;
font-weight: 400;
text-align: center;
margin: 0 0 0 0;
position: absolute;
top: 52%;
left: 22px;
}
.content_three p {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #363f45;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 62%;
left: 0px;
text-align: center;
}
.content_three a {
font-family: "Lato", sans-serif;
font-size: 14px;
color: #18be8c;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 90%;
left: 73px;
text-decoration: none;
text-align: justify;
}
.content_four {
position: absolute;
top: -9px;
left: 5px;
width: 223px;
height: 306px;
background-color: #FFF;
margin: 0 0 0 -2%;
}
.content_four img {
position: absolute;
top: 7px;
left: 9px;
margin: 0 0 0 0;
}
.content_four h4 {
font-family: "Lato", sans-serif;
font-size: 18px;
color: #18be8c;
font-weight: 400;
text-align: center;
margin: 0 0 0 0;
position: absolute;
top: 52%;
left: 79px;
}
.content_four p {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #363f45;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 62%;
left: 0px;
text-align: center;
}
.content_four a {
font-family: "Lato", sans-serif;
font-size: 14px;
color: #18be8c;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 90%;
left: 73px;
text-decoration: none;
text-align: justify;
}
.content_five {
margin: 0 0 0 0;
position: absolute;
top: 0px;
float: right;
}
.contents_one {
position: absolute;
top: 313px;
left: 45px;
width: 223px;
height: 306px;
background-color: #FFF;
margin: 0 0 0 -2%;
}
.contents_one img {
position: absolute;
top: 7px;
left: 9px;
margin: 0 0 0 0;
}
.contents_one h4 {
font-family: "Lato", sans-serif;
font-size: 18px;
color: #18be8c;
font-weight: 400;
text-align: center;
margin: 0 0 0 0;
position: absolute;
top: 52%;
left: 83px;
}
.contents_one p {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #363f45;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 62%;
left: 0px;
text-align: center;
}
.contents_one a {
font-family: "Lato", sans-serif;
font-size: 14px;
color: #18be8c;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 90%;
left: 73px;
text-decoration: none;
text-align: justify;
}
.contents_two {
position: absolute;
top: 313px;
left: 27px;
width: 223px;
height: 306px;
background-color: #FFF;
margin: 0 0 0 -2%;
}
.contents_two img {
position: absolute;
top: 7px;
left: 9px;
margin: 0 0 0 0;
}
.contents_two h4 {
font-family: "Lato", sans-serif;
font-size: 18px;
color: #18be8c;
font-weight: 400;
text-align: center;
margin: 0 0 0 0;
position: absolute;
top: 52%;
left: 38px;
}
.contents_two p {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #363f45;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 62%;
left: 0px;
text-align: center;
}
.contents_two a {
font-family: "Lato", sans-serif;
font-size: 14px;
color: #18be8c;
font-weight: 400;
margin: 0 0 0 0;
position: absolute;
top: 90%;
left: 73px;
text-decoration: none;
text-align: justify;
}
.contents_three {
position: absolute;
top: 313px;
left: 9px;
width: 223px;
height: 306px;
background-color: #FFF;
margin: 0 0 0 -2%;
}
.contents_three img {
position: absolute;
top: 71px;
left: 11px;
margin: 0 0 0 0;
width: 27%;
}
.contents_three .socials_one {
position: absolute;
top: 150px;
left: 15px;
margin: 0 0 0 0;
width: 24%;
}
.contents_three .socials_three {
position: absolute;
top: 230px;
left: 20px;
margin: 0 0 0 0;
width: 23%;
}
.socials {
font-family: "Lato", sans-serif;
font-size: 20px;
color: #09F;
margin: 0 0 0 0;
text-align: justify;
font-weight: 400;
position: absolute;
top: 54%;
left: 85px;
}
.socials_two {
font-family: "Lato", sans-serif;
font-size: 20px;
color: #09F;
margin: 0 0 0 0;
text-align: justify;
font-weight: 400;
position: absolute;
top: 29%;
left: 82px;
}
.socials_four {
font-family: "Lato", sans-serif;
font-size: 20px;
color: #09F;
margin: 0 0 0 0;
text-align: justify;
font-weight: 400;
position: absolute;
top: 81%;
left: 90px;
}
.contents_three h4 {
font-family: "Lato", sans-serif;
font-size: 18px;
color: #18be8c;
font-weight: 400;
text-align: center;
margin: 0 0 0 0;
position: absolute;
top: 4%;
left: 22px;
}
.aside_one_2 {
width: 27%;
height: 57em;
float: left;
padding: 10px 0px;
margin: 0 0 0 -2%;
background-color: rgba(204, 204, 204, 0.42);
}
#login{ float: left;margin: 3% 0% 0 56% !important; width: 10% !important;}
#login_one{ /* margin-top: 9px; */
color: black;
float: right;
margin: 3% 5% 0 0%;
width: 29%;
} | 0.45302 | 0.097048 |
:root {
--bg-color: #e06147;
}
html,
body {
background-color: var(--bg-color);
color: #fff;
font-size: 16px;
}
/**
* =====================================================
* 通用
*/
.header {
text-align: center;
padding: 80px 0 50px;
}
.header h2 {
font-size: 28px;
}
.header h3 {
font-size: 12px;
}
.back {
position: absolute;
left: 0;
bottom: 0;
}
.back a {
display: block;
padding: 10px;
margin: 10px;
color: #fff;
border-radius: 10px;
}
.back a:active {
background-color: rgba(255, 255, 255, 0.1);
}
/**
* =====================================================
* .menu-page
*/
.menu-page {
position: relative;
width: 100vw;
height: 100vh;
overflow: hidden;
}
.menu-page .menu {
text-align: center;
}
.menu-page .menu nav ol li {
margin: 20px 0;
}
.menu-page .menu nav ol li a {
display: block;
margin: 0 auto;
padding: 16px 0;
font-size: 16px;
border-radius: 10px;
background-color: #c54c34;
color: #fff;
text-decoration: none;
width: 60%;
border-bottom: 3px solid #a13f2b;
display: flex;
justify-content: center;
align-items: center;
}
.menu-page .menu nav ol li a:active {
border-color: var(--bg-color);
transform: translateY(3px);
}
.menu-page .menu nav ol li a span {
font-size: 24px;
padding-right: 0.2em;
}
.personal-center {
text-align: center;
position: absolute;
width: 100%;
bottom: 20px;
}
.personal-center a {
color: #fff;
padding: 10px;
border-radius: 10px;
}
.personal-center a:active {
background-color: rgba(255, 255, 255, 0.1);
}
/**
* =====================================================
* .me-page
*/
.me-page {
width: 100vw;
height: 100vh;
position: relative;
overflow: hidden;
}
.me-page .score table {
margin: 0 auto;
}
.me-page .score table th,
.me-page .score table td {
padding: 5px 10px;
}
.me-page .score table th {
text-align: center;
}
/**
* =====================================================
* .game-page
*/
.game-page {
display: table;
margin: 0 auto;
}
.game-page .top-bar {
display: flex;
justify-content: space-between;
margin: 10px 0;
}
#game {
margin: 0 auto;
}
#game ul {
display: flex;
}
#game ul li {
width: 30px;
height: 30px;
line-height: 30px;
background-color: #f56f54;
border-color: #f59f83 #f54f45 #f53d55 #f58b6e;
border-width: 3px;
border-style: solid;
text-align: center;
margin: 2px;
font-size: 18px;
transition: background-color 0.2s;
cursor: pointer;
}
#game ul li:hover {
background-color: #f5825d;
}
#game ul li.open {
background-color: #f38b76;
border-color: transparent;
}
.help-btn-area {
background-color: #000;
width: 100px;
height: 100px;
margin: 30px auto;
display: block;
} | assets/styles/index.css | :root {
--bg-color: #e06147;
}
html,
body {
background-color: var(--bg-color);
color: #fff;
font-size: 16px;
}
/**
* =====================================================
* 通用
*/
.header {
text-align: center;
padding: 80px 0 50px;
}
.header h2 {
font-size: 28px;
}
.header h3 {
font-size: 12px;
}
.back {
position: absolute;
left: 0;
bottom: 0;
}
.back a {
display: block;
padding: 10px;
margin: 10px;
color: #fff;
border-radius: 10px;
}
.back a:active {
background-color: rgba(255, 255, 255, 0.1);
}
/**
* =====================================================
* .menu-page
*/
.menu-page {
position: relative;
width: 100vw;
height: 100vh;
overflow: hidden;
}
.menu-page .menu {
text-align: center;
}
.menu-page .menu nav ol li {
margin: 20px 0;
}
.menu-page .menu nav ol li a {
display: block;
margin: 0 auto;
padding: 16px 0;
font-size: 16px;
border-radius: 10px;
background-color: #c54c34;
color: #fff;
text-decoration: none;
width: 60%;
border-bottom: 3px solid #a13f2b;
display: flex;
justify-content: center;
align-items: center;
}
.menu-page .menu nav ol li a:active {
border-color: var(--bg-color);
transform: translateY(3px);
}
.menu-page .menu nav ol li a span {
font-size: 24px;
padding-right: 0.2em;
}
.personal-center {
text-align: center;
position: absolute;
width: 100%;
bottom: 20px;
}
.personal-center a {
color: #fff;
padding: 10px;
border-radius: 10px;
}
.personal-center a:active {
background-color: rgba(255, 255, 255, 0.1);
}
/**
* =====================================================
* .me-page
*/
.me-page {
width: 100vw;
height: 100vh;
position: relative;
overflow: hidden;
}
.me-page .score table {
margin: 0 auto;
}
.me-page .score table th,
.me-page .score table td {
padding: 5px 10px;
}
.me-page .score table th {
text-align: center;
}
/**
* =====================================================
* .game-page
*/
.game-page {
display: table;
margin: 0 auto;
}
.game-page .top-bar {
display: flex;
justify-content: space-between;
margin: 10px 0;
}
#game {
margin: 0 auto;
}
#game ul {
display: flex;
}
#game ul li {
width: 30px;
height: 30px;
line-height: 30px;
background-color: #f56f54;
border-color: #f59f83 #f54f45 #f53d55 #f58b6e;
border-width: 3px;
border-style: solid;
text-align: center;
margin: 2px;
font-size: 18px;
transition: background-color 0.2s;
cursor: pointer;
}
#game ul li:hover {
background-color: #f5825d;
}
#game ul li.open {
background-color: #f38b76;
border-color: transparent;
}
.help-btn-area {
background-color: #000;
width: 100px;
height: 100px;
margin: 30px auto;
display: block;
} | 0.498535 | 0.142709 |
body {
padding-top: 45px;
}
.cover {
background: url(/img/buskeet_cover_4.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
/*min-height: 650px;*/
}
@media (max-width: 360px) {
.cover { min-height: 300px; }
.navbar-home {
position: absolute;
top: -55px;
right: 12px;
}
}
@media (min-width: 361px) and (max-width: 768px) {
.cover { min-height: 500px; }
}
@media (min-width: 769px) {
.cover { min-height: 650px; }
}
.clzk-index-header-container {
height: 100px;
width: 100%;
background: #000;
margin-top: -50px;
background: rgba(0, 0, 0, .8);
}
.clzk-index-header {
margin-top: -100px;
}
.clzk-index-brand {
margin-top: 20px;
}
.clzk-index-register {
height: 500px;
width: 500px;
color: #FFF;
background: #000;
border-radius: 5px;
margin-top: 50px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, .8);
padding: 20px;
}
.clzk-home-container {
margin: auto;
width: 900px;
font-size: 15px;
margin: 30px auto;
}
@media (max-width: 360px) {
.clzk-home-container {
width: 100%;
}
}
.scheme {
width: 150px;
height: 150px;
border-radius: 50%;
font-size: 30px;
background: rgba(52, 73, 94, .8);
text-align: center;
line-height: 150px;
margin: auto;
}
#login-form {
margin-top: 10px;
}
#login-form .form-control {
margin-right: 2px;
margin-bottom: 4px;
}
#login-form #login-button {
position: relative;
top: -2px;
}
#cookie-banner {
position: fixed;
bottom: 10px;
z-index: 9999;
color: #FFF;
width: 300px;
right: 10px;
border-radius: 5px;
border: 1px #323232 solid;
}
.cookie-banner-content {
background-color: #333;
/*height: auto;*/
padding: 10px;
border-radius: 5px;
}
.buskeet_logo {
position: relative;
top: -26px;
}
.glyphicon {
top: 0;
}
.clzk-footer {
background: #484E55;
}
.clzk-dropdown-title {
text-transform: uppercase;
font-weight: bold;
margin: 10px auto;
}
.clzk-profile-picture-container {
text-align: center;
margin-bottom: 30px;
}
.clzk-profile-picture-container img{
width: 100%;
}
.clzk-profile-msg-btn-container {
margin-bottom: 30px;
}
.list-group-item:hover {
background: #3276b1;
color: #FFF;
cursor: pointer;
}
.clzk-region {
position: relative;
}
.clzk-profile-portfolio-title {
font-family: 'Euphoria Script', cursive;
font-weight: bold;
}
.clzk-btn-empty {
border: 2px #ddd solid;
}
.modal {
z-index: 9000;
}
.modal-backdrop {
z-index: 8990;
}
.clzk-footer a, .clzk-footer a:hover {
color: #FFF !important;
}
.clzk-home-geoloader {
background: #FFF !important;
border: none !important;
} | web/css/default.css | body {
padding-top: 45px;
}
.cover {
background: url(/img/buskeet_cover_4.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
/*min-height: 650px;*/
}
@media (max-width: 360px) {
.cover { min-height: 300px; }
.navbar-home {
position: absolute;
top: -55px;
right: 12px;
}
}
@media (min-width: 361px) and (max-width: 768px) {
.cover { min-height: 500px; }
}
@media (min-width: 769px) {
.cover { min-height: 650px; }
}
.clzk-index-header-container {
height: 100px;
width: 100%;
background: #000;
margin-top: -50px;
background: rgba(0, 0, 0, .8);
}
.clzk-index-header {
margin-top: -100px;
}
.clzk-index-brand {
margin-top: 20px;
}
.clzk-index-register {
height: 500px;
width: 500px;
color: #FFF;
background: #000;
border-radius: 5px;
margin-top: 50px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, .8);
padding: 20px;
}
.clzk-home-container {
margin: auto;
width: 900px;
font-size: 15px;
margin: 30px auto;
}
@media (max-width: 360px) {
.clzk-home-container {
width: 100%;
}
}
.scheme {
width: 150px;
height: 150px;
border-radius: 50%;
font-size: 30px;
background: rgba(52, 73, 94, .8);
text-align: center;
line-height: 150px;
margin: auto;
}
#login-form {
margin-top: 10px;
}
#login-form .form-control {
margin-right: 2px;
margin-bottom: 4px;
}
#login-form #login-button {
position: relative;
top: -2px;
}
#cookie-banner {
position: fixed;
bottom: 10px;
z-index: 9999;
color: #FFF;
width: 300px;
right: 10px;
border-radius: 5px;
border: 1px #323232 solid;
}
.cookie-banner-content {
background-color: #333;
/*height: auto;*/
padding: 10px;
border-radius: 5px;
}
.buskeet_logo {
position: relative;
top: -26px;
}
.glyphicon {
top: 0;
}
.clzk-footer {
background: #484E55;
}
.clzk-dropdown-title {
text-transform: uppercase;
font-weight: bold;
margin: 10px auto;
}
.clzk-profile-picture-container {
text-align: center;
margin-bottom: 30px;
}
.clzk-profile-picture-container img{
width: 100%;
}
.clzk-profile-msg-btn-container {
margin-bottom: 30px;
}
.list-group-item:hover {
background: #3276b1;
color: #FFF;
cursor: pointer;
}
.clzk-region {
position: relative;
}
.clzk-profile-portfolio-title {
font-family: 'Euphoria Script', cursive;
font-weight: bold;
}
.clzk-btn-empty {
border: 2px #ddd solid;
}
.modal {
z-index: 9000;
}
.modal-backdrop {
z-index: 8990;
}
.clzk-footer a, .clzk-footer a:hover {
color: #FFF !important;
}
.clzk-home-geoloader {
background: #FFF !important;
border: none !important;
} | 0.332961 | 0.07889 |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format('woff2');
}
html, body {
height: 100%;
}
* {
margin: 0;
padding: 0;
}
body {
background: linear-gradient(to bottom, #567788 0%, #121f25 100%) no-repeat center center;;
font-family: "Open Sans", sans-serif;
font-size: 14px;
color: #333333;
}
nav {
background-color: #EFF4F7;
width: 92%;
margin-left: 4%;
margin-top: 2%;
height: 3rem;
position: absolute;
z-index: 1;
}
ul {
list-style: none;
text-align: right;
}
li {
display: inline-block;
padding: 1% 0.8rem 0.8rem;
}
nav a {
text-decoration: none;
color: #ACB0B6;
font-size: 1.06rem;
}
div {
background-color: #EA3D51;
width: 11%;
position: relative;
left: 35%;
height: 6.5rem;
top: 1rem;
}
span {
color: #fff;
top: 4rem;
position: relative;
font-size: 3rem;
font-weight: bold;
text-transform: uppercase;
left: 30%;
}
main {
background-color: #CCD0D9;
width: 92%;
left: 4%;
position: relative;
top: 3rem;
height: 78%
}
main > h2 {
text-transform: uppercase;
position: absolute;
top: 3%;
left: 36%;
font-size: 2.4rem;
color: #121F25;
z-index: 1;
}
h1 {
color: #6DFFB8;
font-size: 4rem;
text-transform: uppercase;
position: absolute;
left: 46%;
top: 1rem;
}
article {
background-color: #E92C56;
width: 24%;
position: relative;
left: 44%;
top: 6rem;
height: 60%;
z-index: 1;
}
img {
max-width: 60px;
border-radius: 50%;
width: 100%;
margin-left: 39%;
margin-top: 6%;
}
.stars {
color: white;
text-align: center;
font-size: 1.6rem;
}
.content {
color: white;
text-align: justify;
padding: 1.3rem;
}
.content:before {
content: '"';
color: #B0213F;
font-size: 1.4rem;
}
.content:after {
content: '"';
color: #B0213F;
font-size: 1.4rem;
}
article > button {
background: none;
width: 6rem;
border: 2px solid #A1D5F2;
margin-left: 33%;
margin-bottom: 6%;
padding: 0.4rem;
}
article > button a {
color: white;
text-decoration: none;
text-transform: uppercase
}
section {
background-color: #FFFFFF;
width: 90%;
position: relative;
left: 3%;
height: 48%;
bottom: 12%;
}
section > h2 {
color: #6DFFB8;
font-size: 2rem;
padding-top: 10%;
padding-left: 1%;
}
section > p {
width: 76%;
padding-top: 1%;
padding-left: 1%;
}
section > button {
background: no-repeat;
border: 2px solid #738791;
width: 10%;
height: 2rem;
margin-top: 2%;
margin-left: 1%;
}
section > button a {
text-decoration: none;
color: #675062;
font-weight: 100;
}
section > button:hover {
color: #7FDDBB;
cursor: pointer;
background-color: #675062;
border: 2px solid #675062;
}
section > button:hover a {
color: #7FDDBB;
}
article button:hover {
background-color: #7FDDBB;
}
article button:hover a{
color: #3DA3BD;
} | CSS Presentation & Positioning/Exercises/01. Book Review/book-review.css | @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format('woff2');
}
html, body {
height: 100%;
}
* {
margin: 0;
padding: 0;
}
body {
background: linear-gradient(to bottom, #567788 0%, #121f25 100%) no-repeat center center;;
font-family: "Open Sans", sans-serif;
font-size: 14px;
color: #333333;
}
nav {
background-color: #EFF4F7;
width: 92%;
margin-left: 4%;
margin-top: 2%;
height: 3rem;
position: absolute;
z-index: 1;
}
ul {
list-style: none;
text-align: right;
}
li {
display: inline-block;
padding: 1% 0.8rem 0.8rem;
}
nav a {
text-decoration: none;
color: #ACB0B6;
font-size: 1.06rem;
}
div {
background-color: #EA3D51;
width: 11%;
position: relative;
left: 35%;
height: 6.5rem;
top: 1rem;
}
span {
color: #fff;
top: 4rem;
position: relative;
font-size: 3rem;
font-weight: bold;
text-transform: uppercase;
left: 30%;
}
main {
background-color: #CCD0D9;
width: 92%;
left: 4%;
position: relative;
top: 3rem;
height: 78%
}
main > h2 {
text-transform: uppercase;
position: absolute;
top: 3%;
left: 36%;
font-size: 2.4rem;
color: #121F25;
z-index: 1;
}
h1 {
color: #6DFFB8;
font-size: 4rem;
text-transform: uppercase;
position: absolute;
left: 46%;
top: 1rem;
}
article {
background-color: #E92C56;
width: 24%;
position: relative;
left: 44%;
top: 6rem;
height: 60%;
z-index: 1;
}
img {
max-width: 60px;
border-radius: 50%;
width: 100%;
margin-left: 39%;
margin-top: 6%;
}
.stars {
color: white;
text-align: center;
font-size: 1.6rem;
}
.content {
color: white;
text-align: justify;
padding: 1.3rem;
}
.content:before {
content: '"';
color: #B0213F;
font-size: 1.4rem;
}
.content:after {
content: '"';
color: #B0213F;
font-size: 1.4rem;
}
article > button {
background: none;
width: 6rem;
border: 2px solid #A1D5F2;
margin-left: 33%;
margin-bottom: 6%;
padding: 0.4rem;
}
article > button a {
color: white;
text-decoration: none;
text-transform: uppercase
}
section {
background-color: #FFFFFF;
width: 90%;
position: relative;
left: 3%;
height: 48%;
bottom: 12%;
}
section > h2 {
color: #6DFFB8;
font-size: 2rem;
padding-top: 10%;
padding-left: 1%;
}
section > p {
width: 76%;
padding-top: 1%;
padding-left: 1%;
}
section > button {
background: no-repeat;
border: 2px solid #738791;
width: 10%;
height: 2rem;
margin-top: 2%;
margin-left: 1%;
}
section > button a {
text-decoration: none;
color: #675062;
font-weight: 100;
}
section > button:hover {
color: #7FDDBB;
cursor: pointer;
background-color: #675062;
border: 2px solid #675062;
}
section > button:hover a {
color: #7FDDBB;
}
article button:hover {
background-color: #7FDDBB;
}
article button:hover a{
color: #3DA3BD;
} | 0.659515 | 0.128635 |
.{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body{
font-family: sans-serif;
line-height: 2;
color: white;
overflow-x: hidden;
background-color: black;
}
/*navbar*/
#navbar{
display:flex;
justify-content: space-between;
background-color: black;
padding: 1rem 1rem;
position: sticky;
top:0;
z-index: 1;
box-shadow: 1px white;
height: 30px;
}
#navbar ul{
display: flex;
align-items: center;
list-style: none;
text-decoration: none;
}
#navbar h2 a{
color: white;
text-decoration: none;
justify-content: space-between;
}
h2{
margin-top: -5px;
}
#navbar li a{
text-decoration: none;
color: white;
padding: 1rem;
font-size: 1rem;
margin: 0 0.5rem;
border-radius: 5px;
transition:color 0.3s;
}
#navbar li a:hover{
background-color: #333;
}
/*contact footer*/
#contact{
padding: 3rem 0;
}
#contact h2{
text-align: center;
font-size: 1rem;
margin-bottom: 6rem;
}
#contact h3{
text-align: center;
font-size: 2rem;
margin: 3rem 0;
margin-top: 5rem;
}
#contact .form-box{
background-color: black;
padding: 3rem;
box-shadow: 2px 2px 5px white;
border-radius: 10px;
}
#contact .form-group{
margin-bottom: 2rem;
}
#contact .form-group label{
display: white;
margin-bottom: 0.5rem;
width: 50%;
margin-left: 10%;
font-size: 1rem;
}
#contact .form-group input,
#contact .form-group textarea {
width: 80%;
margin-left: 10%;
font-size: 1rem;
padding: 1rem;
border:0.5px solid white;
border-radius: 5px;
}
#contact .form-group textarea{
font-family: sans-serif;
}
#contact .contact-btn{
width: 80%;
margin-left: 10%;
display:inline-block;
padding: 1rem 2rem;
border: none;
border-radius: 5px;
font-size: 1rem;
background: #333;
color: white;
margin-bottom: 1rem;
cursor: pointer;
transition: 0.3s;
}
#contact .contact-btn:hover{
background: lightgrey;
}
#contact .form-container{
position: relative;
}
#contact .mail-icon{
font-size: 2rem;
background: black;
color: white;
display: inline-block;
padding: 1rem 1rem;
border-radius: 80%;
position:absolute;
left: 45%;
} | css/services.css | .{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body{
font-family: sans-serif;
line-height: 2;
color: white;
overflow-x: hidden;
background-color: black;
}
/*navbar*/
#navbar{
display:flex;
justify-content: space-between;
background-color: black;
padding: 1rem 1rem;
position: sticky;
top:0;
z-index: 1;
box-shadow: 1px white;
height: 30px;
}
#navbar ul{
display: flex;
align-items: center;
list-style: none;
text-decoration: none;
}
#navbar h2 a{
color: white;
text-decoration: none;
justify-content: space-between;
}
h2{
margin-top: -5px;
}
#navbar li a{
text-decoration: none;
color: white;
padding: 1rem;
font-size: 1rem;
margin: 0 0.5rem;
border-radius: 5px;
transition:color 0.3s;
}
#navbar li a:hover{
background-color: #333;
}
/*contact footer*/
#contact{
padding: 3rem 0;
}
#contact h2{
text-align: center;
font-size: 1rem;
margin-bottom: 6rem;
}
#contact h3{
text-align: center;
font-size: 2rem;
margin: 3rem 0;
margin-top: 5rem;
}
#contact .form-box{
background-color: black;
padding: 3rem;
box-shadow: 2px 2px 5px white;
border-radius: 10px;
}
#contact .form-group{
margin-bottom: 2rem;
}
#contact .form-group label{
display: white;
margin-bottom: 0.5rem;
width: 50%;
margin-left: 10%;
font-size: 1rem;
}
#contact .form-group input,
#contact .form-group textarea {
width: 80%;
margin-left: 10%;
font-size: 1rem;
padding: 1rem;
border:0.5px solid white;
border-radius: 5px;
}
#contact .form-group textarea{
font-family: sans-serif;
}
#contact .contact-btn{
width: 80%;
margin-left: 10%;
display:inline-block;
padding: 1rem 2rem;
border: none;
border-radius: 5px;
font-size: 1rem;
background: #333;
color: white;
margin-bottom: 1rem;
cursor: pointer;
transition: 0.3s;
}
#contact .contact-btn:hover{
background: lightgrey;
}
#contact .form-container{
position: relative;
}
#contact .mail-icon{
font-size: 2rem;
background: black;
color: white;
display: inline-block;
padding: 1rem 1rem;
border-radius: 80%;
position:absolute;
left: 45%;
} | 0.378459 | 0.060142 |
.page-wrappers{
margin-top:55px;
width: 20vw;
height:calc(100vh - 55px);
overflow-y: scroll;
overflow-x: hidden;
background: #242526;
}
.left-menu{
background: #242526;
}
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #242526;
border:solid 1px #3a3b3c;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #242526;
border:solid 1px #3a3b3c;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #242526;
}
.contacts-list{
margin-top:65px;
}
.chats-text-div{
position: fixed;
border:solid 1px #3a3b3c;
width:20vw;
margin-bottom: 10vh;
padding-top:10px;
padding-bottom: 10px;
background: #242526;
padding-left: 20px;
}
.contacts-text{
justify-content: flex-start;
align-content: center;
align-items: center;
overflow-y:auto;
height: 100%;
font-size: 27px;
font-family: inherit;
font-weight: bold;
color:#ffffff;
}
.contact-info{
display: flex;
flex-direction: row;
text-align: center;
margin:10px;
border-radius: 10px;
}
.contact-info img{
width:50px;
height: 50px;
object-fit: cover;
border-radius: 50%;
}
.contact-info button{
background:#242526;
outline: none !important;
border-radius: 10px;
padding: 10px;
width: 100%;
height: 100%;
border: none;
text-align: center;
float:left;
font-size: 20px;
color:#ececec;
}
.contact-info button:hover{
background:#18191a;
outline: none !important;
border-radius: 10px;
padding: 10px;
width: 100%;
height: 100%;
border: none;
text-align: center;
float:left;
font-size: 20px;
color:#ececec;
}
.contact-info button:focus{
background:#18191a;
outline: none !important;
border-radius: 10px;
padding: 10px;
width: 100%;
height: 100%;
border: none;
text-align: center;
float:left;
font-size: 20px;
color:#ececec;
}
.text{
float:left;
font-size: 16px;
font-family: inherit;
font-weight: 400;
color:white;
}
.text img{
margin-right: 7px;
}
/*LEFT MENU*/
@media only screen and (max-width: 220px) {
.text {
display: flex;
justify-content: center;
visibility: hidden;
}
.text img{
visibility: visible;
}
} | public/css/messenger-left-panel.css | .page-wrappers{
margin-top:55px;
width: 20vw;
height:calc(100vh - 55px);
overflow-y: scroll;
overflow-x: hidden;
background: #242526;
}
.left-menu{
background: #242526;
}
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #242526;
border:solid 1px #3a3b3c;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #242526;
border:solid 1px #3a3b3c;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #242526;
}
.contacts-list{
margin-top:65px;
}
.chats-text-div{
position: fixed;
border:solid 1px #3a3b3c;
width:20vw;
margin-bottom: 10vh;
padding-top:10px;
padding-bottom: 10px;
background: #242526;
padding-left: 20px;
}
.contacts-text{
justify-content: flex-start;
align-content: center;
align-items: center;
overflow-y:auto;
height: 100%;
font-size: 27px;
font-family: inherit;
font-weight: bold;
color:#ffffff;
}
.contact-info{
display: flex;
flex-direction: row;
text-align: center;
margin:10px;
border-radius: 10px;
}
.contact-info img{
width:50px;
height: 50px;
object-fit: cover;
border-radius: 50%;
}
.contact-info button{
background:#242526;
outline: none !important;
border-radius: 10px;
padding: 10px;
width: 100%;
height: 100%;
border: none;
text-align: center;
float:left;
font-size: 20px;
color:#ececec;
}
.contact-info button:hover{
background:#18191a;
outline: none !important;
border-radius: 10px;
padding: 10px;
width: 100%;
height: 100%;
border: none;
text-align: center;
float:left;
font-size: 20px;
color:#ececec;
}
.contact-info button:focus{
background:#18191a;
outline: none !important;
border-radius: 10px;
padding: 10px;
width: 100%;
height: 100%;
border: none;
text-align: center;
float:left;
font-size: 20px;
color:#ececec;
}
.text{
float:left;
font-size: 16px;
font-family: inherit;
font-weight: 400;
color:white;
}
.text img{
margin-right: 7px;
}
/*LEFT MENU*/
@media only screen and (max-width: 220px) {
.text {
display: flex;
justify-content: center;
visibility: hidden;
}
.text img{
visibility: visible;
}
} | 0.206734 | 0.046877 |
@import "compass/css3";
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,700);
#wrap {
width: 1000px;
margin: 0 auto;
text-align: left;
color: #989A8F;
margin-left: 60px;
}
#exams {
background-color: #ffffff;
height: 325px;
width: 100%;
margin-top: 50px;
list-style-type: none;
}
#allExams-content {
margin-left: 0;
margin-right: 54px;
padding-left: 0;
padding-top: 40px;
}
#exams li {
float:left;
width: 220px;
text-align:center;
border-left:1px solid #EAE9E4;
border-right:1px solid #EAE9E4;
margin: 10px;
margin-bottom: 50px;
list-style-type: none;
}
.exam-top {
background-color:#EAE9E4;
height: 88px;
border:1px solid #EAE9E4;
}
.exam-top h2 {
font-family: 'Droid Sans', sans-serif;
font-size: 24px;
}
.exam-top p {
font-family: 'Droid Sans', sans-serif;
font-size: 14px;
}
.exam-circle {
width:60px;
height:60px;
border-radius:60px;
font-size:20px;
color:#fff;
line-height:60px;
text-align:center;
background:#989A8F;
margin-left: 80px;
margin-top: 10px;
}
.exam-bottom {
margin-top:50px;
padding-bottom: 30px;
border-bottom: 1px solid #EAE9E4;
height: 220px;
}
.exam-bottom p {
font-size: 15px;
font-family: 'Droid Serif', sans-serif;
padding:1px;
}
.exam-bottom #course-name {
font-weight: normal;
font-size: 25px;
}
.exam-bottom p span {
font-weight:bold;
}
.sign-in {
margin-top:50px;
}
#exam-show-button-show {
border: 1px solid #989A8F;
padding: 10px 40px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color: #989A8F;
font-size: 14px;
text-decoration: none;
vertical-align: middle;
font-size:17px;
}
#exam-show-button-hide {
cursor:not-allowed;
border: 1px solid #989A8F;
padding: 10px 45px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color: #989A8F;
font-size: 14px;
text-decoration: none;
vertical-align: middle;
font-size:17px;
}
#exams li.activated:hover .exam-top{
background-color: #4488a1;
color:#FFFFFF;
}
#exams li.activated:hover #exam-show-button-show{
background-color: #4488a1;
color:#FFFFFF;
}
#exams li.activated:hover .exam-circle{
background-color: #d1c3c0;
}
#exams li.deactivated li:hover .exam-top{
color: #eae9e4;
background-color:#EAE9E4;
}
#exams li.deactivated li:hover #exam-show-button-hide{
background-color: #FFFFFF;
color: #989a8f;
}
#exams li.deactivated li:hover .exam-circle{
background-color: #989a8f;
} | assets/styles/allExams.css | @import "compass/css3";
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,700);
#wrap {
width: 1000px;
margin: 0 auto;
text-align: left;
color: #989A8F;
margin-left: 60px;
}
#exams {
background-color: #ffffff;
height: 325px;
width: 100%;
margin-top: 50px;
list-style-type: none;
}
#allExams-content {
margin-left: 0;
margin-right: 54px;
padding-left: 0;
padding-top: 40px;
}
#exams li {
float:left;
width: 220px;
text-align:center;
border-left:1px solid #EAE9E4;
border-right:1px solid #EAE9E4;
margin: 10px;
margin-bottom: 50px;
list-style-type: none;
}
.exam-top {
background-color:#EAE9E4;
height: 88px;
border:1px solid #EAE9E4;
}
.exam-top h2 {
font-family: 'Droid Sans', sans-serif;
font-size: 24px;
}
.exam-top p {
font-family: 'Droid Sans', sans-serif;
font-size: 14px;
}
.exam-circle {
width:60px;
height:60px;
border-radius:60px;
font-size:20px;
color:#fff;
line-height:60px;
text-align:center;
background:#989A8F;
margin-left: 80px;
margin-top: 10px;
}
.exam-bottom {
margin-top:50px;
padding-bottom: 30px;
border-bottom: 1px solid #EAE9E4;
height: 220px;
}
.exam-bottom p {
font-size: 15px;
font-family: 'Droid Serif', sans-serif;
padding:1px;
}
.exam-bottom #course-name {
font-weight: normal;
font-size: 25px;
}
.exam-bottom p span {
font-weight:bold;
}
.sign-in {
margin-top:50px;
}
#exam-show-button-show {
border: 1px solid #989A8F;
padding: 10px 40px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color: #989A8F;
font-size: 14px;
text-decoration: none;
vertical-align: middle;
font-size:17px;
}
#exam-show-button-hide {
cursor:not-allowed;
border: 1px solid #989A8F;
padding: 10px 45px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color: #989A8F;
font-size: 14px;
text-decoration: none;
vertical-align: middle;
font-size:17px;
}
#exams li.activated:hover .exam-top{
background-color: #4488a1;
color:#FFFFFF;
}
#exams li.activated:hover #exam-show-button-show{
background-color: #4488a1;
color:#FFFFFF;
}
#exams li.activated:hover .exam-circle{
background-color: #d1c3c0;
}
#exams li.deactivated li:hover .exam-top{
color: #eae9e4;
background-color:#EAE9E4;
}
#exams li.deactivated li:hover #exam-show-button-hide{
background-color: #FFFFFF;
color: #989a8f;
}
#exams li.deactivated li:hover .exam-circle{
background-color: #989a8f;
} | 0.216508 | 0.064713 |
IMPORTS & DEPENDENCIES
Remember, all the BASE styles are called already since IE can
read those. Below, we need to import only the stuff IE can't
understand (what's inside the media queries). We also need to
import the mixins file so SASS can understand the variables.
******************************************************************/
/******************************************************************
Site Name:
Author:
Stylesheet: Variables
Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.
******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/* --- MS COLORS --- */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:
Stylesheet: Typography
Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!
Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline
******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/* To embed your own fonts, use this syntax
and place your fonts inside the
library/fonts folder. For more information
on embedding fonts, go to:
http://www.fontsquirrel.com/
Be sure to remove the comment brackets.
*/
/* @font-face {
font-family: 'Font Name';
src: url('library/fonts/font-name.eot');
src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
url('library/fonts/font-name.woff') format('woff'),
url('library/fonts/font-name.ttf') format('truetype'),
url('library/fonts/font-name.svg#font-name') format('svg');
font-weight: normal;
font-style: normal;
}
*/
@font-face {
font-family: 'opensans-light';
src: url("../fonts/opensans-light-webfont.eot");
src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#opensans-light") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'opensans';
src: url("../fonts/opensans-regular-webfont.eot");
src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#opensans") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'opensans';
src: url("../fonts/opensans-bold-webfont.eot");
src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#opensans") format("svg");
font-weight: bold;
font-style: normal; }
@font-face {
font-family: 'opensans';
src: url("../fonts/opensans-italic-webfont.eot");
src: url("../fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-italic-webfont.woff") format("woff"), url("../fonts/opensans-italic-webfont.ttf") format("truetype"), url("../fonts/opensans-italic-webfont.svg#opensans") format("svg");
font-weight: normal;
font-style: italic; }
/* line 84, partials/_typography.scss */
i, .italic {
font-style: italic; }
/* line 85, partials/_typography.scss */
b, .bold {
font-weight: bold; }
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
i imported this one in the functions file so bones would look sweet.
don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 108, partials/_typography.scss */
p {
-ms-word-wrap: break-word;
word-break: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
hyphenate-lines: 3;
-webkit-font-feature-settings: "liga", "dlig";
-moz-font-feature-settings: "liga=1, dlig=1";
-ms-font-feature-settings: "liga", "dlig";
-o-font-feature-settings: "liga", "dlig";
font-feature-settings: "liga", "dlig"; }
/******************************************************************
Site Name:
Author:
Stylesheet: Mixins Stylesheet
This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.
A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.
Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/
******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BORDER RADIUS
*********************/
/* @include border-radius(10px); */
/******************************************************************
Site Name:
Author:
Stylesheet: IE Grid Styles
Since the example grid is based on media queries, so rather than
setup some js library that would make IE8 and below understand
media queries, let's just add some styles that serves a fixed grid.
Again, if you want to roll your own, just remove this junk and put
whatever you use in here.
******************************************************************/
/******************************************************************
Site Name:
Author:
Stylesheet: 481px and Up Stylesheet
This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.
A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.
******************************************************************/
/*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
/*********************
NAVIGATION STYLES
*********************/
/* .menu is clearfixed inside mixins.scss */
/* line 33, breakpoints/_481up.scss */
.menu {
/* end .menu ul */ }
/* line 34, breakpoints/_481up.scss */
.menu ul {
/* end .menu ul li */
/* highlight current page */
/* end current highlighters */ }
/* line 35, breakpoints/_481up.scss */
.menu ul li {
/*
plan your menus and drop-downs wisely.
*/ }
/* line 36, breakpoints/_481up.scss */
.menu ul li a {
/*
you can use hover styles here even though this size
has the possibility of being a mobile device.
*/ }
/* end .menu */
/*********************
POSTS & CONTENT STYLES
*********************/
/* entry content */
/* line 81, breakpoints/_481up.scss */
.entry-content {
/* at this larger size, we can start to align images */ }
/* line 85, breakpoints/_481up.scss */
.entry-content .alignleft, .entry-content img.alignleft {
margin-right: 1.5em;
display: inline;
float: left; }
/* line 90, breakpoints/_481up.scss */
.entry-content .alignright, .entry-content img.alignright {
margin-left: 1.5em;
display: inline;
float: right; }
/* line 95, breakpoints/_481up.scss */
.entry-content .aligncenter, .entry-content img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both; }
/* end .entry-content */
/*********************
FOOTER STYLES
*********************/
/*
check your menus here. do they look good?
do they need tweaking?
*/
/* end .footer-links */
/******************************************************************
Site Name:
Author:
Stylesheet: Tablet & Small Desktop Stylesheet
Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!
******************************************************************/
/*********************
GENERAL STYLES
*********************/
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 26, breakpoints/_768up.scss */
.wrap {
width: 96%; }
/*********************
HEADER STYLES
*********************/
/* line 37, breakpoints/_768up.scss */
#logo {
text-align: left;
margin: 2.25em 0; }
/*********************
NAVIGATION STYLES
*********************/
/* line 46, breakpoints/_768up.scss */
.nav {
border: 0;
/* end .menu ul li */
/* highlight current page */
/* end current highlighters */ }
/* line 48, breakpoints/_768up.scss */
.nav ul {
background: #323944;
margin-top: 0; }
/* line 52, breakpoints/_768up.scss */
.nav li {
float: left;
position: relative;
/*
plan your menus and drop-downs wisely.
*/
/* showing sub-menus */ }
/* line 56, breakpoints/_768up.scss */
.nav li a {
border-bottom: 0;
/*
you can use hover styles here even though this size
has the possibility of being a mobile device.
*/ }
/* line 63, breakpoints/_768up.scss */
.nav li a:hover, .nav li a:focus {
color: #fff;
text-decoration: underline; }
/* line 75, breakpoints/_768up.scss */
.nav li ul.sub-menu,
.nav li ul.children {
margin-top: 0;
border: 1px solid #ccc;
border-top: 0;
position: absolute;
visibility: hidden;
z-index: 8999;
/* highlight sub-menu current page */ }
/* line 84, breakpoints/_768up.scss */
.nav li ul.sub-menu li,
.nav li ul.children li {
/*
if you need to go deeper, go nuts
just remember deeper menus suck
for usability. k, bai.
*/ }
/* line 86, breakpoints/_768up.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
padding-left: 10px;
border-right: 0;
display: block;
width: 180px;
border-bottom: 1px solid #ccc; }
/* line 103, breakpoints/_768up.scss */
.nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
border-bottom: 0; }
/* line 113, breakpoints/_768up.scss */
.nav li ul.sub-menu li ul,
.nav li ul.children li ul {
top: 0;
left: 100%; }
/* line 128, breakpoints/_768up.scss */
.nav li:hover > ul {
top: auto;
visibility: visible; }
/* end .nav */
/*********************
SIDEBARS & ASIDES
*********************/
/* line 148, breakpoints/_768up.scss */
.sidebar {
margin-top: 2.2em; }
/* line 152, breakpoints/_768up.scss */
.widgettitle {
border-bottom: 2px dotted #535D64;
margin-bottom: 0.75em; }
/* line 157, breakpoints/_768up.scss */
.widget {
padding: 0 10px;
margin: 2.2em 0; }
/* line 162, breakpoints/_768up.scss */
.widget ul li {
margin-bottom: 0.75em;
/* deep nesting */ }
/* line 170, breakpoints/_768up.scss */
.widget ul li ul {
margin-top: 0.75em;
padding-left: 1em; }
/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
/* text widget */
/* line 263, breakpoints/_768up.scss */
.textwidget .dashicons {
display: inline;
-webkit-font-smoothing: antialiased;
font: normal 6em 'dashicons';
line-height: 1em;
color: #e6e8ea;
vertical-align: top;
margin: 0em 0 0 -0.1em; }
/*********************
FOOTER STYLES
*********************/
/*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
/* line 288, breakpoints/_768up.scss */
.footer-links ul li {
/*
be careful with the depth of your menus.
it's very rare to have multi-depth menus in
the footer.
*/ }
/* end .footer-links */
/*********************
VJMS CLASSES
*********************/
/* line 305, breakpoints/_768up.scss */
.vjms-wrap-narrow {
max-width: 900px;
width: 96%;
margin: 0 auto; }
/* line 311, breakpoints/_768up.scss */
.vjms-social-holder {
float: right;
margin: 0.5em -1.3em 0.5em 1.3em; }
/* line 316, breakpoints/_768up.scss */
.vjms-nav-holder {
margin-left: -100px;
border-top: 0px dotted #96BD0F;
border-bottom: 0px dotted #96BD0F;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box; }
/* Slimmenu */
/* line 326, breakpoints/_768up.scss */
ul.slimmenu li .sub-collapser {
background: none repeat scroll 0 0 transparent;
position: absolute;
right: 4px;
top: 10px;
width: 32px;
height: 32px;
text-align: center;
z-index: 999;
cursor: pointer;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%; }
/* line 339, breakpoints/_768up.scss */
ul.slimmenu li .sub-collapser:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em; }
/* line 346, breakpoints/_768up.scss */
ul.slimmenu li .sub-collapser > i {
color: #96BD0F;
font-size: 10px;
display: inline-block;
vertical-align: middle;
padding: 0 0 6px 4px;
margin-top: 0.8em; }
/* line 355, breakpoints/_768up.scss */
ul.slimmenu li a {
display: block;
color: #96BD0F;
padding: 12px 40px 12px 16px;
font-size: 1em;
font-weight: 400;
text-decoration: none;
text-transform: uppercase;
transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-webkit-transition: background-color 0.5s ease-out; }
/* line 369, breakpoints/_768up.scss */
ul.slimmenu li ul li {
width: 180%;
position: relative;
left: 0;
top: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.275); }
/* vjms-hero */
/* line 378, breakpoints/_768up.scss */
.vjms-hero {
background-color: #96BD0F;
margin: -1.5em 0 0 0; }
/* line 381, breakpoints/_768up.scss */
.vjms-hero .vjms-hero-txt {
color: #fff;
text-align: center;
font-size: 1.25em;
line-height: 2.25em;
padding: 0 0.25em; }
/* line 387, breakpoints/_768up.scss */
.vjms-hero .vjms-hero-txt .bigline {
font-size: 4.5em;
line-height: 1.25em;
font-family: "opensans-light";
font-weight: 300; }
/* line 393, breakpoints/_768up.scss */
.vjms-hero .vjms-hero-txt .intro {
font-size: 2.25em;
line-height: 1.85em;
font-family: "opensans-light";
font-weight: 300; }
/* line 402, breakpoints/_768up.scss */
.vjms-portrait-holder {
text-align: right; }
/* line 404, breakpoints/_768up.scss */
.vjms-portrait-holder img {
margin-top: -30px;
margin-bottom: 10px;
display: block;
max-width: 100%;
height: auto; }
/* line 413, breakpoints/_768up.scss */
.vjms-portrait-404 {
text-align: center; }
/* line 415, breakpoints/_768up.scss */
.vjms-portrait-404 img {
margin: 1em auto;
display: block;
max-width: 100%;
height: auto; }
/* line 423, breakpoints/_768up.scss */
.vjms-archive-thumb {
margin-right: 1.5em; }
/******************************************************************
Site Name:
Author:
Stylesheet: Desktop Stylsheet
This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.
******************************************************************/
/* line 12, breakpoints/_1030up.scss */
.wrap {
max-width: 1140px;
width: 96%;
margin: 0 auto; }
/*
you can call the larger styles if you want, but there's really no need
*/
/******************************************************************
ADDITIONAL IE FIXES
These fixes are now ONLY seen by IE, so you don't have to worry
about using prefixes, although it's best practice. For more info
on using Modernizr classes, check out this link:
http://www.modernizr.com/docs/
******************************************************************/
/*
For example, you can use something like:
.no-textshadow .class { ... }
You can also target specific versions by using the classes applied to
the html element. These can sometimes change, so take a look inside the
header.php file to see what they are:
.lt-ie8 .class { ... }
*/
/*# sourceMappingURL=ie.css.map */ | library/scss/ie.css | IMPORTS & DEPENDENCIES
Remember, all the BASE styles are called already since IE can
read those. Below, we need to import only the stuff IE can't
understand (what's inside the media queries). We also need to
import the mixins file so SASS can understand the variables.
******************************************************************/
/******************************************************************
Site Name:
Author:
Stylesheet: Variables
Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.
******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/* --- MS COLORS --- */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:
Stylesheet: Typography
Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!
Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline
******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/* To embed your own fonts, use this syntax
and place your fonts inside the
library/fonts folder. For more information
on embedding fonts, go to:
http://www.fontsquirrel.com/
Be sure to remove the comment brackets.
*/
/* @font-face {
font-family: 'Font Name';
src: url('library/fonts/font-name.eot');
src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
url('library/fonts/font-name.woff') format('woff'),
url('library/fonts/font-name.ttf') format('truetype'),
url('library/fonts/font-name.svg#font-name') format('svg');
font-weight: normal;
font-style: normal;
}
*/
@font-face {
font-family: 'opensans-light';
src: url("../fonts/opensans-light-webfont.eot");
src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#opensans-light") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'opensans';
src: url("../fonts/opensans-regular-webfont.eot");
src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#opensans") format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'opensans';
src: url("../fonts/opensans-bold-webfont.eot");
src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#opensans") format("svg");
font-weight: bold;
font-style: normal; }
@font-face {
font-family: 'opensans';
src: url("../fonts/opensans-italic-webfont.eot");
src: url("../fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-italic-webfont.woff") format("woff"), url("../fonts/opensans-italic-webfont.ttf") format("truetype"), url("../fonts/opensans-italic-webfont.svg#opensans") format("svg");
font-weight: normal;
font-style: italic; }
/* line 84, partials/_typography.scss */
i, .italic {
font-style: italic; }
/* line 85, partials/_typography.scss */
b, .bold {
font-weight: bold; }
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
i imported this one in the functions file so bones would look sweet.
don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 108, partials/_typography.scss */
p {
-ms-word-wrap: break-word;
word-break: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
-webkit-hyphenate-before: 2;
-webkit-hyphenate-after: 3;
hyphenate-lines: 3;
-webkit-font-feature-settings: "liga", "dlig";
-moz-font-feature-settings: "liga=1, dlig=1";
-ms-font-feature-settings: "liga", "dlig";
-o-font-feature-settings: "liga", "dlig";
font-feature-settings: "liga", "dlig"; }
/******************************************************************
Site Name:
Author:
Stylesheet: Mixins Stylesheet
This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.
A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.
Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/
******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BORDER RADIUS
*********************/
/* @include border-radius(10px); */
/******************************************************************
Site Name:
Author:
Stylesheet: IE Grid Styles
Since the example grid is based on media queries, so rather than
setup some js library that would make IE8 and below understand
media queries, let's just add some styles that serves a fixed grid.
Again, if you want to roll your own, just remove this junk and put
whatever you use in here.
******************************************************************/
/******************************************************************
Site Name:
Author:
Stylesheet: 481px and Up Stylesheet
This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.
A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.
******************************************************************/
/*
IMPORTANT NOTE ABOUT SASS 3.3 & UP
You can't use @extend within media queries
anymore, so just be aware that if you drop
them in here, they won't work.
*/
/*********************
NAVIGATION STYLES
*********************/
/* .menu is clearfixed inside mixins.scss */
/* line 33, breakpoints/_481up.scss */
.menu {
/* end .menu ul */ }
/* line 34, breakpoints/_481up.scss */
.menu ul {
/* end .menu ul li */
/* highlight current page */
/* end current highlighters */ }
/* line 35, breakpoints/_481up.scss */
.menu ul li {
/*
plan your menus and drop-downs wisely.
*/ }
/* line 36, breakpoints/_481up.scss */
.menu ul li a {
/*
you can use hover styles here even though this size
has the possibility of being a mobile device.
*/ }
/* end .menu */
/*********************
POSTS & CONTENT STYLES
*********************/
/* entry content */
/* line 81, breakpoints/_481up.scss */
.entry-content {
/* at this larger size, we can start to align images */ }
/* line 85, breakpoints/_481up.scss */
.entry-content .alignleft, .entry-content img.alignleft {
margin-right: 1.5em;
display: inline;
float: left; }
/* line 90, breakpoints/_481up.scss */
.entry-content .alignright, .entry-content img.alignright {
margin-left: 1.5em;
display: inline;
float: right; }
/* line 95, breakpoints/_481up.scss */
.entry-content .aligncenter, .entry-content img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both; }
/* end .entry-content */
/*********************
FOOTER STYLES
*********************/
/*
check your menus here. do they look good?
do they need tweaking?
*/
/* end .footer-links */
/******************************************************************
Site Name:
Author:
Stylesheet: Tablet & Small Desktop Stylesheet
Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!
******************************************************************/
/*********************
GENERAL STYLES
*********************/
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 26, breakpoints/_768up.scss */
.wrap {
width: 96%; }
/*********************
HEADER STYLES
*********************/
/* line 37, breakpoints/_768up.scss */
#logo {
text-align: left;
margin: 2.25em 0; }
/*********************
NAVIGATION STYLES
*********************/
/* line 46, breakpoints/_768up.scss */
.nav {
border: 0;
/* end .menu ul li */
/* highlight current page */
/* end current highlighters */ }
/* line 48, breakpoints/_768up.scss */
.nav ul {
background: #323944;
margin-top: 0; }
/* line 52, breakpoints/_768up.scss */
.nav li {
float: left;
position: relative;
/*
plan your menus and drop-downs wisely.
*/
/* showing sub-menus */ }
/* line 56, breakpoints/_768up.scss */
.nav li a {
border-bottom: 0;
/*
you can use hover styles here even though this size
has the possibility of being a mobile device.
*/ }
/* line 63, breakpoints/_768up.scss */
.nav li a:hover, .nav li a:focus {
color: #fff;
text-decoration: underline; }
/* line 75, breakpoints/_768up.scss */
.nav li ul.sub-menu,
.nav li ul.children {
margin-top: 0;
border: 1px solid #ccc;
border-top: 0;
position: absolute;
visibility: hidden;
z-index: 8999;
/* highlight sub-menu current page */ }
/* line 84, breakpoints/_768up.scss */
.nav li ul.sub-menu li,
.nav li ul.children li {
/*
if you need to go deeper, go nuts
just remember deeper menus suck
for usability. k, bai.
*/ }
/* line 86, breakpoints/_768up.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
padding-left: 10px;
border-right: 0;
display: block;
width: 180px;
border-bottom: 1px solid #ccc; }
/* line 103, breakpoints/_768up.scss */
.nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
border-bottom: 0; }
/* line 113, breakpoints/_768up.scss */
.nav li ul.sub-menu li ul,
.nav li ul.children li ul {
top: 0;
left: 100%; }
/* line 128, breakpoints/_768up.scss */
.nav li:hover > ul {
top: auto;
visibility: visible; }
/* end .nav */
/*********************
SIDEBARS & ASIDES
*********************/
/* line 148, breakpoints/_768up.scss */
.sidebar {
margin-top: 2.2em; }
/* line 152, breakpoints/_768up.scss */
.widgettitle {
border-bottom: 2px dotted #535D64;
margin-bottom: 0.75em; }
/* line 157, breakpoints/_768up.scss */
.widget {
padding: 0 10px;
margin: 2.2em 0; }
/* line 162, breakpoints/_768up.scss */
.widget ul li {
margin-bottom: 0.75em;
/* deep nesting */ }
/* line 170, breakpoints/_768up.scss */
.widget ul li ul {
margin-top: 0.75em;
padding-left: 1em; }
/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
/* text widget */
/* line 263, breakpoints/_768up.scss */
.textwidget .dashicons {
display: inline;
-webkit-font-smoothing: antialiased;
font: normal 6em 'dashicons';
line-height: 1em;
color: #e6e8ea;
vertical-align: top;
margin: 0em 0 0 -0.1em; }
/*********************
FOOTER STYLES
*********************/
/*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
/* line 288, breakpoints/_768up.scss */
.footer-links ul li {
/*
be careful with the depth of your menus.
it's very rare to have multi-depth menus in
the footer.
*/ }
/* end .footer-links */
/*********************
VJMS CLASSES
*********************/
/* line 305, breakpoints/_768up.scss */
.vjms-wrap-narrow {
max-width: 900px;
width: 96%;
margin: 0 auto; }
/* line 311, breakpoints/_768up.scss */
.vjms-social-holder {
float: right;
margin: 0.5em -1.3em 0.5em 1.3em; }
/* line 316, breakpoints/_768up.scss */
.vjms-nav-holder {
margin-left: -100px;
border-top: 0px dotted #96BD0F;
border-bottom: 0px dotted #96BD0F;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box; }
/* Slimmenu */
/* line 326, breakpoints/_768up.scss */
ul.slimmenu li .sub-collapser {
background: none repeat scroll 0 0 transparent;
position: absolute;
right: 4px;
top: 10px;
width: 32px;
height: 32px;
text-align: center;
z-index: 999;
cursor: pointer;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%; }
/* line 339, breakpoints/_768up.scss */
ul.slimmenu li .sub-collapser:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.25em; }
/* line 346, breakpoints/_768up.scss */
ul.slimmenu li .sub-collapser > i {
color: #96BD0F;
font-size: 10px;
display: inline-block;
vertical-align: middle;
padding: 0 0 6px 4px;
margin-top: 0.8em; }
/* line 355, breakpoints/_768up.scss */
ul.slimmenu li a {
display: block;
color: #96BD0F;
padding: 12px 40px 12px 16px;
font-size: 1em;
font-weight: 400;
text-decoration: none;
text-transform: uppercase;
transition: background-color 0.5s ease-out;
-o-transition: background-color 0.5s ease-out;
-moz-transition: background-color 0.5s ease-out;
-webkit-transition: background-color 0.5s ease-out; }
/* line 369, breakpoints/_768up.scss */
ul.slimmenu li ul li {
width: 180%;
position: relative;
left: 0;
top: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.275); }
/* vjms-hero */
/* line 378, breakpoints/_768up.scss */
.vjms-hero {
background-color: #96BD0F;
margin: -1.5em 0 0 0; }
/* line 381, breakpoints/_768up.scss */
.vjms-hero .vjms-hero-txt {
color: #fff;
text-align: center;
font-size: 1.25em;
line-height: 2.25em;
padding: 0 0.25em; }
/* line 387, breakpoints/_768up.scss */
.vjms-hero .vjms-hero-txt .bigline {
font-size: 4.5em;
line-height: 1.25em;
font-family: "opensans-light";
font-weight: 300; }
/* line 393, breakpoints/_768up.scss */
.vjms-hero .vjms-hero-txt .intro {
font-size: 2.25em;
line-height: 1.85em;
font-family: "opensans-light";
font-weight: 300; }
/* line 402, breakpoints/_768up.scss */
.vjms-portrait-holder {
text-align: right; }
/* line 404, breakpoints/_768up.scss */
.vjms-portrait-holder img {
margin-top: -30px;
margin-bottom: 10px;
display: block;
max-width: 100%;
height: auto; }
/* line 413, breakpoints/_768up.scss */
.vjms-portrait-404 {
text-align: center; }
/* line 415, breakpoints/_768up.scss */
.vjms-portrait-404 img {
margin: 1em auto;
display: block;
max-width: 100%;
height: auto; }
/* line 423, breakpoints/_768up.scss */
.vjms-archive-thumb {
margin-right: 1.5em; }
/******************************************************************
Site Name:
Author:
Stylesheet: Desktop Stylsheet
This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.
******************************************************************/
/* line 12, breakpoints/_1030up.scss */
.wrap {
max-width: 1140px;
width: 96%;
margin: 0 auto; }
/*
you can call the larger styles if you want, but there's really no need
*/
/******************************************************************
ADDITIONAL IE FIXES
These fixes are now ONLY seen by IE, so you don't have to worry
about using prefixes, although it's best practice. For more info
on using Modernizr classes, check out this link:
http://www.modernizr.com/docs/
******************************************************************/
/*
For example, you can use something like:
.no-textshadow .class { ... }
You can also target specific versions by using the classes applied to
the html element. These can sometimes change, so take a look inside the
header.php file to see what they are:
.lt-ie8 .class { ... }
*/
/*# sourceMappingURL=ie.css.map */ | 0.397237 | 0.062875 |
h2 {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 28px;
letter-spacing: -0.423077px;
color: #4A4FF2;
}
h1 {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 60px;
color: #111111;
}
.blue_color {
color: #4A4FF2;
}
.text_right {
font-family: "Mulish", sans-serif;
font-style: italic;
font-weight: normal;
font-size: 18px;
line-height: 23px;
color: #9e9b9b;
mix-blend-mode: normal;
opacity: 0.5;
}
.body-text {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #111111;
mix-blend-mode: normal;
opacity: 0.8;
}
.link-info {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 38px;
color: #111111;
}
.links {
list-style-type: none;
}
.link-appearance {
-webkit-text-decoration-line: none;
text-decoration-line: none;
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 23px;
color: #111111;
}
.body-bold {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
text-align: right;
color: #111111;
}
.bold, .nav_appearance {
-webkit-text-decoration-line: none;
text-decoration-line: none;
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 23px;
color: #111111;
}
.rubric, .list {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 28px;
color: #111111;
}
.description {
color: #979797;
}
.text-box, .input-area {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #111111;
mix-blend-mode: normal;
opacity: 0.6;
}
/*# sourceMappingURL=_fonts.css.map */ | styles/_fonts.css | h2 {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 28px;
letter-spacing: -0.423077px;
color: #4A4FF2;
}
h1 {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 60px;
color: #111111;
}
.blue_color {
color: #4A4FF2;
}
.text_right {
font-family: "Mulish", sans-serif;
font-style: italic;
font-weight: normal;
font-size: 18px;
line-height: 23px;
color: #9e9b9b;
mix-blend-mode: normal;
opacity: 0.5;
}
.body-text {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #111111;
mix-blend-mode: normal;
opacity: 0.8;
}
.link-info {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 28px;
line-height: 38px;
color: #111111;
}
.links {
list-style-type: none;
}
.link-appearance {
-webkit-text-decoration-line: none;
text-decoration-line: none;
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 23px;
color: #111111;
}
.body-bold {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
text-align: right;
color: #111111;
}
.bold, .nav_appearance {
-webkit-text-decoration-line: none;
text-decoration-line: none;
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 23px;
color: #111111;
}
.rubric, .list {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 28px;
color: #111111;
}
.description {
color: #979797;
}
.text-box, .input-area {
font-family: "Mulish", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #111111;
mix-blend-mode: normal;
opacity: 0.6;
}
/*# sourceMappingURL=_fonts.css.map */ | 0.31258 | 0.102529 |
hr,
input[type=search] {
box-sizing: content-box
}
h1,
h2 {
margin: 40px 0 20px
}
img,
legend {
border: 0
}
body,
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
blockquote,
dfn {
font-style: italic
}
[class*=" icon-"]:before,
[class^=icon-]:before,
blockquote:before {
font-family: ghost-in-the-data-icon!important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
body,
ul {
margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
p,
pre code,
td,
th,
ul {
padding: 0
}
a,
pre code {
background-color: transparent
}
.header-socialPanel,
.overlay {
-webkit-transition-duration: .3s;
-moz-transition-duration: .3s;
-o-transition-duration: .3s
}
.Ads,
.error-wrap,
.footer-wrap,
.godo-cover-wrap,
.header-socialPanel ul,
.menu-close,
.menu-open,
.pagination {
text-align: center
}
.btn,
a,
a:active,
a:hover {
outline: 0
}
html {
font-family: sans-serif
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
a {
color: #417fec;
text-decoration: none
}
abbr[title] {
border-bottom: 1px dotted
}
b,
optgroup,
strong {
font-weight: 700
}
mark {
background: #ff0;
color: #000
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -.5em
}
sub {
bottom: -.25em
}
.menu,
.overlay {
bottom: 0;
top: 0
}
img {
width: auto;
max-width: 100%
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 1em 40px
}
hr {
height: 0;
border: none;
border-bottom: 1px dashed #b7b7b7;
margin: 2em auto
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0
}
button {
overflow: visible
}
button,
select {
text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled],
html input[disabled] {
cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0
}
input {
line-height: normal
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto
}
input[type=search] {
-webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
textarea {
overflow: auto
}
table {
border-collapse: collapse;
border-spacing: 0
}
.header.toolbar-shadow {
box-shadow: 0 4px 8px rgba(0, 0, 0, .28)
}
@font-face {
font-family: ghost-in-the-data-icon;
src: url(../fonts/ghost-in-the-data-icon.eot?xu2r5s);
src: url(../fonts/ghost-in-the-data-icon.eot?xu2r5s#iefix) format("embedded-opentype"), url(../fonts/ghost-in-the-data-icon.ttf?xu2r5s) format("truetype"), url(../fonts/ghost-in-the-data-icon.woff?xu2r5s) format("woff"), url(../fonts/ghost-in-the-data-icon.svg?xu2r5s#ghost-in-the-data-icon) format("svg");
font-weight: 400;
font-style: normal
}
.icon-snapchat:before {
content: "\e912";
}
.icon-separate:before {
content: "\e908";
}
.icon-code-fork:before {
content: "\e909";
}
.icon-code-fork2:before {
content: "\e910";
}
.icon-quote:before {
content: "\e244";
}
.icon-tag:before {
content: "\f02b";
}
.icon-user-add:before {
content: "\e90e";
}
.icon-search:before {
content: "\e8b6";
}
.icon-connect:before {
content: "\e90a";
}
.icon-favorite:before {
content: "\e87d";
}
.icon-arrow_back:before {
content: "\e5c4";
}
.icon-code:before {
content: "\e907";
}
.icon-code2:before {
content: "\e911";
}
.icon-share:before {
content: "\e90b";
}
.icon-mail:before {
content: "\e90c";
}
.icon-mail4:before {
content: "\e913";
}
.icon-google-plus:before {
content: "\e901";
}
.icon-facebook:before {
content: "\f09a";
}
.icon-fb:before {
content: "\f230";
}
.icon-instagram:before {
content: "\f16d";
}
.icon-spotify:before {
content: "\e902";
}
.icon-twitter:before {
content: "\f099";
}
.icon-feed:before {
content: "\f09e";
}
.icon-rss:before {
content: "\e915";
}
.icon-youtube:before {
content: "\f16a";
}
.icon-youtube2:before {
content: "\f16b";
}
.icon-lanyrd:before {
content: "\e90f";
}
.icon-flickr:before {
content: "\e903";
}
.icon-dribbble:before {
content: "\e904";
}
.icon-behance:before {
content: "\e905";
}
.icon-github:before {
content: "\f09b";
}
.icon-wordpress:before {
content: "\e914";
}
.icon-reddit:before {
content: "\e90d";
}
.icon-wikipedia:before {
content: "\e916";
}
.icon-in:before {
content: "\e906";
}
.icon-linkedin:before {
content: "\e900";
}
.icon-codepen:before {
content: "\f1cb";
}
.icon-menu:before {
content: "\e5d2";
}
.icon-arrow_right:before {
content: "\e315";
}
.icon-arrow_left:before {
content: "\e314";
}
.icon-location:before {
content: "\e91d";
}
.icon-link:before {
content: "\e157";
}
.icon-comment:before {
content: "\e0b9";
}
*,
:after,
:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
[godo-state~=no-scroll] {
height: 100%;
overflow: hidden
}
body {
color: #212121;
background: #EEE;
font: 400 16px/24px Roboto, sans-serif;
-moz-text-size-adjust: 100%
}
blockquote {
position: relative;
padding-left: 75px;
margin: 40px auto;
color: #757575;
min-height: 70px
}
blockquote:before {
left: -5px;
opacity: .5;
position: absolute;
top: -35px;
font-size: 5em;
content: "\e244";
line-height: 1
}
.full-site-width,
.main {
position: relative
}
@media only screen and (min-width: 640px) {
blockquote {
width: 90%
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
letter-spacing: -.01em;
overflow: hidden;
text-overflow: ellipsis
}
h1 {
font: 400 34px/40px Roboto, sans-serif
}
h2 {
font: 400 26px/34px Roboto, sans-serif
}
h3 {
font: 500 20px/32px Roboto, sans-serif;
margin: 32px 0 16px
}
h4 {
font: 500 18px/32px Roboto, sans-serif;
margin: 32px 0 16px
}
h5 {
font: 700 16px/24px Roboto, sans-serif;
margin: 32px 0 16px
}
h6 {
font: 500 16px/24px Roboto, sans-serif;
margin: 32px 0 16px
}
img:not([src]) {
visibility: hidden
}
p {
margin: 16px 0;
word-wrap: break-word
}
ul li {
list-style-type: none
}
ol {
padding-left: 40px;
list-style: decimal
}
pre {
background-color: #28323f!important;
font: 16px/22px "Fira Mono", monospace!important;
border-radius: .3em;
color: #fff;
margin: 30px 0;
overflow: auto;
padding: 1em
}
.landing,
.menu {
overflow: hidden
}
pre code {
border-radius: 0;
color: inherit;
font-size: inherit
}
code,
kbd,
samp {
font: 400 100%/1 "Fira Mono", monospace!important;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
padding: 2px 4px;
white-space: pre-wrap
}
.btn,
.header-socialPanel .social-name,
.menu-text {
text-overflow: ellipsis;
white-space: nowrap
}
.godo-cover,
.u-align-center {
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-pack: center;
-moz-box-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center
}
.card,
.comments,
.post {
border: 0;
background: #fff;
border-radius: 2px;
box-shadow: 0 1px 2px rgba(43, 59, 93, .29);
margin-bottom: 20px;
padding: 1em
}
.full-site-width {
margin: 0 auto;
max-width: 1280px
}
.show-on-medium-screen,
.show-on-small-screen {
display: none
}
.page-wrap {
max-width: 1000px!important;
width: 100%!important
}
.page-wrap .page-post {
padding-top: 1.5em!important
}
.overlay {
background-color: rgba(50, 50, 50, .5);
left: 0;
opacity: 0;
position: fixed;
right: 0;
visibility: hidden;
z-index: 59;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.pagination {
padding-top: 3em;
padding-bottom: 2em
}
.pagination .btn {
background-color: #db4437;
box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
font-size: 30px
}
.pagination .btn:hover {
box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
-webkit-transition: box-shadow 150ms cubic-bezier(0, 0, .2, 1);
transition: box-shadow 150ms cubic-bezier(0, 0, .2, 1)
}
.header-socialPanel,
.menu {
-ms-transition-duration: .3s
}
.pagination .pagination-number {
margin: 0 20px;
font-size: 20px;
color: #757575
}
.sidebar {
padding: 0 8px;
position: relative;
margin-top: 1em;
margin-bottom: 1em
}
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
margin-top: 0
}
.sidebar .items {
margin-bottom: 20px
}
.sidebar .title {
background-color: #4285f4;
color: #FFF;
padding: 10px 16px;
margin-left: -16px;
margin-right: -16px;
margin-top: -16px;
font-size: 18px
}
@media only screen and (min-width: 900px) {
.sidebar {
padding: 0;
margin: 1em 12px;
-webkit-box-flex: 0 0 300px;
-moz-box-flex: 0 0 300px;
-webkit-flex: 0 0 300px;
-ms-flex: 0 0 300px;
flex: 0 0 300px;
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2
}
}
.about {
width: 280px;
margin: 5px;
}
.about .author-image {
float: right;
padding: 2px;
margin-top: 48px;
margin-right: 8px
}
.svg-icon {
margin: auto;
background-repeat: no-repeat no-repeat;
display: block;
fill: currentcolor
}
.share a {
border-radius: 0;
font-size: 20px
}
.share a.ps-comment {
background: #989898;
padding: 0 14px
}
.share a.ps-comment:before {
padding-right: .5em
}
.share span {
text-transform: capitalize;
font-size: 16px
}
.video {
margin: 30px auto;
max-width: 100%
}
.video .video-content {
height: 0;
padding: 25px 0 56.25%;
position: relative
}
.video .video-content iframe {
height: 100%!important;
left: 0;
position: absolute;
top: 0;
width: 100%!important
}
.bg-facebook {
background: #3b5998!important
}
.bg-facebook:hover {
background: #4c70ba!important
}
.c-facebook {
color: #3b5998
}
.bg-twitter {
background: #55acee!important
}
.bg-twitter:hover {
background: #83c3f3!important
}
.c-twitter {
color: #55acee
}
.bg-google-plus {
background: #dd4b39!important
}
.bg-google-plus:hover {
background: #e47365!important
}
.c-google-plus {
color: #dd4b39
}
.bg-instagram {
background: #306088!important
}
.bg-instagram:hover {
background: #3d7bae!important
}
.c-instagram {
color: #306088
}
.bg-youtube {
background: #e52d27!important
}
.bg-youtube:hover {
background: #ea5955!important
}
.c-youtube {
color: #e52d27
}
.bg-github {
background: #333!important
}
.bg-github:hover {
background: #4d4d4d!important
}
.c-github {
color: #333
}
.bg-linkedin {
background: #007bb6!important
}
.bg-linkedin:hover {
background: #009de9!important
}
.c-linkedin {
color: #007bb6
}
.bg-spotify {
background: #2ebd59!important
}
.bg-spotify:hover {
background: #4bd374!important
}
.c-spotify {
color: #2ebd59
}
.bg-codepen {
background: #222!important
}
.bg-codepen:hover {
background: #3c3c3c!important
}
.c-codepen {
color: #222
}
.bg-behance {
background: #131418!important
}
.bg-behance:hover {
background: #2a2c34!important
}
.c-behance {
color: #131418
}
.bg-dribbble {
background: #ea4c89!important
}
.bg-dribbble:hover {
background: #ef7aa7!important
}
.c-dribbble {
color: #ea4c89
}
.bg-flickr {
background: #0063DC!important
}
.bg-flickr:hover {
background: #107cff!important
}
.c-flickr {
color: #0063DC
}
.error-wrap {
padding-top: 70px
}
@media only screen and (min-width: 900px) {
.error-wrap {
padding-top: 0
}
}
.error-text {
font-size: 8em;
font-weight: 700;
line-height: 1;
opacity: .2
}
.error p {
letter-spacing: .003em;
max-width: 500px;
margin: 35px auto;
padding: 0 50px
}
@media only screen and (max-width: 640px) {
.hidden-on-small-screen {
display: none!important
}
.show-on-small-screen {
display: inherit
}
}
@media only screen and (min-width: 900px) {
.show-on-medium-screen {
display: block
}
.main-post {
margin: 1em 12px 0;
width: 100%;
-webkit-box-flex: 1 1 auto;
-moz-box-flex: 1 1 auto;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1
}
.main-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row
}
.bg-home {
background-color: #EEE;
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(50%, #fff), color-stop(50%, #EEE), color-stop(100%, #EEE));
background-image: -webkit-linear-gradient(left, #fff 0, #fff 50%, #EEE 50%, #EEE 100%);
background-image: -moz-linear-gradient(left, #fff 0, #fff 50%, #EEE 50%, #EEE 100%);
background-image: -ms-linear-gradient(left, #fff 0, #fff 50%, #EEE 50%, #EEE 100%);
background-image: -o-linear-gradient(left, #fff 0, #fff 50%, #EEE 50%, #EEE 100%);
background-image: linear-gradient(to right, #fff 0, #fff 50%, #EEE 50%, #EEE 100%)
}
.bg-home .main-post {
background: #fff
}
}
.fb-post,
.twitter-tweet {
display: block!important;
margin: 0 auto 40px!important;
text-align: center
}
.Ads {
position: relative;
margin: 10px -32px
}
.Ads .Ads-content {
display: inline-block;
vertical-align: top;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 10px
}
.menu {
background: #fff;
box-shadow: 0 9px 18px 0 rgba(0, 0, 0, .18);
left: 0;
position: fixed;
width: 300px;
z-index: 60;
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-webkit-transition: all .4s cubic-bezier(.25, .8, .58, 1);
-moz-transition: all .4s cubic-bezier(.25, .8, .58, 1);
-o-transition: all .4s cubic-bezier(.25, .8, .58, 1);
-ms-transition: all .4s cubic-bezier(.25, .8, .58, 1);
transition: all .4s cubic-bezier(.25, .8, .58, 1)
}
.menu.open {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.menu-header {
border-bottom: 1px solid #DDD;
color: #757575;
height: 64px;
margin-bottom: 10px;
position: relative;
padding: 0 12px;
-ms-flex-pack: flex-start;
-moz-box-pack: flex-start;
-webkit-box-pack: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start
}
@media only screen and (max-width: 640px) {
.menu-header {
height: 56px
}
}
.menu-pagename {
font-size: 20px;
font-weight: 500;
padding-left: 10px
}
.menu-list {
height: 100%;
margin-bottom: 10px;
overflow-y: auto;
padding-bottom: 8px;
width: 100%
}
.btn,
.header-socialPanel,
.menu-link,
.menu-text {
overflow: hidden
}
.menu-link {
color: #212121;
font-size: 14px;
font-weight: 500;
height: 48px;
line-height: 50px;
opacity: .85;
padding: 0 12px 0 20px;
-webkit-transition: background-color .3s cubic-bezier(0, 0, .2, 1);
transition: background-color .3s cubic-bezier(0, 0, .2, 1);
display: flex
}
.header .search-open,
.header-social-icon {
color: #fff;
line-height: 1
}
.menu-link.active,
.menu-link:hover {
background-color: #e7e7e7
}
.menu-text {
word-break: break-all;
-webkit-user-select: none
}
.header {
background: #4285f4;
height: 56px;
left: 0;
position: fixed;
right: 0;
z-index: 50
}
.header [class*=" icon-"]:before,
.header [class^=icon-]:before {
font-size: 24px
}
.header-topbar:not(.toolbar-shadow) {
background-color: transparent!important
}
.header-topbar {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-flex: 1 0 auto;
-moz-box-flex: 1 0 auto;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto
}
.header-topbar-left,
.header-topbar-right {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-flex: 1 0 auto;
-moz-box-flex: 1 0 auto;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto
}
.header-topbar-left {
min-width: 219px;
padding-left: 12px
}
.header-topbar-center {
max-width: 1152px;
margin: 0 auto;
width: 100%
}
.header-topbar-right {
height: 100%;
min-width: 130px;
width: 130px;
-ms-flex-pack: flex-end;
-moz-box-pack: flex-end;
-webkit-box-pack: flex-end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center
}
.header-logo {
padding-right: 24px;
padding-left: 12px
}
.header-logo span {
color: #fff;
font-size: 20px;
font-weight: 500
}
.header-logo img {
max-height: 35px;
position: relative
}
.header .search-open {
position: absolute;
top: 10px;
right: 12px;
padding: 6px;
z-index: 3
}
.header .search-open:hover {
background: rgba(158, 158, 158, .2)
}
.header-social {
height: 100%;
position: relative
}
.header-social-icon span {
display: inline-block;
margin: 0 5px;
vertical-align: top
}
.header-social:hover {
background-color: rgba(0, 0, 0, .12)
}
.header-social:hover .header-socialPanel {
opacity: 1;
pointer-events: auto;
visibility: visible
}
.header-socialPanel,
.search {
background: #fff;
opacity: 0;
visibility: hidden
}
.header-socialPanel {
border-radius: 2px;
border: 1px solid rgba(0, 0, 0, .2);
box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
position: absolute;
pointer-events: none;
right: 0;
top: 64px;
width: 320px;
transition-duration: .3s
}
.header-socialPanel ul {
margin: 0;
min-height: 100px;
padding: 25px
}
.header-socialPanel ul li {
height: 98px;
display: inline-block;
padding: 1px;
vertical-align: top;
width: 86px
}
.header-socialPanel ul li a {
display: inline-block;
position: relative;
margin: 8px 2px;
color: #212121;
font-size: 14px
}
.header-socialPanel ul li a:hover {
border: 1px solid #DDD;
border-radius: 2px;
margin: 7px 1px
}
.header-socialPanel .social-img {
display: inline-block;
height: 64px;
width: 64px;
line-height: 64px;
vertical-align: top
}
.header-socialPanel .social-img:before {
font-size: 45px
}
.header-socialPanel .social-name {
display: block;
line-height: 20px;
overflow: hidden;
width: 84px
}
.search {
border-radius: 2px;
height: 40px;
left: 8px;
max-width: 1152px;
position: fixed;
right: 8px;
top: 8px;
z-index: 10;
-webkit-transition-duration: .3s;
-moz-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.search a {
color: rgba(0, 0, 0, .54)
}
.search-field {
background: 0 0;
box-shadow: none;
border: none;
box-sizing: border-box!important;
height: 40px;
left: 0;
line-height: 40px;
-moz-box-sizing: border-box!important;
outline: 0;
padding: 0 15px 0 50px;
position: absolute;
top: 0;
width: 100%;
transition-duration: .2s;
z-index: 2
}
.search-field:focus {
border: 0
}
.search .autocomplete {
background-color: #fff;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
box-shadow: 0 2px 2px rgba(0, 0, 0, .24), 0 0 2px rgba(0, 0, 0, .12);
display: none;
max-height: none;
position: absolute;
top: 100%;
width: 100%
}
.search .autocomplete a {
padding: 8px 15px 8px 50px;
display: block;
color: rgba(0, 0, 0, .87)
}
.search .autocomplete a:hover {
background: #eee
}
.search-btn {
left: 16px;
top: 8px;
line-height: 1;
margin: -10px;
padding: 10px;
position: absolute;
z-index: 3
}
.menu-close,
.menu-open {
border-radius: 50%;
height: 48px;
transition: background .3s;
width: 48px;
line-height: 48px;
font-size: 24px
}
.menu-close:hover,
.menu-open:hover {
background-color: rgba(0, 0, 0, .12)
}
.menu-open {
color: #fff
}
.menu-close {
color: #757575
}
@media only screen and (min-width: 640px) {
.search .autocomplete a,
.search-field {
padding-left: 72px
}
.header {
height: 64px
}
.header-topbar-left {
min-width: 140px
}
.header-topbar-center {
margin: 0
}
.search {
background-color: rgba(255, 255, 255, .25);
box-shadow: 0 1px 1.5px rgba(0, 0, 0, .06), 0 1px 1px rgba(0, 0, 0, .12);
opacity: 1;
left: auto;
position: relative;
right: auto;
top: auto;
visibility: visible
}
.search:hover {
background-color: rgba(255, 255, 255, .4)
}
.search-field {
color: #fff
}
.search.has-focus {
background: #fff
}
.search.has-focus input {
color: rgba(0, 0, 0, .87)
}
.search.has-focus .search-btn {
color: rgba(0, 0, 0, .54)
}
.search.has-focus::-webkit-input-placeholder {
color: rgba(0, 0, 0, .54)
}
.search.has-focus:-moz-placeholder {
color: rgba(0, 0, 0, .54)
}
.search.has-focus::-moz-placeholder {
color: rgba(0, 0, 0, .54)
}
.search.has-focus:-ms-input-placeholder {
color: rgba(0, 0, 0, .54)
}
.search .search-btn {
color: #fff;
z-index: 1
}
.search::-webkit-input-placeholder {
color: #fff
}
.search:-moz-placeholder {
color: #fff
}
.search::-moz-placeholder {
color: #fff
}
.search:-ms-input-placeholder {
color: #fff
}
}
@media only screen and (min-width: 900px) {
.header-social-icon span {
margin: 0 10px
}
.header-topbar-right {
width: 278px;
padding-right: 30px
}
}
.godo-cover {
background: #4285f4;
color: #fff;
letter-spacing: .2px;
min-height: 350px;
margin-bottom: 2em;
padding-top: 56px;
position: relative;
text-shadow: 0 0 10px rgba(0, 0, 0, .33);
z-index: 2
}
.godo-cover.cover {
background-position: center;
-webkit-background-size: cover;
background-size: cover;
-webkit-transition: background 1s;
-moz-transition: background 1s;
-o-transition: background 1s;
-ms-transition: background 1s;
transition: background 1s
}
.godo-cover.cover:before {
background: rgba(0, 0, 0, .34);
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0
}
.godo-cover-wrap {
margin: 0 auto;
max-width: 700px;
padding: 16px;
position: relative;
z-index: 99
}
.godo-cover-avatar {
border-radius: 50%;
margin-bottom: 16px;
width: 120px;
height: 120px
}
.godo-cover-title {
font-size: 2em;
font-weight: 700;
margin: 0 0 30px;
line-height: 1.2
}
.godo-cover-meta {
padding: 10px 0
}
.godo-cover .location,
.godo-cover .number-post,
.godo-cover .website {
color: #fff;
display: block;
height: 36px;
line-height: 36px;
margin: 0 10px;
font-weight: 500
}
.post,
.ps {
margin-left: 8px
}
.godo-cover .website {
background-color: rgba(0, 0, 0, .12)
}
@media only screen and (min-width: 640px) {
.godo-cover {
margin-bottom: 0;
min-height: 450px;
padding-top: 64px
}
.godo-cover-title {
font-size: 2.5em
}
.godo-cover-description {
font-size: 1.2em;
line-height: 28px
}
.godo-cover .location,
.godo-cover .number-post,
.godo-cover .website {
display: inline-block;
vertical-align: middle
}
}
.ps {
background: #fff;
border-bottom: 1px solid #DDD;
min-height: 100px;
position: relative;
padding-right: 16px;
padding-left: 16px;
padding-top: 10px;
margin-right: 8px
}
@media only screen and (min-width: 900px) {
.ps {
padding-left: 0;
margin: 0
}
}
.ps .ps-tags {
left: 0;
position: absolute;
top: 5.5em;
width: 7em
}
.ps .ps-inner,
.ps .ps-thumb,
.ps .ps-title {
position: relative
}
.ps .ps-tags a {
background: #E3E6E3;
color: #3e433e;
display: block;
margin: 0 0 .5em;
text-transform: capitalize
}
.ps .ps-tags a:hover {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
}
.ps .ps-thumb {
display: block;
float: right;
margin-left: 1em;
max-width: 6.5em;
z-index: 2
}
.ps .read-more {
font-weight: 500
}
.ps .read-more:hover {
color: #212121
}
.ps .ps-excerpt {
margin-top: 0
}
.ps .ps-title h2 {
margin: 0;
color: #212121;
font-weight: 500;
opacity: .9;
font-size: 20px;
line-height: 25px
}
.ps .ps-inner {
padding-top: .5em
}
.ps .ps-byline {
color: #757575;
font-size: .8em;
padding: .3em 0;
font-weight: 700
}
.ps .ps-byline .timestamp {
font-weight: 400
}
.ps .ps-byline a {
font-weight: 700;
color: #4285f4
}
.ps .ps-byline a:hover {
color: #212121
}
@media only screen and (min-width: 640px) {
.ps,
.ps .ps-inner {
padding-top: 0
}
.ps .ps-title h2 {
font: 500 26px/34px Roboto, sans-serif
}
.ps .featured:before {
display: block
}
.ps .timestamp {
background: #E3E6E3;
border-radius: 2px 0 0 2px;
color: #3e433e;
display: block;
left: 0;
font-style: italic;
font-size: .8em;
height: 36px;
line-height: 36px;
padding: 0 .67em;
position: absolute;
text-align: center;
top: 2.2em;
width: 8.5em;
white-space: nowrap
}
.ps .timestamp:after {
content: " ";
height: 0;
width: 0;
position: absolute;
left: 100%;
top: 0;
margin: 0;
pointer-events: none;
border-top: 18px solid transparent;
border-bottom: 18px solid transparent;
border-left: 11px solid #E3E6E3
}
.ps .ps-byline {
font-size: 1em
}
.ps .ps-thumb {
max-width: 15em
}
.ps .ps-title:before {
background: #fff;
border-radius: 50%;
border: 3px solid #DDD;
content: "";
display: block;
height: 20px;
left: -28px;
top: 3px;
position: absolute;
width: 20px
}
.ps .ps-content {
padding: 2em 0 1em 1em;
margin-left: 8.5em;
border-left: 3px solid #DDD
}
}
.btn,
.prev-next-link,
.prev-next-row {
position: relative
}
.footer {
background: #253238;
color: #fff
}
.footer a {
color: #fff;
opacity: .9
}
.footer-wrap {
padding: 10px 16px;
color: #A2AAAD
}
.footer-wrap .by,
.footer-wrap .copy {
margin: 10px 0
}
.footer-wrap .by span,
.footer-wrap .copy span {
display: inline-block;
line-height: 1;
vertical-align: middle
}
@media only screen and (min-width: 640px) {
.footer-wrap {
padding-left: 30px;
padding-right: 30px;
text-align: left;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex
}
.footer-wrap .by {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: flex-end;
-moz-box-pack: flex-end;
-webkit-box-pack: flex-end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-flex: 1 0 auto;
-moz-box-flex: 1 0 auto;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto
}
}
.btn,
.btn i {
display: inline-block;
vertical-align: middle
}
.btn {
border-radius: 2px;
border: 0!important;
color: #fff;
cursor: pointer;
font: 500 14px/20px Roboto, sans-serif;
height: 36px;
letter-spacing: .5px;
line-height: 36px;
min-width: 36px;
padding: 0 8px;
text-align: center;
text-transform: uppercase;
-webkit-tap-highlight-color: transparent;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out
}
.post-author-date,
.token.italic {
font-style: italic
}
.btn i {
font-size: 20px
}
.btn.download {
background: #5cb85c!important
}
.btn.link {
background: #4285f4!important
}
.btn.download,
.btn.link {
padding-left: 20px;
padding-right: 20px
}
.btn.download i,
.btn.link i {
margin-right: 5px
}
.btn.btn-circle {
border-radius: 50%;
width: 55px;
height: 55px;
padding: 0;
line-height: 55px
}
.btn.disabled {
background-color: rgba(0, 0, 0, .12);
color: rgba(0, 0, 0, .26);
box-shadow: none!important;
cursor: not-allowed
}
.btn.btn-flat {
box-shadow: none;
background: 0 0
}
.post {
padding: 0;
margin-right: 8px;
margin-bottom: 40px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.post h1 {
color: #757575;
font-weight: 500
}
.post h2 {
border-bottom: 1px solid #ebebeb;
padding-bottom: 3px
}
.post-img {
margin-top: 0!important
}
.post-title {
margin-top: 0
}
.post-main {
padding: 0 16px 2em;
margin-top: 20px
}
.post-main ul {
padding-left: 40px;
margin-bottom: 1em
}
.post-main ul li {
list-style: disc
}
.post-main li,
.post-main li p {
margin: 8px 0;
padding: 0
}
.post-main img {
display: block;
margin: 40px 0
}
.post-author {
background: rgba(176, 190, 197, .16);
border-bottom: 1px solid #ECEFF1;
padding: 13px 16px;
overflow: auto;
display: flex;
-webkit-box-flex: 0 0 100%;
-moz-box-flex: 0 0 100%;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%
}
.post-author-avatar {
border-radius: 50%;
height: 40px;
width: 40px;
margin-right: 12px;
display: block;
overflow: hidden
}
.post-author-name {
color: #212121;
letter-spacing: -.01em
}
.post-author-date {
font-size: 14px;
color: #78909C;
line-height: 1;
margin-top: 5px
}
.comments {
margin-top: 1.5em;
overflow: hidden
}
.follow {
background: #EEE;
height: 50px
}
.follow span {
float: left
}
.follow .texto {
line-height: 50px;
margin: 0 10px
}
@media only screen and (min-width: 900px) {
.follow .texto {
margin: 0 45px
}
}
.follow .fb {
margin: 15px 11px 0 0
}
.follow .tw {
height: 20px;
margin-top: 15px;
margin-right: 10px
}
.follow .yt {
margin-top: 13px
}
.prev-next-post {
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.prev-next-row {
margin: 0 0 24px;
padding: 0 12px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-flex: 0 0 100%;
-moz-box-flex: 0 0 100%;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%
}
.prev-next-row:hover .prev-next-btn {
background: #4285f4
}
.prev-next-link {
background-size: cover;
background-position: center;
border-radius: 2px;
box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
height: 260px;
width: 100%
}
.prev-next-link.no-cover:after {
background: #4285f4!important
}
.prev-next-link:hover {
box-shadow: 0 0 4px 0 rgba(0, 0, 0, .24), 0 4px 4px 0 rgba(0, 0, 0, .25);
transition: box-shadow .2s ease-in;
opacity: .97
}
.prev-next-link:after {
background: rgba(0, 0, 0, .34);
content: "";
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0
}
.prev-next-title {
color: #fff;
display: block;
font-size: 20px;
line-height: 24px;
padding: 0 55px 0 15px;
position: relative;
z-index: 5
}
.prev-next-btn {
bottom: 24px;
position: absolute
}
@media only screen and (min-width: 640px) {
.post-main {
padding: 0 2em 2em
}
.prev-next-row {
-webkit-box-flex: 0 0 50%;
-moz-box-flex: 0 0 50%;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%
}
.prev-next-title {
font-size: 24px;
line-height: 32px
}
}
@media only screen and (min-width: 900px) {
.post {
margin-left: 0;
margin-right: 0
}
.page-static {
max-width: 960px;
margin-left: auto;
margin-right: auto
}
}
@media only screen and (min-width: 1200px) {
.post-author,
.post-main {
padding-left: 3em;
padding-right: 3em
}
}
code[class*=language-],
pre[class*=language-] {
color: #f8f8f2;
text-shadow: 0 1px rgba(0, 0, 0, .3);
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
direction: ltr;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none
}
pre[class*=language-] {
padding: 1em;
margin: .5em 0;
overflow: auto;
border-radius: .3em
}
:not(pre)>code[class*=language-],
pre[class*=language-] {
background: #272822
}
:not(pre)>code[class*=language-] {
padding: .1em;
border-radius: .3em
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
color: #708090
}
.token.punctuation {
color: #f8f8f2
}
.namespace {
opacity: .7
}
.token.constant,
.token.deleted,
.token.property,
.token.symbol,
.token.tag {
color: #f92672
}
.token.boolean,
.token.number {
color: #ae81ff
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
color: #a6e22e
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url,
.token.variable {
color: #f8f8f2
}
.token.atrule,
.token.attr-value,
.token.function {
color: #e6db74
}
.token.keyword {
color: #66d9ef
}
.token.important,
.token.regex {
color: #fd971f
}
.token.bold,
.token.important {
font-weight: 700
}
.token.entity {
cursor: help
}
.animated {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.bounceIn {
-webkit-animation-name: bounceIn;
-moz-animation-name: bounceIn;
-ms-animation-name: bounceIn;
-o-animation-name: bounceIn;
animation-name: bounceIn
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
-moz-animation-name: bounceInDown;
-ms-animation-name: bounceInDown;
-o-animation-name: bounceInDown;
animation-name: bounceInDown
}
@-webkit-keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3)
}
20% {
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
transform: scale3d(.97, .97, .97)
}
100% {
opacity: 1;
transform: scale3d(1, 1, 1)
}
}
@-moz-keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3)
}
20% {
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
transform: scale3d(.97, .97, .97)
}
100% {
opacity: 1;
transform: scale3d(1, 1, 1)
}
}
@keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3)
}
20% {
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
transform: scale3d(.97, .97, .97)
}
100% {
opacity: 1;
transform: scale3d(1, 1, 1)
}
}
@-webkit-keyframes bounceInDown {
0%, 100%, 60%, 75%, 90% {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0)
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0)
}
75% {
transform: translate3d(0, -10px, 0)
}
90% {
transform: translate3d(0, 5px, 0)
}
100% {
transform: none
}
}
@-moz-keyframes bounceInDown {
0%, 100%, 60%, 75%, 90% {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0)
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0)
}
75% {
transform: translate3d(0, -10px, 0)
}
90% {
transform: translate3d(0, 5px, 0)
}
100% {
transform: none
}
}
@keyframes bounceInDown {
0%, 100%, 60%, 75%, 90% {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0)
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0)
}
75% {
transform: translate3d(0, -10px, 0)
}
90% {
transform: translate3d(0, 5px, 0)
}
100% {
transform: none
}
}
@-webkit-keyframes pulse {
from, to {
transform: scale3d(1, 1, 1)
}
50% {
transform: scale3d(1.05, 1.05, 1.05)
}
}
@-moz-keyframes pulse {
from, to {
transform: scale3d(1, 1, 1)
}
50% {
transform: scale3d(1.05, 1.05, 1.05)
}
}
@keyframes pulse {
from, to {
transform: scale3d(1, 1, 1)
}
50% {
transform: scale3d(1.05, 1.05, 1.05)
}
} | assets/css/style.min.css | hr,
input[type=search] {
box-sizing: content-box
}
h1,
h2 {
margin: 40px 0 20px
}
img,
legend {
border: 0
}
body,
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
blockquote,
dfn {
font-style: italic
}
[class*=" icon-"]:before,
[class^=icon-]:before,
blockquote:before {
font-family: ghost-in-the-data-icon!important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
body,
ul {
margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
p,
pre code,
td,
th,
ul {
padding: 0
}
a,
pre code {
background-color: transparent
}
.header-socialPanel,
.overlay {
-webkit-transition-duration: .3s;
-moz-transition-duration: .3s;
-o-transition-duration: .3s
}
.Ads,
.error-wrap,
.footer-wrap,
.godo-cover-wrap,
.header-socialPanel ul,
.menu-close,
.menu-open,
.pagination {
text-align: center
}
.btn,
a,
a:active,
a:hover {
outline: 0
}
html {
font-family: sans-serif
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
a {
color: #417fec;
text-decoration: none
}
abbr[title] {
border-bottom: 1px dotted
}
b,
optgroup,
strong {
font-weight: 700
}
mark {
background: #ff0;
color: #000
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -.5em
}
sub {
bottom: -.25em
}
.menu,
.overlay {
bottom: 0;
top: 0
}
img {
width: auto;
max-width: 100%
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 1em 40px
}
hr {
height: 0;
border: none;
border-bottom: 1px dashed #b7b7b7;
margin: 2em auto
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0
}
button {
overflow: visible
}
button,
select {
text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled],
html input[disabled] {
cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0
}
input {
line-height: normal
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto
}
input[type=search] {
-webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
textarea {
overflow: auto
}
table {
border-collapse: collapse;
border-spacing: 0
}
.header.toolbar-shadow {
box-shadow: 0 4px 8px rgba(0, 0, 0, .28)
}
@font-face {
font-family: ghost-in-the-data-icon;
src: url(../fonts/ghost-in-the-data-icon.eot?xu2r5s);
src: url(../fonts/ghost-in-the-data-icon.eot?xu2r5s#iefix) format("embedded-opentype"), url(../fonts/ghost-in-the-data-icon.ttf?xu2r5s) format("truetype"), url(../fonts/ghost-in-the-data-icon.woff?xu2r5s) format("woff"), url(../fonts/ghost-in-the-data-icon.svg?xu2r5s#ghost-in-the-data-icon) format("svg");
font-weight: 400;
font-style: normal
}
.icon-snapchat:before {
content: "\e912";
}
.icon-separate:before {
content: "\e908";
}
.icon-code-fork:before {
content: "\e909";
}
.icon-code-fork2:before {
content: "\e910";
}
.icon-quote:before {
content: "\e244";
}
.icon-tag:before {
content: "\f02b";
}
.icon-user-add:before {
content: "\e90e";
}
.icon-search:before {
content: "\e8b6";
}
.icon-connect:before {
content: "\e90a";
}
.icon-favorite:before {
content: "\e87d";
}
.icon-arrow_back:before {
content: "\e5c4";
}
.icon-code:before {
content: "\e907";
}
.icon-code2:before {
content: "\e911";
}
.icon-share:before {
content: "\e90b";
}
.icon-mail:before {
content: "\e90c";
}
.icon-mail4:before {
content: "\e913";
}
.icon-google-plus:before {
content: "\e901";
}
.icon-facebook:before {
content: "\f09a";
}
.icon-fb:before {
content: "\f230";
}
.icon-instagram:before {
content: "\f16d";
}
.icon-spotify:before {
content: "\e902";
}
.icon-twitter:before {
content: "\f099";
}
.icon-feed:before {
content: "\f09e";
}
.icon-rss:before {
content: "\e915";
}
.icon-youtube:before {
content: "\f16a";
}
.icon-youtube2:before {
content: "\f16b";
}
.icon-lanyrd:before {
content: "\e90f";
}
.icon-flickr:before {
content: "\e903";
}
.icon-dribbble:before {
content: "\e904";
}
.icon-behance:before {
content: "\e905";
}
.icon-github:before {
content: "\f09b";
}
.icon-wordpress:before {
content: "\e914";
}
.icon-reddit:before {
content: "\e90d";
}
.icon-wikipedia:before {
content: "\e916";
}
.icon-in:before {
content: "\e906";
}
.icon-linkedin:before {
content: "\e900";
}
.icon-codepen:before {
content: "\f1cb";
}
.icon-menu:before {
content: "\e5d2";
}
.icon-arrow_right:before {
content: "\e315";
}
.icon-arrow_left:before {
content: "\e314";
}
.icon-location:before {
content: "\e91d";
}
.icon-link:before {
content: "\e157";
}
.icon-comment:before {
content: "\e0b9";
}
*,
:after,
:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
[godo-state~=no-scroll] {
height: 100%;
overflow: hidden
}
body {
color: #212121;
background: #EEE;
font: 400 16px/24px Roboto, sans-serif;
-moz-text-size-adjust: 100%
}
blockquote {
position: relative;
padding-left: 75px;
margin: 40px auto;
color: #757575;
min-height: 70px
}
blockquote:before {
left: -5px;
opacity: .5;
position: absolute;
top: -35px;
font-size: 5em;
content: "\e244";
line-height: 1
}
.full-site-width,
.main {
position: relative
}
@media only screen and (min-width: 640px) {
blockquote {
width: 90%
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
letter-spacing: -.01em;
overflow: hidden;
text-overflow: ellipsis
}
h1 {
font: 400 34px/40px Roboto, sans-serif
}
h2 {
font: 400 26px/34px Roboto, sans-serif
}
h3 {
font: 500 20px/32px Roboto, sans-serif;
margin: 32px 0 16px
}
h4 {
font: 500 18px/32px Roboto, sans-serif;
margin: 32px 0 16px
}
h5 {
font: 700 16px/24px Roboto, sans-serif;
margin: 32px 0 16px
}
h6 {
font: 500 16px/24px Roboto, sans-serif;
margin: 32px 0 16px
}
img:not([src]) {
visibility: hidden
}
p {
margin: 16px 0;
word-wrap: break-word
}
ul li {
list-style-type: none
}
ol {
padding-left: 40px;
list-style: decimal
}
pre {
background-color: #28323f!important;
font: 16px/22px "Fira Mono", monospace!important;
border-radius: .3em;
color: #fff;
margin: 30px 0;
overflow: auto;
padding: 1em
}
.landing,
.menu {
overflow: hidden
}
pre code {
border-radius: 0;
color: inherit;
font-size: inherit
}
code,
kbd,
samp {
font: 400 100%/1 "Fira Mono", monospace!important;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
padding: 2px 4px;
white-space: pre-wrap
}
.btn,
.header-socialPanel .social-name,
.menu-text {
text-overflow: ellipsis;
white-space: nowrap
}
.godo-cover,
.u-align-center {
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-pack: center;
-moz-box-pack: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center
}
.card,
.comments,
.post {
border: 0;
background: #fff;
border-radius: 2px;
box-shadow: 0 1px 2px rgba(43, 59, 93, .29);
margin-bottom: 20px;
padding: 1em
}
.full-site-width {
margin: 0 auto;
max-width: 1280px
}
.show-on-medium-screen,
.show-on-small-screen {
display: none
}
.page-wrap {
max-width: 1000px!important;
width: 100%!important
}
.page-wrap .page-post {
padding-top: 1.5em!important
}
.overlay {
background-color: rgba(50, 50, 50, .5);
left: 0;
opacity: 0;
position: fixed;
right: 0;
visibility: hidden;
z-index: 59;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.pagination {
padding-top: 3em;
padding-bottom: 2em
}
.pagination .btn {
background-color: #db4437;
box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
font-size: 30px
}
.pagination .btn:hover {
box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
-webkit-transition: box-shadow 150ms cubic-bezier(0, 0, .2, 1);
transition: box-shadow 150ms cubic-bezier(0, 0, .2, 1)
}
.header-socialPanel,
.menu {
-ms-transition-duration: .3s
}
.pagination .pagination-number {
margin: 0 20px;
font-size: 20px;
color: #757575
}
.sidebar {
padding: 0 8px;
position: relative;
margin-top: 1em;
margin-bottom: 1em
}
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
margin-top: 0
}
.sidebar .items {
margin-bottom: 20px
}
.sidebar .title {
background-color: #4285f4;
color: #FFF;
padding: 10px 16px;
margin-left: -16px;
margin-right: -16px;
margin-top: -16px;
font-size: 18px
}
@media only screen and (min-width: 900px) {
.sidebar {
padding: 0;
margin: 1em 12px;
-webkit-box-flex: 0 0 300px;
-moz-box-flex: 0 0 300px;
-webkit-flex: 0 0 300px;
-ms-flex: 0 0 300px;
flex: 0 0 300px;
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2
}
}
.about {
width: 280px;
margin: 5px;
}
.about .author-image {
float: right;
padding: 2px;
margin-top: 48px;
margin-right: 8px
}
.svg-icon {
margin: auto;
background-repeat: no-repeat no-repeat;
display: block;
fill: currentcolor
}
.share a {
border-radius: 0;
font-size: 20px
}
.share a.ps-comment {
background: #989898;
padding: 0 14px
}
.share a.ps-comment:before {
padding-right: .5em
}
.share span {
text-transform: capitalize;
font-size: 16px
}
.video {
margin: 30px auto;
max-width: 100%
}
.video .video-content {
height: 0;
padding: 25px 0 56.25%;
position: relative
}
.video .video-content iframe {
height: 100%!important;
left: 0;
position: absolute;
top: 0;
width: 100%!important
}
.bg-facebook {
background: #3b5998!important
}
.bg-facebook:hover {
background: #4c70ba!important
}
.c-facebook {
color: #3b5998
}
.bg-twitter {
background: #55acee!important
}
.bg-twitter:hover {
background: #83c3f3!important
}
.c-twitter {
color: #55acee
}
.bg-google-plus {
background: #dd4b39!important
}
.bg-google-plus:hover {
background: #e47365!important
}
.c-google-plus {
color: #dd4b39
}
.bg-instagram {
background: #306088!important
}
.bg-instagram:hover {
background: #3d7bae!important
}
.c-instagram {
color: #306088
}
.bg-youtube {
background: #e52d27!important
}
.bg-youtube:hover {
background: #ea5955!important
}
.c-youtube {
color: #e52d27
}
.bg-github {
background: #333!important
}
.bg-github:hover {
background: #4d4d4d!important
}
.c-github {
color: #333
}
.bg-linkedin {
background: #007bb6!important
}
.bg-linkedin:hover {
background: #009de9!important
}
.c-linkedin {
color: #007bb6
}
.bg-spotify {
background: #2ebd59!important
}
.bg-spotify:hover {
background: #4bd374!important
}
.c-spotify {
color: #2ebd59
}
.bg-codepen {
background: #222!important
}
.bg-codepen:hover {
background: #3c3c3c!important
}
.c-codepen {
color: #222
}
.bg-behance {
background: #131418!important
}
.bg-behance:hover {
background: #2a2c34!important
}
.c-behance {
color: #131418
}
.bg-dribbble {
background: #ea4c89!important
}
.bg-dribbble:hover {
background: #ef7aa7!important
}
.c-dribbble {
color: #ea4c89
}
.bg-flickr {
background: #0063DC!important
}
.bg-flickr:hover {
background: #107cff!important
}
.c-flickr {
color: #0063DC
}
.error-wrap {
padding-top: 70px
}
@media only screen and (min-width: 900px) {
.error-wrap {
padding-top: 0
}
}
.error-text {
font-size: 8em;
font-weight: 700;
line-height: 1;
opacity: .2
}
.error p {
letter-spacing: .003em;
max-width: 500px;
margin: 35px auto;
padding: 0 50px
}
@media only screen and (max-width: 640px) {
.hidden-on-small-screen {
display: none!important
}
.show-on-small-screen {
display: inherit
}
}
@media only screen and (min-width: 900px) {
.show-on-medium-screen {
display: block
}
.main-post {
margin: 1em 12px 0;
width: 100%;
-webkit-box-flex: 1 1 auto;
-moz-box-flex: 1 1 auto;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1
}
.main-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row
}
.bg-home {
background-color: #EEE;
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(50%, #fff), color-stop(50%, #EEE), color-stop(100%, #EEE));
background-image: -webkit-linear-gradient(left, #fff 0, #fff 50%, #EEE 50%, #EEE 100%);
background-image: -moz-linear-gradient(left, #fff 0, #fff 50%, #EEE 50%, #EEE 100%);
background-image: -ms-linear-gradient(left, #fff 0, #fff 50%, #EEE 50%, #EEE 100%);
background-image: -o-linear-gradient(left, #fff 0, #fff 50%, #EEE 50%, #EEE 100%);
background-image: linear-gradient(to right, #fff 0, #fff 50%, #EEE 50%, #EEE 100%)
}
.bg-home .main-post {
background: #fff
}
}
.fb-post,
.twitter-tweet {
display: block!important;
margin: 0 auto 40px!important;
text-align: center
}
.Ads {
position: relative;
margin: 10px -32px
}
.Ads .Ads-content {
display: inline-block;
vertical-align: top;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 10px
}
.menu {
background: #fff;
box-shadow: 0 9px 18px 0 rgba(0, 0, 0, .18);
left: 0;
position: fixed;
width: 300px;
z-index: 60;
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-webkit-transition: all .4s cubic-bezier(.25, .8, .58, 1);
-moz-transition: all .4s cubic-bezier(.25, .8, .58, 1);
-o-transition: all .4s cubic-bezier(.25, .8, .58, 1);
-ms-transition: all .4s cubic-bezier(.25, .8, .58, 1);
transition: all .4s cubic-bezier(.25, .8, .58, 1)
}
.menu.open {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.menu-header {
border-bottom: 1px solid #DDD;
color: #757575;
height: 64px;
margin-bottom: 10px;
position: relative;
padding: 0 12px;
-ms-flex-pack: flex-start;
-moz-box-pack: flex-start;
-webkit-box-pack: flex-start;
-webkit-justify-content: flex-start;
justify-content: flex-start
}
@media only screen and (max-width: 640px) {
.menu-header {
height: 56px
}
}
.menu-pagename {
font-size: 20px;
font-weight: 500;
padding-left: 10px
}
.menu-list {
height: 100%;
margin-bottom: 10px;
overflow-y: auto;
padding-bottom: 8px;
width: 100%
}
.btn,
.header-socialPanel,
.menu-link,
.menu-text {
overflow: hidden
}
.menu-link {
color: #212121;
font-size: 14px;
font-weight: 500;
height: 48px;
line-height: 50px;
opacity: .85;
padding: 0 12px 0 20px;
-webkit-transition: background-color .3s cubic-bezier(0, 0, .2, 1);
transition: background-color .3s cubic-bezier(0, 0, .2, 1);
display: flex
}
.header .search-open,
.header-social-icon {
color: #fff;
line-height: 1
}
.menu-link.active,
.menu-link:hover {
background-color: #e7e7e7
}
.menu-text {
word-break: break-all;
-webkit-user-select: none
}
.header {
background: #4285f4;
height: 56px;
left: 0;
position: fixed;
right: 0;
z-index: 50
}
.header [class*=" icon-"]:before,
.header [class^=icon-]:before {
font-size: 24px
}
.header-topbar:not(.toolbar-shadow) {
background-color: transparent!important
}
.header-topbar {
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-flex: 1 0 auto;
-moz-box-flex: 1 0 auto;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto
}
.header-topbar-left,
.header-topbar-right {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-flex: 1 0 auto;
-moz-box-flex: 1 0 auto;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto
}
.header-topbar-left {
min-width: 219px;
padding-left: 12px
}
.header-topbar-center {
max-width: 1152px;
margin: 0 auto;
width: 100%
}
.header-topbar-right {
height: 100%;
min-width: 130px;
width: 130px;
-ms-flex-pack: flex-end;
-moz-box-pack: flex-end;
-webkit-box-pack: flex-end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center
}
.header-logo {
padding-right: 24px;
padding-left: 12px
}
.header-logo span {
color: #fff;
font-size: 20px;
font-weight: 500
}
.header-logo img {
max-height: 35px;
position: relative
}
.header .search-open {
position: absolute;
top: 10px;
right: 12px;
padding: 6px;
z-index: 3
}
.header .search-open:hover {
background: rgba(158, 158, 158, .2)
}
.header-social {
height: 100%;
position: relative
}
.header-social-icon span {
display: inline-block;
margin: 0 5px;
vertical-align: top
}
.header-social:hover {
background-color: rgba(0, 0, 0, .12)
}
.header-social:hover .header-socialPanel {
opacity: 1;
pointer-events: auto;
visibility: visible
}
.header-socialPanel,
.search {
background: #fff;
opacity: 0;
visibility: hidden
}
.header-socialPanel {
border-radius: 2px;
border: 1px solid rgba(0, 0, 0, .2);
box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
position: absolute;
pointer-events: none;
right: 0;
top: 64px;
width: 320px;
transition-duration: .3s
}
.header-socialPanel ul {
margin: 0;
min-height: 100px;
padding: 25px
}
.header-socialPanel ul li {
height: 98px;
display: inline-block;
padding: 1px;
vertical-align: top;
width: 86px
}
.header-socialPanel ul li a {
display: inline-block;
position: relative;
margin: 8px 2px;
color: #212121;
font-size: 14px
}
.header-socialPanel ul li a:hover {
border: 1px solid #DDD;
border-radius: 2px;
margin: 7px 1px
}
.header-socialPanel .social-img {
display: inline-block;
height: 64px;
width: 64px;
line-height: 64px;
vertical-align: top
}
.header-socialPanel .social-img:before {
font-size: 45px
}
.header-socialPanel .social-name {
display: block;
line-height: 20px;
overflow: hidden;
width: 84px
}
.search {
border-radius: 2px;
height: 40px;
left: 8px;
max-width: 1152px;
position: fixed;
right: 8px;
top: 8px;
z-index: 10;
-webkit-transition-duration: .3s;
-moz-transition-duration: .3s;
-o-transition-duration: .3s;
-ms-transition-duration: .3s;
transition-duration: .3s
}
.search a {
color: rgba(0, 0, 0, .54)
}
.search-field {
background: 0 0;
box-shadow: none;
border: none;
box-sizing: border-box!important;
height: 40px;
left: 0;
line-height: 40px;
-moz-box-sizing: border-box!important;
outline: 0;
padding: 0 15px 0 50px;
position: absolute;
top: 0;
width: 100%;
transition-duration: .2s;
z-index: 2
}
.search-field:focus {
border: 0
}
.search .autocomplete {
background-color: #fff;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
box-shadow: 0 2px 2px rgba(0, 0, 0, .24), 0 0 2px rgba(0, 0, 0, .12);
display: none;
max-height: none;
position: absolute;
top: 100%;
width: 100%
}
.search .autocomplete a {
padding: 8px 15px 8px 50px;
display: block;
color: rgba(0, 0, 0, .87)
}
.search .autocomplete a:hover {
background: #eee
}
.search-btn {
left: 16px;
top: 8px;
line-height: 1;
margin: -10px;
padding: 10px;
position: absolute;
z-index: 3
}
.menu-close,
.menu-open {
border-radius: 50%;
height: 48px;
transition: background .3s;
width: 48px;
line-height: 48px;
font-size: 24px
}
.menu-close:hover,
.menu-open:hover {
background-color: rgba(0, 0, 0, .12)
}
.menu-open {
color: #fff
}
.menu-close {
color: #757575
}
@media only screen and (min-width: 640px) {
.search .autocomplete a,
.search-field {
padding-left: 72px
}
.header {
height: 64px
}
.header-topbar-left {
min-width: 140px
}
.header-topbar-center {
margin: 0
}
.search {
background-color: rgba(255, 255, 255, .25);
box-shadow: 0 1px 1.5px rgba(0, 0, 0, .06), 0 1px 1px rgba(0, 0, 0, .12);
opacity: 1;
left: auto;
position: relative;
right: auto;
top: auto;
visibility: visible
}
.search:hover {
background-color: rgba(255, 255, 255, .4)
}
.search-field {
color: #fff
}
.search.has-focus {
background: #fff
}
.search.has-focus input {
color: rgba(0, 0, 0, .87)
}
.search.has-focus .search-btn {
color: rgba(0, 0, 0, .54)
}
.search.has-focus::-webkit-input-placeholder {
color: rgba(0, 0, 0, .54)
}
.search.has-focus:-moz-placeholder {
color: rgba(0, 0, 0, .54)
}
.search.has-focus::-moz-placeholder {
color: rgba(0, 0, 0, .54)
}
.search.has-focus:-ms-input-placeholder {
color: rgba(0, 0, 0, .54)
}
.search .search-btn {
color: #fff;
z-index: 1
}
.search::-webkit-input-placeholder {
color: #fff
}
.search:-moz-placeholder {
color: #fff
}
.search::-moz-placeholder {
color: #fff
}
.search:-ms-input-placeholder {
color: #fff
}
}
@media only screen and (min-width: 900px) {
.header-social-icon span {
margin: 0 10px
}
.header-topbar-right {
width: 278px;
padding-right: 30px
}
}
.godo-cover {
background: #4285f4;
color: #fff;
letter-spacing: .2px;
min-height: 350px;
margin-bottom: 2em;
padding-top: 56px;
position: relative;
text-shadow: 0 0 10px rgba(0, 0, 0, .33);
z-index: 2
}
.godo-cover.cover {
background-position: center;
-webkit-background-size: cover;
background-size: cover;
-webkit-transition: background 1s;
-moz-transition: background 1s;
-o-transition: background 1s;
-ms-transition: background 1s;
transition: background 1s
}
.godo-cover.cover:before {
background: rgba(0, 0, 0, .34);
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0
}
.godo-cover-wrap {
margin: 0 auto;
max-width: 700px;
padding: 16px;
position: relative;
z-index: 99
}
.godo-cover-avatar {
border-radius: 50%;
margin-bottom: 16px;
width: 120px;
height: 120px
}
.godo-cover-title {
font-size: 2em;
font-weight: 700;
margin: 0 0 30px;
line-height: 1.2
}
.godo-cover-meta {
padding: 10px 0
}
.godo-cover .location,
.godo-cover .number-post,
.godo-cover .website {
color: #fff;
display: block;
height: 36px;
line-height: 36px;
margin: 0 10px;
font-weight: 500
}
.post,
.ps {
margin-left: 8px
}
.godo-cover .website {
background-color: rgba(0, 0, 0, .12)
}
@media only screen and (min-width: 640px) {
.godo-cover {
margin-bottom: 0;
min-height: 450px;
padding-top: 64px
}
.godo-cover-title {
font-size: 2.5em
}
.godo-cover-description {
font-size: 1.2em;
line-height: 28px
}
.godo-cover .location,
.godo-cover .number-post,
.godo-cover .website {
display: inline-block;
vertical-align: middle
}
}
.ps {
background: #fff;
border-bottom: 1px solid #DDD;
min-height: 100px;
position: relative;
padding-right: 16px;
padding-left: 16px;
padding-top: 10px;
margin-right: 8px
}
@media only screen and (min-width: 900px) {
.ps {
padding-left: 0;
margin: 0
}
}
.ps .ps-tags {
left: 0;
position: absolute;
top: 5.5em;
width: 7em
}
.ps .ps-inner,
.ps .ps-thumb,
.ps .ps-title {
position: relative
}
.ps .ps-tags a {
background: #E3E6E3;
color: #3e433e;
display: block;
margin: 0 0 .5em;
text-transform: capitalize
}
.ps .ps-tags a:hover {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
}
.ps .ps-thumb {
display: block;
float: right;
margin-left: 1em;
max-width: 6.5em;
z-index: 2
}
.ps .read-more {
font-weight: 500
}
.ps .read-more:hover {
color: #212121
}
.ps .ps-excerpt {
margin-top: 0
}
.ps .ps-title h2 {
margin: 0;
color: #212121;
font-weight: 500;
opacity: .9;
font-size: 20px;
line-height: 25px
}
.ps .ps-inner {
padding-top: .5em
}
.ps .ps-byline {
color: #757575;
font-size: .8em;
padding: .3em 0;
font-weight: 700
}
.ps .ps-byline .timestamp {
font-weight: 400
}
.ps .ps-byline a {
font-weight: 700;
color: #4285f4
}
.ps .ps-byline a:hover {
color: #212121
}
@media only screen and (min-width: 640px) {
.ps,
.ps .ps-inner {
padding-top: 0
}
.ps .ps-title h2 {
font: 500 26px/34px Roboto, sans-serif
}
.ps .featured:before {
display: block
}
.ps .timestamp {
background: #E3E6E3;
border-radius: 2px 0 0 2px;
color: #3e433e;
display: block;
left: 0;
font-style: italic;
font-size: .8em;
height: 36px;
line-height: 36px;
padding: 0 .67em;
position: absolute;
text-align: center;
top: 2.2em;
width: 8.5em;
white-space: nowrap
}
.ps .timestamp:after {
content: " ";
height: 0;
width: 0;
position: absolute;
left: 100%;
top: 0;
margin: 0;
pointer-events: none;
border-top: 18px solid transparent;
border-bottom: 18px solid transparent;
border-left: 11px solid #E3E6E3
}
.ps .ps-byline {
font-size: 1em
}
.ps .ps-thumb {
max-width: 15em
}
.ps .ps-title:before {
background: #fff;
border-radius: 50%;
border: 3px solid #DDD;
content: "";
display: block;
height: 20px;
left: -28px;
top: 3px;
position: absolute;
width: 20px
}
.ps .ps-content {
padding: 2em 0 1em 1em;
margin-left: 8.5em;
border-left: 3px solid #DDD
}
}
.btn,
.prev-next-link,
.prev-next-row {
position: relative
}
.footer {
background: #253238;
color: #fff
}
.footer a {
color: #fff;
opacity: .9
}
.footer-wrap {
padding: 10px 16px;
color: #A2AAAD
}
.footer-wrap .by,
.footer-wrap .copy {
margin: 10px 0
}
.footer-wrap .by span,
.footer-wrap .copy span {
display: inline-block;
line-height: 1;
vertical-align: middle
}
@media only screen and (min-width: 640px) {
.footer-wrap {
padding-left: 30px;
padding-right: 30px;
text-align: left;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex
}
.footer-wrap .by {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: flex-end;
-moz-box-pack: flex-end;
-webkit-box-pack: flex-end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-flex: 1 0 auto;
-moz-box-flex: 1 0 auto;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto
}
}
.btn,
.btn i {
display: inline-block;
vertical-align: middle
}
.btn {
border-radius: 2px;
border: 0!important;
color: #fff;
cursor: pointer;
font: 500 14px/20px Roboto, sans-serif;
height: 36px;
letter-spacing: .5px;
line-height: 36px;
min-width: 36px;
padding: 0 8px;
text-align: center;
text-transform: uppercase;
-webkit-tap-highlight-color: transparent;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out
}
.post-author-date,
.token.italic {
font-style: italic
}
.btn i {
font-size: 20px
}
.btn.download {
background: #5cb85c!important
}
.btn.link {
background: #4285f4!important
}
.btn.download,
.btn.link {
padding-left: 20px;
padding-right: 20px
}
.btn.download i,
.btn.link i {
margin-right: 5px
}
.btn.btn-circle {
border-radius: 50%;
width: 55px;
height: 55px;
padding: 0;
line-height: 55px
}
.btn.disabled {
background-color: rgba(0, 0, 0, .12);
color: rgba(0, 0, 0, .26);
box-shadow: none!important;
cursor: not-allowed
}
.btn.btn-flat {
box-shadow: none;
background: 0 0
}
.post {
padding: 0;
margin-right: 8px;
margin-bottom: 40px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.post h1 {
color: #757575;
font-weight: 500
}
.post h2 {
border-bottom: 1px solid #ebebeb;
padding-bottom: 3px
}
.post-img {
margin-top: 0!important
}
.post-title {
margin-top: 0
}
.post-main {
padding: 0 16px 2em;
margin-top: 20px
}
.post-main ul {
padding-left: 40px;
margin-bottom: 1em
}
.post-main ul li {
list-style: disc
}
.post-main li,
.post-main li p {
margin: 8px 0;
padding: 0
}
.post-main img {
display: block;
margin: 40px 0
}
.post-author {
background: rgba(176, 190, 197, .16);
border-bottom: 1px solid #ECEFF1;
padding: 13px 16px;
overflow: auto;
display: flex;
-webkit-box-flex: 0 0 100%;
-moz-box-flex: 0 0 100%;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%
}
.post-author-avatar {
border-radius: 50%;
height: 40px;
width: 40px;
margin-right: 12px;
display: block;
overflow: hidden
}
.post-author-name {
color: #212121;
letter-spacing: -.01em
}
.post-author-date {
font-size: 14px;
color: #78909C;
line-height: 1;
margin-top: 5px
}
.comments {
margin-top: 1.5em;
overflow: hidden
}
.follow {
background: #EEE;
height: 50px
}
.follow span {
float: left
}
.follow .texto {
line-height: 50px;
margin: 0 10px
}
@media only screen and (min-width: 900px) {
.follow .texto {
margin: 0 45px
}
}
.follow .fb {
margin: 15px 11px 0 0
}
.follow .tw {
height: 20px;
margin-top: 15px;
margin-right: 10px
}
.follow .yt {
margin-top: 13px
}
.prev-next-post {
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.prev-next-row {
margin: 0 0 24px;
padding: 0 12px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-flex: 0 0 100%;
-moz-box-flex: 0 0 100%;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%
}
.prev-next-row:hover .prev-next-btn {
background: #4285f4
}
.prev-next-link {
background-size: cover;
background-position: center;
border-radius: 2px;
box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
height: 260px;
width: 100%
}
.prev-next-link.no-cover:after {
background: #4285f4!important
}
.prev-next-link:hover {
box-shadow: 0 0 4px 0 rgba(0, 0, 0, .24), 0 4px 4px 0 rgba(0, 0, 0, .25);
transition: box-shadow .2s ease-in;
opacity: .97
}
.prev-next-link:after {
background: rgba(0, 0, 0, .34);
content: "";
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0
}
.prev-next-title {
color: #fff;
display: block;
font-size: 20px;
line-height: 24px;
padding: 0 55px 0 15px;
position: relative;
z-index: 5
}
.prev-next-btn {
bottom: 24px;
position: absolute
}
@media only screen and (min-width: 640px) {
.post-main {
padding: 0 2em 2em
}
.prev-next-row {
-webkit-box-flex: 0 0 50%;
-moz-box-flex: 0 0 50%;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%
}
.prev-next-title {
font-size: 24px;
line-height: 32px
}
}
@media only screen and (min-width: 900px) {
.post {
margin-left: 0;
margin-right: 0
}
.page-static {
max-width: 960px;
margin-left: auto;
margin-right: auto
}
}
@media only screen and (min-width: 1200px) {
.post-author,
.post-main {
padding-left: 3em;
padding-right: 3em
}
}
code[class*=language-],
pre[class*=language-] {
color: #f8f8f2;
text-shadow: 0 1px rgba(0, 0, 0, .3);
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
direction: ltr;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none
}
pre[class*=language-] {
padding: 1em;
margin: .5em 0;
overflow: auto;
border-radius: .3em
}
:not(pre)>code[class*=language-],
pre[class*=language-] {
background: #272822
}
:not(pre)>code[class*=language-] {
padding: .1em;
border-radius: .3em
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
color: #708090
}
.token.punctuation {
color: #f8f8f2
}
.namespace {
opacity: .7
}
.token.constant,
.token.deleted,
.token.property,
.token.symbol,
.token.tag {
color: #f92672
}
.token.boolean,
.token.number {
color: #ae81ff
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
color: #a6e22e
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url,
.token.variable {
color: #f8f8f2
}
.token.atrule,
.token.attr-value,
.token.function {
color: #e6db74
}
.token.keyword {
color: #66d9ef
}
.token.important,
.token.regex {
color: #fd971f
}
.token.bold,
.token.important {
font-weight: 700
}
.token.entity {
cursor: help
}
.animated {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-ms-animation-duration: 1s;
-o-animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.bounceIn {
-webkit-animation-name: bounceIn;
-moz-animation-name: bounceIn;
-ms-animation-name: bounceIn;
-o-animation-name: bounceIn;
animation-name: bounceIn
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
-moz-animation-name: bounceInDown;
-ms-animation-name: bounceInDown;
-o-animation-name: bounceInDown;
animation-name: bounceInDown
}
@-webkit-keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3)
}
20% {
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
transform: scale3d(.97, .97, .97)
}
100% {
opacity: 1;
transform: scale3d(1, 1, 1)
}
}
@-moz-keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3)
}
20% {
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
transform: scale3d(.97, .97, .97)
}
100% {
opacity: 1;
transform: scale3d(1, 1, 1)
}
}
@keyframes bounceIn {
0%, 100%, 20%, 40%, 60%, 80% {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3)
}
20% {
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
transform: scale3d(.97, .97, .97)
}
100% {
opacity: 1;
transform: scale3d(1, 1, 1)
}
}
@-webkit-keyframes bounceInDown {
0%, 100%, 60%, 75%, 90% {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0)
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0)
}
75% {
transform: translate3d(0, -10px, 0)
}
90% {
transform: translate3d(0, 5px, 0)
}
100% {
transform: none
}
}
@-moz-keyframes bounceInDown {
0%, 100%, 60%, 75%, 90% {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0)
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0)
}
75% {
transform: translate3d(0, -10px, 0)
}
90% {
transform: translate3d(0, 5px, 0)
}
100% {
transform: none
}
}
@keyframes bounceInDown {
0%, 100%, 60%, 75%, 90% {
animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0)
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0)
}
75% {
transform: translate3d(0, -10px, 0)
}
90% {
transform: translate3d(0, 5px, 0)
}
100% {
transform: none
}
}
@-webkit-keyframes pulse {
from, to {
transform: scale3d(1, 1, 1)
}
50% {
transform: scale3d(1.05, 1.05, 1.05)
}
}
@-moz-keyframes pulse {
from, to {
transform: scale3d(1, 1, 1)
}
50% {
transform: scale3d(1.05, 1.05, 1.05)
}
}
@keyframes pulse {
from, to {
transform: scale3d(1, 1, 1)
}
50% {
transform: scale3d(1.05, 1.05, 1.05)
}
} | 0.229708 | 0.065665 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
:root {
--dark-brown: #260101;
--burnt-sienna: #8C391B;
--light-coffee: #BF814B;
--sandstone: #F2CA7E;
--teal: #1BCBF2;
--powderblue: #A3C3DC;
}
html {
scroll-behavior: smooth;
}
body {
width: 100%;
}
ul {
list-style-type: none;
}
a {
text-decoration: none;
}
/* Header Styles */
header {
width: 100%;
background-color: var(--dark-brown);
color: var(--sandstone);
display: flex;
justify-content: space-between;
align-content: center;
padding: 20px 15px;
flex-wrap: wrap
}
header h1 {
font-family: 'Josefin Sans', sans-serif;
font-size: 46px;
width: 50%;
}
header nav {
width: 50%;
margin: auto 0px;
}
header nav ul {
display: flex;
justify-content: space-between;
align-content: center;
font-family: 'Josefin Sans', sans-serif;
font-size: 20px
}
header nav ul li a{
text-decoration: none;
color: var(--sandstone);
}
header nav ul li a:hover {
color: var(--burnt-sienna);
}
/* Footer Styles */
/* Hero Section */
#hero {
background-image: url(../images/hero-bg.jpg);
height: 400px;
background-size: cover;
background-position: center;
position: relative;
margin-bottom: 50px;
}
#hero img {
width: 300px;
border: 4px solid #fff;
border-radius: 50%;
box-shadow: -3px 3px 5px 0 #ccc;
position: absolute;
margin-left: 50px;
margin-bottom: 50px;
bottom: 0;
}
.subtitle {
position: absolute;
bottom: 0;
right: 0;
margin-bottom: 5%;
background-color: var(--sandstone);
width: 30%;
height: 80px;
padding: 10px auto;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.subtitle h2 {
color: var(--burnt-sienna);
font-family: 'Josefin Sans', sans-serif;
}
/* Main Content Area Styles */
.main-content {
margin: 0 30px
}
.main-content p {
font-family: 'Montserrat', sans-serif;
color: var(--dark-brown);
margin-bottom: 10px;
}
.about-me, .projects, .contact-info{
display:flex;
margin-bottom: 50px
}
.content-heading {
flex: 1 30%;
text-align: right;
padding-right: 40px;
font-family: 'Josefin Sans', sans-serif;
color: var(--burnt-sienna);
border-right: 3px solid var(--teal);
}
.content-heading h2 {
text-align: end;
font-size: 32px;
}
.about-text, .grid-container, .contact-text {
flex: 2 70%;
margin-left: 20px;
}
/* My Projects Styles */
.grid-container {
width: 100%;
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(3, 150px);
grid-gap: 20px;
}
.grid-card {
background-color: var(--powderblue);
grid-column: span 2;
box-shadow: -3px 3px 5px 0 #ccc;
border-radius: 5px;
background-size: cover;
background-position: center;
position: relative;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: var(--teal);
}
.grid-card h3 {
z-index: 2;
background-color: var(--dark-brown);
padding: 10px;
position: absolute;
bottom: 0;
left: 0;
margin-bottom: 10px;
}
.grid-card h3 {
font-family: 'Josefin Sans', sans-serif;
color: var(--sandstone);
transition: .5s ease;
}
.grid-card:hover h3 {
color: var(--light-coffee);
}
.grid-card:hover .overlay{
opacity: 0.4;
}
.card1 {
grid-column: span 4;
grid-row: span 2;
background-image: url(../images/card1.png);
}
.card2 {
background-image: url(../images/card2.jpg);
}
.card3 {
background-image: url(../images/card3.png);
}
.card4 {
background-image: url(../images/card4.png);
}
.card5 {
background-image: url(https://bluesatyr.github.io/okamisca/images/murder_procession.jpg)
}
/* Contact Info Styles */
.contact-text {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.contact-text p {
font-weight: 700;
margin-right: 10px;
}
.contact-text a {
color: var(--dark-brown);
border-bottom: 3px solid var(--teal);
}
.contact-text a:hover {
color: var(--burnt-sienna);
border-bottom: 3px solid var(--burnt-sienna);
font-weight: bold;
}
/* Media Query Styles */
/* Desktop Styles */
@media screen and (max-width: 980px) {
}
/* Tablet Styles */
@media screen and (max-width: 768px) {
.grid-container {
width: 100%;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(4, 120px);
grid-gap: 20px;
}
header h1 {
font-size: 46px;
width: 55%;
}
header nav {
width: 45%;
margin: auto 0px;
}
header nav ul li{
font-size: 16px;
}
}
/* Mobile Styles */
@media screen and (max-width: 585px) {
header {
flex-direction: column;
}
header h1 {
text-align: left;
width: 100%
}
header nav {
width: 100%;
margin: auto 0px;
justify-content: space-around;
}
.subtitle {
height: 70px;
margin-bottom: 0;
z-index: 1
}
.subtitle h2 {
font-size: 20px;
margin: clear;
}
.about-me, .projects, .contact-info{
flex-direction: column;
}
.content-heading {
flex: 0 100%;
text-align: center;;
border-right: none;
border-bottom: 3px solid var(--teal);
}
.content-heading h2 {
text-align: center;
}
.about-text, .grid-container, .contact-text {
flex: 0 100%;
margin-left: 0;
margin-top: 15px;
}
#hero img {
bottom: none;
position: absolute;
margin-left: 0;
margin-bottom: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index:2;
}
} | assets/css/style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
:root {
--dark-brown: #260101;
--burnt-sienna: #8C391B;
--light-coffee: #BF814B;
--sandstone: #F2CA7E;
--teal: #1BCBF2;
--powderblue: #A3C3DC;
}
html {
scroll-behavior: smooth;
}
body {
width: 100%;
}
ul {
list-style-type: none;
}
a {
text-decoration: none;
}
/* Header Styles */
header {
width: 100%;
background-color: var(--dark-brown);
color: var(--sandstone);
display: flex;
justify-content: space-between;
align-content: center;
padding: 20px 15px;
flex-wrap: wrap
}
header h1 {
font-family: 'Josefin Sans', sans-serif;
font-size: 46px;
width: 50%;
}
header nav {
width: 50%;
margin: auto 0px;
}
header nav ul {
display: flex;
justify-content: space-between;
align-content: center;
font-family: 'Josefin Sans', sans-serif;
font-size: 20px
}
header nav ul li a{
text-decoration: none;
color: var(--sandstone);
}
header nav ul li a:hover {
color: var(--burnt-sienna);
}
/* Footer Styles */
/* Hero Section */
#hero {
background-image: url(../images/hero-bg.jpg);
height: 400px;
background-size: cover;
background-position: center;
position: relative;
margin-bottom: 50px;
}
#hero img {
width: 300px;
border: 4px solid #fff;
border-radius: 50%;
box-shadow: -3px 3px 5px 0 #ccc;
position: absolute;
margin-left: 50px;
margin-bottom: 50px;
bottom: 0;
}
.subtitle {
position: absolute;
bottom: 0;
right: 0;
margin-bottom: 5%;
background-color: var(--sandstone);
width: 30%;
height: 80px;
padding: 10px auto;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.subtitle h2 {
color: var(--burnt-sienna);
font-family: 'Josefin Sans', sans-serif;
}
/* Main Content Area Styles */
.main-content {
margin: 0 30px
}
.main-content p {
font-family: 'Montserrat', sans-serif;
color: var(--dark-brown);
margin-bottom: 10px;
}
.about-me, .projects, .contact-info{
display:flex;
margin-bottom: 50px
}
.content-heading {
flex: 1 30%;
text-align: right;
padding-right: 40px;
font-family: 'Josefin Sans', sans-serif;
color: var(--burnt-sienna);
border-right: 3px solid var(--teal);
}
.content-heading h2 {
text-align: end;
font-size: 32px;
}
.about-text, .grid-container, .contact-text {
flex: 2 70%;
margin-left: 20px;
}
/* My Projects Styles */
.grid-container {
width: 100%;
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(3, 150px);
grid-gap: 20px;
}
.grid-card {
background-color: var(--powderblue);
grid-column: span 2;
box-shadow: -3px 3px 5px 0 #ccc;
border-radius: 5px;
background-size: cover;
background-position: center;
position: relative;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: var(--teal);
}
.grid-card h3 {
z-index: 2;
background-color: var(--dark-brown);
padding: 10px;
position: absolute;
bottom: 0;
left: 0;
margin-bottom: 10px;
}
.grid-card h3 {
font-family: 'Josefin Sans', sans-serif;
color: var(--sandstone);
transition: .5s ease;
}
.grid-card:hover h3 {
color: var(--light-coffee);
}
.grid-card:hover .overlay{
opacity: 0.4;
}
.card1 {
grid-column: span 4;
grid-row: span 2;
background-image: url(../images/card1.png);
}
.card2 {
background-image: url(../images/card2.jpg);
}
.card3 {
background-image: url(../images/card3.png);
}
.card4 {
background-image: url(../images/card4.png);
}
.card5 {
background-image: url(https://bluesatyr.github.io/okamisca/images/murder_procession.jpg)
}
/* Contact Info Styles */
.contact-text {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.contact-text p {
font-weight: 700;
margin-right: 10px;
}
.contact-text a {
color: var(--dark-brown);
border-bottom: 3px solid var(--teal);
}
.contact-text a:hover {
color: var(--burnt-sienna);
border-bottom: 3px solid var(--burnt-sienna);
font-weight: bold;
}
/* Media Query Styles */
/* Desktop Styles */
@media screen and (max-width: 980px) {
}
/* Tablet Styles */
@media screen and (max-width: 768px) {
.grid-container {
width: 100%;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(4, 120px);
grid-gap: 20px;
}
header h1 {
font-size: 46px;
width: 55%;
}
header nav {
width: 45%;
margin: auto 0px;
}
header nav ul li{
font-size: 16px;
}
}
/* Mobile Styles */
@media screen and (max-width: 585px) {
header {
flex-direction: column;
}
header h1 {
text-align: left;
width: 100%
}
header nav {
width: 100%;
margin: auto 0px;
justify-content: space-around;
}
.subtitle {
height: 70px;
margin-bottom: 0;
z-index: 1
}
.subtitle h2 {
font-size: 20px;
margin: clear;
}
.about-me, .projects, .contact-info{
flex-direction: column;
}
.content-heading {
flex: 0 100%;
text-align: center;;
border-right: none;
border-bottom: 3px solid var(--teal);
}
.content-heading h2 {
text-align: center;
}
.about-text, .grid-container, .contact-text {
flex: 0 100%;
margin-left: 0;
margin-top: 15px;
}
#hero img {
bottom: none;
position: absolute;
margin-left: 0;
margin-bottom: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index:2;
}
} | 0.367838 | 0.133896 |
.subtitle {
animation: fadeIn 0.75s ease-in-out;
}
.project-grid {
opacity: 0;
animation: fadeIn 0.75s ease-in-out;
animation-delay: 0.3s;
animation-fill-mode: forwards;
margin-bottom: 6%;
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0px);
}
}
.project {
display: flex;
flex-direction: column;
margin-bottom: 36px;
}
.project:last-of-type {
margin-bottom: 0px;
}
.project-image-container {
width: 100%;
height: auto;
overflow: hidden;
line-height: 0;
position: relative;
}
.project-image {
width: 100%;
height: 100%;
transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.project-image-container:hover .project-image {
transform: scale(1.1);
}
.project h1 {
color: #00071c;
font-size: 18px;
font-weight: 700;
line-height: 1.5em;
margin-top: 0.5em;
}
.project h2 {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.07em;
font-weight: 400;
line-height: 1.5em;
color: #71798f;
}
@media (min-width: 576px) and (max-width: 991px) {
.project {
margin-bottom: 60px;
}
.project h1 {
font-size: 20px;
}
.project h2 {
font-size: 12px;
}
}
@media (min-width: 992px) and (max-width: 1919px) {
.project-grid {
box-sizing: border-box;
padding: 0px;
display: grid;
grid-template-columns: 44.444% 44.444%;
grid-column-gap: 11.112%;
}
.project {
margin-bottom: 80px;
}
.project-image {
width: 100%;
}
.project:last-of-type {
display: flex;
}
.project:nth-of-type(2) {
margin: 80px 0px 0px 0px;
}
.project:nth-of-type(4) {
margin: 80px 0px 0px 0px;
}
.project:nth-of-type(6) {
margin: 80px 0px 0px 0px;
}
.project:last-of-type {
margin: 80px 0px 0px 0px;
}
.project h1 {
width: 100%;
font-size: 22px;
}
.project h2 {
font-size: 14px;
width: 100%;
}
/*.project-title {
transform: translateY(-10px);
opacity: 0;
transition: all 0.5s ease-in-out;
}
.project-image-container:hover ~ .project-title {
transform: translateY(0px);
opacity: 1;
}*/
.desktop-subtitle {
width: 50%;
}
}
@media (min-width: 1920px) {
.project-grid {
box-sizing: border-box;
padding: 0px;
display: grid;
grid-template-columns: 44.444% 44.444%;
grid-column-gap: 11.112%;
}
.project {
margin-bottom: 80px;
}
.project-image {
width: 100%;
}
.project:last-of-type {
display: flex;
}
.project:nth-of-type(2) {
margin: 80px 0px 0px 0px;
}
.project:nth-of-type(4) {
margin: 80px 0px 0px 0px;
}
.project:nth-of-type(6) {
margin: 80px 0px 0px 0px;
}
.project:last-of-type {
margin: 80px 0px 0px 0px;
}
.project h1 {
width: 100%;
font-size: 26px;
}
.project h2 {
font-size: 16px;
width: 100%;
}
/* .project-title {
transform: translateY(-10px);
opacity: 0;
transition: all 0.5s ease-in-out;
}
.project-image-container:hover ~ .project-title {
transform: translateY(0px);
opacity: 1;
}*/
.desktop-subtitle {
width: 50%;
}
} | css/work.css | .subtitle {
animation: fadeIn 0.75s ease-in-out;
}
.project-grid {
opacity: 0;
animation: fadeIn 0.75s ease-in-out;
animation-delay: 0.3s;
animation-fill-mode: forwards;
margin-bottom: 6%;
}
@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0px);
}
}
.project {
display: flex;
flex-direction: column;
margin-bottom: 36px;
}
.project:last-of-type {
margin-bottom: 0px;
}
.project-image-container {
width: 100%;
height: auto;
overflow: hidden;
line-height: 0;
position: relative;
}
.project-image {
width: 100%;
height: 100%;
transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.project-image-container:hover .project-image {
transform: scale(1.1);
}
.project h1 {
color: #00071c;
font-size: 18px;
font-weight: 700;
line-height: 1.5em;
margin-top: 0.5em;
}
.project h2 {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.07em;
font-weight: 400;
line-height: 1.5em;
color: #71798f;
}
@media (min-width: 576px) and (max-width: 991px) {
.project {
margin-bottom: 60px;
}
.project h1 {
font-size: 20px;
}
.project h2 {
font-size: 12px;
}
}
@media (min-width: 992px) and (max-width: 1919px) {
.project-grid {
box-sizing: border-box;
padding: 0px;
display: grid;
grid-template-columns: 44.444% 44.444%;
grid-column-gap: 11.112%;
}
.project {
margin-bottom: 80px;
}
.project-image {
width: 100%;
}
.project:last-of-type {
display: flex;
}
.project:nth-of-type(2) {
margin: 80px 0px 0px 0px;
}
.project:nth-of-type(4) {
margin: 80px 0px 0px 0px;
}
.project:nth-of-type(6) {
margin: 80px 0px 0px 0px;
}
.project:last-of-type {
margin: 80px 0px 0px 0px;
}
.project h1 {
width: 100%;
font-size: 22px;
}
.project h2 {
font-size: 14px;
width: 100%;
}
/*.project-title {
transform: translateY(-10px);
opacity: 0;
transition: all 0.5s ease-in-out;
}
.project-image-container:hover ~ .project-title {
transform: translateY(0px);
opacity: 1;
}*/
.desktop-subtitle {
width: 50%;
}
}
@media (min-width: 1920px) {
.project-grid {
box-sizing: border-box;
padding: 0px;
display: grid;
grid-template-columns: 44.444% 44.444%;
grid-column-gap: 11.112%;
}
.project {
margin-bottom: 80px;
}
.project-image {
width: 100%;
}
.project:last-of-type {
display: flex;
}
.project:nth-of-type(2) {
margin: 80px 0px 0px 0px;
}
.project:nth-of-type(4) {
margin: 80px 0px 0px 0px;
}
.project:nth-of-type(6) {
margin: 80px 0px 0px 0px;
}
.project:last-of-type {
margin: 80px 0px 0px 0px;
}
.project h1 {
width: 100%;
font-size: 26px;
}
.project h2 {
font-size: 16px;
width: 100%;
}
/* .project-title {
transform: translateY(-10px);
opacity: 0;
transition: all 0.5s ease-in-out;
}
.project-image-container:hover ~ .project-title {
transform: translateY(0px);
opacity: 1;
}*/
.desktop-subtitle {
width: 50%;
}
} | 0.597373 | 0.130951 |
@font-face {
font-family: 'Karla-Regular';
src: url("../fonts/Karla-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Karla-Regular.woff") format("woff"), url("../fonts/Karla-Regular.ttf") format("truetype"), url("../fonts/Karla-Regular.svg#Karla-Regular") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Karla-Bold';
src: url("../fonts/Karla-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Karla-Bold.woff") format("woff"), url("../fonts/Karla-Bold.ttf") format("truetype"), url("../fonts/Karla-Bold.svg#Karla-Bold") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Montserrat-Bold';
src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.otf") format("opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
font-weight: normal;
font-style: normal;
}
html, body, .wrapper {
height: 100%;
}
html {
font-size: 10px !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
background-color: #eeeeee !important;
line-height: 1.3;
font-size: 1.6rem;
font-family: 'Karla-Regular', sans-serif;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 1.6rem;
vertical-align: baseline;
background: 0 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
ul {
list-style: none;
color: #000;
}
blockquote, q {
quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
content: '';
content: none;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
text-decoration: none !important;
background: 0 0;
outline: 0 !important;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: 700;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
input, select {
vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Karla-Bold';
line-height: 1.3em;
}
h1 {
font-size: 4.7rem;
}
h2 {
font-size: 3.5rem;
}
h3 {
font-size: 3rem;
}
h4 {
font-size: 2.4rem;
}
h5 {
font-size: 1.76rem;
}
h6 {
font-size: 1.17rem;
}
p {
font-size: 1.6rem;
}
.page-content {
width: 100%;
}
.section_login {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.section_login .at_form_holder {
padding: 50px;
max-width: 620px;
margin: 50px auto;
background: #fff;
border-radius: 10px;
}
.section_login .at_form_holder h2 {
color: #fa8720;
margin: 0 0 1rem;
}
.section_login .at_form_holder p {
font-size: 2rem;
}
.section_login .at_form_holder .at_fromhead {
margin: 0 0 4rem;
text-align: center;
}
.section_login .at_form_holder > label {
margin: 0 0 2rem;
font-size: 1.8rem;
}
.section_login .at_form_holder .form-group {
margin-bottom: 3rem;
}
.section_login .at_form_holder .at-btnholder {
margin-bottom: 3rem;
}
.section_login .at_form_holder .at-btnholder .at-btn {
width: 100%;
}
.section_login .at_form_holder .at-btn {
width: 258px;
height: 55px;
font-size: 18px;
line-height: 55px;
}
.section_login .at_form_holder .at-btn:focus {
outline: none;
}
.section_login .at_signup_para {
color: #b9bbbe;
text-align: center;
margin-top: 3rem;
}
.section_login .play-btn {
border: 1px solid #ccc;
border-radius: 50%;
padding: 10px;
height: 60px;
width: 60px;
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;
}
.section_login .play-btn img {
width: 20px;
}
.section_login .at_w_30 img {
width: 30px;
}
.section_login .utterance_id {
max-width: 100%;
padding: 2rem;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
color: #fa8720;
border: 2px solid #fa8720;
}
.section_login .utterance_id_group p {
border-bottom: 1px solid;
display: table;
margin-top: 1rem;
}
.at-btnholder {
width: 100%;
float: left;
text-align: center;
}
.at_btn {
background-color: #0f4aa5;
color: #fff !important;
width: 100%;
font-size: 2rem;
padding: 1rem;
}
.at_btn:hover {
background-color: #0c3ea5;
}
.at-heightdiv {
min-height: 145px;
}
#keyboardInputMaster {
width: 520px !important;
background-color: #fff !important;
border: 1px solid rgba(112, 112, 112, 0.15) !important;
}
#keyboardInputMaster thead tr th select {
width: 130px !important;
height: 36px !important;
}
#keyboardInputMaster thead tr th {
padding: 2px 5px 8px 4px !important;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table.keyboardInputCenter {
width: 100% !important;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td {
padding: 6px 13px !important;
}
#keyboardInputMaster tbody tr td div var {
display: none !important;
}
/* Rating Star Widgets Style */
.rating-stars ul {
list-style-type: none;
padding: 0;
-moz-user-select: none;
-webkit-user-select: none;
}
.rating-stars ul > li.star {
display: inline-block;
}
/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
font-size: 2.5em;
/* Change the size of the stars */
color: #ccc;
/* Color on idle state */
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
color: #ffcc36;
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
color: #ff912c;
}
.listening {
width: 75px;
display: none;
margin: 0 auto 30px;
}
.at_record_ul li {
margin-right: 3rem;
}
.at-show-btns .listening {
display: block;
}
.wave {
-webkit-animation-name: pulse;
animation-name: pulse;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
height: 4px;
y: 11px;
}
#wave-1, #wave-1-2 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#wave-2, #wave-2-2 {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
#wave-3, #wave-3-2 {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#wave-5, #wave-5-2 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#wave-4, #wave-4-2 {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
@-webkit-keyframes pulse {
0%, 100% {
height: 4px;
y: 11px;
}
50% {
height: 26px;
y: 0px;
}
}
@keyframes pulse {
0%, 100% {
height: 4px;
y: 11px;
}
50% {
height: 26px;
y: 0px;
}
}
.select_master_anch {
display: block;
margin-top: 1rem;
color: #0084FF;
}
.at_modal_selectmaster .table thead th {
border-top: none;
vertical-align: bottom;
}
/* =============================================
Theme Custom Select
============================================= */
.at-select {
color: #666;
float: left;
width: 100%;
position: relative;
text-transform: uppercase;
}
.at-select:after {
top: 0;
z-index: 2;
right: 20px;
color: #666;
display: block;
font-size: 12px;
content: '\e90a';
font-weight: 900;
line-height: 60px;
position: absolute;
text-align: center;
pointer-events: none;
font-family: 'icomoon';
}
.at-select select {
z-index: 1;
width: 100%;
position: relative;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.at-select select option {
color: #666;
}
/* =============================================
Theme Styling
============================================= */
textarea,
select,
.at-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
border: 0;
color: #666;
outline: none;
height: 60px;
font-size: 14px;
box-shadow: none;
font-weight: 500;
line-height: 18px;
padding: 10px 20px;
border-radius: 50px;
display: inline-block;
vertical-align: middle;
-webkit-box-shadow: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: rgba(63, 87, 123, 0.05);
}
.at-btn {
border: 0;
color: #fff;
padding: 0 35px;
position: relative;
text-align: center;
border-radius: 27px;
background: #0f4aa5;
display: inline-block;
vertical-align: middle;
text-transform: capitalize;
font: 500 16px/45px 'Poppins', Arial, Helvetica, sans-serif;
}
.at-btn:hover {
color: #fff;
}
.at-btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.at-bgwhite {
background-color: #fff !important;
}
.at-wrapper {
overflow: hidden;
padding: 0 0 0 260px;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.at-wrapper.at-openmenu {
padding: 0 0 0 100px;
}
.at-main {
width: 100%;
float: left;
}
.disabled {
cursor: default;
pointer-events: none;
}
.at-radio,
.at-radio label,
.at-checkbox,
.at-checkbox label {
margin: 0;
width: 100%;
float: left;
position: relative;
}
.at-radio input[type=radio],
.at-checkbox input[type=checkbox] {
display: none;
}
/* =============================================
Header Style
============================================= */
.at-header {
width: 100%;
float: left;
z-index: 10;
position: relative;
padding: 20px 30px;
background: #0f4aa5;
}
.at-navigationarea {
width: 100%;
float: left;
}
.at-navigationarea .at-btnopensidebar {
display: none;
}
.at-logo {
float: left;
width: 100px;
}
.at-logo a,
.at-logo img {
display: block;
}
.at-logo a img {
width: 100%;
height: auto;
}
.at-searchdropdownholder {
float: right;
}
.at-usermenu,
.at-formsearch,
.at-notifications {
display: inline-block;
vertical-align: middle;
}
.at-formsearch {
width: 100%;
float: none;
margin: 0 auto;
display: block;
max-width: 600px;
overflow: hidden;
}
.at-formsearch fieldset .form-group {
margin: 0;
}
.at-formsearch fieldset .form-group i {
left: 0;
right: auto;
height: 60px;
opacity: 0.50;
font-size: 20px;
line-height: 60px;
color: #0f4aa5;
}
.at-formsearch fieldset .form-control {
height: 60px;
padding: 10px 40px 10px 90px;
}
.at-notifications {
position: relative;
}
.at-notifications .at-onlinedot {
top: 0;
bottom: auto;
background: #4cb5d8;
}
.at-btnnotification {
display: block;
font-size: 35px;
line-height: 35px;
position: relative;
color: #0f4aa5;
}
.dropdown-toggle:after,
.at-btnnotification:after {
display: none;
}
.at-btnnotification:focus,
.at-btnnotification:hover {
color: #0f4aa5;
}
.at-themedropdownmenu {
border: 0;
margin: 0;
opacity: 0;
width: 260px;
padding: 20px;
display: block;
visibility: hidden;
background: #fff;
right: 0 !important;
top: 100px !important;
left: auto !important;
border-radius: .25rem;
-webkit-transform: none !important;
transform: none !important;
will-change: initial !important;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.at-themedropdownmenu ul {
width: 100%;
float: left;
font-size: 13px;
list-style: none;
line-height: 18px;
}
.at-themedropdownmenu ul li {
width: 100%;
float: left;
padding: 20px 0;
line-height: inherit;
list-style-type: none;
}
.at-themedropdownmenu ul li + li {
border-top: 1px solid rgba(112, 112, 112, 0.1);
}
.at-themedropdownmenu ul li a {
display: block;
}
.at-themedropdownmenu ul li a i {
width: 40px;
float: left;
opacity: 0.50;
font-size: 22px;
line-height: 22px;
color: #0f4aa5;
}
.at-themedropdownmenu ul li a p {
margin: 0;
float: left;
color: #0f4aa5;
width: calc(100% - 40px);
}
.at-themedropdownmenu ul li a p strong {
font-weight: 600;
color: #0f4aa5;
}
.at-themedropdownmenu ul li a span {
float: left;
display: block;
color: #9f9f9f;
font-size: 11px;
overflow: hidden;
line-height: 13px;
width: calc(100% - 40px);
}
.at-themedropdownmenu ul li:first-child {
padding: 0 0 20px;
}
.at-themedropdownmenu.show {
opacity: 1;
visibility: visible;
top: 150% !important;
}
.at-userimg {
margin: 0;
width: 40px;
height: 40px;
border-radius: 50%;
position: relative;
}
.at-userimg img {
width: 100%;
height: 100%;
display: block;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
}
.at-onlinedot {
right: 0;
bottom: 0;
z-index: 5;
width: 12px;
height: 12px;
border-radius: 50%;
position: absolute;
background: #00f230;
border: 1.5px solid #fff;
}
.at-usermenu .dropdown-toggle {
width: 100%;
float: left;
}
.at-username {
display: block;
font-size: 16px;
font-weight: 500;
line-height: 16px;
color: #0f4aa5;
}
.at-useremail {
display: block;
color: #9f9f9f;
font-size: 13px;
margin: 7px 0 0;
line-height: 13px;
}
.at-usermenu .at-themedropdownmenu ul li a {
color: #9f9f9f;
padding: 0 20px;
margin: 0 -20px;
font-weight: 500;
line-height: 30px;
}
.at-usermenu .at-themedropdownmenu ul li a:hover {
color: #0f4aa5;
background: rgba(63, 87, 123, 0.05);
}
.at-usermenu .at-themedropdownmenu ul li a.at-btnlogout {
width: auto;
height: auto;
font-size: 13px;
border-radius: 0;
line-height: 13px;
}
.at-usermenu .at-themedropdownmenu ul li a.at-btnlogout:hover {
background: none;
}
.at-sidebarwrapper {
top: 0;
left: 0;
z-index: 9;
width: 260px;
height: 100vh;
position: fixed;
background: #fff;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.at-sidebarwrapper .at-themescrollbar {
width: 100%;
overflow-y: initial;
overflow-x: hidden;
position: relative;
height: calc(100% - 250px);
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.at-sidebarwrapper .mCSB_scrollTools {
opacity: 0;
visibility: hidden;
}
.at-wrapper.at-openmenu .at-sidebarwrapper {
width: 100px;
}
.at-wrapper.at-openmenu .at-sidebbtnholder {
padding: 50px 40px;
}
.at-wrapper.at-openmenu .at-sidebbtnholder .at-logo {
display: none;
}
.at-wrapper.at-openmenu .at-sidebbtnholder .at-btnopensidebar {
padding: 0;
float: left;
}
.at-wrapper.at-openmenu .at-btnlogoutholer {
padding: 50px 20px;
}
.at-wrapper.at-openmenu .at-btnlogoutholer .at-btnlogout i {
margin: 0;
}
.at-sidebbtnholder {
width: 100%;
float: left;
text-align: left;
min-height: 100px;
padding: 25px 50px;
position: relative;
}
.at-btnopensidebar {
float: right;
display: block;
font-size: 22px;
color: #0f4aa5;
padding: 27px 0 0;
line-height: 22px;
position: relative;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.at-btnopensidebar:focus, .at-btnopensidebar:hover {
color: #0f4aa5;
}
.at-openmenu .at-btnopensidebar:after, .at-openmenu .at-btnopensidebar:before {
width: 100%;
}
.at-openmenu .at-btnopensidebar:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.at-openmenu .at-btnopensidebar:before {
bottom: 16px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.at-openmenu .at-btnopensidebar span {
opacity: 0;
left: 20px;
visibility: hidden;
}
.at-themescrollbar {
width: 100%;
float: left;
height: 100%;
overflow: hidden;
position: relative;
}
.at-wrapper.at-openmenu .at-sidebarwrapper .at-themescrollbar:hover {
width: 300px;
}
.at-wrapper.at-openmenu .at-sidebarwrapper .at-themescrollbar {
width: 100px;
}
.mCSB_scrollTools {
opacity: 1;
border-radius: 15px;
}
.mCSB_inside > .mCSB_container {
margin-right: 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
width: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
margin: 0;
border-radius: 15px;
background: #0f4aa5;
}
.mCSB_scrollTools {
background: rgba(63, 87, 123, 0.3);
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_draggerContainer {
width: 4px;
}
.at-nav {
float: left;
width: 100%;
text-transform: capitalize;
font: 500 18px/22px 'Poppins', Arial, Helvetica, sans-serif;
}
.at-nav ul {
float: left;
width: 100%;
list-style: none;
line-height: inherit;
}
.at-nav ul li {
width: 100%;
overflow: hidden;
position: relative;
line-height: inherit;
list-style-type: none;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.at-nav ul li + li {
margin: 10px 0 0;
}
.at-nav ul li a {
width: 100%;
display: block;
padding: 23px 50px;
position: relative;
color: #0f4aa5;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.at-wrapper.at-openmenu .at-nav,
.at-wrapper.at-openmenu .at-nav ul li,
.at-wrapper.at-openmenu .at-nav ul li a {
width: 100%;
border-radius: 0 15px 15px 0;
}
.at-wrapper.at-openmenu .at-nav ul li a {
padding: 23px 40px;
}
.at-wrapper.at-openmenu .at-nav ul li {
width: 100px;
}
.at-wrapper.at-openmenu .at-nav ul li ul li {
width: 100%;
}
.at-wrapper.at-openmenu .at-nav ul li:hover {
width: 100%;
}
.at-nav ul li:hover {
width: 100%;
border-radius: 0;
background: #fff;
}
.at-nav > ul > li > a:before,
.at-nav > ul > li > ul li.at-active a:before {
top: 0;
left: 0;
height: 0;
width: 3px;
content: '';
position: absolute;
background: #0f4aa5;
}
.at-nav > ul > li > ul li a:after {
top: 50%;
left: 55px;
content: '';
width: 10px;
height: 10px;
border-radius: 50%;
position: absolute;
border: 1px solid #ccc;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.at-nav ul li.at-active ul li.at-active a:after {
border-color: #0f4aa5;
}
.at-wrapper.at-openmenu .at-nav ul li ul li a:after {
left: 60px;
}
.at-nav > ul > li:hover > a:before,
.at-nav ul li.at-active a:before,
.at-nav > ul > li.at-active > ul li.at-active a:before {
height: 100%;
}
.at-nav > ul > li:hover > a,
.at-nav > ul > li.at-active a,
.at-nav ul li.at-active ul {
background: rgba(63, 87, 123, 0.05);
}
.at-nav ul li.at-active ul li.at-active {
background: rgba(63, 87, 123, 0.05);
}
.at-nav ul li a i,
.at-nav ul li a span {
opacity: 0.50;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.at-nav ul li a span {
top: 50%;
opacity: 1;
left: 90px;
position: absolute;
white-space: nowrap;
line-height: inherit;
display: inline-block;
vertical-align: middle;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.at-openmenu .at-nav ul li a span {
opacity: 0;
left: 130px;
}
.at-nav ul li:hover a i,
.at-nav ul li:hover a span,
.at-nav ul li.at-active a i,
.at-nav ul li.at-active a span {
opacity: 1;
}
.at-nav ul li ul {
margin: 0;
display: none;
font-size: 16px;
line-height: 20px;
border-top: 1px solid rgba(112, 112, 112, 0.1);
}
.at-nav ul li ul.in {
display: block;
}
.at-nav ul li ul li {
margin: 0;
width: 100%;
line-height: 50px;
}
.at-nav ul li ul li a {
padding: 0 0 0 90px;
white-space: nowrap;
background: none !important;
}
.at-wrapper.at-openmenu .at-nav ul li ul li a {
padding: 0 0 0 100px;
}
.at-btnlogoutholer {
width: 100%;
float: left;
text-align: left;
min-height: 150px;
padding: 50px 40px;
}
.at-btnlogout {
padding: 0;
width: 100%;
height: 50px;
font-size: 16px;
line-height: 46px;
border-radius: 7px;
}
.at-btnlogout i {
font-size: 18px;
margin: 0 15px 0 0;
}
.at-btn span {
line-height: initial;
}
.at-btn i,
.at-btn span {
display: inline-block;
vertical-align: middle;
}
.at-nav ul li a span.at-onlinedot {
border: 0;
top: 19px;
opacity: 1;
left: 63px;
width: 10px;
height: 10px;
background: #4CB5D8;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.at-closesidebar {
float: left;
display: none;
font-size: 27px;
line-height: 27px;
color: #0f4aa5;
}
.at-closesidebar:hover, .at-closesidebar:focus {
color: #0f4aa5;
}
.at-themehead {
float: left;
padding: 9px 0;
}
.at-themehead h2 {
margin: 0;
color: #fff;
font-size: 22px;
font-weight: 600;
line-height: 22px;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
/* =============================================
Super Admin Dashboard Style
============================================= */
.at-content {
width: 100%;
float: left;
padding: 25px;
min-height: 859px;
background: #f5f6f8;
}
.at-superadmindashboard {
width: 100%;
float: left;
}
.at-invitelist {
float: left;
width: calc(100% - 400px);
border-right: 1px solid #ced4da;
}
.at-invitelist .at-invitelistbox {
width: 100%;
float: left;
padding: 0 0 8rem;
border-bottom: 1px solid #ced4da;
}
.at-invitelist .at-sectionhead {
width: 100%;
float: left;
margin: 0 0 8rem;
text-align: center;
}
.at-invitelist .at-sectionhead h2 span {
display: block;
color: #fa8720;
margin: 2rem 0 0;
font-size: 3.5rem;
}
.at-invitelist .at_btn {
width: auto;
padding: 0.3rem 1rem;
}
.at-formtheme {
width: 100%;
float: left;
}
.at-formtheme fieldset {
border: 0;
margin: 0;
width: 100%;
float: left;
position: relative;
padding: 15px 35px 40px;
}
.at-inputholder {
float: left;
width: 100%;
}
.at-inputholder > span {
float: left;
width: 160px;
padding: 16px 0;
font-weight: 500;
font-size: 1.7rem;
margin: 0 10px 0 0;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
.at-inputholder .form-group {
float: left;
margin: 0 8px 30px;
width: calc(33.33% - 16px);
/* width: calc(100% - 170px); */
}
.at-inputholder .form-group .form-control {
margin: 0;
width: 100%;
}
.at-inputholder .form-control {
font-size: 1.6rem;
margin-right: 15px;
width: calc(33.33% - 15px);
}
.at-inputholder .at-btn {
margin: 0;
width: 100%;
line-height: 55px;
}
.at-themetableholder {
width: 100%;
float: left;
min-height: 560px;
overflow-y: scroll;
}
.at-themetablebox {
width: 100%;
float: left;
}
.at-themetablebox .at-themetablehead {
width: 100%;
float: left;
}
.at-themetablebox table {
margin: 0;
}
.at-themetablebox table thead tr th {
font-weight: 600;
font-size: 1.8rem;
line-height: 16px;
text-align: center;
padding: 15px 30px;
white-space: nowrap;
border: 0 !important;
vertical-align: middle;
text-transform: capitalize;
}
.at-themetablebox table tbody tr td {
border: 0;
font-size: 1.5rem;
line-height: 20px;
text-align: center;
padding: 11px 30px;
white-space: nowrap;
vertical-align: middle;
border-top: 1px solid #e3e7e8;
}
.at-themetablebox table tbody tr td audio {
width: 250px;
}
.at-themetablebox table tbody tr td .at-btn {
outline: none;
font-size: 13px;
padding: 0 20px;
line-height: 36px;
}
.at-themetablebox table tbody tr td figure {
margin: 0;
width: 90px;
height: 50px;
display: inline-block;
vertical-align: middle;
}
.at-themetablebox table tbody tr td figure img {
width: 100%;
height: 100%;
display: block;
-o-object-fit: contain;
object-fit: contain;
}
.at-studentholder {
width: 400px;
float: right;
padding-left: 30px;
}
.at-studentbox {
width: 100%;
float: left;
margin: -10px;
}
.at-studentbox .at-studentcontent {
width: 100%;
float: left;
margin: 10px;
padding: 35px;
background: #fff;
border-radius: 16px;
border: 1px solid #ced4da;
}
.at-studentbox .at-studentcontent h2 {
font-size: 2rem;
}
/* =============================================
Master List Style
============================================= */
.at-masterlist {
width: 100%;
float: left;
}
.at-masterlist .at-themetitle h2 {
float: left;
padding: 14px 0;
}
.at-contentbox {
width: 100%;
float: left;
background: #fff;
border-radius: 20px;
}
.at-themetitle {
width: 100%;
float: left;
padding: 30px 35px 20px;
}
.at-themetitle h2 {
margin: 0;
font-size: 20px;
font-weight: 500;
line-height: 22px;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
.at-selectallform {
width: 350px;
float: right;
}
.at-selectallform fieldset {
padding: 0;
}
.at-selectallform fieldset .at-select {
margin: 0 8px;
width: calc(50% - 16px);
}
.at-selectallform fieldset .at-select select {
height: 50px;
}
.at-selectallform fieldset .at-select:after {
line-height: 50px;
}
/* =============================================
Invite Master Style
============================================= */
.at-invitemaster {
width: 100%;
float: left;
}
.at-invitemaster .at-inputholder .form-group:last-child {
margin: 0;
width: 100%;
text-align: right;
}
.at-invitemaster .at-inputholder .form-group:last-child .at-btn {
width: auto;
}
/* =============================================
Student List Style
============================================= */
/* =============================================
Invite Student Style
============================================= */
.at-invitestudent {
width: 100%;
float: left;
}
.at-invitestudent .at-inputholder .form-group:last-child {
margin: 0;
width: 100%;
text-align: right;
}
.at-invitestudent .at-inputholder .form-group:last-child .at-btn {
width: auto;
}
/* =============================================
Master Voice Enrollment Style
============================================= */
.at-mastervoiceenrollment .section_login .at_form_holder {
height: 100%;
}
.at-mastervoiceenrollment .section_login .at_form_holder > label {
font-weight: 500;
font-size: 1.7rem;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
.at-mastervoiceenrollment .section_login .at_form_holder .form-group {
width: 100%;
float: left;
}
.at-recordingbox,
.at-recordingslist {
width: 100%;
float: left;
text-align: center;
}
.at-recordingbox {
padding: 0 0 40px;
}
.at-recordingbox li {
display: inline-block;
vertical-align: middle;
}
.at-recordingslist li {
width: 100%;
float: left;
}
.at-recordingslist li a,
.at-recordingslist li audio {
display: inline-block;
vertical-align: middle;
}
.at-recordingslist li .upload-btn {
border: 0;
color: #fff;
padding: 0 35px;
position: relative;
margin: 0 0 0 15px;
text-align: center;
border-radius: 27px;
background: #0f4aa5;
display: inline-block;
vertical-align: middle;
text-transform: capitalize;
font: 500 16px/50px 'Poppins', Arial, Helvetica, sans-serif;
}
.at-recordingslist li .upload-btn:focus {
outline: none;
}
.at-recordingslist li + li {
padding: 20px 0 0;
}
.at-ourservices {
width: 100%;
float: left;
/* min-height: 320px; */
}
.at-ourservices h4 {
color: #000;
font-size: 18px;
font-weight: 500;
margin: 0 0 18px;
line-height: 18px;
text-align: center;
}
.at-ourservices ul {
padding: 0;
width: auto;
margin: -5px;
padding: 10px;
overflow: auto;
max-width: none;
list-style: none;
}
.at-ourservices ul li {
float: left;
width: 33.33%;
padding: 5px;
margin: 0 -3px;
position: relative;
list-style-type: none;
}
.at-ourservices ul li a {
display: block;
}
.at-ourservices ul li .at-btndelete {
top: 0;
right: 0;
}
.at-ourservices ul:after {
clear: both;
content: '';
display: block;
}
.at-ourservices ul li .at-serviceicon .at-btndelete {
top: -10px;
right: -10px;
}
.at-serviceicon {
width: 100%;
float: left;
height: 60px;
color: #000;
display: block;
margin: 0 auto;
font-size: 40px;
line-height: 44px;
text-align: center;
position: relative;
border: 2px solid #efefef;
border-radius: 15px;
}
.at-surveyservice .at-serviceicon {
color: #e9c148;
border-color: transparent;
background: rgba(233, 193, 72, 0.15);
}
.at-servicename {
width: 100%;
float: left;
color: #000;
font-size: 14px;
padding: 12px 0;
font-weight: 600;
line-height: 16px;
text-align: center;
}
.at-socialcontact {
width: 100%;
margin: 0 auto;
overflow: hidden;
max-width: 225px;
padding: 30px 0 0;
text-align: center;
border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.at-addservicecontact .at-ourservices .at-radio label .at-serviceicon {
margin: 0 auto;
background: #fff;
line-height: 44px;
}
.at-addservicecontact .form-group .at-ourservices ul li.at-slectedservice .at-radio label .at-serviceicon,
.at-addservicecontact .form-group .at-ourservices ul li.at-slectedservice .at-radio label .at-servicename,
.at-addservicecontact .at-ourservices .at-radio input[type=radio]:checked + label .at-serviceicon {
/* color: var(--chambray); */
border-color: #0f4aa5;
}
.at-ratedimageslider {
width: 100%;
float: left;
}
.at-ratedimagebox {
width: 100%;
float: left;
padding: 5px 0;
}
.at-ratedimg {
margin: 0;
opacity: 1;
width: 100%;
float: left;
height: 142px;
}
.at-ratedimg a {
position: relative;
}
.at-ratedimg a,
.at-ratedimg img {
display: block;
}
.at-ratedimg img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.at-ratedimageslider .owl-item.active.center img,
.at-ratedimg img:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.at-checkicon-circle {
stroke-dasharray: 166;
stroke-dashoffset: 166;
stroke-width: 2;
stroke-miterlimit: 10;
stroke: #7ac142;
fill: none;
-webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.at-checkicon {
top: 20px;
right: 20px;
display: none;
width: 30px;
z-index: 99;
height: 30px;
stroke: #fff;
stroke-width: 2;
position: absolute;
border-radius: 50%;
stroke-miterlimit: 10;
vertical-align: middle;
-webkit-box-shadow: inset 0px 0px 0px #7ac142;
box-shadow: inset 0px 0px 0px #7ac142;
-webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.at-checkicon-check {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
stroke-dasharray: 48;
stroke-dashoffset: 48;
-webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@-webkit-keyframes stroke {
100% {
stroke-dashoffset: 0;
}
}
@keyframes stroke {
100% {
stroke-dashoffset: 0;
}
}
@-webkit-keyframes scale {
0%, 100% {
-webkit-transform: none;
transform: none;
}
50% {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
}
@keyframes scale {
0%, 100% {
-webkit-transform: none;
transform: none;
}
50% {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
}
@-webkit-keyframes fill {
100% {
-webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
box-shadow: inset 0px 0px 0px 30px #7ac142;
}
}
@keyframes fill {
100% {
-webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
box-shadow: inset 0px 0px 0px 30px #7ac142;
}
}
.at-checkicon-box .at-checkicon {
display: inline-block;
}
/* =============================================
Student Voice Enrollment Style
============================================= */
.at-studentvoiceenrollment .section_login .at_form_holder {
height: 100%;
}
.at-studentvoiceenrollment .section_login .at_form_holder > label {
font-weight: 500;
font-size: 1.7rem;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
.at-studentvoiceenrollment .section_login .at_form_holder .form-group {
width: 100%;
float: left;
}
.at-studentvoiceenrollment .section_login .at_form_holder .form-group .at-select select {
padding: 10px 40px 10px 20px;
}
.at-studentvoiceenrollment .section_login .at_form_holder .form-group:nth-child(4) label {
margin: 0;
padding: 16px 0;
}
.at-studentvoiceenrollment .section_login .at_form_holder .form-group:nth-child(4) audio {
float: right;
}
.at-studentvoiceenrollment .section_login .at_form_holder .form-group:nth-child(5) label,
.at-studentvoiceenrollment .section_login .at_form_holder .form-group:nth-child(6) label {
float: left;
padding: 19px 0;
margin: 0 50px 0 0;
}
.at-studentvoiceenrollment .section_login .at_form_holder .form-group:nth-child(5) .at-recordingbox,
.at-studentvoiceenrollment .section_login .at_form_holder .form-group:nth-child(6) .at-recordingbox {
width: auto;
float: none;
display: inline-block;
vertical-align: middle;
}
.at-studentvoiceenrollment .section_login .at_form_holder .form-group:nth-child(5) audio,
.at-studentvoiceenrollment .section_login .at_form_holder .form-group:nth-child(6) audio {
width: calc(100% - 180px);
}
.at-studentvoiceenrollment .section_login .at_form_holder .at-btn {
width: 100%;
}
/* =============================================
Rating Star Style
============================================= */
.at-ratingbox {
width: 100%;
float: left;
}
.rating {
border: none;
text-align: center;
display: inline-block;
vertical-align: middle;
}
.rating > input {
display: none;
}
.rating > label:before {
margin: 5px;
content: "\f005";
font-size: 1.25em;
display: inline-block;
font-family: FontAwesome;
}
/* .rating > label:before {
margin-top: 0;
} */
.rating > .half:before {
content: "\f089";
position: absolute;
}
.rating > label {
margin: 0;
float: right;
color: #ddd;
position: relative;
display: inline-block;
vertical-align: middle;
}
/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
color: #FFD700;
}
/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
color: #FFD700;
}
.at-btnviews {
padding: 0;
width: 35px;
height: 35px;
margin: 0 auto;
line-height: 35px;
text-align: center;
border-radius: 50%;
background: #0f4aa5;
vertical-align: middle;
color: #fff !important;
display: block !important;
}
/* =============================================
Unrated Modal Style
============================================= */
.at-thememodal .modal-dialog {
width: 100%;
max-width: 500px;
overflow: hidden;
margin: 12.75rem auto;
}
.at-thememodal .modal-dialog .modal-body,
.at-thememodal .modal-dialog .modal-content {
width: 100%;
float: left;
}
.at-thememodal .modal-dialog .modal-body {
padding: 0;
}
.at-thememodal .modal-dialog .modal-content {
border: 0;
padding: 30px;
border-radius: 20px;
}
.at-unratedform fieldset {
padding: 0;
text-align: left;
}
.at-unratedform fieldset .form-group {
width: 100%;
float: left;
margin: 0 0 30px;
}
.at-unratedform fieldset .form-group .at-ratingtitle {
margin: 0 10px 0 0;
display: inline-block;
vertical-align: text-bottom;
}
.at-unratedform fieldset .form-group label {
margin: 0 0 10px;
}
.at-unratedform fieldset .form-group ul {
width: 100%;
float: left;
list-style: none;
line-height: inherit;
}
.at-unratedform fieldset .form-group ul li {
width: 100%;
float: left;
line-height: inherit;
list-style-type: none;
}
.at-unratedform fieldset .form-group ul li .at-ratingbox {
width: auto;
float: none;
display: inline-block;
vertical-align: middle;
}
.at-unratedform fieldset .form-group textarea {
width: 100%;
float: left;
resize: none;
height: 150px;
padding: 20px;
border-radius: 5px;
border: 1px solid #ced4da;
}
.at-unratedform fieldset .form-group:last-child {
margin: 0;
text-align: right;
}
.at-unratedform fieldset .form-group:last-child .at-btn i {
padding: 0 5px 0 0;
}
.at-unratedform fieldset .form-group:last-child .at-btn:focus {
outline: none;
}
/* =============================================
Add Alphabet Style
============================================= */
.at-addalphabet .at-inputholder {
float: none;
margin: 0 auto;
display: block;
max-width: 500px;
}
.at-addalphabet .at-inputholder .form-group {
width: 100%;
margin: 0 0 30px;
}
.at-addalphabet .at-inputholder .form-group:last-child {
margin: 0;
text-align: center;
}
.at-addalphabet .at-inputholder .form-group:last-child .at-btn {
width: auto;
}
.at-inputiconholder {
float: left;
position: relative;
margin: 0 15px 0 0;
width: calc(33.33% - 15px);
}
.at-inputiconholder .form-control {
margin: 0;
width: 100%;
}
.at-inputiconholder .keyboardInputInitiator {
top: 50%;
left: 30px;
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* =============================================
Alphabet List Style
============================================= */
.at-editform,
.at-deleteform {
display: inline-block;
vertical-align: middle;
}
.at-deleteform {
margin: 0 0 0 10px;
}
.at-filtersform {
width: 200px;
float: right;
}
.at-filtersform fieldset {
padding: 0;
}
.at-filtersform .form-group {
margin: 0;
width: 100%;
float: left;
}
/* =============================================
Create Chapter Style
============================================= */
.at-createchapter .at-inputholder .form-group {
margin: 0 8px 0;
}
.at-createchapter .at-inputholder .form-group .at-btn {
width: auto;
}
.at-createchapter .at-inputholder .form-group:last-child {
text-align: left;
width: calc(33.33% - 16px);
}
/* =============================================
Chapter List Style
============================================= */
/* =============================================
Loader Style
============================================= */
.at-loaderarea {
width: 100%;
height: 100vh;
z-index: 999;
position: fixed;
background: rgba(255, 255, 255, 0.7);
}
.lds-spinner {
top: 50%;
left: 50%;
width: 80px;
height: 80px;
display: inline-block;
position: absolute;
}
.lds-spinner div {
-webkit-transform-origin: 40px 40px;
transform-origin: 40px 40px;
-webkit-animation: lds-spinner 1.2s linear infinite;
animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
top: 3px;
left: 37px;
width: 6px;
content: " ";
height: 18px;
display: block;
position: absolute;
border-radius: 20%;
background: #0f4aa5;
}
.lds-spinner div:nth-child(1) {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
-webkit-transform: rotate(120deg);
transform: rotate(120deg);
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
-webkit-transform: rotate(150deg);
transform: rotate(150deg);
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
-webkit-transform: rotate(210deg);
transform: rotate(210deg);
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
-webkit-transform: rotate(240deg);
transform: rotate(240deg);
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
-webkit-transform: rotate(300deg);
transform: rotate(300deg);
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
-webkit-transform: rotate(330deg);
transform: rotate(330deg);
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
@-webkit-keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.hidden {
display: none !important;
}
/* =============================================
Responsive Style
============================================= */
/*========================================================
================== RESPONSIVE QUERIES===============*/
/*------------------------------------------------
1700
------------------------------------------------*/
/*------------------------------------------------
1699
------------------------------------------------*/
/*------------------------------------------------
1600
------------------------------------------------*/
/*------------------------------------------------
1500
------------------------------------------------*/
@media screen and (max-width: 1500px) {
html {
font-size: 8px !important;
}
}
/*------------------------------------------------
1400
------------------------------------------------*/
/*------------------------------------------------
1200
------------------------------------------------*/
/*------------------------------------------------
1199
------------------------------------------------*/
/*------------------------------------------------
1059
------------------------------------------------*/
/*------------------------------------------------
992
------------------------------------------------*/
/*------------------------------------------------
991
------------------------------------------------*/
@media (max-width: 991px) {
html {
font-size: 7px !important;
}
}
/*------------------------------------------------
768
------------------------------------------------*/
/*------------------------------------------------
767
------------------------------------------------*/
/*------------------------------------------------
600
------------------------------------------------*/
/*------------------------------------------------
554
------------------------------------------------*/
/*------------------------------------------------
500
------------------------------------------------*/
/*------------------------------------------------
479
------------------------------------------------*/
@media (max-width: 479px) {
.section_login .at_form_holder {
padding: 30px 15px;
}
}
/*------------------------------------------------
375
------------------------------------------------*/
/*------------------------------------------------
320
------------------------------------------------*/
@media (max-width: 1550px) {
.at-themetablebox table tbody tr td {
padding: 10px;
}
.at-themetablebox table tbody tr td audio {
width: 180px;
}
.rating > label {
display: inline;
}
.rating > label:before {
margin: 4px;
}
}
.radioBackground {
background: aqua;
}
/*# sourceMappingURL=all.css.map */ | public/assets222/css/all.css | @font-face {
font-family: 'Karla-Regular';
src: url("../fonts/Karla-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Karla-Regular.woff") format("woff"), url("../fonts/Karla-Regular.ttf") format("truetype"), url("../fonts/Karla-Regular.svg#Karla-Regular") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Karla-Bold';
src: url("../fonts/Karla-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Karla-Bold.woff") format("woff"), url("../fonts/Karla-Bold.ttf") format("truetype"), url("../fonts/Karla-Bold.svg#Karla-Bold") format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Montserrat-Bold';
src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.otf") format("opentype"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
font-weight: normal;
font-style: normal;
}
html, body, .wrapper {
height: 100%;
}
html {
font-size: 10px !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
background-color: #eeeeee !important;
line-height: 1.3;
font-size: 1.6rem;
font-family: 'Karla-Regular', sans-serif;
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 1.6rem;
vertical-align: baseline;
background: 0 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
ul {
list-style: none;
color: #000;
}
blockquote, q {
quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
content: '';
content: none;
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
text-decoration: none !important;
background: 0 0;
outline: 0 !important;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: 700;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
input, select {
vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Karla-Bold';
line-height: 1.3em;
}
h1 {
font-size: 4.7rem;
}
h2 {
font-size: 3.5rem;
}
h3 {
font-size: 3rem;
}
h4 {
font-size: 2.4rem;
}
h5 {
font-size: 1.76rem;
}
h6 {
font-size: 1.17rem;
}
p {
font-size: 1.6rem;
}
.page-content {
width: 100%;
}
.section_login {
display: table-cell;
vertical-align: middle;
width: 100%;
}
.section_login .at_form_holder {
padding: 50px;
max-width: 620px;
margin: 50px auto;
background: #fff;
border-radius: 10px;
}
.section_login .at_form_holder h2 {
color: #fa8720;
margin: 0 0 1rem;
}
.section_login .at_form_holder p {
font-size: 2rem;
}
.section_login .at_form_holder .at_fromhead {
margin: 0 0 4rem;
text-align: center;
}
.section_login .at_form_holder > label {
margin: 0 0 2rem;
font-size: 1.8rem;
}
.section_login .at_form_holder .form-group {
margin-bottom: 3rem;
}
.section_login .at_form_holder .at-btnholder {
margin-bottom: 3rem;
}
.section_login .at_form_holder .at-btnholder .at-btn {
width: 100%;
}
.section_login .at_form_holder .at-btn {
width: 258px;
height: 55px;
font-size: 18px;
line-height: 55px;
}
.section_login .at_form_holder .at-btn:focus {
outline: none;
}
.section_login .at_signup_para {
color: #b9bbbe;
text-align: center;
margin-top: 3rem;
}
.section_login .play-btn {
border: 1px solid #ccc;
border-radius: 50%;
padding: 10px;
height: 60px;
width: 60px;
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;
}
.section_login .play-btn img {
width: 20px;
}
.section_login .at_w_30 img {
width: 30px;
}
.section_login .utterance_id {
max-width: 100%;
padding: 2rem;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: center;
-webkit-box-pack: center;
justify-content: center;
color: #fa8720;
border: 2px solid #fa8720;
}
.section_login .utterance_id_group p {
border-bottom: 1px solid;
display: table;
margin-top: 1rem;
}
.at-btnholder {
width: 100%;
float: left;
text-align: center;
}
.at_btn {
background-color: #0f4aa5;
color: #fff !important;
width: 100%;
font-size: 2rem;
padding: 1rem;
}
.at_btn:hover {
background-color: #0c3ea5;
}
.at-heightdiv {
min-height: 145px;
}
#keyboardInputMaster {
width: 520px !important;
background-color: #fff !important;
border: 1px solid rgba(112, 112, 112, 0.15) !important;
}
#keyboardInputMaster thead tr th select {
width: 130px !important;
height: 36px !important;
}
#keyboardInputMaster thead tr th {
padding: 2px 5px 8px 4px !important;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table.keyboardInputCenter {
width: 100% !important;
}
#keyboardInputMaster tbody tr td div#keyboardInputLayout table tbody tr td {
padding: 6px 13px !important;
}
#keyboardInputMaster tbody tr td div var {
display: none !important;
}
/* Rating Star Widgets Style */
.rating-stars ul {
list-style-type: none;
padding: 0;
-moz-user-select: none;
-webkit-user-select: none;
}
.rating-stars ul > li.star {
display: inline-block;
}
/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
font-size: 2.5em;
/* Change the size of the stars */
color: #ccc;
/* Color on idle state */
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
color: #ffcc36;
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
color: #ff912c;
}
.listening {
width: 75px;
display: none;
margin: 0 auto 30px;
}
.at_record_ul li {
margin-right: 3rem;
}
.at-show-btns .listening {
display: block;
}
.wave {
-webkit-animation-name: pulse;
animation-name: pulse;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
height: 4px;
y: 11px;
}
#wave-1, #wave-1-2 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#wave-2, #wave-2-2 {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
#wave-3, #wave-3-2 {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#wave-5, #wave-5-2 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#wave-4, #wave-4-2 {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
@-webkit-keyframes pulse {
0%, 100% {
height: 4px;
y: 11px;
}
50% {
height: 26px;
y: 0px;
}
}
@keyframes pulse {
0%, 100% {
height: 4px;
y: 11px;
}
50% {
height: 26px;
y: 0px;
}
}
.select_master_anch {
display: block;
margin-top: 1rem;
color: #0084FF;
}
.at_modal_selectmaster .table thead th {
border-top: none;
vertical-align: bottom;
}
/* =============================================
Theme Custom Select
============================================= */
.at-select {
color: #666;
float: left;
width: 100%;
position: relative;
text-transform: uppercase;
}
.at-select:after {
top: 0;
z-index: 2;
right: 20px;
color: #666;
display: block;
font-size: 12px;
content: '\e90a';
font-weight: 900;
line-height: 60px;
position: absolute;
text-align: center;
pointer-events: none;
font-family: 'icomoon';
}
.at-select select {
z-index: 1;
width: 100%;
position: relative;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.at-select select option {
color: #666;
}
/* =============================================
Theme Styling
============================================= */
textarea,
select,
.at-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
border: 0;
color: #666;
outline: none;
height: 60px;
font-size: 14px;
box-shadow: none;
font-weight: 500;
line-height: 18px;
padding: 10px 20px;
border-radius: 50px;
display: inline-block;
vertical-align: middle;
-webkit-box-shadow: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: rgba(63, 87, 123, 0.05);
}
.at-btn {
border: 0;
color: #fff;
padding: 0 35px;
position: relative;
text-align: center;
border-radius: 27px;
background: #0f4aa5;
display: inline-block;
vertical-align: middle;
text-transform: capitalize;
font: 500 16px/45px 'Poppins', Arial, Helvetica, sans-serif;
}
.at-btn:hover {
color: #fff;
}
.at-btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.at-bgwhite {
background-color: #fff !important;
}
.at-wrapper {
overflow: hidden;
padding: 0 0 0 260px;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.at-wrapper.at-openmenu {
padding: 0 0 0 100px;
}
.at-main {
width: 100%;
float: left;
}
.disabled {
cursor: default;
pointer-events: none;
}
.at-radio,
.at-radio label,
.at-checkbox,
.at-checkbox label {
margin: 0;
width: 100%;
float: left;
position: relative;
}
.at-radio input[type=radio],
.at-checkbox input[type=checkbox] {
display: none;
}
/* =============================================
Header Style
============================================= */
.at-header {
width: 100%;
float: left;
z-index: 10;
position: relative;
padding: 20px 30px;
background: #0f4aa5;
}
.at-navigationarea {
width: 100%;
float: left;
}
.at-navigationarea .at-btnopensidebar {
display: none;
}
.at-logo {
float: left;
width: 100px;
}
.at-logo a,
.at-logo img {
display: block;
}
.at-logo a img {
width: 100%;
height: auto;
}
.at-searchdropdownholder {
float: right;
}
.at-usermenu,
.at-formsearch,
.at-notifications {
display: inline-block;
vertical-align: middle;
}
.at-formsearch {
width: 100%;
float: none;
margin: 0 auto;
display: block;
max-width: 600px;
overflow: hidden;
}
.at-formsearch fieldset .form-group {
margin: 0;
}
.at-formsearch fieldset .form-group i {
left: 0;
right: auto;
height: 60px;
opacity: 0.50;
font-size: 20px;
line-height: 60px;
color: #0f4aa5;
}
.at-formsearch fieldset .form-control {
height: 60px;
padding: 10px 40px 10px 90px;
}
.at-notifications {
position: relative;
}
.at-notifications .at-onlinedot {
top: 0;
bottom: auto;
background: #4cb5d8;
}
.at-btnnotification {
display: block;
font-size: 35px;
line-height: 35px;
position: relative;
color: #0f4aa5;
}
.dropdown-toggle:after,
.at-btnnotification:after {
display: none;
}
.at-btnnotification:focus,
.at-btnnotification:hover {
color: #0f4aa5;
}
.at-themedropdownmenu {
border: 0;
margin: 0;
opacity: 0;
width: 260px;
padding: 20px;
display: block;
visibility: hidden;
background: #fff;
right: 0 !important;
top: 100px !important;
left: auto !important;
border-radius: .25rem;
-webkit-transform: none !important;
transform: none !important;
will-change: initial !important;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.at-themedropdownmenu ul {
width: 100%;
float: left;
font-size: 13px;
list-style: none;
line-height: 18px;
}
.at-themedropdownmenu ul li {
width: 100%;
float: left;
padding: 20px 0;
line-height: inherit;
list-style-type: none;
}
.at-themedropdownmenu ul li + li {
border-top: 1px solid rgba(112, 112, 112, 0.1);
}
.at-themedropdownmenu ul li a {
display: block;
}
.at-themedropdownmenu ul li a i {
width: 40px;
float: left;
opacity: 0.50;
font-size: 22px;
line-height: 22px;
color: #0f4aa5;
}
.at-themedropdownmenu ul li a p {
margin: 0;
float: left;
color: #0f4aa5;
width: calc(100% - 40px);
}
.at-themedropdownmenu ul li a p strong {
font-weight: 600;
color: #0f4aa5;
}
.at-themedropdownmenu ul li a span {
float: left;
display: block;
color: #9f9f9f;
font-size: 11px;
overflow: hidden;
line-height: 13px;
width: calc(100% - 40px);
}
.at-themedropdownmenu ul li:first-child {
padding: 0 0 20px;
}
.at-themedropdownmenu.show {
opacity: 1;
visibility: visible;
top: 150% !important;
}
.at-userimg {
margin: 0;
width: 40px;
height: 40px;
border-radius: 50%;
position: relative;
}
.at-userimg img {
width: 100%;
height: 100%;
display: block;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
}
.at-onlinedot {
right: 0;
bottom: 0;
z-index: 5;
width: 12px;
height: 12px;
border-radius: 50%;
position: absolute;
background: #00f230;
border: 1.5px solid #fff;
}
.at-usermenu .dropdown-toggle {
width: 100%;
float: left;
}
.at-username {
display: block;
font-size: 16px;
font-weight: 500;
line-height: 16px;
color: #0f4aa5;
}
.at-useremail {
display: block;
color: #9f9f9f;
font-size: 13px;
margin: 7px 0 0;
line-height: 13px;
}
.at-usermenu .at-themedropdownmenu ul li a {
color: #9f9f9f;
padding: 0 20px;
margin: 0 -20px;
font-weight: 500;
line-height: 30px;
}
.at-usermenu .at-themedropdownmenu ul li a:hover {
color: #0f4aa5;
background: rgba(63, 87, 123, 0.05);
}
.at-usermenu .at-themedropdownmenu ul li a.at-btnlogout {
width: auto;
height: auto;
font-size: 13px;
border-radius: 0;
line-height: 13px;
}
.at-usermenu .at-themedropdownmenu ul li a.at-btnlogout:hover {
background: none;
}
.at-sidebarwrapper {
top: 0;
left: 0;
z-index: 9;
width: 260px;
height: 100vh;
position: fixed;
background: #fff;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.at-sidebarwrapper .at-themescrollbar {
width: 100%;
overflow-y: initial;
overflow-x: hidden;
position: relative;
height: calc(100% - 250px);
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.at-sidebarwrapper .mCSB_scrollTools {
opacity: 0;
visibility: hidden;
}
.at-wrapper.at-openmenu .at-sidebarwrapper {
width: 100px;
}
.at-wrapper.at-openmenu .at-sidebbtnholder {
padding: 50px 40px;
}
.at-wrapper.at-openmenu .at-sidebbtnholder .at-logo {
display: none;
}
.at-wrapper.at-openmenu .at-sidebbtnholder .at-btnopensidebar {
padding: 0;
float: left;
}
.at-wrapper.at-openmenu .at-btnlogoutholer {
padding: 50px 20px;
}
.at-wrapper.at-openmenu .at-btnlogoutholer .at-btnlogout i {
margin: 0;
}
.at-sidebbtnholder {
width: 100%;
float: left;
text-align: left;
min-height: 100px;
padding: 25px 50px;
position: relative;
}
.at-btnopensidebar {
float: right;
display: block;
font-size: 22px;
color: #0f4aa5;
padding: 27px 0 0;
line-height: 22px;
position: relative;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.at-btnopensidebar:focus, .at-btnopensidebar:hover {
color: #0f4aa5;
}
.at-openmenu .at-btnopensidebar:after, .at-openmenu .at-btnopensidebar:before {
width: 100%;
}
.at-openmenu .at-btnopensidebar:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.at-openmenu .at-btnopensidebar:before {
bottom: 16px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.at-openmenu .at-btnopensidebar span {
opacity: 0;
left: 20px;
visibility: hidden;
}
.at-themescrollbar {
width: 100%;
float: left;
height: 100%;
overflow: hidden;
position: relative;
}
.at-wrapper.at-openmenu .at-sidebarwrapper .at-themescrollbar:hover {
width: 300px;
}
.at-wrapper.at-openmenu .at-sidebarwrapper .at-themescrollbar {
width: 100px;
}
.mCSB_scrollTools {
opacity: 1;
border-radius: 15px;
}
.mCSB_inside > .mCSB_container {
margin-right: 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
width: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
margin: 0;
border-radius: 15px;
background: #0f4aa5;
}
.mCSB_scrollTools {
background: rgba(63, 87, 123, 0.3);
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_draggerContainer {
width: 4px;
}
.at-nav {
float: left;
width: 100%;
text-transform: capitalize;
font: 500 18px/22px 'Poppins', Arial, Helvetica, sans-serif;
}
.at-nav ul {
float: left;
width: 100%;
list-style: none;
line-height: inherit;
}
.at-nav ul li {
width: 100%;
overflow: hidden;
position: relative;
line-height: inherit;
list-style-type: none;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.at-nav ul li + li {
margin: 10px 0 0;
}
.at-nav ul li a {
width: 100%;
display: block;
padding: 23px 50px;
position: relative;
color: #0f4aa5;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.at-wrapper.at-openmenu .at-nav,
.at-wrapper.at-openmenu .at-nav ul li,
.at-wrapper.at-openmenu .at-nav ul li a {
width: 100%;
border-radius: 0 15px 15px 0;
}
.at-wrapper.at-openmenu .at-nav ul li a {
padding: 23px 40px;
}
.at-wrapper.at-openmenu .at-nav ul li {
width: 100px;
}
.at-wrapper.at-openmenu .at-nav ul li ul li {
width: 100%;
}
.at-wrapper.at-openmenu .at-nav ul li:hover {
width: 100%;
}
.at-nav ul li:hover {
width: 100%;
border-radius: 0;
background: #fff;
}
.at-nav > ul > li > a:before,
.at-nav > ul > li > ul li.at-active a:before {
top: 0;
left: 0;
height: 0;
width: 3px;
content: '';
position: absolute;
background: #0f4aa5;
}
.at-nav > ul > li > ul li a:after {
top: 50%;
left: 55px;
content: '';
width: 10px;
height: 10px;
border-radius: 50%;
position: absolute;
border: 1px solid #ccc;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.at-nav ul li.at-active ul li.at-active a:after {
border-color: #0f4aa5;
}
.at-wrapper.at-openmenu .at-nav ul li ul li a:after {
left: 60px;
}
.at-nav > ul > li:hover > a:before,
.at-nav ul li.at-active a:before,
.at-nav > ul > li.at-active > ul li.at-active a:before {
height: 100%;
}
.at-nav > ul > li:hover > a,
.at-nav > ul > li.at-active a,
.at-nav ul li.at-active ul {
background: rgba(63, 87, 123, 0.05);
}
.at-nav ul li.at-active ul li.at-active {
background: rgba(63, 87, 123, 0.05);
}
.at-nav ul li a i,
.at-nav ul li a span {
opacity: 0.50;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.at-nav ul li a span {
top: 50%;
opacity: 1;
left: 90px;
position: absolute;
white-space: nowrap;
line-height: inherit;
display: inline-block;
vertical-align: middle;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.at-openmenu .at-nav ul li a span {
opacity: 0;
left: 130px;
}
.at-nav ul li:hover a i,
.at-nav ul li:hover a span,
.at-nav ul li.at-active a i,
.at-nav ul li.at-active a span {
opacity: 1;
}
.at-nav ul li ul {
margin: 0;
display: none;
font-size: 16px;
line-height: 20px;
border-top: 1px solid rgba(112, 112, 112, 0.1);
}
.at-nav ul li ul.in {
display: block;
}
.at-nav ul li ul li {
margin: 0;
width: 100%;
line-height: 50px;
}
.at-nav ul li ul li a {
padding: 0 0 0 90px;
white-space: nowrap;
background: none !important;
}
.at-wrapper.at-openmenu .at-nav ul li ul li a {
padding: 0 0 0 100px;
}
.at-btnlogoutholer {
width: 100%;
float: left;
text-align: left;
min-height: 150px;
padding: 50px 40px;
}
.at-btnlogout {
padding: 0;
width: 100%;
height: 50px;
font-size: 16px;
line-height: 46px;
border-radius: 7px;
}
.at-btnlogout i {
font-size: 18px;
margin: 0 15px 0 0;
}
.at-btn span {
line-height: initial;
}
.at-btn i,
.at-btn span {
display: inline-block;
vertical-align: middle;
}
.at-nav ul li a span.at-onlinedot {
border: 0;
top: 19px;
opacity: 1;
left: 63px;
width: 10px;
height: 10px;
background: #4CB5D8;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.at-closesidebar {
float: left;
display: none;
font-size: 27px;
line-height: 27px;
color: #0f4aa5;
}
.at-closesidebar:hover, .at-closesidebar:focus {
color: #0f4aa5;
}
.at-themehead {
float: left;
padding: 9px 0;
}
.at-themehead h2 {
margin: 0;
color: #fff;
font-size: 22px;
font-weight: 600;
line-height: 22px;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
/* =============================================
Super Admin Dashboard Style
============================================= */
.at-content {
width: 100%;
float: left;
padding: 25px;
min-height: 859px;
background: #f5f6f8;
}
.at-superadmindashboard {
width: 100%;
float: left;
}
.at-invitelist {
float: left;
width: calc(100% - 400px);
border-right: 1px solid #ced4da;
}
.at-invitelist .at-invitelistbox {
width: 100%;
float: left;
padding: 0 0 8rem;
border-bottom: 1px solid #ced4da;
}
.at-invitelist .at-sectionhead {
width: 100%;
float: left;
margin: 0 0 8rem;
text-align: center;
}
.at-invitelist .at-sectionhead h2 span {
display: block;
color: #fa8720;
margin: 2rem 0 0;
font-size: 3.5rem;
}
.at-invitelist .at_btn {
width: auto;
padding: 0.3rem 1rem;
}
.at-formtheme {
width: 100%;
float: left;
}
.at-formtheme fieldset {
border: 0;
margin: 0;
width: 100%;
float: left;
position: relative;
padding: 15px 35px 40px;
}
.at-inputholder {
float: left;
width: 100%;
}
.at-inputholder > span {
float: left;
width: 160px;
padding: 16px 0;
font-weight: 500;
font-size: 1.7rem;
margin: 0 10px 0 0;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
.at-inputholder .form-group {
float: left;
margin: 0 8px 30px;
width: calc(33.33% - 16px);
/* width: calc(100% - 170px); */
}
.at-inputholder .form-group .form-control {
margin: 0;
width: 100%;
}
.at-inputholder .form-control {
font-size: 1.6rem;
margin-right: 15px;
width: calc(33.33% - 15px);
}
.at-inputholder .at-btn {
margin: 0;
width: 100%;
line-height: 55px;
}
.at-themetableholder {
width: 100%;
float: left;
min-height: 560px;
overflow-y: scroll;
}
.at-themetablebox {
width: 100%;
float: left;
}
.at-themetablebox .at-themetablehead {
width: 100%;
float: left;
}
.at-themetablebox table {
margin: 0;
}
.at-themetablebox table thead tr th {
font-weight: 600;
font-size: 1.8rem;
line-height: 16px;
text-align: center;
padding: 15px 30px;
white-space: nowrap;
border: 0 !important;
vertical-align: middle;
text-transform: capitalize;
}
.at-themetablebox table tbody tr td {
border: 0;
font-size: 1.5rem;
line-height: 20px;
text-align: center;
padding: 11px 30px;
white-space: nowrap;
vertical-align: middle;
border-top: 1px solid #e3e7e8;
}
.at-themetablebox table tbody tr td audio {
width: 250px;
}
.at-themetablebox table tbody tr td .at-btn {
outline: none;
font-size: 13px;
padding: 0 20px;
line-height: 36px;
}
.at-themetablebox table tbody tr td figure {
margin: 0;
width: 90px;
height: 50px;
display: inline-block;
vertical-align: middle;
}
.at-themetablebox table tbody tr td figure img {
width: 100%;
height: 100%;
display: block;
-o-object-fit: contain;
object-fit: contain;
}
.at-studentholder {
width: 400px;
float: right;
padding-left: 30px;
}
.at-studentbox {
width: 100%;
float: left;
margin: -10px;
}
.at-studentbox .at-studentcontent {
width: 100%;
float: left;
margin: 10px;
padding: 35px;
background: #fff;
border-radius: 16px;
border: 1px solid #ced4da;
}
.at-studentbox .at-studentcontent h2 {
font-size: 2rem;
}
/* =============================================
Master List Style
============================================= */
.at-masterlist {
width: 100%;
float: left;
}
.at-masterlist .at-themetitle h2 {
float: left;
padding: 14px 0;
}
.at-contentbox {
width: 100%;
float: left;
background: #fff;
border-radius: 20px;
}
.at-themetitle {
width: 100%;
float: left;
padding: 30px 35px 20px;
}
.at-themetitle h2 {
margin: 0;
font-size: 20px;
font-weight: 500;
line-height: 22px;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
.at-selectallform {
width: 350px;
float: right;
}
.at-selectallform fieldset {
padding: 0;
}
.at-selectallform fieldset .at-select {
margin: 0 8px;
width: calc(50% - 16px);
}
.at-selectallform fieldset .at-select select {
height: 50px;
}
.at-selectallform fieldset .at-select:after {
line-height: 50px;
}
/* =============================================
Invite Master Style
============================================= */
.at-invitemaster {
width: 100%;
float: left;
}
.at-invitemaster .at-inputholder .form-group:last-child {
margin: 0;
width: 100%;
text-align: right;
}
.at-invitemaster .at-inputholder .form-group:last-child .at-btn {
width: auto;
}
/* =============================================
Student List Style
============================================= */
/* =============================================
Invite Student Style
============================================= */
.at-invitestudent {
width: 100%;
float: left;
}
.at-invitestudent .at-inputholder .form-group:last-child {
margin: 0;
width: 100%;
text-align: right;
}
.at-invitestudent .at-inputholder .form-group:last-child .at-btn {
width: auto;
}
/* =============================================
Master Voice Enrollment Style
============================================= */
.at-mastervoiceenrollment .section_login .at_form_holder {
height: 100%;
}
.at-mastervoiceenrollment .section_login .at_form_holder > label {
font-weight: 500;
font-size: 1.7rem;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
.at-mastervoiceenrollment .section_login .at_form_holder .form-group {
width: 100%;
float: left;
}
.at-recordingbox,
.at-recordingslist {
width: 100%;
float: left;
text-align: center;
}
.at-recordingbox {
padding: 0 0 40px;
}
.at-recordingbox li {
display: inline-block;
vertical-align: middle;
}
.at-recordingslist li {
width: 100%;
float: left;
}
.at-recordingslist li a,
.at-recordingslist li audio {
display: inline-block;
vertical-align: middle;
}
.at-recordingslist li .upload-btn {
border: 0;
color: #fff;
padding: 0 35px;
position: relative;
margin: 0 0 0 15px;
text-align: center;
border-radius: 27px;
background: #0f4aa5;
display: inline-block;
vertical-align: middle;
text-transform: capitalize;
font: 500 16px/50px 'Poppins', Arial, Helvetica, sans-serif;
}
.at-recordingslist li .upload-btn:focus {
outline: none;
}
.at-recordingslist li + li {
padding: 20px 0 0;
}
.at-ourservices {
width: 100%;
float: left;
/* min-height: 320px; */
}
.at-ourservices h4 {
color: #000;
font-size: 18px;
font-weight: 500;
margin: 0 0 18px;
line-height: 18px;
text-align: center;
}
.at-ourservices ul {
padding: 0;
width: auto;
margin: -5px;
padding: 10px;
overflow: auto;
max-width: none;
list-style: none;
}
.at-ourservices ul li {
float: left;
width: 33.33%;
padding: 5px;
margin: 0 -3px;
position: relative;
list-style-type: none;
}
.at-ourservices ul li a {
display: block;
}
.at-ourservices ul li .at-btndelete {
top: 0;
right: 0;
}
.at-ourservices ul:after {
clear: both;
content: '';
display: block;
}
.at-ourservices ul li .at-serviceicon .at-btndelete {
top: -10px;
right: -10px;
}
.at-serviceicon {
width: 100%;
float: left;
height: 60px;
color: #000;
display: block;
margin: 0 auto;
font-size: 40px;
line-height: 44px;
text-align: center;
position: relative;
border: 2px solid #efefef;
border-radius: 15px;
}
.at-surveyservice .at-serviceicon {
color: #e9c148;
border-color: transparent;
background: rgba(233, 193, 72, 0.15);
}
.at-servicename {
width: 100%;
float: left;
color: #000;
font-size: 14px;
padding: 12px 0;
font-weight: 600;
line-height: 16px;
text-align: center;
}
.at-socialcontact {
width: 100%;
margin: 0 auto;
overflow: hidden;
max-width: 225px;
padding: 30px 0 0;
text-align: center;
border-top: 1px solid rgba(112, 112, 112, 0.2);
}
.at-addservicecontact .at-ourservices .at-radio label .at-serviceicon {
margin: 0 auto;
background: #fff;
line-height: 44px;
}
.at-addservicecontact .form-group .at-ourservices ul li.at-slectedservice .at-radio label .at-serviceicon,
.at-addservicecontact .form-group .at-ourservices ul li.at-slectedservice .at-radio label .at-servicename,
.at-addservicecontact .at-ourservices .at-radio input[type=radio]:checked + label .at-serviceicon {
/* color: var(--chambray); */
border-color: #0f4aa5;
}
.at-ratedimageslider {
width: 100%;
float: left;
}
.at-ratedimagebox {
width: 100%;
float: left;
padding: 5px 0;
}
.at-ratedimg {
margin: 0;
opacity: 1;
width: 100%;
float: left;
height: 142px;
}
.at-ratedimg a {
position: relative;
}
.at-ratedimg a,
.at-ratedimg img {
display: block;
}
.at-ratedimg img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.at-ratedimageslider .owl-item.active.center img,
.at-ratedimg img:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.at-checkicon-circle {
stroke-dasharray: 166;
stroke-dashoffset: 166;
stroke-width: 2;
stroke-miterlimit: 10;
stroke: #7ac142;
fill: none;
-webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.at-checkicon {
top: 20px;
right: 20px;
display: none;
width: 30px;
z-index: 99;
height: 30px;
stroke: #fff;
stroke-width: 2;
position: absolute;
border-radius: 50%;
stroke-miterlimit: 10;
vertical-align: middle;
-webkit-box-shadow: inset 0px 0px 0px #7ac142;
box-shadow: inset 0px 0px 0px #7ac142;
-webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.at-checkicon-check {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
stroke-dasharray: 48;
stroke-dashoffset: 48;
-webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@-webkit-keyframes stroke {
100% {
stroke-dashoffset: 0;
}
}
@keyframes stroke {
100% {
stroke-dashoffset: 0;
}
}
@-webkit-keyframes scale {
0%, 100% {
-webkit-transform: none;
transform: none;
}
50% {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
}
@keyframes scale {
0%, 100% {
-webkit-transform: none;
transform: none;
}
50% {
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1);
}
}
@-webkit-keyframes fill {
100% {
-webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
box-shadow: inset 0px 0px 0px 30px #7ac142;
}
}
@keyframes fill {
100% {
-webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
box-shadow: inset 0px 0px 0px 30px #7ac142;
}
}
.at-checkicon-box .at-checkicon {
display: inline-block;
}
/* =============================================
Student Voice Enrollment Style
============================================= */
.at-studentvoiceenrollment .section_login .at_form_holder {
height: 100%;
}
.at-studentvoiceenrollment .section_login .at_form_holder > label {
font-weight: 500;
font-size: 1.7rem;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
}
.at-studentvoiceenrollment .section_login .at_form_holder .form-group {
width: 100%;
float: left;
}
.at-studentvoiceenrollment .section_login .at_form_holder .form-group .at-select select {
padding: 10px 40px 10px 20px;
}
.at-studentvoiceenrollment .section_login .at_form_holder .form-group:nth-child(4) label {
margin: 0;
padding: 16px 0;
}
.at-studentvoiceenrollment .section_login .at_form_holder .form-group:nth-child(4) audio {
float: right;
}
.at-studentvoiceenrollment .section_login .at_form_holder .form-group:nth-child(5) label,
.at-studentvoiceenrollment .section_login .at_form_holder .form-group:nth-child(6) label {
float: left;
padding: 19px 0;
margin: 0 50px 0 0;
}
.at-studentvoiceenrollment .section_login .at_form_holder .form-group:nth-child(5) .at-recordingbox,
.at-studentvoiceenrollment .section_login .at_form_holder .form-group:nth-child(6) .at-recordingbox {
width: auto;
float: none;
display: inline-block;
vertical-align: middle;
}
.at-studentvoiceenrollment .section_login .at_form_holder .form-group:nth-child(5) audio,
.at-studentvoiceenrollment .section_login .at_form_holder .form-group:nth-child(6) audio {
width: calc(100% - 180px);
}
.at-studentvoiceenrollment .section_login .at_form_holder .at-btn {
width: 100%;
}
/* =============================================
Rating Star Style
============================================= */
.at-ratingbox {
width: 100%;
float: left;
}
.rating {
border: none;
text-align: center;
display: inline-block;
vertical-align: middle;
}
.rating > input {
display: none;
}
.rating > label:before {
margin: 5px;
content: "\f005";
font-size: 1.25em;
display: inline-block;
font-family: FontAwesome;
}
/* .rating > label:before {
margin-top: 0;
} */
.rating > .half:before {
content: "\f089";
position: absolute;
}
.rating > label {
margin: 0;
float: right;
color: #ddd;
position: relative;
display: inline-block;
vertical-align: middle;
}
/***** CSS Magic to Highlight Stars on Hover *****/
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
color: #FFD700;
}
/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
color: #FFD700;
}
.at-btnviews {
padding: 0;
width: 35px;
height: 35px;
margin: 0 auto;
line-height: 35px;
text-align: center;
border-radius: 50%;
background: #0f4aa5;
vertical-align: middle;
color: #fff !important;
display: block !important;
}
/* =============================================
Unrated Modal Style
============================================= */
.at-thememodal .modal-dialog {
width: 100%;
max-width: 500px;
overflow: hidden;
margin: 12.75rem auto;
}
.at-thememodal .modal-dialog .modal-body,
.at-thememodal .modal-dialog .modal-content {
width: 100%;
float: left;
}
.at-thememodal .modal-dialog .modal-body {
padding: 0;
}
.at-thememodal .modal-dialog .modal-content {
border: 0;
padding: 30px;
border-radius: 20px;
}
.at-unratedform fieldset {
padding: 0;
text-align: left;
}
.at-unratedform fieldset .form-group {
width: 100%;
float: left;
margin: 0 0 30px;
}
.at-unratedform fieldset .form-group .at-ratingtitle {
margin: 0 10px 0 0;
display: inline-block;
vertical-align: text-bottom;
}
.at-unratedform fieldset .form-group label {
margin: 0 0 10px;
}
.at-unratedform fieldset .form-group ul {
width: 100%;
float: left;
list-style: none;
line-height: inherit;
}
.at-unratedform fieldset .form-group ul li {
width: 100%;
float: left;
line-height: inherit;
list-style-type: none;
}
.at-unratedform fieldset .form-group ul li .at-ratingbox {
width: auto;
float: none;
display: inline-block;
vertical-align: middle;
}
.at-unratedform fieldset .form-group textarea {
width: 100%;
float: left;
resize: none;
height: 150px;
padding: 20px;
border-radius: 5px;
border: 1px solid #ced4da;
}
.at-unratedform fieldset .form-group:last-child {
margin: 0;
text-align: right;
}
.at-unratedform fieldset .form-group:last-child .at-btn i {
padding: 0 5px 0 0;
}
.at-unratedform fieldset .form-group:last-child .at-btn:focus {
outline: none;
}
/* =============================================
Add Alphabet Style
============================================= */
.at-addalphabet .at-inputholder {
float: none;
margin: 0 auto;
display: block;
max-width: 500px;
}
.at-addalphabet .at-inputholder .form-group {
width: 100%;
margin: 0 0 30px;
}
.at-addalphabet .at-inputholder .form-group:last-child {
margin: 0;
text-align: center;
}
.at-addalphabet .at-inputholder .form-group:last-child .at-btn {
width: auto;
}
.at-inputiconholder {
float: left;
position: relative;
margin: 0 15px 0 0;
width: calc(33.33% - 15px);
}
.at-inputiconholder .form-control {
margin: 0;
width: 100%;
}
.at-inputiconholder .keyboardInputInitiator {
top: 50%;
left: 30px;
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
/* =============================================
Alphabet List Style
============================================= */
.at-editform,
.at-deleteform {
display: inline-block;
vertical-align: middle;
}
.at-deleteform {
margin: 0 0 0 10px;
}
.at-filtersform {
width: 200px;
float: right;
}
.at-filtersform fieldset {
padding: 0;
}
.at-filtersform .form-group {
margin: 0;
width: 100%;
float: left;
}
/* =============================================
Create Chapter Style
============================================= */
.at-createchapter .at-inputholder .form-group {
margin: 0 8px 0;
}
.at-createchapter .at-inputholder .form-group .at-btn {
width: auto;
}
.at-createchapter .at-inputholder .form-group:last-child {
text-align: left;
width: calc(33.33% - 16px);
}
/* =============================================
Chapter List Style
============================================= */
/* =============================================
Loader Style
============================================= */
.at-loaderarea {
width: 100%;
height: 100vh;
z-index: 999;
position: fixed;
background: rgba(255, 255, 255, 0.7);
}
.lds-spinner {
top: 50%;
left: 50%;
width: 80px;
height: 80px;
display: inline-block;
position: absolute;
}
.lds-spinner div {
-webkit-transform-origin: 40px 40px;
transform-origin: 40px 40px;
-webkit-animation: lds-spinner 1.2s linear infinite;
animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
top: 3px;
left: 37px;
width: 6px;
content: " ";
height: 18px;
display: block;
position: absolute;
border-radius: 20%;
background: #0f4aa5;
}
.lds-spinner div:nth-child(1) {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
-webkit-transform: rotate(120deg);
transform: rotate(120deg);
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
-webkit-transform: rotate(150deg);
transform: rotate(150deg);
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
-webkit-transform: rotate(210deg);
transform: rotate(210deg);
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
-webkit-transform: rotate(240deg);
transform: rotate(240deg);
-webkit-animation-delay: -0.3s;
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
-webkit-animation-delay: -0.2s;
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
-webkit-transform: rotate(300deg);
transform: rotate(300deg);
-webkit-animation-delay: -0.1s;
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
-webkit-transform: rotate(330deg);
transform: rotate(330deg);
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
@-webkit-keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.hidden {
display: none !important;
}
/* =============================================
Responsive Style
============================================= */
/*========================================================
================== RESPONSIVE QUERIES===============*/
/*------------------------------------------------
1700
------------------------------------------------*/
/*------------------------------------------------
1699
------------------------------------------------*/
/*------------------------------------------------
1600
------------------------------------------------*/
/*------------------------------------------------
1500
------------------------------------------------*/
@media screen and (max-width: 1500px) {
html {
font-size: 8px !important;
}
}
/*------------------------------------------------
1400
------------------------------------------------*/
/*------------------------------------------------
1200
------------------------------------------------*/
/*------------------------------------------------
1199
------------------------------------------------*/
/*------------------------------------------------
1059
------------------------------------------------*/
/*------------------------------------------------
992
------------------------------------------------*/
/*------------------------------------------------
991
------------------------------------------------*/
@media (max-width: 991px) {
html {
font-size: 7px !important;
}
}
/*------------------------------------------------
768
------------------------------------------------*/
/*------------------------------------------------
767
------------------------------------------------*/
/*------------------------------------------------
600
------------------------------------------------*/
/*------------------------------------------------
554
------------------------------------------------*/
/*------------------------------------------------
500
------------------------------------------------*/
/*------------------------------------------------
479
------------------------------------------------*/
@media (max-width: 479px) {
.section_login .at_form_holder {
padding: 30px 15px;
}
}
/*------------------------------------------------
375
------------------------------------------------*/
/*------------------------------------------------
320
------------------------------------------------*/
@media (max-width: 1550px) {
.at-themetablebox table tbody tr td {
padding: 10px;
}
.at-themetablebox table tbody tr td audio {
width: 180px;
}
.rating > label {
display: inline;
}
.rating > label:before {
margin: 4px;
}
}
.radioBackground {
background: aqua;
}
/*# sourceMappingURL=all.css.map */ | 0.278846 | 0.07244 |
.shape_alert_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 1005;
opacity: 0.9;
filter: alpha(opacity=90);
}
#overLayIncompatibleBrowser{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #E9EEF1;
z-index: 1009;
bottom: 0;
}
.contentUnsupported{
background: none repeat scroll 0 0 #FFFFFF;
height: auto;
margin: 1%;
padding: 3%;
}
.headerUnsupported{
color: #1C1C1C;
font-size: 30px;
font-weight: bold;
margin: 0 auto;
text-align: center;
}
.descriptionUnsupported{
color: #3C3C3C;
font-size: 17px;
font-weight: bold;
margin: 0 auto;
text-align: center;
}
.optionList{
list-style: none;
width:350px;
margin: 0px auto;
padding-top: 10px;
padding-bottom: 10px;
}
.itemsToPickFrom{
display: inline-block;
width:110px;
margin: 0px auto;
margin-top:20px;
}
.imgBrowserIcon{
background-size: contain ;
background-position:center center;
height: 80px;
width: 80px;
margin-left: 15px;
border: none;
}
.labelBrowser{
text-align: center;
color: #3B5998;
font-weight: bold;
}
.itemsToPickFrom:hover .labelBrowser{
text-decoration: underline;
}
.modalDialog{
left: 25%;
margin: 0 auto;
min-height: 50px;
/*height: 50%;*/
padding: 1px;
position: fixed;
right: 25%;
top: 25%;
bottom:25%;
width: 330px;
z-index: 1006;
}
.contentModal{
background: none repeat scroll 0 0 #03B8E6;
border-radius: 5px;
padding: 20px 20px 40px;
position: relative;
text-align: center;
min-height: 50px;
z-index:1007;
}
.labelModal{
color: #ffffff;
font-size: 18px;
min-height: 60px;
min-width: 210px;
position: relative;
top: 5px;
word-wrap: break-word;
}
.actionModal{
margin: 0 auto;
position: relative;
top: 30px;
min-width: 150px;
}
.modalButton{
font-size: 1.1em;
margin-right: 3px;
min-width: 70px;
/*border: none;*/
z-index:1007;
}
.verticalCenter{
height:100%;
}
/*end modalAlert*/
/*popUp style start*/
.shape_popUp_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #c1c1c1;
z-index: 1005;
opacity: 0.9;
filter: alpha(opacity=90);
}
.modalPopUp{
/*bottom: 25%;*/
left: 25%;
margin: 0 auto;
min-width: 330px;
padding: 1px;
position: fixed;
right: 25%;
top: 25%;
width: 350px;
z-index: 1006;
}
.contentPopUp{
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E9E9E9;
border-radius: 3px;
min-width: 330px;
position: relative;
}
.headerPopUp{
border-bottom: 1px solid #E9E9E9;
height: 40px;
min-width: 330px;
position: relative;
text-align: center;
top: 0;
}
.headerTitle{
color: #ADADAD;
font-size: 17px;
font-weight: bold;
line-height: 40px;
}
.bodyPopUp{
position: relative;
}
.popUpCloseButton{
background: none repeat scroll 0 0 #5EACE6;
border: medium none;
border-radius: 3px;
color: #FFFFFF;
float: right;
font-size: 17px;
font-weight: bold;
width: 22px;
}
.popUpCloseButton:hover{
color:#c1c1c1;
}
/*popUp style end*/
/*confirmation style start*/
.wrapConfirmationBox{
bottom: 1%;
left: 25%;
position: fixed;
right: 25%;
z-index: 1008;
}
.contentConfirmBox{
background: none repeat scroll 0 0 #1C1C1C;
border-radius: 3px;
color: #FFFFFF;
line-height: 25px;
margin: 0 auto;
opacity: 0.9;
padding: 5px;
text-align: center;
width: 250px;
font-weight: bold;
}
/*confirmation style end*/ | node_modules/SwarmShape/deps/alertStyle.css | .shape_alert_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 1005;
opacity: 0.9;
filter: alpha(opacity=90);
}
#overLayIncompatibleBrowser{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #E9EEF1;
z-index: 1009;
bottom: 0;
}
.contentUnsupported{
background: none repeat scroll 0 0 #FFFFFF;
height: auto;
margin: 1%;
padding: 3%;
}
.headerUnsupported{
color: #1C1C1C;
font-size: 30px;
font-weight: bold;
margin: 0 auto;
text-align: center;
}
.descriptionUnsupported{
color: #3C3C3C;
font-size: 17px;
font-weight: bold;
margin: 0 auto;
text-align: center;
}
.optionList{
list-style: none;
width:350px;
margin: 0px auto;
padding-top: 10px;
padding-bottom: 10px;
}
.itemsToPickFrom{
display: inline-block;
width:110px;
margin: 0px auto;
margin-top:20px;
}
.imgBrowserIcon{
background-size: contain ;
background-position:center center;
height: 80px;
width: 80px;
margin-left: 15px;
border: none;
}
.labelBrowser{
text-align: center;
color: #3B5998;
font-weight: bold;
}
.itemsToPickFrom:hover .labelBrowser{
text-decoration: underline;
}
.modalDialog{
left: 25%;
margin: 0 auto;
min-height: 50px;
/*height: 50%;*/
padding: 1px;
position: fixed;
right: 25%;
top: 25%;
bottom:25%;
width: 330px;
z-index: 1006;
}
.contentModal{
background: none repeat scroll 0 0 #03B8E6;
border-radius: 5px;
padding: 20px 20px 40px;
position: relative;
text-align: center;
min-height: 50px;
z-index:1007;
}
.labelModal{
color: #ffffff;
font-size: 18px;
min-height: 60px;
min-width: 210px;
position: relative;
top: 5px;
word-wrap: break-word;
}
.actionModal{
margin: 0 auto;
position: relative;
top: 30px;
min-width: 150px;
}
.modalButton{
font-size: 1.1em;
margin-right: 3px;
min-width: 70px;
/*border: none;*/
z-index:1007;
}
.verticalCenter{
height:100%;
}
/*end modalAlert*/
/*popUp style start*/
.shape_popUp_overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #c1c1c1;
z-index: 1005;
opacity: 0.9;
filter: alpha(opacity=90);
}
.modalPopUp{
/*bottom: 25%;*/
left: 25%;
margin: 0 auto;
min-width: 330px;
padding: 1px;
position: fixed;
right: 25%;
top: 25%;
width: 350px;
z-index: 1006;
}
.contentPopUp{
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #E9E9E9;
border-radius: 3px;
min-width: 330px;
position: relative;
}
.headerPopUp{
border-bottom: 1px solid #E9E9E9;
height: 40px;
min-width: 330px;
position: relative;
text-align: center;
top: 0;
}
.headerTitle{
color: #ADADAD;
font-size: 17px;
font-weight: bold;
line-height: 40px;
}
.bodyPopUp{
position: relative;
}
.popUpCloseButton{
background: none repeat scroll 0 0 #5EACE6;
border: medium none;
border-radius: 3px;
color: #FFFFFF;
float: right;
font-size: 17px;
font-weight: bold;
width: 22px;
}
.popUpCloseButton:hover{
color:#c1c1c1;
}
/*popUp style end*/
/*confirmation style start*/
.wrapConfirmationBox{
bottom: 1%;
left: 25%;
position: fixed;
right: 25%;
z-index: 1008;
}
.contentConfirmBox{
background: none repeat scroll 0 0 #1C1C1C;
border-radius: 3px;
color: #FFFFFF;
line-height: 25px;
margin: 0 auto;
opacity: 0.9;
padding: 5px;
text-align: center;
width: 250px;
font-weight: bold;
}
/*confirmation style end*/ | 0.379148 | 0.12711 |
@import 'tailwindcss/base';
@import 'tailwindcss/utilities';
@import 'tailwindcss/components';
::selection {
background-color: theme('colors.tertiary');
color: theme('colors.white');
-webkit-text-fill-color: theme('colors.white');
}
.btn {
display: inline-flex;
justify-content: space-between;
align-items: center;
min-width: 44px;
min-height: 44px;
padding: theme('spacing.2') theme('spacing.4');
border: 4px solid theme('colors.black');
border-radius: 8px;
text-transform: uppercase;
font-size: theme('fontSize.sm');
}
.btn:hover {
border-color: theme('colors.tertiary');
}
.btn:active {
border-color: theme('colors.tertiary');
background-color: theme('colors.tertiary');
}
.btn:disabled {
color: theme('colors.gray');
border-color: theme('colors.gray');
background-color: transparent;
cursor: not-allowed;
}
.btn:disabled:hover {
border-color: theme('colors.gray');
}
.btn--primary {
background-color: theme('colors.primary');
color: theme('colors.white');
}
.btn__ico {
margin-left: theme('spacing.4');
}
.word {
display: inline-block;
font-weight: bold;
border-bottom: 4px solid;
min-width: 6ch;
}
.word::before {
content: '\200b';
}
.word--active {
@apply animate-pulse;
border-color: theme('colors.primary');
}
.word--solved {
min-width: unset;
border-color: transparent;
}
.word--solved:nth-child(odd) {
background: theme('colors.secondary');
background: linear-gradient(
to right,
theme('colors.primary'),
theme('colors.secondary')
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
/* @screen md {
background: radial-gradient(circle, theme('colors.tertiary') 0%, theme('colors.primary') 50%, theme('colors.secondary') 100%);
} */
}
.word--solved:nth-child(even) {
background: theme('colors.primary');
background: linear-gradient(
to left,
theme('colors.primary'),
theme('colors.secondary')
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
/* @screen md {
background: linear-gradient(to right, theme('colors.tertiary'), theme('colors.primary'), theme('colors.secondary'));
} */
}
p {
hyphens: auto;
}
.link:hover {
text-decoration: underline;
}
.link__ico {
margin-right: theme('spacing.2');
}
main {
overflow-x: hidden;
text-overflow: ellipsis;
} | src/assets/styles/index.css | @import 'tailwindcss/base';
@import 'tailwindcss/utilities';
@import 'tailwindcss/components';
::selection {
background-color: theme('colors.tertiary');
color: theme('colors.white');
-webkit-text-fill-color: theme('colors.white');
}
.btn {
display: inline-flex;
justify-content: space-between;
align-items: center;
min-width: 44px;
min-height: 44px;
padding: theme('spacing.2') theme('spacing.4');
border: 4px solid theme('colors.black');
border-radius: 8px;
text-transform: uppercase;
font-size: theme('fontSize.sm');
}
.btn:hover {
border-color: theme('colors.tertiary');
}
.btn:active {
border-color: theme('colors.tertiary');
background-color: theme('colors.tertiary');
}
.btn:disabled {
color: theme('colors.gray');
border-color: theme('colors.gray');
background-color: transparent;
cursor: not-allowed;
}
.btn:disabled:hover {
border-color: theme('colors.gray');
}
.btn--primary {
background-color: theme('colors.primary');
color: theme('colors.white');
}
.btn__ico {
margin-left: theme('spacing.4');
}
.word {
display: inline-block;
font-weight: bold;
border-bottom: 4px solid;
min-width: 6ch;
}
.word::before {
content: '\200b';
}
.word--active {
@apply animate-pulse;
border-color: theme('colors.primary');
}
.word--solved {
min-width: unset;
border-color: transparent;
}
.word--solved:nth-child(odd) {
background: theme('colors.secondary');
background: linear-gradient(
to right,
theme('colors.primary'),
theme('colors.secondary')
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
/* @screen md {
background: radial-gradient(circle, theme('colors.tertiary') 0%, theme('colors.primary') 50%, theme('colors.secondary') 100%);
} */
}
.word--solved:nth-child(even) {
background: theme('colors.primary');
background: linear-gradient(
to left,
theme('colors.primary'),
theme('colors.secondary')
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
/* @screen md {
background: linear-gradient(to right, theme('colors.tertiary'), theme('colors.primary'), theme('colors.secondary'));
} */
}
p {
hyphens: auto;
}
.link:hover {
text-decoration: underline;
}
.link__ico {
margin-right: theme('spacing.2');
}
main {
overflow-x: hidden;
text-overflow: ellipsis;
} | 0.459319 | 0.035679 |
@font-face {
font-family: opensans-regular;
src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face{
font-family: opensans-light;
src:url("../fonts/OpenSans-Light.ttf");
}
*{
margin: 0;
padding: 0;
}
html body{
font-family:'OpenSans-Regular';
font-size: 16px;
text-align: justify;
line-height: 1.5;
color: #565656;
}
a , a:hover{
color: #C50559;
}
/*scroll bar*/
::-webkit-scrollbar{
color: #C50559;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 1px 2px #d6345f;
}
::-webkit-scrollbar-thumb {
background-color: #F36A8E;
}
.wrapper, .row {
height: 100%;
margin-left:0;
margin-right:0;
}
.wrapper:before, .wrapper:after,
.column:before, .column:after {
content: "";
display: table;
}
.wrapper:after,
.column:after {
clear: both;
}
.column {
height: 100%;
overflow: auto;
*zoom:1;
}
.column .padding {
padding: 20px;
}
.divider {
margin-top:32px;
}
#main {
float: right;
background-color:#fefefe;
overflow-x: hidden !important ;
}
#sidebar{
left : 0;
top : 0;
position: fixed;
height: 100%;
width: 25%;
/*background-image: url(../img/night-pink-blural.jpg);*/
background-size:cover ;
z-index: 999;
}
#logo{
margin-left: 15%;
height:20%;
}
#nav{
height: auto;
margin-left: 10%;
}
#nav li {
width: 230px;
text-transform: uppercase;
font-size: 16px;
font-weight: 100;
letter-spacing: 1px;
line-height: 15px;
margin-top: 3px;
background-color: transparent;
background-color: rgba(180, 180, 144, 0.4); /* Chrome, Firefox 3+, IE 9+, Opera 10.10+, Safari 3+ */
}
#sidebar, #sidebar a {
color:#fff;
background-color:transparent;
text-shadow:1px 0 1px #888888;
}
#sidebar nav a:active ,#sidebar nav a:focus {
border-bottom: solid 2px #C50559;
transition: all 0.3s;
}
#sidebar a.logo {
display:block;
padding:3px;
color:#ffffff;
height:40px;
width:40px;
margin:15px;
font-family: Stalemate, cursive;
font-size:90px;
text-align:center;
text-decoration:none;
text-shadow: 1px 0px 20px #FFF
}
/*search box*/
.search-box{
width:75px;
background-color: transparent;
border: none;
color:#ffffff;
font-family: Metrophobic, Arial, serif;
text-transform: uppercase;
}
.search-box :focus{
border: none;
}
#nav .btn:focus{
outline: none;
}
#sidebar-footer {
width: 200px ;
position:absolute;
bottom:5px;
}
#footer {
margin-bottom:20px;
}
/*home carouslel*/
#home .carousel-fade {
opacity: 1;
}
#home .carousel-fade .item {
-moz-transition: opacity ease-in-out .7s;
-o-transition: opacity ease-in-out .7s;
-webkit-transition: opacity ease-in-out .7s;
transition: opacity ease-in-out .7s;
left: 0 !important;
opacity: 0;
top:0;
position:absolute;
width: 100%;
display:block !important;
z-index:1;
}
#home .carousel-fade .item:first-child {
top:auto;
position:relative;
}
#home .carousel-fade .item.active {
opacity: 1;
-moz-transition: opacity ease-in-out .7s;
-o-transition: opacity ease-in-out .7s;
-webkit-transition: opacity ease-in-out .7s;
transition: opacity ease-in-out .7s;
z-index:2;
}
#home .carousel-control{
position: absolute;
top:45%;
opacity: 10;
text-shadow: none;
z-index:999;
}
#home .carousel-control.left{
background: none;
left:-10%;
color:#C50559;
}
#home .carousel-control.right{
background: none;
right:-10%;
color:#C50559;
}
#home .carousel-indicators{
position: absolute;
bottom : -50px;
}
#home .carousel-indicators li {
height: 20px;
width: 20px;
background-color: #C50559;
}
#home .carousel-indicators .active {
height: 20px;
width: 20px;
background-color: #fff;
border: 1px solid #C50559;
}
.carousel-caption{
background: rgb(104,104,104); /* Fall-back for browsers that don't
support rgba */
background: rgba(104, 104, 104, .5);
padding: 0px;
}
.carousel-caption a{
text-decoration: none;
color: white;
}
/*end home carousel*/
h1,h2,h3 {
font-weight:800;
font-family:'opensans-light',sans-serif;
}
.jumbotron {
background-color:transparent;
}
.label-default {
background-color:#dddddd;
}
.page-header {
margin-top: 55px;
padding-top: 9px;
border-top:2px solid #eeeeee;
font-weight:700;
text-transform:uppercase;
letter-spacing:2px;
}
.col-sm-9.full {
width: 100%;
}
small.text-muted {
font-family:courier,courier-new,monospace;
}
.break{
height: 100px;
}
.clear{
clear: both;
}
.weclome{
height: 500px;
}
.welcome-logo{
font-size: 120px;
margin-bottom: -200px;
}
.logo-img{
height: 200px;
width: 200px;
}
.welcome-text {
margin-top: 200px;
height: 200px;
color: #C50559;
border-top:solid 4px #d6345f;
border-bottom: solid 4px #d6345f;
}
.welcome-text :hover{
color: white;
background-color:#C50559 ;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.welcome-text h3 {
font-weight: 100;
font-size: 60px;
line-height: 150px;
}
.welcome-text a{
font-style:normal ;
color: #C50559;
}
.welcome-text a:hover , a:focus{
text-decoration: none ;
}
/* service */
.panel-body{
padding: 0px;
}
/*portfolio*/
.view {
/* width: 530px;
height:300px;
float: left;*/
margin-top: 20px;
overflow: hidden;
position: relative;
text-align: center;
cursor: pointer ;
}
.view .mask,.view .content {
width:100%;
height:100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view img {
width: 100%;
height:300px;
/* width: 530px;
height: 300px;
display: block;
position: relative;*/
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
background: rgba(0, 0, 0, 0.8);
margin: 20px 0 0 0;
}
.view p {
font-family: Georgia, serif;
font-style: italic;
font-size: 12px;
position: relative;
color: #fff;
padding: 10px 20px 20px;
text-align: center;
}
.view a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: #fff;
text-transform: uppercase;
-webkit-box-shadow: 0 0 1px #000;
-moz-box-shadow: 0 0 1px #000;
box-shadow: 0 0 1px #000;
}
.view a.info:hover {
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
/*.view-first img {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}*/
.view-first .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
background-color: #C50559 ;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.view-first h2 {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-o-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.view-first p {
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
/*.view-first:hover img {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);
}*/
.view-first a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
opacity: 0.6;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.view-first:hover p {
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.view-first:hover a.info {
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s;
}
#portfolio .fa{
color:#fff;
-webkit-transition: color 0.5s;
}
#portfolio fa:hover{
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=10);
opacity: 1;
}
.last-column-gallery .view > img {
max-height: 220px;
}
/*end portfolio*/
/*Pricing*/
#pricing .col-md-3{
padding-left: 5px;
padding-right: 5px;
}
/*End pricing*/
#blog {
padding-top:15px;
}
#blog .lion-nav-tabs > li{
float: left;
list-style:none ;
}
#blog .lion-nav-tabs > li > a{
display: block;
margin-left: 1px;
padding: 15px 70px;
color:#ffffff;
font-size: 16px;
background-color: #C50559;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition:0.5s ;
-o-transition:0.5s ;
}
#blog .lion-nav-tabs > li > a:hover{
background-color:#FFF;
color: #C50559;
text-decoration: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition:0.5s ;
-o-transition:0.5s ;
}
#blog .lion-nav-tabs > li > a:focus {
background-color:#FFF;
color: #C50559;
text-decoration: none;
}
#blog .lion-nav-tabs > .active > a{
background-color:#FFF;
color: #C50559;
text-decoration: none;
border-bottom: solid 1px #C50559;
}
#blog .tab-content {
padding: 0px 20px;
margin-top: 50px;
}
#blog .tab-content img{
float: left;
width: 300px;
height: 250px;
margin: 0px 30px 20px 0px;
}
/* readmore tab*/
#hidden-content .modal-dialog{
max-width: 800px;
}
#hidden-content .modal-content{
border-radius: 0px;
}
#hidden-content .modal-body{
margin-top: 20px;
}
#hidden-content .close{
opacity: 1;
position: relative;
top: -10px;
right: -10px;
text-shadow: 0px 0.3px 0.3px #000;
}
/*end readmore tab*/
#carousal {
height: 200px;
margin-top: 100px;
}
#carousal .carousel-control{
position: absolute;
top:50%;
opacity: 10;
text-shadow: none;
}
#carousal .carousel-control.left{
background: none;
left:-8%;
color:#C50559;
}
#carousal .carousel-control.right{
background: none;
right:-8%;
color:#C50559;
}
#carousal .carousel-indicators{
position: absolute;
bottom : -50px;
}
#carousal .carousel-indicators li {
display: inline-block;
background-color: #C50559;
width: 30px;
height: 15px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
border: 1px solid #fff;
border-radius:0;
}
#carousal .carousel-indicators .active{
background-color: #fff;
border:solid 2px #C50559;
}
#article{
height: auto;
}
#article .row{
margin-bottom: 40px;
}
#article .img-circle{
height: 300px;
width: 300px;
clear: both;
}
#ltr{
overflow:no-display !important;
}
#ltr img{
float: left;
margin-right: 20px;
}
#rtl {
overflow: visible !important ;
}
#rtl img{
float: right;
margin-left: 20px;
}
#article h2{
margin-bottom: 20px;
}
#article p {
text-align: justify;
}
#splitter .underline{
margin-left:auto;
margin-right: auto;
margin-bottom: 30px;
height: 30px;
width: 300px;
border-bottom: 3px solid #C50559;
}
#contactus .btn{
color: #fff;
background-color: #C50559;
border: none;
border-radius: 0;
font-size: 18px;
line-height: 1.75;
}
#contactus .btn:hover{
background-color: #aa2145;
border: none;
transition: background-color .5s;
}
#contactus .btn:active{
background-color: #fff;
color: #c7254e;
border: none;
outline: #C50559;
}
#contactus .btn:focus{
border: none;
outline: #C50559;
}
.form-control{
border: none;
height:60px;
box-shadow: none;
-webkit-box-shadow: none;
}
.form-control:active{
border-bottom: solid 1px #C50559;
}
.form-control:focus{
border-bottom: solid 3px #C50559;
border-radius:0px;
-webkit-box-shadow: none;
box-shadow: none;
transition: none;
transition: border 0.3s;
-webkit-transition: border 0.3s;
}
#contactus textArea{
margin-bottom: 10px;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
.container {
padding: 0px;
}
#sidebar{
left : 0;
top : 0;
position: relative;
height: 75px;
width: 100%;
// float: top;
background-image: url(../img/night-pink-blural.jpg);
background-size:cover ;
// z-index: 999;
}
#sidebar,#sidebar a.logo {
height:auto;
text-align:left;
margin-left:0px;
margin-top:0px;
font-size:10px;
}
#sidebar a.logo {
font-size:100px;
height:75px;
width:100%;
margin-bottom:30px;
}
#sidebar .nav li{
width:100%;
text-align: center
}
#logo{
margin-left: 0px;
}
#nav{
margin-top:-50px;
margin-left: 20px;
}
.welcome-text h3{
font-size:30px ;
}
#portfolio img{
max-height: 220px;;
}
#blog .lion-nav-tabs > li > a{
padding: 15px 30px;
}
}
@media (min-width:768px ) and (max-width: 1200px) {
#sidebar{
margin-left: 0px;
padding-left: 0px;
}
#logo{
margin-left: 0px;
}
#sidebar .navbar-collapse{
padding-left: 0px;
}
#nav li{
width: 170px;
}
#nav .input-group{
width:180px;
}
.welcome-text h3 {
font-weight: 100;
font-size: 35px;
line-height: 150px;
}
#blog .lion-nav-tabs > li > a{
padding: 15px 30px;
}
#portfolio img{
max-height: 220px;;
}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
} | simpletheme/css/my.css | @font-face {
font-family: opensans-regular;
src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face{
font-family: opensans-light;
src:url("../fonts/OpenSans-Light.ttf");
}
*{
margin: 0;
padding: 0;
}
html body{
font-family:'OpenSans-Regular';
font-size: 16px;
text-align: justify;
line-height: 1.5;
color: #565656;
}
a , a:hover{
color: #C50559;
}
/*scroll bar*/
::-webkit-scrollbar{
color: #C50559;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 1px 2px #d6345f;
}
::-webkit-scrollbar-thumb {
background-color: #F36A8E;
}
.wrapper, .row {
height: 100%;
margin-left:0;
margin-right:0;
}
.wrapper:before, .wrapper:after,
.column:before, .column:after {
content: "";
display: table;
}
.wrapper:after,
.column:after {
clear: both;
}
.column {
height: 100%;
overflow: auto;
*zoom:1;
}
.column .padding {
padding: 20px;
}
.divider {
margin-top:32px;
}
#main {
float: right;
background-color:#fefefe;
overflow-x: hidden !important ;
}
#sidebar{
left : 0;
top : 0;
position: fixed;
height: 100%;
width: 25%;
/*background-image: url(../img/night-pink-blural.jpg);*/
background-size:cover ;
z-index: 999;
}
#logo{
margin-left: 15%;
height:20%;
}
#nav{
height: auto;
margin-left: 10%;
}
#nav li {
width: 230px;
text-transform: uppercase;
font-size: 16px;
font-weight: 100;
letter-spacing: 1px;
line-height: 15px;
margin-top: 3px;
background-color: transparent;
background-color: rgba(180, 180, 144, 0.4); /* Chrome, Firefox 3+, IE 9+, Opera 10.10+, Safari 3+ */
}
#sidebar, #sidebar a {
color:#fff;
background-color:transparent;
text-shadow:1px 0 1px #888888;
}
#sidebar nav a:active ,#sidebar nav a:focus {
border-bottom: solid 2px #C50559;
transition: all 0.3s;
}
#sidebar a.logo {
display:block;
padding:3px;
color:#ffffff;
height:40px;
width:40px;
margin:15px;
font-family: Stalemate, cursive;
font-size:90px;
text-align:center;
text-decoration:none;
text-shadow: 1px 0px 20px #FFF
}
/*search box*/
.search-box{
width:75px;
background-color: transparent;
border: none;
color:#ffffff;
font-family: Metrophobic, Arial, serif;
text-transform: uppercase;
}
.search-box :focus{
border: none;
}
#nav .btn:focus{
outline: none;
}
#sidebar-footer {
width: 200px ;
position:absolute;
bottom:5px;
}
#footer {
margin-bottom:20px;
}
/*home carouslel*/
#home .carousel-fade {
opacity: 1;
}
#home .carousel-fade .item {
-moz-transition: opacity ease-in-out .7s;
-o-transition: opacity ease-in-out .7s;
-webkit-transition: opacity ease-in-out .7s;
transition: opacity ease-in-out .7s;
left: 0 !important;
opacity: 0;
top:0;
position:absolute;
width: 100%;
display:block !important;
z-index:1;
}
#home .carousel-fade .item:first-child {
top:auto;
position:relative;
}
#home .carousel-fade .item.active {
opacity: 1;
-moz-transition: opacity ease-in-out .7s;
-o-transition: opacity ease-in-out .7s;
-webkit-transition: opacity ease-in-out .7s;
transition: opacity ease-in-out .7s;
z-index:2;
}
#home .carousel-control{
position: absolute;
top:45%;
opacity: 10;
text-shadow: none;
z-index:999;
}
#home .carousel-control.left{
background: none;
left:-10%;
color:#C50559;
}
#home .carousel-control.right{
background: none;
right:-10%;
color:#C50559;
}
#home .carousel-indicators{
position: absolute;
bottom : -50px;
}
#home .carousel-indicators li {
height: 20px;
width: 20px;
background-color: #C50559;
}
#home .carousel-indicators .active {
height: 20px;
width: 20px;
background-color: #fff;
border: 1px solid #C50559;
}
.carousel-caption{
background: rgb(104,104,104); /* Fall-back for browsers that don't
support rgba */
background: rgba(104, 104, 104, .5);
padding: 0px;
}
.carousel-caption a{
text-decoration: none;
color: white;
}
/*end home carousel*/
h1,h2,h3 {
font-weight:800;
font-family:'opensans-light',sans-serif;
}
.jumbotron {
background-color:transparent;
}
.label-default {
background-color:#dddddd;
}
.page-header {
margin-top: 55px;
padding-top: 9px;
border-top:2px solid #eeeeee;
font-weight:700;
text-transform:uppercase;
letter-spacing:2px;
}
.col-sm-9.full {
width: 100%;
}
small.text-muted {
font-family:courier,courier-new,monospace;
}
.break{
height: 100px;
}
.clear{
clear: both;
}
.weclome{
height: 500px;
}
.welcome-logo{
font-size: 120px;
margin-bottom: -200px;
}
.logo-img{
height: 200px;
width: 200px;
}
.welcome-text {
margin-top: 200px;
height: 200px;
color: #C50559;
border-top:solid 4px #d6345f;
border-bottom: solid 4px #d6345f;
}
.welcome-text :hover{
color: white;
background-color:#C50559 ;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
}
.welcome-text h3 {
font-weight: 100;
font-size: 60px;
line-height: 150px;
}
.welcome-text a{
font-style:normal ;
color: #C50559;
}
.welcome-text a:hover , a:focus{
text-decoration: none ;
}
/* service */
.panel-body{
padding: 0px;
}
/*portfolio*/
.view {
/* width: 530px;
height:300px;
float: left;*/
margin-top: 20px;
overflow: hidden;
position: relative;
text-align: center;
cursor: pointer ;
}
.view .mask,.view .content {
width:100%;
height:100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
}
.view img {
width: 100%;
height:300px;
/* width: 530px;
height: 300px;
display: block;
position: relative;*/
}
.view h2 {
text-transform: uppercase;
color: #fff;
text-align: center;
position: relative;
font-size: 17px;
padding: 10px;
background: rgba(0, 0, 0, 0.8);
margin: 20px 0 0 0;
}
.view p {
font-family: Georgia, serif;
font-style: italic;
font-size: 12px;
position: relative;
color: #fff;
padding: 10px 20px 20px;
text-align: center;
}
.view a.info {
display: inline-block;
text-decoration: none;
padding: 7px 14px;
background: #000;
color: #fff;
text-transform: uppercase;
-webkit-box-shadow: 0 0 1px #000;
-moz-box-shadow: 0 0 1px #000;
box-shadow: 0 0 1px #000;
}
.view a.info:hover {
-webkit-box-shadow: 0 0 5px #000;
-moz-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}
/*.view-first img {
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}*/
.view-first .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
background-color: #C50559 ;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.view-first h2 {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-o-transform: translateY(-100px);
-ms-transform: translateY(-100px);
transform: translateY(-100px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.view-first p {
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-o-transform: translateY(100px);
-ms-transform: translateY(100px);
transform: translateY(100px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
/*.view-first:hover img {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
-o-transform: scale(1.1,1.1);
-ms-transform: scale(1.1,1.1);
transform: scale(1.1,1.1);
}*/
.view-first a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
opacity: 0.6;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.view-first:hover p {
-webkit-transition-delay: 0.1s;
-moz-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.view-first:hover a.info {
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s;
}
#portfolio .fa{
color:#fff;
-webkit-transition: color 0.5s;
}
#portfolio fa:hover{
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=10);
opacity: 1;
}
.last-column-gallery .view > img {
max-height: 220px;
}
/*end portfolio*/
/*Pricing*/
#pricing .col-md-3{
padding-left: 5px;
padding-right: 5px;
}
/*End pricing*/
#blog {
padding-top:15px;
}
#blog .lion-nav-tabs > li{
float: left;
list-style:none ;
}
#blog .lion-nav-tabs > li > a{
display: block;
margin-left: 1px;
padding: 15px 70px;
color:#ffffff;
font-size: 16px;
background-color: #C50559;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition:0.5s ;
-o-transition:0.5s ;
}
#blog .lion-nav-tabs > li > a:hover{
background-color:#FFF;
color: #C50559;
text-decoration: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition:0.5s ;
-o-transition:0.5s ;
}
#blog .lion-nav-tabs > li > a:focus {
background-color:#FFF;
color: #C50559;
text-decoration: none;
}
#blog .lion-nav-tabs > .active > a{
background-color:#FFF;
color: #C50559;
text-decoration: none;
border-bottom: solid 1px #C50559;
}
#blog .tab-content {
padding: 0px 20px;
margin-top: 50px;
}
#blog .tab-content img{
float: left;
width: 300px;
height: 250px;
margin: 0px 30px 20px 0px;
}
/* readmore tab*/
#hidden-content .modal-dialog{
max-width: 800px;
}
#hidden-content .modal-content{
border-radius: 0px;
}
#hidden-content .modal-body{
margin-top: 20px;
}
#hidden-content .close{
opacity: 1;
position: relative;
top: -10px;
right: -10px;
text-shadow: 0px 0.3px 0.3px #000;
}
/*end readmore tab*/
#carousal {
height: 200px;
margin-top: 100px;
}
#carousal .carousel-control{
position: absolute;
top:50%;
opacity: 10;
text-shadow: none;
}
#carousal .carousel-control.left{
background: none;
left:-8%;
color:#C50559;
}
#carousal .carousel-control.right{
background: none;
right:-8%;
color:#C50559;
}
#carousal .carousel-indicators{
position: absolute;
bottom : -50px;
}
#carousal .carousel-indicators li {
display: inline-block;
background-color: #C50559;
width: 30px;
height: 15px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
border: 1px solid #fff;
border-radius:0;
}
#carousal .carousel-indicators .active{
background-color: #fff;
border:solid 2px #C50559;
}
#article{
height: auto;
}
#article .row{
margin-bottom: 40px;
}
#article .img-circle{
height: 300px;
width: 300px;
clear: both;
}
#ltr{
overflow:no-display !important;
}
#ltr img{
float: left;
margin-right: 20px;
}
#rtl {
overflow: visible !important ;
}
#rtl img{
float: right;
margin-left: 20px;
}
#article h2{
margin-bottom: 20px;
}
#article p {
text-align: justify;
}
#splitter .underline{
margin-left:auto;
margin-right: auto;
margin-bottom: 30px;
height: 30px;
width: 300px;
border-bottom: 3px solid #C50559;
}
#contactus .btn{
color: #fff;
background-color: #C50559;
border: none;
border-radius: 0;
font-size: 18px;
line-height: 1.75;
}
#contactus .btn:hover{
background-color: #aa2145;
border: none;
transition: background-color .5s;
}
#contactus .btn:active{
background-color: #fff;
color: #c7254e;
border: none;
outline: #C50559;
}
#contactus .btn:focus{
border: none;
outline: #C50559;
}
.form-control{
border: none;
height:60px;
box-shadow: none;
-webkit-box-shadow: none;
}
.form-control:active{
border-bottom: solid 1px #C50559;
}
.form-control:focus{
border-bottom: solid 3px #C50559;
border-radius:0px;
-webkit-box-shadow: none;
box-shadow: none;
transition: none;
transition: border 0.3s;
-webkit-transition: border 0.3s;
}
#contactus textArea{
margin-bottom: 10px;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
.container {
padding: 0px;
}
#sidebar{
left : 0;
top : 0;
position: relative;
height: 75px;
width: 100%;
// float: top;
background-image: url(../img/night-pink-blural.jpg);
background-size:cover ;
// z-index: 999;
}
#sidebar,#sidebar a.logo {
height:auto;
text-align:left;
margin-left:0px;
margin-top:0px;
font-size:10px;
}
#sidebar a.logo {
font-size:100px;
height:75px;
width:100%;
margin-bottom:30px;
}
#sidebar .nav li{
width:100%;
text-align: center
}
#logo{
margin-left: 0px;
}
#nav{
margin-top:-50px;
margin-left: 20px;
}
.welcome-text h3{
font-size:30px ;
}
#portfolio img{
max-height: 220px;;
}
#blog .lion-nav-tabs > li > a{
padding: 15px 30px;
}
}
@media (min-width:768px ) and (max-width: 1200px) {
#sidebar{
margin-left: 0px;
padding-left: 0px;
}
#logo{
margin-left: 0px;
}
#sidebar .navbar-collapse{
padding-left: 0px;
}
#nav li{
width: 170px;
}
#nav .input-group{
width:180px;
}
.welcome-text h3 {
font-weight: 100;
font-size: 35px;
line-height: 150px;
}
#blog .lion-nav-tabs > li > a{
padding: 15px 30px;
}
#portfolio img{
max-height: 220px;;
}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
} | 0.215021 | 0.059565 |
@charset "UTF-8";
/*!
* Bootstrap v4.5.0 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #045bc1;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #d0021b;
--orange: #fd7e14;
--yellow: #f37f29;
--green: #7ed321;
--teal: #20c997;
--cyan: #00d6ff;
--white: #fff;
--gray: #7F7F7F;
--gray-dark: #555555;
--primary: #045bc1;
--secondary: #666666;
--success: #7ed321;
--info: #00d6ff;
--warning: #f37f29;
--danger: #d0021b;
--light: #fafafa;
--dark: #1c1c1c;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
footer, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: "PT Serif", Times, "Times New Roman", Georgia, serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.45;
color: #666666;
text-align: right;
background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
h1, h2, h4, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
ul {
margin-top: 0;
margin-bottom: 1rem;
}
ul ul {
margin-bottom: 0;
}
a {
color: #045bc1;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #023876;
text-decoration: underline;
}
a:not([href]) {
color: inherit;
text-decoration: none;
}
a:not([href]):hover {
color: inherit;
text-decoration: none;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #949494;
text-align: right;
caption-side: bottom;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
button,
[type="button"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
h1, h2, h4, h6,
.h1, .h2, .h4, .h6 {
margin-bottom: 0.5rem;
font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 900;
line-height: 1.2;
color: #000;
}
h1, .h1 {
font-size: 3.157rem;
}
h2, .h2 {
font-size: 2.369rem;
}
h4, .h4 {
font-size: 1.333rem;
}
h6, .h6 {
font-size: 0.75rem;
}
.display-4 {
font-size: 4.199rem;
font-weight: 900;
line-height: 1;
}
.list-unstyled {
padding-right: 0;
list-style: none;
}
.container {
width: 100%;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.no-gutters {
margin-left: 0;
margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-left: 0;
padding-right: 0;
}
.col-6, .col-11, .col, .col-sm-3, .col-sm-7, .col-sm-10, .col-md-3, .col-md-8, .col-lg-4, .col-lg-6, .col-lg-8, .col-lg-12, .col-xl-5, .col-xl-7 {
position: relative;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
@media (min-width: 576px) {
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
}
@media (min-width: 768px) {
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
}
@media (min-width: 992px) {
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
}
@media (min-width: 1200px) {
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
}
.form-control {
display: block;
width: 100%;
height: calc(1.45em + 1.6rem + 2px);
padding: 0.8rem 0.8rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.45;
color: #404040;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #e1e1e1;
border-radius: 0.1875rem;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #404040;
}
.form-control:focus {
color: #404040;
background-color: #fff;
border-color: #499bfb;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(4, 91, 193, 0.25);
box-shadow: 0 0 0 0.2rem rgba(4, 91, 193, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #7F7F7F;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #7F7F7F;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #7F7F7F;
opacity: 1;
}
.form-control::placeholder {
color: #7F7F7F;
opacity: 1;
}
.form-control:disabled {
background-color: #f2f2f2;
opacity: 1;
}
.btn {
display: inline-block;
font-weight: 700;
color: #666666;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.8rem 2.5rem;
font-size: 1rem;
line-height: 1.45;
border-radius: 0.1875rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.btn:hover {
color: #666666;
text-decoration: none;
}
.btn:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(4, 91, 193, 0.25);
box-shadow: 0 0 0 0.2rem rgba(4, 91, 193, 0.25);
}
.btn:disabled {
opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
.btn-dark {
color: #fff;
background-color: #1c1c1c;
border-color: #1c1c1c;
}
.btn-dark:hover {
color: #fff;
background-color: #090909;
border-color: #030303;
}
.btn-dark:focus {
color: #fff;
background-color: #090909;
border-color: #030303;
-webkit-box-shadow: 0 0 0 0.2rem rgba(62, 62, 62, 0.5);
box-shadow: 0 0 0 0.2rem rgba(62, 62, 62, 0.5);
}
.btn-dark:disabled {
color: #fff;
background-color: #1c1c1c;
border-color: #1c1c1c;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #030303;
border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(62, 62, 62, 0.5);
box-shadow: 0 0 0 0.2rem rgba(62, 62, 62, 0.5);
}
.btn-outline-light {
color: #fafafa;
border-color: #fafafa;
}
.btn-outline-light:hover {
color: #000;
background-color: #fafafa;
border-color: #fafafa;
}
.btn-outline-light:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.btn-outline-light:disabled {
color: #fafafa;
background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
color: #000;
background-color: #fafafa;
border-color: #fafafa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.btn-outline-dark {
color: #1c1c1c;
border-color: #1c1c1c;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #1c1c1c;
border-color: #1c1c1c;
}
.btn-outline-dark:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(28, 28, 28, 0.5);
box-shadow: 0 0 0 0.2rem rgba(28, 28, 28, 0.5);
}
.btn-outline-dark:disabled {
color: #1c1c1c;
background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #1c1c1c;
border-color: #1c1c1c;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(28, 28, 28, 0.5);
box-shadow: 0 0 0 0.2rem rgba(28, 28, 28, 0.5);
}
.btn-sm {
padding: 0.4rem 1.2rem;
font-size: 0.75rem;
line-height: 1.5;
border-radius: 0.1875rem;
}
.fade {
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.input-group > .form-control {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
min-width: 0;
margin-bottom: 0;
}
.input-group > .form-control + .form-control {
margin-right: -1px;
}
.input-group > .form-control:focus {
z-index: 3;
}
.input-group > .form-control:not(:last-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .form-control:not(:first-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-append {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.input-group-append .btn {
position: relative;
z-index: 2;
}
.input-group-append .btn:focus {
z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-right: -1px;
}
.input-group-append {
margin-right: -1px;
}
.input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.8rem 0.8rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.45;
color: #404040;
text-align: center;
white-space: nowrap;
background-color: #f2f2f2;
border: 1px solid #e1e1e1;
border-radius: 0.1875rem;
}
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-right: 0;
margin-bottom: 0;
list-style: none;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.1875rem;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 100% 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 100% 0;
}
}
.media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.media-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.close {
float: left;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.close:hover {
color: #000;
text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
opacity: .75;
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
}
.toast {
max-width: 350px;
overflow: hidden;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
opacity: 0;
border-radius: 0.25rem;
}
.toast:not(:last-child) {
margin-bottom: 0.75rem;
}
.toast-body {
padding: 0.75rem;
}
.modal {
position: fixed;
top: 0;
right: 0;
z-index: 10050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
-ms-transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
content: "";
}
.modal-content {
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;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.1875rem;
outline: 0;
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
}
}
.carousel {
position: relative;
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@keyframes spinner-border {
to {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.bg-light {
background-color: #fafafa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #e1e1e1 !important;
}
.bg-dark {
background-color: #1c1c1c !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #030303 !important;
}
.bg-white {
background-color: #fff !important;
}
.border {
border: 1px solid #e1e1e1 !important;
}
.border-dark {
border-color: #1c1c1c !important;
}
.rounded {
border-radius: 0.1875rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
@media (min-width: 992px) {
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
}
.overflow-hidden {
overflow: hidden !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.w-100 {
width: 100% !important;
}
.h-100 {
height: 100% !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.vh-100 {
height: 100vh !important;
}
.my-0 {
margin-top: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.mr-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mx-1 {
margin-right: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mr-3 {
margin-left: 1rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mt-4 {
margin-top: 1.8rem !important;
}
.mb-4 {
margin-bottom: 1.8rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mt-6 {
margin-top: 4rem !important;
}
.p-0 {
padding: 0 !important;
}
.py-0 {
padding-top: 0 !important;
}
.px-0 {
padding-left: 0 !important;
}
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-right: 0 !important;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.px-2 {
padding-left: 0.5rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
}
.p-4 {
padding: 1.8rem !important;
}
.py-4 {
padding-top: 1.8rem !important;
}
.py-4 {
padding-bottom: 1.8rem !important;
}
.py-6 {
padding-top: 4rem !important;
}
.py-6 {
padding-bottom: 4rem !important;
}
.py-9 {
padding-top: 10rem !important;
}
.py-9 {
padding-bottom: 10rem !important;
}
.py-10 {
padding-top: 12.5rem !important;
}
.py-10 {
padding-bottom: 12.5rem !important;
}
.mx-auto {
margin-left: auto !important;
}
.mx-auto {
margin-right: auto !important;
}
@media (min-width: 576px) {
.mt-sm-0 {
margin-top: 0 !important;
}
.px-sm-3 {
padding-left: 1rem !important;
}
.px-sm-3 {
padding-right: 1rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pr-sm-5 {
padding-left: 3rem !important;
}
}
@media (min-width: 992px) {
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-6 {
margin-top: 4rem !important;
}
.pr-lg-0 {
padding-left: 0 !important;
}
.px-lg-4 {
padding-left: 1.8rem !important;
}
.px-lg-4 {
padding-right: 1.8rem !important;
}
}
.text-center {
text-align: center !important;
}
@media (min-width: 992px) {
.text-lg-left {
text-align: right !important;
}
.text-lg-right {
text-align: left !important;
}
}
.text-uppercase {
text-transform: uppercase !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.text-white {
color: #fff !important;
}
.text-danger {
color: #d0021b !important;
}
a.text-danger:hover, a.text-danger:focus {
color: #840111 !important;
}
.text-dark {
color: #1c1c1c !important;
}
a.text-dark:hover, a.text-dark:focus {
color: black !important;
}
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
img {
page-break-inside: avoid;
}
p,
h2 {
orphans: 3;
widows: 3;
}
h2 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 992px !important;
}
.container {
min-width: 992px !important;
}
}
/*-----------------------------------------------
| Sparrow Styles
-----------------------------------------------*/
/*-----------------------------------------------
| Avatar
-----------------------------------------------*/
/*-----------------------------------------------
| Badge
-----------------------------------------------*/
/*-----------------------------------------------
| Browser Fixing
-----------------------------------------------*/
.edge .bg-holder {
z-index: 0;
}
/*-----------------------------------------------
| Google Map
-----------------------------------------------*/
/*-----------------------------------------------
| Buttons
-----------------------------------------------*/
.btn {
letter-spacing: 0.1em;
text-transform: uppercase;
font-size: 0.75rem;
}
.btn.btn-outline-light.border-2x {
border-color: rgba(255, 255, 255, 0.5);
}
.btn-outline-light:hover {
color: #1c1c1c;
}
.btn-xs {
padding: .2rem .8rem;
}
/*-----------------------------------------------
| Documentation link and Prism
-----------------------------------------------*/
/*-----------------------------------------------
| Component examples
-----------------------------------------------*/
/*-----------------------------------------------
| Borders
-----------------------------------------------*/
/*-----------------------------------------------
| Dropdowns
-----------------------------------------------*/
/*-----------------------------------------------
| Fancynav
-----------------------------------------------*/
.fancynavbar {
position: fixed;
top: 0;
z-index: 10000;
width: 100%;
font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (min-width: 992px) {
.fancynavbar:not(.fancynavbar-top) {
left: 0;
height: 100vh;
width: 4.375rem;
}
}
/*-----------------------------------------------
| Fancy Navbar
-----------------------------------------------*/
.fancynavbar-togglerbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (max-width: 991.98px) {
.fancynavbar-togglerbar {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 3rem;
}
}
@media (min-width: 992px) {
.fancynavbar-togglerbar {
height: 100%;
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: #000;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
}
/*-----------------------------------------------
| Fancy Navbar Brand
-----------------------------------------------*/
.fancynavbar-brand {
color: #fff;
padding: 0.5rem 1rem;
}
.fancynavbar-brand-img {
opacity: 1 !important;
}
/*-----------------------------------------------
| Fancy Navbar Toggler
-----------------------------------------------*/
.fancynavbar-toggler {
cursor: pointer;
width: 4.375rem;
height: 4.375rem;
opacity: 1 !important;
}
@media (max-width: 991.98px) {
.fancynavbar-toggler {
-webkit-transform: translateY(4%);
-ms-transform: translateY(4%);
transform: translateY(4%);
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
.fancynavbar-toggler-icon path {
fill: none;
stroke: #fff;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2px;
}
/*-----------------------------------------------
| Fancy Navbar Addon
-----------------------------------------------*/
.fancynavbar-addon {
padding-right: 0;
}
@media (max-width: 991.98px) {
.fancynavbar-addon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
position: absolute;
left: 4.375rem;
top: 0.281rem;
}
}
.fancynavbar-addon-item {
display: block;
color: #fafafa;
margin-top: 0.5rem;
font-size: 1.333rem;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.fancynavbar-addon-item:hover, .fancynavbar-addon-item:focus {
color: rgba(250, 250, 250, 0.75);
}
@media (max-width: 991.98px) {
.fancynavbar-addon-item {
margin-top: 0;
padding: 0.5rem;
font-size: 1rem;
}
}
/*-----------------------------------------------
| Fancy Navbar Collapse
-----------------------------------------------*/
.fancynavbar-collapse {
height: 100vh;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: auto;
position: absolute;
text-align: right;
width: calc(50vw - 2.1875rem);
left: calc(50% + 2.1875rem);
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
top: 0;
padding: 0;
z-index: -1;
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
background-color: #000;
opacity: 0.92;
}
@media (max-width: 991.98px) {
.fancynavbar-collapse {
width: 100vw;
top: 3rem;
left: 0;
height: calc(100vh - 3rem);
}
}
@media (min-width: 992px) {
.fancynavbar-collapse {
padding-right: 4.375rem;
padding-left: 4.375rem;
}
}
/*-----------------------------------------------
| Fancy Navbar Nav
-----------------------------------------------*/
.fancynavbar-nav {
height: auto;
width: 100%;
list-style-type: none;
list-style-image: none;
padding-right: 1rem;
padding-left: 1rem;
margin: auto 0;
}
@media (min-width: 992px) {
.fancynavbar-nav {
padding-right: 0;
padding-left: 0;
}
}
/*-----------------------------------------------
| Fancy Navbar Link
-----------------------------------------------*/
.fancynav-link {
position: relative;
display: block;
font-size: 1.777rem;
}
@media (min-width: 576px) and (max-width: 991.98px) {
.fancynav-link {
font-size: 2.369rem;
}
}
@media (min-width: 1200px) {
.fancynav-link {
font-size: 2.369rem;
}
}
@media (min-width: 992px) {
.fancynav-link {
padding-left: 3rem;
padding-right: 3rem;
}
}
.fancynav-link:before {
content: "";
position: absolute;
height: 2px;
width: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 2px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
background-color: rgba(255, 255, 255, 0.5);
z-index: 0;
}
/*-----------------------------------------------
| Fancy Navbar Link Content
-----------------------------------------------*/
.fancynav-link-content {
color: rgba(255, 255, 255, 0.85);
background-color: #000;
display: inline-block;
padding-right: 1rem;
padding-left: 1rem;
position: relative;
z-index: 1;
}
/*-----------------------------------------------
| Fancy Navbar Item
-----------------------------------------------*/
.fancynav-item {
overflow: hidden;
-webkit-transition: height 0.4s cubic-bezier(0.77, 0, 0.18, 1);
-o-transition: height 0.4s cubic-bezier(0.77, 0, 0.18, 1);
transition: height 0.4s cubic-bezier(0.77, 0, 0.18, 1);
height: 41px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
.fancynav-item {
height: 54px;
}
}
@media (min-width: 1200px) {
.fancynav-item {
height: 54px;
}
}
.fancynav-item:hover .fancynav-link-content, .fancynav-item:focus .fancynav-link-content {
text-decoration: none;
color: #fff;
}
.fancynav-item:hover .fancynav-link:before, .fancynav-item:focus .fancynav-link:before {
width: 100%;
}
/*-----------------------------------------------
| Fancy Dropdown
-----------------------------------------------*/
/*-----------------------------------------------
| Fancy Dropdown Item
-----------------------------------------------*/
/*-----------------------------------------------
| Adjusting the page Layout
-----------------------------------------------*/
@media (min-width: 992px) {
.has-sidemenu:not(.has-fancynav-top) .main {
width: calc(100% - (4.375rem - 0.0625rem));
}
}
@media (min-width: 992px) {
.has-sidemenu:not(.has-fancynav-top) .footer {
width: calc(100% - 4.375rem);
}
}
/*-----------------------------------------------
| IE Fix
-----------------------------------------------*/
/*-----------------------------------------------
| Fancynav Top
-----------------------------------------------*/
/*-----------------------------------------------
| Form
-----------------------------------------------*/
/*-----------------------------------------------
| Input File
-----------------------------------------------*/
/*-----------------------------------------------
| Checkbox iso toggle
-----------------------------------------------*/
/*-----------------------------------------------
| Checkbox and Radio
-----------------------------------------------*/
/*-----------------------------------------------
| Input with icon
-----------------------------------------------*/
/*-----------------------------------------------
| Hover Box
-----------------------------------------------*/
/*-----------------------------------------------
| Up/Down Indicator
-----------------------------------------------*/
.indicator-arrow {
display: block;
position: absolute;
right: 50%;
height: 0.625rem;
width: 0.625rem;
border-right: 2px solid #7F7F7F;
border-top: 2px solid #7F7F7F;
-webkit-transform: translateX(50%) rotate(-45deg);
-ms-transform: translateX(50%) rotate(-45deg);
transform: translateX(50%) rotate(-45deg);
}
.indicator-arrow-one {
top: 1.375rem;
}
.indicator-arrow-two {
top: 1.75rem;
}
.indicator {
position: absolute;
height: 3rem;
width: 3rem;
right: 50%;
}
.indicator-up {
top: 50%;
-webkit-transform: translate3d(50%, -50%, 0);
transform: translate3d(50%, -50%, 0);
}
.indicator-down {
bottom: 2rem;
-webkit-transform: translateX(50%) rotate(-180deg);
-ms-transform: translateX(50%) rotate(-180deg);
transform: translateX(50%) rotate(-180deg);
}
/*-----------------------------------------------
| Logos
-----------------------------------------------*/
.logo-sparrow {
width: 1.875rem;
height: 1.875rem;
border-radius: 0 0.25rem 0.25rem 0;
line-height: 1.875rem;
text-indent: 0.4375rem;
text-align: center;
background-color: #fff;
color: #000;
display: inline-block;
font-size: 3.75rem;
font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 900;
overflow: hidden;
}
.logo {
height: 2.5rem;
width: auto;
}
/*-----------------------------------------------
| Media Service
-----------------------------------------------*/
/*-----------------------------------------------
| Object fit and Z-index
-----------------------------------------------*/
.z-index-1 {
z-index: 1;
}
/*-----------------------------------------------
| Zanimation
-----------------------------------------------*/
*[data-zanim-trigger] {
opacity: 0;
}
/*-----------------------------------------------
| Puppeteer
-----------------------------------------------*/
/*-----------------------------------------------
| Times Icon
-----------------------------------------------*/
.times-icon {
position: relative;
outline: none;
}
.times-icon:before, .times-icon:after {
right: 0;
position: absolute;
content: "";
width: 80%;
height: 2px;
background-color: #fff;
}
.times-icon:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.times-icon:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.times-icon:hover, .times-icon:focus {
outline: none;
}
.text-shadow-none {
text-shadow: none !important;
}
.fa-stack-size {
height: 2em;
width: 2em;
}
.modal-xs {
width: 12.5rem;
}
.modal.fade-in .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade-in .modal-dialog {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
/*-----------------------------------------------
| Navigation bar
-----------------------------------------------*/
/*-----------------------------------------------
| Pagination
-----------------------------------------------*/
/*-----------------------------------------------
| Pre-loader
-----------------------------------------------*/
.preloader {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 10001;
background-color: #fff;
opacity: 1;
-webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);
-o-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);
transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);
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;
}
@media (min-width: 992px) {
.preloader {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding-left: 7.5rem;
padding-bottom: 4rem;
}
}
.line-scale-pulse-out-rapid div {
background-color: #000;
width: 0.125rem;
border-radius: 0.1875rem;
}
/*-----------------------------------------------
| Fancybox
-----------------------------------------------*/
/*-----------------------------------------------
| Isotope
-----------------------------------------------*/
.sortable .menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
text-transform: lowercase;
color: #666666;
text-decoration: none;
font-weight: 700;
font-size: 0.75rem;
letter-spacing: 0.02rem;
}
.sortable .menu .item {
cursor: pointer;
padding: 0.25rem 0.5rem;
margin-bottom: 0.5rem;
border: 1px solid transparent;
border-radius: 0.1875rem;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-left: 0.25rem;
}
.sortable .menu .item:last-child {
margin-left: 0;
}
.sortable .menu .item.active {
border-color: currentColor;
color: #000;
}
.sortable-container.sortable-container-gutter-fix {
margin-right: -0.5rem;
margin-left: -0.5rem;
}
/*-----------------------------------------------
| Lightbox
-----------------------------------------------*/
[data-lightbox] {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
/*-----------------------------------------------
| Plyr
-----------------------------------------------*/
/*-----------------------------------------------
| Progress bar and circle
-----------------------------------------------*/
/*-----------------------------------------------
| Typed Text
-----------------------------------------------*/
/*-----------------------------------------------
| Owl Carousel
-----------------------------------------------*/
/*-----------------------------------------------
| Owl Carousel Customization
-----------------------------------------------*/
@keyframes owlNavAnimate {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
85% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
/*-----------------------------------------------
| Only Right nav
-----------------------------------------------*/
/*-----------------------------------------------
| Height fix
-----------------------------------------------*/
/*-----------------------------------------------
| Accordion [Semantic UI]
-----------------------------------------------*/
/*-----------------------------------------------
| YT Player
-----------------------------------------------*/
/*-----------------------------------------------
| Process
-----------------------------------------------*/
/*-----------------------------------------------
| Reboot
-----------------------------------------------*/
::selection {
color: #fff;
background-color: #d0021b;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
scroll-behavior: smooth;
}
section {
position: relative;
padding-top: 4rem;
padding-bottom: 4rem;
}
@media (min-width: 992px) {
section {
padding-top: 7.5rem;
padding-bottom: 7.5rem;
}
}
input,
button,
.alert,
.btn {
font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/*-----------------------------------------------
| Showcase
-----------------------------------------------*/
/*-----------------------------------------------
| Tabs
-----------------------------------------------*/
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(3.125rem);
transform: translateX(3.125rem);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-3.125rem);
transform: translateX(-3.125rem);
}
}
/*-----------------------------------------------
| Drop cap
-----------------------------------------------*/
/*-----------------------------------------------
| Letter Spacing
-----------------------------------------------*/
.ls {
letter-spacing: 0.04em;
}
/*-----------------------------------------------
| List
-----------------------------------------------*/
/*-----------------------------------------------
| Horizontal rules
-----------------------------------------------*/
/*-----------------------------------------------
| Blockquote
-----------------------------------------------*/
/*-----------------------------------------------
| Backgrounds
-----------------------------------------------*/
.bg-holder {
position: absolute;
width: 100%;
min-height: 100%;
top: 0;
right: 0;
background-size: cover;
background-position: center;
overflow: hidden;
will-change: transform, opacity, filter;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-repeat: no-repeat;
}
.bg-glass {
background-color: rgba(255, 255, 255, 0.9);
}
/*-----------------------------------------------
| Background Colors [Grays]
-----------------------------------------------*/
.bg-black {
background-color: #000 !important;
}
a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
background-color: black !important;
}
.bg-white {
background-color: #fff !important;
}
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
background-color: #e6e6e6 !important;
}
/*---------------------------------------------------------------
| Borders & Radius
---------------------------------------------------------------*/
/*---------------------------------------------------------------
| Borders
---------------------------------------------------------------*/
.border {
border: 1px solid #e1e1e1 !important;
}
/*---------------------------------------------------------------
| Radius
---------------------------------------------------------------*/
.rounded {
border-radius: 0.1875rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
@media (min-width: 576px) {
/*---------------------------------------------------------------
| Borders
---------------------------------------------------------------*/
/*---------------------------------------------------------------
| Radius
---------------------------------------------------------------*/
}
@media (min-width: 768px) {
/*---------------------------------------------------------------
| Borders
---------------------------------------------------------------*/
/*---------------------------------------------------------------
| Radius
---------------------------------------------------------------*/
}
@media (min-width: 992px) {
/*---------------------------------------------------------------
| Borders
---------------------------------------------------------------*/
/*---------------------------------------------------------------
| Radius
---------------------------------------------------------------*/
}
@media (min-width: 1200px) {
/*---------------------------------------------------------------
| Borders
---------------------------------------------------------------*/
/*---------------------------------------------------------------
| Radius
---------------------------------------------------------------*/
}
/*-----------------------------------------------
| Safari clipping fix
-----------------------------------------------*/
.overflow-hidden[class*='rounded'] {
-webkit-mask-image: -webkit-radial-gradient(#fff, #000);
mask-image: radial-gradient(#fff, #000);
}
/*---------------------------------------------------------------
| Border Color
---------------------------------------------------------------*/
.border-dark {
border-color: #1c1c1c !important;
}
.border-300 {
border-color: #e1e1e1 !important;
}
.border-700 {
border-color: #666666 !important;
}
.border-2x {
border-width: 2px !important;
}
/*-----------------------------------------------
| Height
-----------------------------------------------*/
.w-100 {
width: 100% !important;
}
.h-100 {
height: 100% !important;
}
.min-vh-100 {
min-height: 100vh;
}
.min-vh-50 {
min-height: 50vh;
}
.vh-100 {
height: 100vh;
}
@media (min-width: 992px) {
.vh-lg-100 {
height: 100vh;
}
}
@media (min-width: 1200px) {
.min-vh-xl-100 {
min-height: 100vh;
}
}
/*-----------------------------------------------
| Font family, Position and Overflow [NTR]
-----------------------------------------------*/
.overflow-hidden, .overflow-hidden-x {
overflow-x: hidden;
}
.overflow-hidden {
overflow-y: hidden;
}
/*-----------------------------------------------
| Position
-----------------------------------------------*/
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
/*-----------------------------------------------
| For Stickyfill on IE
-----------------------------------------------*/
.sticky-top {
z-index: 1020;
position: -webkit-sticky;
position: sticky;
top: 0;
}
/*-----------------------------------------------
| Position
-----------------------------------------------*/
.container, .container-fluid {
position: relative;
}
.t-0 {
top: 0;
}
.r-0 {
left: 0;
}
.a-0 {
top: 0;
left: 0;
bottom: 0;
right: 0;
}
/*-----------------------------------------------
| Font Sizes
-----------------------------------------------*/
.fs--1 {
font-size: 0.75rem;
}
.fs-0 {
font-size: 1rem;
}
.fs-1 {
font-size: 1.333rem;
}
.fs-2 {
font-size: 1.777rem;
}
.fs-3 {
font-size: 2.369rem;
}
@media (min-width: 576px) {
.fs-sm-2 {
font-size: 1.777rem;
}
}
@media (min-width: 992px) {
.fs-lg-3 {
font-size: 2.369rem;
}
}
@media (min-width: 1200px) {
.fs-xl-4 {
font-size: 3.157rem;
}
}
/*-----------------------------------------------
| Text style
-----------------------------------------------*/
/* Font Weight */
.font-weight-black {
font-weight: 900 !important;
}
/* Decoration */
.text-underline {
text-decoration: underline;
-webkit-text-decoration-skip: ink;
text-decoration-skip: ink;
}
/*-----------------------------------------------
| Font family
-----------------------------------------------*/
.text-sans-serif {
font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/*-----------------------------------------------
| Contextual colors
-----------------------------------------------*/
.text-500 {
color: #949494 !important;
}
a.text-500:hover, a.text-500:focus {
color: #6e6e6e !important;
}
.text-600 {
color: #7F7F7F !important;
}
a.text-600:hover, a.text-600:focus {
color: #595959 !important;
}
.text-700 {
color: #666666 !important;
}
a.text-700:hover, a.text-700:focus {
color: #404040 !important;
}
.text-white {
color: #fff !important;
}
a.text-white:hover, a.text-white:focus {
color: #d9d9d9 !important;
}
/*-----------------------------------------------
| Colors for social icons
-----------------------------------------------*/
/*-----------------------------------------------
| Notice
-----------------------------------------------*/
.notice {
position: fixed;
right: 0;
bottom: 0;
margin: 1rem !important;
z-index: -1;
border-color: rgba(255, 255, 255, 0.2);
max-width: 530px;
}
/*-----------------------------------------------
| User Styles
-----------------------------------------------*/
/*# sourceMappingURL=theme-rtl.css.map */ | resources/css/theme-rtl.css | @charset "UTF-8";
/*!
* Bootstrap v4.5.0 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #045bc1;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #d0021b;
--orange: #fd7e14;
--yellow: #f37f29;
--green: #7ed321;
--teal: #20c997;
--cyan: #00d6ff;
--white: #fff;
--gray: #7F7F7F;
--gray-dark: #555555;
--primary: #045bc1;
--secondary: #666666;
--success: #7ed321;
--info: #00d6ff;
--warning: #f37f29;
--danger: #d0021b;
--light: #fafafa;
--dark: #1c1c1c;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
footer, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: "PT Serif", Times, "Times New Roman", Georgia, serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.45;
color: #666666;
text-align: right;
background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
h1, h2, h4, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
ul {
margin-top: 0;
margin-bottom: 1rem;
}
ul ul {
margin-bottom: 0;
}
a {
color: #045bc1;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #023876;
text-decoration: underline;
}
a:not([href]) {
color: inherit;
text-decoration: none;
}
a:not([href]):hover {
color: inherit;
text-decoration: none;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #949494;
text-align: right;
caption-side: bottom;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button {
text-transform: none;
}
[role="button"] {
cursor: pointer;
}
button,
[type="button"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
h1, h2, h4, h6,
.h1, .h2, .h4, .h6 {
margin-bottom: 0.5rem;
font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 900;
line-height: 1.2;
color: #000;
}
h1, .h1 {
font-size: 3.157rem;
}
h2, .h2 {
font-size: 2.369rem;
}
h4, .h4 {
font-size: 1.333rem;
}
h6, .h6 {
font-size: 0.75rem;
}
.display-4 {
font-size: 4.199rem;
font-weight: 900;
line-height: 1;
}
.list-unstyled {
padding-right: 0;
list-style: none;
}
.container {
width: 100%;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container-fluid {
width: 100%;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.no-gutters {
margin-left: 0;
margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-left: 0;
padding-right: 0;
}
.col-6, .col-11, .col, .col-sm-3, .col-sm-7, .col-sm-10, .col-md-3, .col-md-8, .col-lg-4, .col-lg-6, .col-lg-8, .col-lg-12, .col-xl-5, .col-xl-7 {
position: relative;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0;
max-width: 100%;
}
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
@media (min-width: 576px) {
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
}
@media (min-width: 768px) {
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
}
@media (min-width: 992px) {
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
}
@media (min-width: 1200px) {
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
}
.form-control {
display: block;
width: 100%;
height: calc(1.45em + 1.6rem + 2px);
padding: 0.8rem 0.8rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.45;
color: #404040;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #e1e1e1;
border-radius: 0.1875rem;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #404040;
}
.form-control:focus {
color: #404040;
background-color: #fff;
border-color: #499bfb;
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(4, 91, 193, 0.25);
box-shadow: 0 0 0 0.2rem rgba(4, 91, 193, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #7F7F7F;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #7F7F7F;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #7F7F7F;
opacity: 1;
}
.form-control::placeholder {
color: #7F7F7F;
opacity: 1;
}
.form-control:disabled {
background-color: #f2f2f2;
opacity: 1;
}
.btn {
display: inline-block;
font-weight: 700;
color: #666666;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.8rem 2.5rem;
font-size: 1rem;
line-height: 1.45;
border-radius: 0.1875rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.btn:hover {
color: #666666;
text-decoration: none;
}
.btn:focus {
outline: 0;
-webkit-box-shadow: 0 0 0 0.2rem rgba(4, 91, 193, 0.25);
box-shadow: 0 0 0 0.2rem rgba(4, 91, 193, 0.25);
}
.btn:disabled {
opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
.btn-dark {
color: #fff;
background-color: #1c1c1c;
border-color: #1c1c1c;
}
.btn-dark:hover {
color: #fff;
background-color: #090909;
border-color: #030303;
}
.btn-dark:focus {
color: #fff;
background-color: #090909;
border-color: #030303;
-webkit-box-shadow: 0 0 0 0.2rem rgba(62, 62, 62, 0.5);
box-shadow: 0 0 0 0.2rem rgba(62, 62, 62, 0.5);
}
.btn-dark:disabled {
color: #fff;
background-color: #1c1c1c;
border-color: #1c1c1c;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #030303;
border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(62, 62, 62, 0.5);
box-shadow: 0 0 0 0.2rem rgba(62, 62, 62, 0.5);
}
.btn-outline-light {
color: #fafafa;
border-color: #fafafa;
}
.btn-outline-light:hover {
color: #000;
background-color: #fafafa;
border-color: #fafafa;
}
.btn-outline-light:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.btn-outline-light:disabled {
color: #fafafa;
background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
color: #000;
background-color: #fafafa;
border-color: #fafafa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.btn-outline-dark {
color: #1c1c1c;
border-color: #1c1c1c;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #1c1c1c;
border-color: #1c1c1c;
}
.btn-outline-dark:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(28, 28, 28, 0.5);
box-shadow: 0 0 0 0.2rem rgba(28, 28, 28, 0.5);
}
.btn-outline-dark:disabled {
color: #1c1c1c;
background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
color: #fff;
background-color: #1c1c1c;
border-color: #1c1c1c;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(28, 28, 28, 0.5);
box-shadow: 0 0 0 0.2rem rgba(28, 28, 28, 0.5);
}
.btn-sm {
padding: 0.4rem 1.2rem;
font-size: 0.75rem;
line-height: 1.5;
border-radius: 0.1875rem;
}
.fade {
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.input-group > .form-control {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
min-width: 0;
margin-bottom: 0;
}
.input-group > .form-control + .form-control {
margin-right: -1px;
}
.input-group > .form-control:focus {
z-index: 3;
}
.input-group > .form-control:not(:last-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .form-control:not(:first-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-append {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.input-group-append .btn {
position: relative;
z-index: 2;
}
.input-group-append .btn:focus {
z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-right: -1px;
}
.input-group-append {
margin-right: -1px;
}
.input-group-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.8rem 0.8rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.45;
color: #404040;
text-align: center;
white-space: nowrap;
background-color: #f2f2f2;
border: 1px solid #e1e1e1;
border-radius: 0.1875rem;
}
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-right: 0;
margin-bottom: 0;
list-style: none;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.1875rem;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 100% 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 100% 0;
}
}
.media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.media-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.close {
float: left;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.close:hover {
color: #000;
text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
opacity: .75;
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
}
.toast {
max-width: 350px;
overflow: hidden;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
opacity: 0;
border-radius: 0.25rem;
}
.toast:not(:last-child) {
margin-bottom: 0.75rem;
}
.toast-body {
padding: 0.75rem;
}
.modal {
position: fixed;
top: 0;
right: 0;
z-index: 10050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
-ms-transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.modal-dialog-centered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
content: "";
}
.modal-content {
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;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.1875rem;
outline: 0;
}
.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
}
}
.carousel {
position: relative;
}
@-webkit-keyframes spinner-border {
to {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@keyframes spinner-border {
to {
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);
}
}
@keyframes spinner-grow {
0% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.bg-light {
background-color: #fafafa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #e1e1e1 !important;
}
.bg-dark {
background-color: #1c1c1c !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #030303 !important;
}
.bg-white {
background-color: #fff !important;
}
.border {
border: 1px solid #e1e1e1 !important;
}
.border-dark {
border-color: #1c1c1c !important;
}
.rounded {
border-radius: 0.1875rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
@media (min-width: 768px) {
.d-md-none {
display: none !important;
}
}
.justify-content-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.align-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
@media (min-width: 992px) {
.justify-content-lg-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
}
.overflow-hidden {
overflow: hidden !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.w-100 {
width: 100% !important;
}
.h-100 {
height: 100% !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.vh-100 {
height: 100vh !important;
}
.my-0 {
margin-top: 0 !important;
}
.mb-0,
.my-0 {
margin-bottom: 0 !important;
}
.mr-1,
.mx-1 {
margin-left: 0.25rem !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mx-1 {
margin-right: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
margin-left: 0.5rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mr-3 {
margin-left: 1rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mt-4 {
margin-top: 1.8rem !important;
}
.mb-4 {
margin-bottom: 1.8rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mt-6 {
margin-top: 4rem !important;
}
.p-0 {
padding: 0 !important;
}
.py-0 {
padding-top: 0 !important;
}
.px-0 {
padding-left: 0 !important;
}
.py-0 {
padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
padding-right: 0 !important;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.px-2 {
padding-left: 0.5rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
}
.p-4 {
padding: 1.8rem !important;
}
.py-4 {
padding-top: 1.8rem !important;
}
.py-4 {
padding-bottom: 1.8rem !important;
}
.py-6 {
padding-top: 4rem !important;
}
.py-6 {
padding-bottom: 4rem !important;
}
.py-9 {
padding-top: 10rem !important;
}
.py-9 {
padding-bottom: 10rem !important;
}
.py-10 {
padding-top: 12.5rem !important;
}
.py-10 {
padding-bottom: 12.5rem !important;
}
.mx-auto {
margin-left: auto !important;
}
.mx-auto {
margin-right: auto !important;
}
@media (min-width: 576px) {
.mt-sm-0 {
margin-top: 0 !important;
}
.px-sm-3 {
padding-left: 1rem !important;
}
.px-sm-3 {
padding-right: 1rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.pr-sm-5 {
padding-left: 3rem !important;
}
}
@media (min-width: 992px) {
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-6 {
margin-top: 4rem !important;
}
.pr-lg-0 {
padding-left: 0 !important;
}
.px-lg-4 {
padding-left: 1.8rem !important;
}
.px-lg-4 {
padding-right: 1.8rem !important;
}
}
.text-center {
text-align: center !important;
}
@media (min-width: 992px) {
.text-lg-left {
text-align: right !important;
}
.text-lg-right {
text-align: left !important;
}
}
.text-uppercase {
text-transform: uppercase !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.text-white {
color: #fff !important;
}
.text-danger {
color: #d0021b !important;
}
a.text-danger:hover, a.text-danger:focus {
color: #840111 !important;
}
.text-dark {
color: #1c1c1c !important;
}
a.text-dark:hover, a.text-dark:focus {
color: black !important;
}
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
img {
page-break-inside: avoid;
}
p,
h2 {
orphans: 3;
widows: 3;
}
h2 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 992px !important;
}
.container {
min-width: 992px !important;
}
}
/*-----------------------------------------------
| Sparrow Styles
-----------------------------------------------*/
/*-----------------------------------------------
| Avatar
-----------------------------------------------*/
/*-----------------------------------------------
| Badge
-----------------------------------------------*/
/*-----------------------------------------------
| Browser Fixing
-----------------------------------------------*/
.edge .bg-holder {
z-index: 0;
}
/*-----------------------------------------------
| Google Map
-----------------------------------------------*/
/*-----------------------------------------------
| Buttons
-----------------------------------------------*/
.btn {
letter-spacing: 0.1em;
text-transform: uppercase;
font-size: 0.75rem;
}
.btn.btn-outline-light.border-2x {
border-color: rgba(255, 255, 255, 0.5);
}
.btn-outline-light:hover {
color: #1c1c1c;
}
.btn-xs {
padding: .2rem .8rem;
}
/*-----------------------------------------------
| Documentation link and Prism
-----------------------------------------------*/
/*-----------------------------------------------
| Component examples
-----------------------------------------------*/
/*-----------------------------------------------
| Borders
-----------------------------------------------*/
/*-----------------------------------------------
| Dropdowns
-----------------------------------------------*/
/*-----------------------------------------------
| Fancynav
-----------------------------------------------*/
.fancynavbar {
position: fixed;
top: 0;
z-index: 10000;
width: 100%;
font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (min-width: 992px) {
.fancynavbar:not(.fancynavbar-top) {
left: 0;
height: 100vh;
width: 4.375rem;
}
}
/*-----------------------------------------------
| Fancy Navbar
-----------------------------------------------*/
.fancynavbar-togglerbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (max-width: 991.98px) {
.fancynavbar-togglerbar {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 3rem;
}
}
@media (min-width: 992px) {
.fancynavbar-togglerbar {
height: 100%;
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: #000;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
}
/*-----------------------------------------------
| Fancy Navbar Brand
-----------------------------------------------*/
.fancynavbar-brand {
color: #fff;
padding: 0.5rem 1rem;
}
.fancynavbar-brand-img {
opacity: 1 !important;
}
/*-----------------------------------------------
| Fancy Navbar Toggler
-----------------------------------------------*/
.fancynavbar-toggler {
cursor: pointer;
width: 4.375rem;
height: 4.375rem;
opacity: 1 !important;
}
@media (max-width: 991.98px) {
.fancynavbar-toggler {
-webkit-transform: translateY(4%);
-ms-transform: translateY(4%);
transform: translateY(4%);
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
.fancynavbar-toggler-icon path {
fill: none;
stroke: #fff;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2px;
}
/*-----------------------------------------------
| Fancy Navbar Addon
-----------------------------------------------*/
.fancynavbar-addon {
padding-right: 0;
}
@media (max-width: 991.98px) {
.fancynavbar-addon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
position: absolute;
left: 4.375rem;
top: 0.281rem;
}
}
.fancynavbar-addon-item {
display: block;
color: #fafafa;
margin-top: 0.5rem;
font-size: 1.333rem;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.fancynavbar-addon-item:hover, .fancynavbar-addon-item:focus {
color: rgba(250, 250, 250, 0.75);
}
@media (max-width: 991.98px) {
.fancynavbar-addon-item {
margin-top: 0;
padding: 0.5rem;
font-size: 1rem;
}
}
/*-----------------------------------------------
| Fancy Navbar Collapse
-----------------------------------------------*/
.fancynavbar-collapse {
height: 100vh;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: auto;
position: absolute;
text-align: right;
width: calc(50vw - 2.1875rem);
left: calc(50% + 2.1875rem);
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
top: 0;
padding: 0;
z-index: -1;
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px);
background-color: #000;
opacity: 0.92;
}
@media (max-width: 991.98px) {
.fancynavbar-collapse {
width: 100vw;
top: 3rem;
left: 0;
height: calc(100vh - 3rem);
}
}
@media (min-width: 992px) {
.fancynavbar-collapse {
padding-right: 4.375rem;
padding-left: 4.375rem;
}
}
/*-----------------------------------------------
| Fancy Navbar Nav
-----------------------------------------------*/
.fancynavbar-nav {
height: auto;
width: 100%;
list-style-type: none;
list-style-image: none;
padding-right: 1rem;
padding-left: 1rem;
margin: auto 0;
}
@media (min-width: 992px) {
.fancynavbar-nav {
padding-right: 0;
padding-left: 0;
}
}
/*-----------------------------------------------
| Fancy Navbar Link
-----------------------------------------------*/
.fancynav-link {
position: relative;
display: block;
font-size: 1.777rem;
}
@media (min-width: 576px) and (max-width: 991.98px) {
.fancynav-link {
font-size: 2.369rem;
}
}
@media (min-width: 1200px) {
.fancynav-link {
font-size: 2.369rem;
}
}
@media (min-width: 992px) {
.fancynav-link {
padding-left: 3rem;
padding-right: 3rem;
}
}
.fancynav-link:before {
content: "";
position: absolute;
height: 2px;
width: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 2px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
background-color: rgba(255, 255, 255, 0.5);
z-index: 0;
}
/*-----------------------------------------------
| Fancy Navbar Link Content
-----------------------------------------------*/
.fancynav-link-content {
color: rgba(255, 255, 255, 0.85);
background-color: #000;
display: inline-block;
padding-right: 1rem;
padding-left: 1rem;
position: relative;
z-index: 1;
}
/*-----------------------------------------------
| Fancy Navbar Item
-----------------------------------------------*/
.fancynav-item {
overflow: hidden;
-webkit-transition: height 0.4s cubic-bezier(0.77, 0, 0.18, 1);
-o-transition: height 0.4s cubic-bezier(0.77, 0, 0.18, 1);
transition: height 0.4s cubic-bezier(0.77, 0, 0.18, 1);
height: 41px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
.fancynav-item {
height: 54px;
}
}
@media (min-width: 1200px) {
.fancynav-item {
height: 54px;
}
}
.fancynav-item:hover .fancynav-link-content, .fancynav-item:focus .fancynav-link-content {
text-decoration: none;
color: #fff;
}
.fancynav-item:hover .fancynav-link:before, .fancynav-item:focus .fancynav-link:before {
width: 100%;
}
/*-----------------------------------------------
| Fancy Dropdown
-----------------------------------------------*/
/*-----------------------------------------------
| Fancy Dropdown Item
-----------------------------------------------*/
/*-----------------------------------------------
| Adjusting the page Layout
-----------------------------------------------*/
@media (min-width: 992px) {
.has-sidemenu:not(.has-fancynav-top) .main {
width: calc(100% - (4.375rem - 0.0625rem));
}
}
@media (min-width: 992px) {
.has-sidemenu:not(.has-fancynav-top) .footer {
width: calc(100% - 4.375rem);
}
}
/*-----------------------------------------------
| IE Fix
-----------------------------------------------*/
/*-----------------------------------------------
| Fancynav Top
-----------------------------------------------*/
/*-----------------------------------------------
| Form
-----------------------------------------------*/
/*-----------------------------------------------
| Input File
-----------------------------------------------*/
/*-----------------------------------------------
| Checkbox iso toggle
-----------------------------------------------*/
/*-----------------------------------------------
| Checkbox and Radio
-----------------------------------------------*/
/*-----------------------------------------------
| Input with icon
-----------------------------------------------*/
/*-----------------------------------------------
| Hover Box
-----------------------------------------------*/
/*-----------------------------------------------
| Up/Down Indicator
-----------------------------------------------*/
.indicator-arrow {
display: block;
position: absolute;
right: 50%;
height: 0.625rem;
width: 0.625rem;
border-right: 2px solid #7F7F7F;
border-top: 2px solid #7F7F7F;
-webkit-transform: translateX(50%) rotate(-45deg);
-ms-transform: translateX(50%) rotate(-45deg);
transform: translateX(50%) rotate(-45deg);
}
.indicator-arrow-one {
top: 1.375rem;
}
.indicator-arrow-two {
top: 1.75rem;
}
.indicator {
position: absolute;
height: 3rem;
width: 3rem;
right: 50%;
}
.indicator-up {
top: 50%;
-webkit-transform: translate3d(50%, -50%, 0);
transform: translate3d(50%, -50%, 0);
}
.indicator-down {
bottom: 2rem;
-webkit-transform: translateX(50%) rotate(-180deg);
-ms-transform: translateX(50%) rotate(-180deg);
transform: translateX(50%) rotate(-180deg);
}
/*-----------------------------------------------
| Logos
-----------------------------------------------*/
.logo-sparrow {
width: 1.875rem;
height: 1.875rem;
border-radius: 0 0.25rem 0.25rem 0;
line-height: 1.875rem;
text-indent: 0.4375rem;
text-align: center;
background-color: #fff;
color: #000;
display: inline-block;
font-size: 3.75rem;
font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 900;
overflow: hidden;
}
.logo {
height: 2.5rem;
width: auto;
}
/*-----------------------------------------------
| Media Service
-----------------------------------------------*/
/*-----------------------------------------------
| Object fit and Z-index
-----------------------------------------------*/
.z-index-1 {
z-index: 1;
}
/*-----------------------------------------------
| Zanimation
-----------------------------------------------*/
*[data-zanim-trigger] {
opacity: 0;
}
/*-----------------------------------------------
| Puppeteer
-----------------------------------------------*/
/*-----------------------------------------------
| Times Icon
-----------------------------------------------*/
.times-icon {
position: relative;
outline: none;
}
.times-icon:before, .times-icon:after {
right: 0;
position: absolute;
content: "";
width: 80%;
height: 2px;
background-color: #fff;
}
.times-icon:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.times-icon:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.times-icon:hover, .times-icon:focus {
outline: none;
}
.text-shadow-none {
text-shadow: none !important;
}
.fa-stack-size {
height: 2em;
width: 2em;
}
.modal-xs {
width: 12.5rem;
}
.modal.fade-in .modal-dialog {
-webkit-transition: -webkit-transform 0.3s ease-out;
transition: -webkit-transform 0.3s ease-out;
-o-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade-in .modal-dialog {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
/*-----------------------------------------------
| Navigation bar
-----------------------------------------------*/
/*-----------------------------------------------
| Pagination
-----------------------------------------------*/
/*-----------------------------------------------
| Pre-loader
-----------------------------------------------*/
.preloader {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 10001;
background-color: #fff;
opacity: 1;
-webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);
-o-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);
transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1);
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;
}
@media (min-width: 992px) {
.preloader {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding-left: 7.5rem;
padding-bottom: 4rem;
}
}
.line-scale-pulse-out-rapid div {
background-color: #000;
width: 0.125rem;
border-radius: 0.1875rem;
}
/*-----------------------------------------------
| Fancybox
-----------------------------------------------*/
/*-----------------------------------------------
| Isotope
-----------------------------------------------*/
.sortable .menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
text-transform: lowercase;
color: #666666;
text-decoration: none;
font-weight: 700;
font-size: 0.75rem;
letter-spacing: 0.02rem;
}
.sortable .menu .item {
cursor: pointer;
padding: 0.25rem 0.5rem;
margin-bottom: 0.5rem;
border: 1px solid transparent;
border-radius: 0.1875rem;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-left: 0.25rem;
}
.sortable .menu .item:last-child {
margin-left: 0;
}
.sortable .menu .item.active {
border-color: currentColor;
color: #000;
}
.sortable-container.sortable-container-gutter-fix {
margin-right: -0.5rem;
margin-left: -0.5rem;
}
/*-----------------------------------------------
| Lightbox
-----------------------------------------------*/
[data-lightbox] {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
/*-----------------------------------------------
| Plyr
-----------------------------------------------*/
/*-----------------------------------------------
| Progress bar and circle
-----------------------------------------------*/
/*-----------------------------------------------
| Typed Text
-----------------------------------------------*/
/*-----------------------------------------------
| Owl Carousel
-----------------------------------------------*/
/*-----------------------------------------------
| Owl Carousel Customization
-----------------------------------------------*/
@keyframes owlNavAnimate {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
85% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
/*-----------------------------------------------
| Only Right nav
-----------------------------------------------*/
/*-----------------------------------------------
| Height fix
-----------------------------------------------*/
/*-----------------------------------------------
| Accordion [Semantic UI]
-----------------------------------------------*/
/*-----------------------------------------------
| YT Player
-----------------------------------------------*/
/*-----------------------------------------------
| Process
-----------------------------------------------*/
/*-----------------------------------------------
| Reboot
-----------------------------------------------*/
::selection {
color: #fff;
background-color: #d0021b;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
scroll-behavior: smooth;
}
section {
position: relative;
padding-top: 4rem;
padding-bottom: 4rem;
}
@media (min-width: 992px) {
section {
padding-top: 7.5rem;
padding-bottom: 7.5rem;
}
}
input,
button,
.alert,
.btn {
font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/*-----------------------------------------------
| Showcase
-----------------------------------------------*/
/*-----------------------------------------------
| Tabs
-----------------------------------------------*/
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(3.125rem);
transform: translateX(3.125rem);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-3.125rem);
transform: translateX(-3.125rem);
}
}
/*-----------------------------------------------
| Drop cap
-----------------------------------------------*/
/*-----------------------------------------------
| Letter Spacing
-----------------------------------------------*/
.ls {
letter-spacing: 0.04em;
}
/*-----------------------------------------------
| List
-----------------------------------------------*/
/*-----------------------------------------------
| Horizontal rules
-----------------------------------------------*/
/*-----------------------------------------------
| Blockquote
-----------------------------------------------*/
/*-----------------------------------------------
| Backgrounds
-----------------------------------------------*/
.bg-holder {
position: absolute;
width: 100%;
min-height: 100%;
top: 0;
right: 0;
background-size: cover;
background-position: center;
overflow: hidden;
will-change: transform, opacity, filter;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-repeat: no-repeat;
}
.bg-glass {
background-color: rgba(255, 255, 255, 0.9);
}
/*-----------------------------------------------
| Background Colors [Grays]
-----------------------------------------------*/
.bg-black {
background-color: #000 !important;
}
a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
background-color: black !important;
}
.bg-white {
background-color: #fff !important;
}
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
background-color: #e6e6e6 !important;
}
/*---------------------------------------------------------------
| Borders & Radius
---------------------------------------------------------------*/
/*---------------------------------------------------------------
| Borders
---------------------------------------------------------------*/
.border {
border: 1px solid #e1e1e1 !important;
}
/*---------------------------------------------------------------
| Radius
---------------------------------------------------------------*/
.rounded {
border-radius: 0.1875rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
@media (min-width: 576px) {
/*---------------------------------------------------------------
| Borders
---------------------------------------------------------------*/
/*---------------------------------------------------------------
| Radius
---------------------------------------------------------------*/
}
@media (min-width: 768px) {
/*---------------------------------------------------------------
| Borders
---------------------------------------------------------------*/
/*---------------------------------------------------------------
| Radius
---------------------------------------------------------------*/
}
@media (min-width: 992px) {
/*---------------------------------------------------------------
| Borders
---------------------------------------------------------------*/
/*---------------------------------------------------------------
| Radius
---------------------------------------------------------------*/
}
@media (min-width: 1200px) {
/*---------------------------------------------------------------
| Borders
---------------------------------------------------------------*/
/*---------------------------------------------------------------
| Radius
---------------------------------------------------------------*/
}
/*-----------------------------------------------
| Safari clipping fix
-----------------------------------------------*/
.overflow-hidden[class*='rounded'] {
-webkit-mask-image: -webkit-radial-gradient(#fff, #000);
mask-image: radial-gradient(#fff, #000);
}
/*---------------------------------------------------------------
| Border Color
---------------------------------------------------------------*/
.border-dark {
border-color: #1c1c1c !important;
}
.border-300 {
border-color: #e1e1e1 !important;
}
.border-700 {
border-color: #666666 !important;
}
.border-2x {
border-width: 2px !important;
}
/*-----------------------------------------------
| Height
-----------------------------------------------*/
.w-100 {
width: 100% !important;
}
.h-100 {
height: 100% !important;
}
.min-vh-100 {
min-height: 100vh;
}
.min-vh-50 {
min-height: 50vh;
}
.vh-100 {
height: 100vh;
}
@media (min-width: 992px) {
.vh-lg-100 {
height: 100vh;
}
}
@media (min-width: 1200px) {
.min-vh-xl-100 {
min-height: 100vh;
}
}
/*-----------------------------------------------
| Font family, Position and Overflow [NTR]
-----------------------------------------------*/
.overflow-hidden, .overflow-hidden-x {
overflow-x: hidden;
}
.overflow-hidden {
overflow-y: hidden;
}
/*-----------------------------------------------
| Position
-----------------------------------------------*/
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
/*-----------------------------------------------
| For Stickyfill on IE
-----------------------------------------------*/
.sticky-top {
z-index: 1020;
position: -webkit-sticky;
position: sticky;
top: 0;
}
/*-----------------------------------------------
| Position
-----------------------------------------------*/
.container, .container-fluid {
position: relative;
}
.t-0 {
top: 0;
}
.r-0 {
left: 0;
}
.a-0 {
top: 0;
left: 0;
bottom: 0;
right: 0;
}
/*-----------------------------------------------
| Font Sizes
-----------------------------------------------*/
.fs--1 {
font-size: 0.75rem;
}
.fs-0 {
font-size: 1rem;
}
.fs-1 {
font-size: 1.333rem;
}
.fs-2 {
font-size: 1.777rem;
}
.fs-3 {
font-size: 2.369rem;
}
@media (min-width: 576px) {
.fs-sm-2 {
font-size: 1.777rem;
}
}
@media (min-width: 992px) {
.fs-lg-3 {
font-size: 2.369rem;
}
}
@media (min-width: 1200px) {
.fs-xl-4 {
font-size: 3.157rem;
}
}
/*-----------------------------------------------
| Text style
-----------------------------------------------*/
/* Font Weight */
.font-weight-black {
font-weight: 900 !important;
}
/* Decoration */
.text-underline {
text-decoration: underline;
-webkit-text-decoration-skip: ink;
text-decoration-skip: ink;
}
/*-----------------------------------------------
| Font family
-----------------------------------------------*/
.text-sans-serif {
font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/*-----------------------------------------------
| Contextual colors
-----------------------------------------------*/
.text-500 {
color: #949494 !important;
}
a.text-500:hover, a.text-500:focus {
color: #6e6e6e !important;
}
.text-600 {
color: #7F7F7F !important;
}
a.text-600:hover, a.text-600:focus {
color: #595959 !important;
}
.text-700 {
color: #666666 !important;
}
a.text-700:hover, a.text-700:focus {
color: #404040 !important;
}
.text-white {
color: #fff !important;
}
a.text-white:hover, a.text-white:focus {
color: #d9d9d9 !important;
}
/*-----------------------------------------------
| Colors for social icons
-----------------------------------------------*/
/*-----------------------------------------------
| Notice
-----------------------------------------------*/
.notice {
position: fixed;
right: 0;
bottom: 0;
margin: 1rem !important;
z-index: -1;
border-color: rgba(255, 255, 255, 0.2);
max-width: 530px;
}
/*-----------------------------------------------
| User Styles
-----------------------------------------------*/
/*# sourceMappingURL=theme-rtl.css.map */ | 0.692018 | 0.07088 |
@font-face {
font-family: 'Glyphicons Halflings';
src: url('./lib/bootstrap/fonts/glyphicons-halflings-regular.eot');
src: url('./lib/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('./lib/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
url('./lib/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
url('./lib/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/**
*Font Awesome Fonts
*/
@font-face {
font-family: 'FontAwesome';
src: url('./lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0');
src: url('./lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),
url('./lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),
url('./lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),
url('./lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.header-line {
margin:0px;
width:100%;
padding:0px;
height:4px;
display: inline-flex;
}
#wrapper {
padding: 0;
border: none;
box-shadow: none;
border-radius: 0;
}
.header-line .component {
width: 33.333333%;
height: 4px;
}
.green {
background-color: #307a2d;
}
.blue {
background-color: #075fa6;
}
.text-blue {
color: #075fa6;
}
.text-red {
color: #e15615;
}
.red {
background-color: #e15615;
}
.yellow {
background-color: #fcdb00;
}
.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}
.btn-circle.btn-lg {
width: 50px;
height: 50px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 25px;
}
/**
* App-wide Styles
*/
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
} | src/css/style.css | @font-face {
font-family: 'Glyphicons Halflings';
src: url('./lib/bootstrap/fonts/glyphicons-halflings-regular.eot');
src: url('./lib/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
url('./lib/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),
url('./lib/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
url('./lib/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/**
*Font Awesome Fonts
*/
@font-face {
font-family: 'FontAwesome';
src: url('./lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0');
src: url('./lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),
url('./lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),
url('./lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),
url('./lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.header-line {
margin:0px;
width:100%;
padding:0px;
height:4px;
display: inline-flex;
}
#wrapper {
padding: 0;
border: none;
box-shadow: none;
border-radius: 0;
}
.header-line .component {
width: 33.333333%;
height: 4px;
}
.green {
background-color: #307a2d;
}
.blue {
background-color: #075fa6;
}
.text-blue {
color: #075fa6;
}
.text-red {
color: #e15615;
}
.red {
background-color: #e15615;
}
.yellow {
background-color: #fcdb00;
}
.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}
.btn-circle.btn-lg {
width: 50px;
height: 50px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 25px;
}
/**
* App-wide Styles
*/
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
} | 0.274935 | 0.055031 |
body {
font-family: Arial, Helvetica, sans-serif;
background: url(../img/Ocean.jpg) no-repeat center center fixed;
background-size: cover;
}
/* header */
header {
background-color: #444;
height: auto;
border: medium double #aaa;
}
h1 {
font-family: 'Lemonada', cursive;
font-size: 3em;
text-align: center;
margin: auto;
color: aqua;
}
nav {
width: 960px;
margin: auto;
}
header img {
width: 200px;
height: 70px;
margin-top: 15px;
float: left;
}
header span {
display: inline-block;
line-height: 100px;
margin-left: 90px;
}
header span:nth-child(2) {
margin-left: 30px;
}
nav a {
text-decoration: none;
color: #aaa;
}
/* main */
main {
width: 960px;
height: 1400px;
margin: auto;
}
main img {
margin-top: 30px;
width: 960px;
height: 350px;
border: thick double #aaa;
}
ul img {
width: 290px;
height: 375px;
}
section img {
width: 470px;
height: 400px;
}
main li:first-child {
margin-left: 0px;
}
main li {
margin-left: 30px;
float: left;
}
main article {
width: 50%;
float: right;
margin-top: 30px;
}
main h2 {
margin-left: 30px;
font-size: 20px;
font-style: italic;
}
main p {
height: 300px;
overflow: auto;
margin-top: 5px;
margin-left: 30px;
line-height: 20px;
background-color: #aaa;
}
article div {
background-color: #111;
color: #eee;
margin-top: 5px;
margin-left: 30px;
padding: 10px 30px;
display: inline-block;
font-size: 20px;
border-radius: 10px;
font-family: serif;
}
article div:hover {
background-color: rgb(63, 30, 210);
transition: 350ms;
}
/* Sales table */
table {
font-family: sans-serif;
border: medium double rgb(131, 131, 218);
color: rgb(3, 40, 109);
margin-top: 30px;
width: 960px;
background-color: rgb(216, 212, 212);
}
#header {
border: thin solid rgb(101, 101, 179);
}
th, th {
border: thin solid rgb(2, 0, 10);
}
/* td {
border: thin solid rgb(3, 3, 121);
} */
/* form */
form {
padding: 10px;
border: thin double black;
width: 100%;
height: 13%;
}
legend {
border: thick double rgb(34, 53, 112);
width: 95%;
padding: 2px
}
label {
font-size: 1.1em;
}
input {
margin: 5px;
width: 250px;
}
button {
display: block;
margin: auto;
border: thick double black;
font-size: 2em;
}
/* footer */
footer {
background-color: #444;
color: #aaa;
height: 90px;
border: medium double #aaa;
padding: 5px;
}
span {
display: inline-block;
} | css/style.css | body {
font-family: Arial, Helvetica, sans-serif;
background: url(../img/Ocean.jpg) no-repeat center center fixed;
background-size: cover;
}
/* header */
header {
background-color: #444;
height: auto;
border: medium double #aaa;
}
h1 {
font-family: 'Lemonada', cursive;
font-size: 3em;
text-align: center;
margin: auto;
color: aqua;
}
nav {
width: 960px;
margin: auto;
}
header img {
width: 200px;
height: 70px;
margin-top: 15px;
float: left;
}
header span {
display: inline-block;
line-height: 100px;
margin-left: 90px;
}
header span:nth-child(2) {
margin-left: 30px;
}
nav a {
text-decoration: none;
color: #aaa;
}
/* main */
main {
width: 960px;
height: 1400px;
margin: auto;
}
main img {
margin-top: 30px;
width: 960px;
height: 350px;
border: thick double #aaa;
}
ul img {
width: 290px;
height: 375px;
}
section img {
width: 470px;
height: 400px;
}
main li:first-child {
margin-left: 0px;
}
main li {
margin-left: 30px;
float: left;
}
main article {
width: 50%;
float: right;
margin-top: 30px;
}
main h2 {
margin-left: 30px;
font-size: 20px;
font-style: italic;
}
main p {
height: 300px;
overflow: auto;
margin-top: 5px;
margin-left: 30px;
line-height: 20px;
background-color: #aaa;
}
article div {
background-color: #111;
color: #eee;
margin-top: 5px;
margin-left: 30px;
padding: 10px 30px;
display: inline-block;
font-size: 20px;
border-radius: 10px;
font-family: serif;
}
article div:hover {
background-color: rgb(63, 30, 210);
transition: 350ms;
}
/* Sales table */
table {
font-family: sans-serif;
border: medium double rgb(131, 131, 218);
color: rgb(3, 40, 109);
margin-top: 30px;
width: 960px;
background-color: rgb(216, 212, 212);
}
#header {
border: thin solid rgb(101, 101, 179);
}
th, th {
border: thin solid rgb(2, 0, 10);
}
/* td {
border: thin solid rgb(3, 3, 121);
} */
/* form */
form {
padding: 10px;
border: thin double black;
width: 100%;
height: 13%;
}
legend {
border: thick double rgb(34, 53, 112);
width: 95%;
padding: 2px
}
label {
font-size: 1.1em;
}
input {
margin: 5px;
width: 250px;
}
button {
display: block;
margin: auto;
border: thick double black;
font-size: 2em;
}
/* footer */
footer {
background-color: #444;
color: #aaa;
height: 90px;
border: medium double #aaa;
padding: 5px;
}
span {
display: inline-block;
} | 0.342352 | 0.082401 |
body {
font-family: Arial, sans;
font-size: 0.85em;
}
.pyr h1 {
font-size: 150%;
}
.pyr h2 {
font-size: 130%;
}
.pyr div.header {
background: url(logo.jpg) no-repeat;
padding-top: 72px;
text-align: center;
font-size: 120%;
}
.pyr ul.sections li {
list-style:none;
display:inline;
}
.pyr ul.sections a {
padding:5px 10px;
display:inline-block;
background:#666;
color:#fff;
text-decoration:none;
}
.pyr ul.sections a.active {
background:#eeeeee;
color:#000;
}
.pyr-section {
border: 1px solid #cccccc;
padding: 10px;
margin-bottom: 10px;
background-color: #cfe2f5;
}
.pyr-section:not(:last-child) {
page-break-after: always;
}
.pyr-container {
border-bottom: 1px solid #666666;
padding: 10px;
margin-bottom: 10px;
}
.pyr-component {
padding: 5px;
margin-bottom: 10px;
clear: both;
overflow: auto;
}
.pyr-component.image p {
font-size: 85%;
font-style: italic;
}
.pyr-component table {
border-collapse: collapse;
}
.pyr-component table td, .pyr-component table th, .pyr-component table caption {
border: 1px solid #cfe2f5;
padding: 0.5em;
}
.pyr-component table th, .pyr-component table caption {
background-color: #cccccc;
color: #000000;
font-weight: bold;
}
.pyr-component table tfoot {
display: table-header-group;
}
.pyr-component table td {
background-color: #74c5e0;
}
.pyr-component table.sorted thead tr {
cursor: pointer;
}
.pyr-component table th.sorting_asc::after {
content: "▲";
}
.pyr-component table th.sorting_desc::after {
content: "▼";
}
.pyr-component table th span {
font-style: italic;
color: #666;
}
.pyr-component .fail {
background-color: #c86464;
color: #000000;
}
.pyr-component .good {
background-color: #1D87F0;
color: #000000;
}
.pyr-component .pass {
background-color: #64c864;
color: #000000;
}
.pyr-component .header {
background-color: #cccccc;
color: #000000;
font-weight: bold;
}
.pyr-dialog {
position: absolute;
background: #eee;
border: 1px solid #000;
padding: 4px;
box-shadow: 2px 2px 2px #666;
font-size: 80%;
}
.pyr-dialog ul {
padding-left: 10px;
}
.pyr-dialog li {
display: block;
}
.pyr-overlay {
height: 100%;
width: 100%;
position: fixed;
top: 0px;
left: 0px;
z-index: 99999;
background-color: #ddd;
filter: alpha(opacity=95);
-moz-opacity: 0.95;
opacity: 0.95;
text-align: center;
padding-top: 20%;
font-weight: bold;
font-size: 120%;
}
.pyr-launch {
cursor: pointer;
color: #000;
text-decoration: underline;
}
/* Extensions */
.csvarea{
display: block;
height: 120px;
width: 50%;
}
.csvcontainer{
display: none;
}
.dataTables_wrapper .dataTables_processing {
display: none;
position: absolute;
background-color: #fff;
border: 1px solid #000;
padding: 5px 10px;
} | PCB/ACC/CIAA_ACC/doc/simulaciones/hyperlynx/DDR_Results_Jan-23-2018_10h-07m/DDR_report/report_data/style.css | body {
font-family: Arial, sans;
font-size: 0.85em;
}
.pyr h1 {
font-size: 150%;
}
.pyr h2 {
font-size: 130%;
}
.pyr div.header {
background: url(logo.jpg) no-repeat;
padding-top: 72px;
text-align: center;
font-size: 120%;
}
.pyr ul.sections li {
list-style:none;
display:inline;
}
.pyr ul.sections a {
padding:5px 10px;
display:inline-block;
background:#666;
color:#fff;
text-decoration:none;
}
.pyr ul.sections a.active {
background:#eeeeee;
color:#000;
}
.pyr-section {
border: 1px solid #cccccc;
padding: 10px;
margin-bottom: 10px;
background-color: #cfe2f5;
}
.pyr-section:not(:last-child) {
page-break-after: always;
}
.pyr-container {
border-bottom: 1px solid #666666;
padding: 10px;
margin-bottom: 10px;
}
.pyr-component {
padding: 5px;
margin-bottom: 10px;
clear: both;
overflow: auto;
}
.pyr-component.image p {
font-size: 85%;
font-style: italic;
}
.pyr-component table {
border-collapse: collapse;
}
.pyr-component table td, .pyr-component table th, .pyr-component table caption {
border: 1px solid #cfe2f5;
padding: 0.5em;
}
.pyr-component table th, .pyr-component table caption {
background-color: #cccccc;
color: #000000;
font-weight: bold;
}
.pyr-component table tfoot {
display: table-header-group;
}
.pyr-component table td {
background-color: #74c5e0;
}
.pyr-component table.sorted thead tr {
cursor: pointer;
}
.pyr-component table th.sorting_asc::after {
content: "▲";
}
.pyr-component table th.sorting_desc::after {
content: "▼";
}
.pyr-component table th span {
font-style: italic;
color: #666;
}
.pyr-component .fail {
background-color: #c86464;
color: #000000;
}
.pyr-component .good {
background-color: #1D87F0;
color: #000000;
}
.pyr-component .pass {
background-color: #64c864;
color: #000000;
}
.pyr-component .header {
background-color: #cccccc;
color: #000000;
font-weight: bold;
}
.pyr-dialog {
position: absolute;
background: #eee;
border: 1px solid #000;
padding: 4px;
box-shadow: 2px 2px 2px #666;
font-size: 80%;
}
.pyr-dialog ul {
padding-left: 10px;
}
.pyr-dialog li {
display: block;
}
.pyr-overlay {
height: 100%;
width: 100%;
position: fixed;
top: 0px;
left: 0px;
z-index: 99999;
background-color: #ddd;
filter: alpha(opacity=95);
-moz-opacity: 0.95;
opacity: 0.95;
text-align: center;
padding-top: 20%;
font-weight: bold;
font-size: 120%;
}
.pyr-launch {
cursor: pointer;
color: #000;
text-decoration: underline;
}
/* Extensions */
.csvarea{
display: block;
height: 120px;
width: 50%;
}
.csvcontainer{
display: none;
}
.dataTables_wrapper .dataTables_processing {
display: none;
position: absolute;
background-color: #fff;
border: 1px solid #000;
padding: 5px 10px;
} | 0.39946 | 0.097605 |
.hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/* ==========================================================================
Typography
========================================================================== */
body {
color: #7d7d7d;
font: 25px/30px "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-shadow: 0 0 1px transparent;
}
/* Headers
/*--------------------------------------*/
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
clear: both;
margin: 0;
color: #858585;
}
h1 {
font-size: 2.2em;
line-height: 1.1em;
color: #363636;
}
h2 {
font-size: 1.4em;
line-height: 1.2em;
color: #34b78f;
}
h3 {
font-size: 1em;
line-height: 1.2em;
text-transform: uppercase;
letter-spacing: 1px;
}
h4 {
font-size: 1em;
line-height: 1.2em;
letter-spacing: 1px;
}
h5 {
font-size: .8em;
line-height: 1.3em;
letter-spacing: 1px;
}
h6 {
font-size: .8em;
line-height: 1.3em;
letter-spacing: 1px;
}
/* Custom Headers */
article section h1, article section h2, article section h3, article section h4, article section h5, article section h6 {
margin-top: 1em;
margin-bottom: 40px;
}
.home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
margin-top: 0;
margin-bottom: .5em;
}
header.top h1, header.top h2 {
line-height: 0;
}
/* Text Elements
/*--------------------------------------*/
strong {
font-weight: 700;
}
em {
font-style: italic;
}
hr {
color: #7d7d7d;
height: 1px;
border: none;
margin: 30px 0;
}
p {
margin: 0 0 1.5em 0;
}
article section p {
letter-spacing: 1px;
}
h1 + p, h1 + ul, h1 + ol, h1 + dl, h2 + p, h2 + ul, h2 + ol, h2 + dl, h3 + p, h3 + ul, h3 + ol, h3 + dl, h4 + p, h4 + ul, h4 + ol, h4 + dl, h5 + p, h5 + ul, h5 + ol, h5 + dl, h6 + p, h6 + ul, h6 + ol, h6 + dl {
margin-top: 5px;
}
ul, ol {
padding: 0;
margin-bottom: 40px;
}
li {
margin: 0 0 20px 60px;
list-style-type: disc;
}
ol li {
list-style-type: decimal-leading-zero;
margin-left: 70px;
}
cite {
font-style: italic;
}
blockquote {
font-size: 1.2em;
line-height: 1.5em;
padding: 1px 40px 1px 22px;
margin: 30px 0;
border-left: 5px solid #b2d1b4;
font-style: italic;
}
blockquote p {
margin: 1em 0;
}
figcaption {
font-style: italic;
}
dt {
font-weight: 600;
}
dd {
margin: 0 0 25px 0;
font-weight: normal;
}
/* Links
/*--------------------------------------*/
a:link {
text-decoration: none;
color: #6ac4a6;
font-weight: 700;
-webkit-transition: color 0.24s ease-in-out;
transition: color 0.24s ease-in-out;
}
a:hover, a:focus, a:active {
color: #2c9575;
}
a:visited, a:visited {
color: #2c9575;
}
a.btn {
padding: 34px 85px;
letter-spacing: 1px;
background-color: #34b78f;
color: white;
text-transform: uppercase;
display: inline-block;
-webkit-transition: background-color 0.24s ease-in-out;
transition: background-color 0.24s ease-in-out;
}
a.btn:hover {
background-color: #4bd0a7;
}
/* Accessibility
/*--------------------------------------*/
.skip {
float: left;
}
.skip:focus {
position: static;
width: auto;
height: auto;
} | library/css/ie.css | .hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/* ==========================================================================
Typography
========================================================================== */
body {
color: #7d7d7d;
font: 25px/30px "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-shadow: 0 0 1px transparent;
}
/* Headers
/*--------------------------------------*/
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
clear: both;
margin: 0;
color: #858585;
}
h1 {
font-size: 2.2em;
line-height: 1.1em;
color: #363636;
}
h2 {
font-size: 1.4em;
line-height: 1.2em;
color: #34b78f;
}
h3 {
font-size: 1em;
line-height: 1.2em;
text-transform: uppercase;
letter-spacing: 1px;
}
h4 {
font-size: 1em;
line-height: 1.2em;
letter-spacing: 1px;
}
h5 {
font-size: .8em;
line-height: 1.3em;
letter-spacing: 1px;
}
h6 {
font-size: .8em;
line-height: 1.3em;
letter-spacing: 1px;
}
/* Custom Headers */
article section h1, article section h2, article section h3, article section h4, article section h5, article section h6 {
margin-top: 1em;
margin-bottom: 40px;
}
.home h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
margin-top: 0;
margin-bottom: .5em;
}
header.top h1, header.top h2 {
line-height: 0;
}
/* Text Elements
/*--------------------------------------*/
strong {
font-weight: 700;
}
em {
font-style: italic;
}
hr {
color: #7d7d7d;
height: 1px;
border: none;
margin: 30px 0;
}
p {
margin: 0 0 1.5em 0;
}
article section p {
letter-spacing: 1px;
}
h1 + p, h1 + ul, h1 + ol, h1 + dl, h2 + p, h2 + ul, h2 + ol, h2 + dl, h3 + p, h3 + ul, h3 + ol, h3 + dl, h4 + p, h4 + ul, h4 + ol, h4 + dl, h5 + p, h5 + ul, h5 + ol, h5 + dl, h6 + p, h6 + ul, h6 + ol, h6 + dl {
margin-top: 5px;
}
ul, ol {
padding: 0;
margin-bottom: 40px;
}
li {
margin: 0 0 20px 60px;
list-style-type: disc;
}
ol li {
list-style-type: decimal-leading-zero;
margin-left: 70px;
}
cite {
font-style: italic;
}
blockquote {
font-size: 1.2em;
line-height: 1.5em;
padding: 1px 40px 1px 22px;
margin: 30px 0;
border-left: 5px solid #b2d1b4;
font-style: italic;
}
blockquote p {
margin: 1em 0;
}
figcaption {
font-style: italic;
}
dt {
font-weight: 600;
}
dd {
margin: 0 0 25px 0;
font-weight: normal;
}
/* Links
/*--------------------------------------*/
a:link {
text-decoration: none;
color: #6ac4a6;
font-weight: 700;
-webkit-transition: color 0.24s ease-in-out;
transition: color 0.24s ease-in-out;
}
a:hover, a:focus, a:active {
color: #2c9575;
}
a:visited, a:visited {
color: #2c9575;
}
a.btn {
padding: 34px 85px;
letter-spacing: 1px;
background-color: #34b78f;
color: white;
text-transform: uppercase;
display: inline-block;
-webkit-transition: background-color 0.24s ease-in-out;
transition: background-color 0.24s ease-in-out;
}
a.btn:hover {
background-color: #4bd0a7;
}
/* Accessibility
/*--------------------------------------*/
.skip {
float: left;
}
.skip:focus {
position: static;
width: auto;
height: auto;
} | 0.391173 | 0.140838 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("scrabulizer.com") {
body, html {
background: rgb(0,0,0) !important;
}
.middle {
background: url("http://i1260.photobucket.com/albums/ii580/l34k3d/star_zpsf1e3c1a1.png") no-repeat scroll center rgb(20,120,40) !important;
}
#pageBackground, #pageContent {
background: url("http://i1260.photobucket.com/albums/ii580/l34k3d/ScrabShort_zpsa7aa06f4.jpg") repeat-y scroll center,
-moz-linear-gradient(top, rgba(0,0,0,1) 0px, rgba(20,120,40,1) 120px, rgba(20,120,40,0) 50%),
-moz-linear-gradient(bottom, rgba(0,0,0,1) 0px, rgba(20,120,40,1) 120px, rgba(20,120,40,0) 50%) !important;
background: url("http://i1260.photobucket.com/albums/ii580/l34k3d/ScrabShort_zpsa7aa06f4.jpg") repeat-y scroll center,
-webkit-linear-gradient(top, rgba(0,0,0,1) 0px, rgba(20,120,40,1) 120px, rgba(20,120,40,0) 50%),
-webkit-linear-gradient(bottom, rgba(0,0,0,1) 0px, rgba(20,120,40,1) 120px, rgba(20,120,40,0) 50%) !important;
background-size: 1000px;
}
#primaryNavigation, #primaryNavigation li ul, #footer {
background-color: rgb(0,0,0) !important;
background-image: none !important;
border-top: 0px rgb(0,0,0) !important;
border-bottom: 0px rgb(0,0,0) !important;
}
#footer a {
color: rgb(255,255,255) !important;
font-weight: bold;
}
#primaryNavigation a {
border-top-color: rgb(0,0,0) !important;
border-bottom-color: rgb(0,0,0) !important;
}
#header, #topBar, #availonappstore, #introText p {
display: none !important;
}
#mainContainer, #sidebar {
padding-top: 15px !important;
min-height: 576px !important;
padding-bottom: 15px !important;
}
#introText {
overflow: visible !important;
height: 75px !important;
background-image: url("http://i1260.photobucket.com/albums/ii580/l34k3d/WordList_zps72f4edd0.png");
background-repeat: no-repeat;
}
} | data/usercss/81064.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("scrabulizer.com") {
body, html {
background: rgb(0,0,0) !important;
}
.middle {
background: url("http://i1260.photobucket.com/albums/ii580/l34k3d/star_zpsf1e3c1a1.png") no-repeat scroll center rgb(20,120,40) !important;
}
#pageBackground, #pageContent {
background: url("http://i1260.photobucket.com/albums/ii580/l34k3d/ScrabShort_zpsa7aa06f4.jpg") repeat-y scroll center,
-moz-linear-gradient(top, rgba(0,0,0,1) 0px, rgba(20,120,40,1) 120px, rgba(20,120,40,0) 50%),
-moz-linear-gradient(bottom, rgba(0,0,0,1) 0px, rgba(20,120,40,1) 120px, rgba(20,120,40,0) 50%) !important;
background: url("http://i1260.photobucket.com/albums/ii580/l34k3d/ScrabShort_zpsa7aa06f4.jpg") repeat-y scroll center,
-webkit-linear-gradient(top, rgba(0,0,0,1) 0px, rgba(20,120,40,1) 120px, rgba(20,120,40,0) 50%),
-webkit-linear-gradient(bottom, rgba(0,0,0,1) 0px, rgba(20,120,40,1) 120px, rgba(20,120,40,0) 50%) !important;
background-size: 1000px;
}
#primaryNavigation, #primaryNavigation li ul, #footer {
background-color: rgb(0,0,0) !important;
background-image: none !important;
border-top: 0px rgb(0,0,0) !important;
border-bottom: 0px rgb(0,0,0) !important;
}
#footer a {
color: rgb(255,255,255) !important;
font-weight: bold;
}
#primaryNavigation a {
border-top-color: rgb(0,0,0) !important;
border-bottom-color: rgb(0,0,0) !important;
}
#header, #topBar, #availonappstore, #introText p {
display: none !important;
}
#mainContainer, #sidebar {
padding-top: 15px !important;
min-height: 576px !important;
padding-bottom: 15px !important;
}
#introText {
overflow: visible !important;
height: 75px !important;
background-image: url("http://i1260.photobucket.com/albums/ii580/l34k3d/WordList_zps72f4edd0.png");
background-repeat: no-repeat;
}
} | 0.29381 | 0.136839 |
.clearFull {
float: none !important;
width: 100% !important;
clear: both;
height: auto !important;
display: block !important;
background: none;
margin: 0;
padding: 0;
}
.padLeft0 {
padding-left: 0 !important;
}
.adminCont h3 {
margin-top: 0;
margin-bottom: 0;
}
.margauto {
margin: 0 auto;
float: none;
}
.adminCont {
overflow: hidden;
padding: 30px 0 50px 0;
}
.editUserBox div.checkbox {
margin-top: -12px;
}
.usersTbl td {
word-break: break-word;
}
.titleBox {
overflow: hidden;
}
.titleBox p {
margin: 0;
color: #7a7679;
font-size: 16px;
line-height: 16px;
margin-top: 10px;
}
.adminCont hr {
margin-top: 10px;
}
.optionDelSec {
overflow: hidden;
margin-bottom: 15px;
}
.optionDelSec:last-child {
margin-bottom: 0;
}
.optionDelSec input.form-control {
width: 93%;
}
.option_lst input[type="text"] {
margin-bottom: 15px;
}
.option_lst .optionDelSec input[type="text"] {
margin-bottom: 0;
}
.optionDelSec > * {
float: left;
}
.delOptionBtn {
display: block;
height: 20px;
width: 18px;
background: url('../images/del.png') no-repeat 0 0 transparent;
margin: 8px 0 0 10px;
background-size: 100% auto;
cursor: pointer;
}
.delOptionBtn:hover, .delOptionBtn:active {
opacity: 0.8;
}
.customFormItem .customLbSt {
display: block;
margin-bottom: 5px;
font-weight: bold;
color: black;
text-transform: capitalize;
}
.controlNav {
margin-top: 15px;
}
.dd_fields li {
margin-bottom: 15px;
}
.customFormItem .customLbSt {
display: block;
margin-bottom: 5px;
font-weight: bold;
color: black;
text-transform: capitalize;
}
.checkRadioSec:after {
content: '';
display: block;
clear: both;
}
.checkRadioSec {
margin-bottom: -15px;
}
.checkRadioSec label {
font-weight: normal;
float: left;
margin-right: 2%;
margin-left: 0 !important;
margin-bottom: 15px;
width: 48%;
padding-left: 20px;
position: relative;
}
.checkRadioSec label input {
position: absolute;
left: 0;
top: 0;
}
.customFormItem .checkRadioSec label input {
margin-left: 0;
margin-right: 5px;
}
.checkRadioSec label > * {
float: left;
}
.grey_form {
padding: 20px 10px;
margin: 0 0 10px 0;
background: rgba(238, 238, 238, 0.6);
}
.grey_form form {
padding-left: 10px;
padding-right: 10px;
}
form span.required {
color: red;
}
.optionBtn {
margin-bottom: 15px;
}
.itemSecBot {
margin-bottom: 15px;
/*border-top: 1px solid #ccc;*/
padding-top: 15px;
}
.fromTopStat {
margin-bottom: 15px;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
.topDbleMenu > div {
margin-top: 30px;
}
.topDbleMenu > div button,
.topDbleMenu > div a {
margin-left: 10px;
}
.mainSecCont {
margin-bottom: 20px;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
.mainSecCont .controlNav {
margin-top: 0;
}
.mainSecCont .controlNav a:first-child {
margin-right: 7px;
}
.mainSecCont span.mainHeadSt {
font-size: 20px;
display: block;
font-weight: bold;
line-height: 100%;
}
.mainSecCont span.mainHeadSt i {
font-size: 14px;
margin-right: 5px;
}
.subSecTop {
margin-bottom: 15px;
border-bottom: 1px dotted #ccc;
padding-bottom: 10px;
}
.subSecTop span.subHeading {
font-size: 15px;
display: block;
font-weight: bold;
line-height: 100%;
margin-top: 5px;
color: #8A8A8A;
}
.subHeading i {
font-size: 12px;
color: #9E9E9E;
}
.subSecTop .controlNav {
margin-top: 0;
}
.subSecTop .controlNav a:first-child {
margin-right: 7px;
}
ol.customFormCont {
list-style: none;
padding: 0;
}
ol.customFormCont li {
/* border-bottom: 1px solid #ccc;
padding-bottom: 7px;
margin-bottom: 20px;*/
border: 1px solid #ccc;
padding-bottom: 0;
margin-bottom: 20px;
padding: 12px 17px 0px 17px;
}
ol.customFormCont li .subSecCont .form-group:last-child {
margin-bottom: 0;
}
.customFormItem .subSecCont {
margin-bottom: 30px;
}
.customFormItem .subSecCont:first-child {
margin-bottom: 0px;
}
.mBot10 {
margin-bottom: 10px;
}
.formSecRep {
border-bottom: 1px solid #BBB9B9;
padding-bottom: 7px;
}
.delSecBtn {
border-top: 1px solid #d9534f;
margin: 25px 0 4px 0;
}
.delSecBtn > * {
border-radius: 0 0 5px 5px;
padding: 4px 12px;
} | web/css/style.css | .clearFull {
float: none !important;
width: 100% !important;
clear: both;
height: auto !important;
display: block !important;
background: none;
margin: 0;
padding: 0;
}
.padLeft0 {
padding-left: 0 !important;
}
.adminCont h3 {
margin-top: 0;
margin-bottom: 0;
}
.margauto {
margin: 0 auto;
float: none;
}
.adminCont {
overflow: hidden;
padding: 30px 0 50px 0;
}
.editUserBox div.checkbox {
margin-top: -12px;
}
.usersTbl td {
word-break: break-word;
}
.titleBox {
overflow: hidden;
}
.titleBox p {
margin: 0;
color: #7a7679;
font-size: 16px;
line-height: 16px;
margin-top: 10px;
}
.adminCont hr {
margin-top: 10px;
}
.optionDelSec {
overflow: hidden;
margin-bottom: 15px;
}
.optionDelSec:last-child {
margin-bottom: 0;
}
.optionDelSec input.form-control {
width: 93%;
}
.option_lst input[type="text"] {
margin-bottom: 15px;
}
.option_lst .optionDelSec input[type="text"] {
margin-bottom: 0;
}
.optionDelSec > * {
float: left;
}
.delOptionBtn {
display: block;
height: 20px;
width: 18px;
background: url('../images/del.png') no-repeat 0 0 transparent;
margin: 8px 0 0 10px;
background-size: 100% auto;
cursor: pointer;
}
.delOptionBtn:hover, .delOptionBtn:active {
opacity: 0.8;
}
.customFormItem .customLbSt {
display: block;
margin-bottom: 5px;
font-weight: bold;
color: black;
text-transform: capitalize;
}
.controlNav {
margin-top: 15px;
}
.dd_fields li {
margin-bottom: 15px;
}
.customFormItem .customLbSt {
display: block;
margin-bottom: 5px;
font-weight: bold;
color: black;
text-transform: capitalize;
}
.checkRadioSec:after {
content: '';
display: block;
clear: both;
}
.checkRadioSec {
margin-bottom: -15px;
}
.checkRadioSec label {
font-weight: normal;
float: left;
margin-right: 2%;
margin-left: 0 !important;
margin-bottom: 15px;
width: 48%;
padding-left: 20px;
position: relative;
}
.checkRadioSec label input {
position: absolute;
left: 0;
top: 0;
}
.customFormItem .checkRadioSec label input {
margin-left: 0;
margin-right: 5px;
}
.checkRadioSec label > * {
float: left;
}
.grey_form {
padding: 20px 10px;
margin: 0 0 10px 0;
background: rgba(238, 238, 238, 0.6);
}
.grey_form form {
padding-left: 10px;
padding-right: 10px;
}
form span.required {
color: red;
}
.optionBtn {
margin-bottom: 15px;
}
.itemSecBot {
margin-bottom: 15px;
/*border-top: 1px solid #ccc;*/
padding-top: 15px;
}
.fromTopStat {
margin-bottom: 15px;
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
.topDbleMenu > div {
margin-top: 30px;
}
.topDbleMenu > div button,
.topDbleMenu > div a {
margin-left: 10px;
}
.mainSecCont {
margin-bottom: 20px;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}
.mainSecCont .controlNav {
margin-top: 0;
}
.mainSecCont .controlNav a:first-child {
margin-right: 7px;
}
.mainSecCont span.mainHeadSt {
font-size: 20px;
display: block;
font-weight: bold;
line-height: 100%;
}
.mainSecCont span.mainHeadSt i {
font-size: 14px;
margin-right: 5px;
}
.subSecTop {
margin-bottom: 15px;
border-bottom: 1px dotted #ccc;
padding-bottom: 10px;
}
.subSecTop span.subHeading {
font-size: 15px;
display: block;
font-weight: bold;
line-height: 100%;
margin-top: 5px;
color: #8A8A8A;
}
.subHeading i {
font-size: 12px;
color: #9E9E9E;
}
.subSecTop .controlNav {
margin-top: 0;
}
.subSecTop .controlNav a:first-child {
margin-right: 7px;
}
ol.customFormCont {
list-style: none;
padding: 0;
}
ol.customFormCont li {
/* border-bottom: 1px solid #ccc;
padding-bottom: 7px;
margin-bottom: 20px;*/
border: 1px solid #ccc;
padding-bottom: 0;
margin-bottom: 20px;
padding: 12px 17px 0px 17px;
}
ol.customFormCont li .subSecCont .form-group:last-child {
margin-bottom: 0;
}
.customFormItem .subSecCont {
margin-bottom: 30px;
}
.customFormItem .subSecCont:first-child {
margin-bottom: 0px;
}
.mBot10 {
margin-bottom: 10px;
}
.formSecRep {
border-bottom: 1px solid #BBB9B9;
padding-bottom: 7px;
}
.delSecBtn {
border-top: 1px solid #d9534f;
margin: 25px 0 4px 0;
}
.delSecBtn > * {
border-radius: 0 0 5px 5px;
padding: 4px 12px;
} | 0.307358 | 0.083553 |
html {
height: 100vh;
user-select: none;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overscroll-behavior: none;
}
* {
font-size: 18px;
}
:focus-visible {
outline: 4px dashed black;
}
:focus:not(:focus-visible) {
outline: none;
}
.button {
border: 1px solid black;
background: white;
height: 60px;
color: black;
text-decoration: none;
margin: 8px;
display: flex;
justify-content: center;
align-items: center;
}
.button.call-to-action {
border-radius: 12px;
width: 80vw;
height: 72px;
}
.button.primary {
border-color: #001DBC;
background: #0050EF;
color: white;
}
.button.danger {
border-color: #A20025;
color: #A20025;
}
.button.primary.danger {
border-color: #6F0000;
background: #A20025;
color: white;
}
.switch input[type="radio"] {
display: none;
}
.switch label {
border: 1px solid black;
display: inline-block;
position: relative;
text-align: center;
height: 36px;
line-height: 36px;
}
.input.invalid label, .input.invalid .field {
border-color: #E51400;
}
.switch input[type=radio]:checked + label {
border-color: #001DBC;
background: #0050EF;
color: white;
}
.input.invalid.switch input[type=radio]:checked + label {
border-color: #E51400;
}
.switch input[type=radio]:not(:checked) + .left {
border-right-width: 0;
}
.switch input[type=radio]:not(:checked) + .right {
border-left-width: 0;
}
.switch input[type=radio]:not(:checked) ~ input[type=radio]:not(:checked) + .right {
border-left-width: 1px;
}
.datetime {
border: 1px solid black;
}
.datetime input {
opacity: 0;
width: 0;
height: 0;
position: absolute;
}
.datetime .view {
height: 36px;
line-height: 36px;
padding: 0px 8px;
}
.page {
min-height: 100vh;
display: flex;
flex-direction: column;
}
header {
flex: 0 0 auto;
border-bottom: 1px solid black;
height: 60px;
}
header .action {
position: absolute;
padding: 16px;
color: black;
}
header h1 {
height: 60px;
margin: 0;
font-size: 100%;
font-weight: normal;
text-align: center;
line-height: 60px;
}
main {
display: flex;
flex: 1 1 auto;
position: relative;
overflow-y: auto;
margin: 16px;
margin-bottom: 76px;
}
main form {
flex: 1;
}
footer {
display: flex;
position: fixed;
bottom: 0;
width: 100%;
background: white;
}
footer .button {
flex: 1;
margin: 16px;;
}
footer .button ~ .button {
margin-left: 0px;
}
.modal footer {
position: initial;
}
.input.invalid {
color: #E51400;
border-color: #E51400;
}
.input .field {
display: flex;
flex: 0 0 auto;
margin-top: 4px;
}
.input .field * {
flex: 1;
}
.input ~ .input {
margin-top: 16px;
}
.input .errors {
margin-top: 4px;
}
.backdrop {
position: fixed;
height: 100vh;
width: 100vw;
z-index: 1000;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(255, 255, 255, 0.7);
}
@supports (backdrop-filter: blur(4px)) {
.backdrop {
backdrop-filter: blur(4px);
background-color: transparent;
}
}
.modal {
background-color: white;
border: 1px solid black;
width: 80vw;
}
.modal main {
text-align: center;
margin-bottom: 16px;
}
.records {
flex: 1;
list-style: none;
padding: 0;
margin: 0;
}
.records li a {
display: block;
width: 100%;
height: 60px;
line-height: 60px;
text-decoration: none;
color: black;
}
.records li a span {
display: inline-block;
width: 50%;
text-align: center;
}
li.separator {
text-align: center;
border-bottom: 1px solid #666666;
height: 0px;
margin: 20px 0;
color: #666666;
}
li.separator span {
background: white;
padding: 0 10px;
font-size: 14px;
position: relative;
top: -12px;
}
.center {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}
.bottom {
text-align: center;
flex-direction: column;
align-items: center;
font-size: 14px;
color: #666666;
margin-bottom: 16px;
}
.bottom .shake {
margin-bottom: -10px;
}
.top {
text-align: center;
height: 0;
}
.shake {
animation: shake 10s infinite;
transform: translate3d(0, 0, 0);
color: #666666;
}
@keyframes shake {
0% { transform: translate3d(0, 0px, 0); }
2% { transform: translate3d(0, -1px, 0); }
4% { transform: translate3d(0, 2px, 0); }
6% { transform: translate3d(0, -3px, 0); }
8% { transform: translate3d(0, 3px, 0); }
10% { transform: translate3d(0, -2px, 0); }
12% { transform: translate3d(0, 1px, 0); }
14% { transform: translate3d(0, 0px, 0); }
100% { transform: translate3d(0, 0px, 0); }
}
#main-page {
text-align: center;
}
#main-page main {
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-evenly;
}
.records li.changed a span:first-of-type {
background: linear-gradient(to right, transparent 0%, #BBEF88 7%, transparent 25%);
background-size: 200% 100%;
background-position: 0% 0%;
animation: to-left .5s;
animation-fill-mode: forwards;
}
.records li.changed a span:last-of-type {
background: linear-gradient(to left, transparent 0%, #BBEF88 7%, transparent 25%);
background-size: 200% 100%;
background-position: 100% 0%;
animation: to-right .5s;
animation-fill-mode: forwards;
}
@keyframes to-left {
0% { background-position: 0% 0%; }
100% { background-position: 50% 0%; }
}
@keyframes to-right {
0% { background-position: 100% 0%; }
100% { background-position: 50% 0%; }
} | src/index.css | html {
height: 100vh;
user-select: none;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overscroll-behavior: none;
}
* {
font-size: 18px;
}
:focus-visible {
outline: 4px dashed black;
}
:focus:not(:focus-visible) {
outline: none;
}
.button {
border: 1px solid black;
background: white;
height: 60px;
color: black;
text-decoration: none;
margin: 8px;
display: flex;
justify-content: center;
align-items: center;
}
.button.call-to-action {
border-radius: 12px;
width: 80vw;
height: 72px;
}
.button.primary {
border-color: #001DBC;
background: #0050EF;
color: white;
}
.button.danger {
border-color: #A20025;
color: #A20025;
}
.button.primary.danger {
border-color: #6F0000;
background: #A20025;
color: white;
}
.switch input[type="radio"] {
display: none;
}
.switch label {
border: 1px solid black;
display: inline-block;
position: relative;
text-align: center;
height: 36px;
line-height: 36px;
}
.input.invalid label, .input.invalid .field {
border-color: #E51400;
}
.switch input[type=radio]:checked + label {
border-color: #001DBC;
background: #0050EF;
color: white;
}
.input.invalid.switch input[type=radio]:checked + label {
border-color: #E51400;
}
.switch input[type=radio]:not(:checked) + .left {
border-right-width: 0;
}
.switch input[type=radio]:not(:checked) + .right {
border-left-width: 0;
}
.switch input[type=radio]:not(:checked) ~ input[type=radio]:not(:checked) + .right {
border-left-width: 1px;
}
.datetime {
border: 1px solid black;
}
.datetime input {
opacity: 0;
width: 0;
height: 0;
position: absolute;
}
.datetime .view {
height: 36px;
line-height: 36px;
padding: 0px 8px;
}
.page {
min-height: 100vh;
display: flex;
flex-direction: column;
}
header {
flex: 0 0 auto;
border-bottom: 1px solid black;
height: 60px;
}
header .action {
position: absolute;
padding: 16px;
color: black;
}
header h1 {
height: 60px;
margin: 0;
font-size: 100%;
font-weight: normal;
text-align: center;
line-height: 60px;
}
main {
display: flex;
flex: 1 1 auto;
position: relative;
overflow-y: auto;
margin: 16px;
margin-bottom: 76px;
}
main form {
flex: 1;
}
footer {
display: flex;
position: fixed;
bottom: 0;
width: 100%;
background: white;
}
footer .button {
flex: 1;
margin: 16px;;
}
footer .button ~ .button {
margin-left: 0px;
}
.modal footer {
position: initial;
}
.input.invalid {
color: #E51400;
border-color: #E51400;
}
.input .field {
display: flex;
flex: 0 0 auto;
margin-top: 4px;
}
.input .field * {
flex: 1;
}
.input ~ .input {
margin-top: 16px;
}
.input .errors {
margin-top: 4px;
}
.backdrop {
position: fixed;
height: 100vh;
width: 100vw;
z-index: 1000;
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(255, 255, 255, 0.7);
}
@supports (backdrop-filter: blur(4px)) {
.backdrop {
backdrop-filter: blur(4px);
background-color: transparent;
}
}
.modal {
background-color: white;
border: 1px solid black;
width: 80vw;
}
.modal main {
text-align: center;
margin-bottom: 16px;
}
.records {
flex: 1;
list-style: none;
padding: 0;
margin: 0;
}
.records li a {
display: block;
width: 100%;
height: 60px;
line-height: 60px;
text-decoration: none;
color: black;
}
.records li a span {
display: inline-block;
width: 50%;
text-align: center;
}
li.separator {
text-align: center;
border-bottom: 1px solid #666666;
height: 0px;
margin: 20px 0;
color: #666666;
}
li.separator span {
background: white;
padding: 0 10px;
font-size: 14px;
position: relative;
top: -12px;
}
.center {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}
.bottom {
text-align: center;
flex-direction: column;
align-items: center;
font-size: 14px;
color: #666666;
margin-bottom: 16px;
}
.bottom .shake {
margin-bottom: -10px;
}
.top {
text-align: center;
height: 0;
}
.shake {
animation: shake 10s infinite;
transform: translate3d(0, 0, 0);
color: #666666;
}
@keyframes shake {
0% { transform: translate3d(0, 0px, 0); }
2% { transform: translate3d(0, -1px, 0); }
4% { transform: translate3d(0, 2px, 0); }
6% { transform: translate3d(0, -3px, 0); }
8% { transform: translate3d(0, 3px, 0); }
10% { transform: translate3d(0, -2px, 0); }
12% { transform: translate3d(0, 1px, 0); }
14% { transform: translate3d(0, 0px, 0); }
100% { transform: translate3d(0, 0px, 0); }
}
#main-page {
text-align: center;
}
#main-page main {
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-evenly;
}
.records li.changed a span:first-of-type {
background: linear-gradient(to right, transparent 0%, #BBEF88 7%, transparent 25%);
background-size: 200% 100%;
background-position: 0% 0%;
animation: to-left .5s;
animation-fill-mode: forwards;
}
.records li.changed a span:last-of-type {
background: linear-gradient(to left, transparent 0%, #BBEF88 7%, transparent 25%);
background-size: 200% 100%;
background-position: 100% 0%;
animation: to-right .5s;
animation-fill-mode: forwards;
}
@keyframes to-left {
0% { background-position: 0% 0%; }
100% { background-position: 50% 0%; }
}
@keyframes to-right {
0% { background-position: 100% 0%; }
100% { background-position: 50% 0%; }
} | 0.496582 | 0.082549 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,900&display=swap');
/* body */
html,body{
width: 100%;
height: auto;
background: #ffffff;
padding: 0;
margin: 0;
position: relative;
display: block;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* body */
/*-------------------------------------------------------------------------------------
Element
---------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
Navbar
---------------------------------------------------------------------------------------*/
/* navbar-transparan */
.navbar-transparan{
width: 100%;
height: 100px;
background-color: rgba(255, 255, 255, 0);
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
}
.navbar-transparan button.navbar-toggler{
font-size: 30px;
color: #fff;
}
.navbar-transparan a.navbar-brand img{
width: 50px;
height: 50px;
}
.navbar-transparan ul{
width: 100%;
float: right !important;
}
.navbar-transparan a.nav-link{
font-size: 16px;
font-family: 'Raleway',cursive;
font-weight: 600;
line-height: 19px;
color: #ffffff;
text-transform: uppercase;
}
.navbar-transparan li.nav_register a{
font-size: 16px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 19px;
color: #ffffff;
text-transform: uppercase;
margin: auto 5px;
background: #0F131F;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
outline: none;
border: none;
}
.navbar-transparan li.nav_register:hover a{
color: #ffffff;
background-image: linear-gradient(to top, #00CE22 , #0F131F);
}
.navbar-transparan li.active a.nav-link{
font-weight: 900;
}
.navbar-transparan li.active:after,
.navbar-transparan li:hover:after{
content: '';
position: absolute;
width: 35px;
border-bottom: 3px dashed #fff;
letter-spacing: 3px;
padding: 0px;
margin: -5px 0px 0px 10px;
}
.navbar-transparan li.nav_register.active:after,
.navbar-transparan li.nav_register:hover:after{
content: '';
position: absolute;
width: 35px;
border-bottom: 3px dashed transparent;
letter-spacing: 3px;
padding: 0px;
margin: -5px 0px 0px 10px;
}
.navbar-transparan div.sparator{
border-left: 3px solid #fff;
height: auto;
position: relative;
margin-left: 10px;
margin-right: 10px;
}
/* nav-colored */
.nav-colored{
width: 100%;
height: 60px;
background-color: rgba(255, 255, 255, 1);
-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
z-index: 9999;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
}
.nav-colored button.navbar-toggler{
font-size: 30px;
color: #0F131F;
}
.nav-colored a.navbar-brand img{
width: 50px;
height: 50px;
}
.nav-colored ul{
width: 100%;
float: right !important;
}
.nav-colored a.nav-link{
font-size: 16px;
font-family: 'Raleway',cursive;
font-weight: 600;
line-height: 19px;
color: #0F131F;
text-transform: uppercase;
}
.nav-colored li.nav_register a{
font-size: 16px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 19px;
color: #ffffff;
text-transform: uppercase;
margin: auto 5px;
background: #0F131F;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
outline: none;
border: none;
}
.nav-colored li.nav_register:hover a{
color: #ffffff;
background-image: linear-gradient(to top, #00CE22 , #0F131F);
}
.nav-colored li.active a.nav-link{
font-weight: 900;
}
.nav-colored li.active:after,
.nav-colored li:hover:after{
content: '';
position: absolute;
width: 35px;
border-bottom: 3px dashed #0F131F;
letter-spacing: 3px;
padding: 0px;
margin: -5px 0px 0px 10px;
}
.nav-colored li.nav_register.active:after,
.nav-colored li.nav_register:hover:after{
content: '';
position: absolute;
width: 35px;
border-bottom: 3px dashed transparent;
letter-spacing: 3px;
padding: 0px;
margin: -5px 0px 0px 10px;
}
.nav-colored div.sparator{
border-left: 3px solid #0F131F;
height: auto;
position: relative;
margin-left: 10px;
margin-right: 10px;
}
/*-------------------------------------------------------------------------------------
Header
---------------------------------------------------------------------------------------*/
header{
width: auto;
height: auto;
padding: 15% 0px 20% 0px;
margin: auto;
background-image: url(../img/element/ilustrasi_1.png), url(../img/element/path_header_1.png);
background-position: right 140px top 150px, left top;
background-repeat: no-repeat, no-repeat;
background-size: 600px, cover;
}
header div.title{
width: auto;
height: auto;
padding: auto;
height: auto;
}
header div.title h1{
font-size: 30px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 37px;
color: #ffffff;
text-transform: uppercase;
}
header div.title h1.kota{
font-size: 40px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 50px;
color: #ffffff;
text-transform: uppercase;
}
header div.title p{
font-size: 15px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 20px;
color: #ffffff;
padding: 2% 0px;
}
header div.title a{
display: inline-block;
font-size: 20px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 25px;
color: #ffffff;
padding: 10px 20px;
background: #0F131F;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
text-decoration: none;
}
header div.title a:hover{
color: #ffffff;
background-image: linear-gradient(to top, #00CE22 , #0F131F);
}
header div.title a i{
margin-right: 10px;
}
/*-------------------------------------------------------------------------------------
Alur Pendaftaran
---------------------------------------------------------------------------------------*/
#sec_alur_pendaftaran{
width: auto;
height: auto;
padding: 10% 0px;
margin: auto;
}
#pattern_alur{
width: auto;
height: auto;
padding: auto;
margin: auto;
background-image: url(../img/element/pattern_index.png);
background-position: left top 70px;
background-repeat: no-repeat;
background-size: contain;
}
.title_sec{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 10px;
}
.title_sec h1{
font-size: 25px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 32px;
color: #0F131F;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}
.alur_pendaftaran{
width: auto;
height: auto;
background: #ffffff;
padding: 30px 15px;
margin: auto;
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
min-height: 400px;
}
.el_pic_icon{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 30px;
text-align: center;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
.alur_pendaftaran div.bg_1{
background-image: url(../img/element/path_alur_1.png);
}
.alur_pendaftaran div.bg_2{
background-image: url(../img/element/path_alur_2.png);
}
.alur_pendaftaran div.bg_3{
background-image: url(../img/element/path_alur_3.png);
}
.alur_pendaftaran div.bg_4{
background-image: url(../img/element/path_alur_4.png);
}
.pic_icon{
width: auto;
height: auto;
padding: 20% 0px;
margin: auto;
text-align: center;
color: #fff;
}
.pic_icon i{
font-size: 40px;
}
.alur_pendaftaran_desc{
width: auto;
height: auto;
padding: auto;
margin: auto;
text-align: center;
}
.alur_pendaftaran_desc h1{
font-size: 16px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 20px;
color: #0F131F;
padding: 15px 0px;
text-transform: uppercase;
margin-bottom: 10px;
}
.alur_pendaftaran_desc p{
font-size: 14px;
font-family: 'Open Sans',cursive;
font-weight: 600;
line-height: 22px;
color: #37405F;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
background: #0F131F;
color: #ffffff;
padding: 10px 18px !important;
margin: 8px;
font-size: 14pt;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
outline: none;
margin-top: 5%;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover{
background-image: linear-gradient(to top, #00CE22 , #0F131F);
color: #ffffff;
}
/*-------------------------------------------------------------------------------------
List Madrasah
---------------------------------------------------------------------------------------*/
#sec_list_madrasah{
width: auto;
height: auto;
padding: 10% 0px 5% 0px;
margin: auto;
background-image: url(../img/element/path_list_madrasah.png);
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
}
#pattern_list{
width: auto;
height: auto;
padding: 7% 0px;
margin: auto;
}
.title_sec{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 10px;
}
.title_sec h1{
font-size: 25px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 32px;
color: #0F131F;
padding: auto;
margin: auto;
text-transform: uppercase;
margin-bottom: 20px;
}
.title_sec p{
font-size: 16px;
font-family: 'Open Sans',cursive;
font-weight: 600;
line-height: 25px;
color: #37405F;
}
.list_madrasah{
width: auto;
height: auto;
padding: auto;
margin: auto;
min-height: 400px;
}
.list_circle_1{
width: auto;
height: auto;
padding: 20px;
margin: auto;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
margin-bottom: 20px;
background: rgba(55, 64, 95, 0.5);
position: relative;
}
.list_circle_2{
width: auto;
height: auto;
padding: 50px;
margin: auto;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background: #ffffff;
position: relative;
}
.list_circle_2 img{
width: 100%;
height: auto;
}
.list_madrasah_desc{
width: auto;
height: auto;
padding: auto;
margin: auto;
text-align: center;
}
.list_madrasah_desc h1{
font-size: 20px;
font-family: 'Oswald',cursive;
font-weight: 400;
line-height: 35px;
color: #37405F;
padding: auto;
margin: auto;
text-transform: uppercase;
}
.list_madrasah_desc p{
font-size: 20px;
font-family: 'Open Sans',cursive;
font-weight: 600;
line-height: 30px;
color: #37405F;
padding: auto;
margin: auto;
text-transform: uppercase;
}
/*-------------------------------------------------------------------------------------
List Video
---------------------------------------------------------------------------------------*/
#sec_list_video{
width: auto;
height: auto;
padding: 10% 0px 5% 0px;
margin: auto;
}
#list_video{
width: auto;
height: auto;
padding: 10px 0px;
margin: auto;
margin-bottom: 5%;
}
#list_video a{
text-decoration: none;
outline: none;
}
.list_video{
width: auto;
height: auto;
background: #ffffff;
padding: 20px 15px;
margin: auto;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
min-height: 270px;
margin-bottom: 30px;
}
.list_video_desc{
width: auto;
height: auto;
padding: auto;
margin: auto;
text-align: left;
padding-top: 20px;
}
.list_video_desc h1{
font-size: 13px;
font-family: 'Open Sans',cursive;
font-weight: 600;
line-height: 20px;
color: #0F131F;
}
.list_video_desc span{
font-size: 11px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 22px;
color: #8B949D;
margin: 5px 5px 0px 0px;
}
.list_video_desc span i{
margin-right: 5px;
}
.list_video_desc span.sparator{
border-left: 1px solid #0F131F;
margin-right: 10px;
}
/*-------------------------------------------------------------------------------------
Open Video
---------------------------------------------------------------------------------------*/
#sec_open_video{
width: auto;
height: auto;
padding: 10% 0px 5% 0px;
margin: auto;
}
#sec_open_video .title_sec{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 30px;
}
#sec_open_video .title_sec h1{
font-size: 25px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 32px;
color: #0F131F;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}
#sec_open_video .title_sec span{
font-size: 11px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 22px;
color: #8B949D;
margin: 5px 5px 0px 0px;
}
#sec_open_video .title_sec span i{
margin-right: 5px;
}
#sec_open_video .title_sec span.sparator{
border-left: 1px solid #0F131F;
margin-right: 10px;
}
/*-------------------------------------------------------------------------------------
Related Video
---------------------------------------------------------------------------------------*/
#sec_related_video{
width: auto;
height: auto;
padding: 0px 0px 5% 0px;
margin: auto;
}
#sec_related_video .title_sec{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 10px;
}
#sec_related_video .title_sec h1{
font-size: 25px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 32px;
color: #0F131F;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}
#sec_related_video a{
text-decoration: none;
outline: none;
}
.related_video_desc{
width: auto;
height: auto;
padding: auto;
margin: auto;
text-align: left;
padding-top: 20px;
}
.related_video_desc h1{
font-size: 13px;
font-family: 'Open Sans',cursive;
font-weight: 600;
line-height: 20px;
color: #0F131F;
}
.related_video_desc span{
font-size: 11px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 22px;
color: #8B949D;
margin: 5px 5px 0px 0px;
}
.related_video_desc span i{
margin-right: 5px;
}
.related_video_desc span.sparator{
border-left: 1px solid #0F131F;
margin-right: 10px;
}
/*-------------------------------------------------------------------------------------
List Artikel
---------------------------------------------------------------------------------------*/
#sec_list_artikel{
width: auto;
height: auto;
padding: 10% 0px 5% 0px;
margin: auto;
}
#list_artikel{
width: auto;
height: auto;
padding: 10px 0px;
margin: auto;
margin-bottom: 5%;
}
#list_artikel a{
text-decoration: none;
outline: none;
}
.list_artikel{
width: auto;
height: auto;
background: #ffffff;
padding: 20px 15px;
margin: auto;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
min-height: 270px;
margin-bottom: 30px;
}
.thumb_artikel{
width: auto;
height: auto;
padding: auto;
margin: auto;
position: relative;
}
.thumb_artikel img{
width: 100%;
height: auto;
}
.list_artikel_desc{
width: auto;
height: auto;
padding: auto;
margin: auto;
text-align: left;
padding-top: 20px;
}
.list_artikel_desc h1{
font-size: 13px;
font-family: 'Open Sans',cursive;
font-weight: 600;
line-height: 20px;
color: #0F131F;
}
.list_artikel_desc span{
font-size: 11px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 22px;
color: #8B949D;
margin: 5px 5px 0px 0px;
}
.list_artikel_desc span i{
margin-right: 5px;
}
.list_artikel_desc span.sparator{
border-left: 1px solid #0F131F;
margin-right: 10px;
}
/*-------------------------------------------------------------------------------------
Open Artikel
---------------------------------------------------------------------------------------*/
#sec_open_artikel{
width: auto;
height: auto;
padding: 10% 0px 5% 0px;
margin: auto;
}
#sec_open_artikel .title_sec{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 30px;
}
#sec_open_artikel .title_sec h1{
font-size: 25px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 32px;
color: #0F131F;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}
#sec_open_artikel .title_sec span{
font-size: 11px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 22px;
color: #8B949D;
margin: 5px 5px 0px 0px;
}
#sec_open_artikel .title_sec span i{
margin-right: 5px;
}
#sec_open_artikel .title_sec span.sparator{
border-left: 1px solid #0F131F;
margin-right: 10px;
}
.isi_artikel{
width: auto;
height: auto;
padding: 10px 0px;
margin: auto;
position: relative;
margin-top: 10px;
}
.isi_artikel p{
font-size: 18px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 30px;
color: #0F131F;
padding: auto;
margin: 10px 0px;
}
/*-------------------------------------------------------------------------------------
Related Artikel
---------------------------------------------------------------------------------------*/
#sec_related_artikel{
width: auto;
height: auto;
padding: 0px 0px 5% 0px;
margin: auto;
}
#sec_related_artikel .title_sec{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 10px;
}
#sec_related_artikel .title_sec h1{
font-size: 25px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 32px;
color: #0F131F;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}
#sec_related_artikel a{
text-decoration: none;
outline: none;
}
.related_artikel_desc{
width: auto;
height: auto;
padding: auto;
margin: auto;
text-align: left;
padding-top: 20px;
}
.related_artikel_desc h1{
font-size: 13px;
font-family: 'Open Sans',cursive;
font-weight: 600;
line-height: 20px;
color: #0F131F;
}
.related_artikel_desc span{
font-size: 11px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 22px;
color: #8B949D;
margin: 5px 5px 0px 0px;
}
.related_artikel_desc span i{
margin-right: 5px;
}
.related_artikel_desc span.sparator{
border-left: 1px solid #0F131F;
margin-right: 10px;
}
/*-------------------------------------------------------------------------------------
Halaman Login
---------------------------------------------------------------------------------------*/
#sec_login{
width: auto;
height: auto;
padding: 5% 0px;
margin: auto;
}
#pattern_login{
width: auto;
height: auto;
padding: 5% 0px;
margin: auto;
background-image: url(../img/element/pattern_login.png);
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
}
.div_form{
width: auto;
height: auto;
padding: 20px 30px;
margin: auto;
background: #ffffff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}
.div_form div.logo{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 20px;
text-align: center;
}
.div_form div.logo img{
width: 100%;
height: auto;
max-width: 120px;
}
.div_form div.title{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 20px;
text-align: center;
}
.div_form div.title h1{
font-size: 25px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 27px;
color: #0F131F;
margin-bottom: 10px;
}
.div_form form button{
width: 100%;
display: block;
padding: 10px 20px;
margin: auto;
text-align: center;
font-size: 20px;
font-family: 'Raleway',cursive;
font-weight: 600;
line-height: 27px;
color: #ffffff;
background: #37405F;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
text-transform: uppercase;
}
.div_form form button:hover{
background-image: linear-gradient(to top, #00CE22 , #0F131F);
color: #ffffff;
}
.div_form form button i{
float: left;
}
.reset_form{
width: auto;
height: auto;
padding: auto;
margin: auto;
}
.reset_form p{
font-size: 14px;
font-family: 'Open Sans',cursive;
font-weight: 600;
line-height: 22px;
color: #0F131F;
}
.reset_form p a{
text-decoration: underline;
color: #FE0034;
font-weight: 900;
}
.reset_form p a:hover{
text-decoration: underline;
color: #00CE22;
}
/*-------------------------------------------------------------------------------------
Halaman Reset
---------------------------------------------------------------------------------------*/
#pattern_reset{
width: auto;
height: auto;
padding: 10% 0px;
margin: auto;
background-image: url(../img/element/pattern_reset.png);
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
}
/*-------------------------------------------------------------------------------------
Halaman Register
---------------------------------------------------------------------------------------*/
#pattern_register{
width: auto;
height: auto;
padding: 10% 0px;
margin: auto;
background-image: url(../img/element/pattern_register.png);
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
}
/*-------------------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------------------*/
footer{
width: auto;
height: auto;
padding: 20px 10px;
margin: auto;
position: relative;
background: #0F131F;
}
/* Copyright */
footer div.copyright{
width: auto;
height: auto;
padding: 5px 0px;
margin: auto;
text-align: left;
}
footer div.copyright h6{
font-size: 14px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 19px;
color: #ffffff;
padding: 2px 0px;
margin: auto;
}
footer div.copyright h6 a{
font-size: 14px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 19px;
color: #ffffff;
padding: auto;
margin: auto;
display: inline-block;
outline: none;
text-decoration: none;
}
footer div.copyright h6 a:hover{
font-weight: 900;
}
footer div.copyright h6 i{
margin-left: 2px;
margin-right: 2px;
color: #FE0034;
}
/* Copyright */
/* Footer Menus */
footer ul.nav{
width: 100%;
height: auto;
background-color: rgba(255, 255, 255, 0);
transition: 0.4s;
padding-top: 10px;
}
footer ul.nav{
width: 100%;
float: right !important;
}
footer ul.nav a.nav-link{
font-size: 16px;
font-family: 'Raleway',cursive;
font-weight: 600;
line-height: 19px;
color: #ffffff;
text-transform: uppercase;
padding: 5px 3px;
margin: auto 5px;
}
footer ul.nav li.nav_register a{
font-size: 16px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 19px;
color: #0F131F;
text-transform: uppercase;
margin: auto 5px;
background: #ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
outline: none;
border: none;
padding: 5px 8px;
}
footer ul.nav li.nav_register:hover a{
color: #ffffff;
background-image: linear-gradient(to top, #00CE22 , #0F131F);
}
footer ul.nav li.active a.nav-link{
font-weight: 900;
}
footer ul.nav li.active:after,
footer ul.nav li:hover:after{
content: '';
position: absolute;
width: 35px;
border-bottom: 3px dashed #fff;
letter-spacing: 3px;
padding: 0px;
margin: -5px 0px 0px 10px;
}
footer ul.nav li.nav_register.active:after,
footer ul.nav li.nav_register:hover:after{
content: '';
position: absolute;
width: 35px;
border-bottom: 3px dashed transparent;
letter-spacing: 3px;
padding: 0px;
margin: -5px 0px 0px 10px;
}
footer ul.nav div.sparator{
border-left: 3px solid #fff;
height: auto;
position: relative;
margin-left: 10px;
margin-right: 10px;
}
/* Footer Menus */
/* Goto Up */
footer a.gotoup{
display: inline-block;
padding: 5px 12px;
margin: auto;
position: fixed;
right: 20px;
bottom: 20px;
background: #FE0034;
color: #ffffff;
font-size: 25px;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
z-index: 99999;
}
footer a.gotoup:hover{
padding: 5px 15px;
font-size: 35px;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
z-index: 99999;
}
/* Goto Up */ | public/css/frandikasepta.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,900&display=swap');
/* body */
html,body{
width: 100%;
height: auto;
background: #ffffff;
padding: 0;
margin: 0;
position: relative;
display: block;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* body */
/*-------------------------------------------------------------------------------------
Element
---------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
Navbar
---------------------------------------------------------------------------------------*/
/* navbar-transparan */
.navbar-transparan{
width: 100%;
height: 100px;
background-color: rgba(255, 255, 255, 0);
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
}
.navbar-transparan button.navbar-toggler{
font-size: 30px;
color: #fff;
}
.navbar-transparan a.navbar-brand img{
width: 50px;
height: 50px;
}
.navbar-transparan ul{
width: 100%;
float: right !important;
}
.navbar-transparan a.nav-link{
font-size: 16px;
font-family: 'Raleway',cursive;
font-weight: 600;
line-height: 19px;
color: #ffffff;
text-transform: uppercase;
}
.navbar-transparan li.nav_register a{
font-size: 16px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 19px;
color: #ffffff;
text-transform: uppercase;
margin: auto 5px;
background: #0F131F;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
outline: none;
border: none;
}
.navbar-transparan li.nav_register:hover a{
color: #ffffff;
background-image: linear-gradient(to top, #00CE22 , #0F131F);
}
.navbar-transparan li.active a.nav-link{
font-weight: 900;
}
.navbar-transparan li.active:after,
.navbar-transparan li:hover:after{
content: '';
position: absolute;
width: 35px;
border-bottom: 3px dashed #fff;
letter-spacing: 3px;
padding: 0px;
margin: -5px 0px 0px 10px;
}
.navbar-transparan li.nav_register.active:after,
.navbar-transparan li.nav_register:hover:after{
content: '';
position: absolute;
width: 35px;
border-bottom: 3px dashed transparent;
letter-spacing: 3px;
padding: 0px;
margin: -5px 0px 0px 10px;
}
.navbar-transparan div.sparator{
border-left: 3px solid #fff;
height: auto;
position: relative;
margin-left: 10px;
margin-right: 10px;
}
/* nav-colored */
.nav-colored{
width: 100%;
height: 60px;
background-color: rgba(255, 255, 255, 1);
-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
z-index: 9999;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
}
.nav-colored button.navbar-toggler{
font-size: 30px;
color: #0F131F;
}
.nav-colored a.navbar-brand img{
width: 50px;
height: 50px;
}
.nav-colored ul{
width: 100%;
float: right !important;
}
.nav-colored a.nav-link{
font-size: 16px;
font-family: 'Raleway',cursive;
font-weight: 600;
line-height: 19px;
color: #0F131F;
text-transform: uppercase;
}
.nav-colored li.nav_register a{
font-size: 16px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 19px;
color: #ffffff;
text-transform: uppercase;
margin: auto 5px;
background: #0F131F;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
outline: none;
border: none;
}
.nav-colored li.nav_register:hover a{
color: #ffffff;
background-image: linear-gradient(to top, #00CE22 , #0F131F);
}
.nav-colored li.active a.nav-link{
font-weight: 900;
}
.nav-colored li.active:after,
.nav-colored li:hover:after{
content: '';
position: absolute;
width: 35px;
border-bottom: 3px dashed #0F131F;
letter-spacing: 3px;
padding: 0px;
margin: -5px 0px 0px 10px;
}
.nav-colored li.nav_register.active:after,
.nav-colored li.nav_register:hover:after{
content: '';
position: absolute;
width: 35px;
border-bottom: 3px dashed transparent;
letter-spacing: 3px;
padding: 0px;
margin: -5px 0px 0px 10px;
}
.nav-colored div.sparator{
border-left: 3px solid #0F131F;
height: auto;
position: relative;
margin-left: 10px;
margin-right: 10px;
}
/*-------------------------------------------------------------------------------------
Header
---------------------------------------------------------------------------------------*/
header{
width: auto;
height: auto;
padding: 15% 0px 20% 0px;
margin: auto;
background-image: url(../img/element/ilustrasi_1.png), url(../img/element/path_header_1.png);
background-position: right 140px top 150px, left top;
background-repeat: no-repeat, no-repeat;
background-size: 600px, cover;
}
header div.title{
width: auto;
height: auto;
padding: auto;
height: auto;
}
header div.title h1{
font-size: 30px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 37px;
color: #ffffff;
text-transform: uppercase;
}
header div.title h1.kota{
font-size: 40px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 50px;
color: #ffffff;
text-transform: uppercase;
}
header div.title p{
font-size: 15px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 20px;
color: #ffffff;
padding: 2% 0px;
}
header div.title a{
display: inline-block;
font-size: 20px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 25px;
color: #ffffff;
padding: 10px 20px;
background: #0F131F;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
text-decoration: none;
}
header div.title a:hover{
color: #ffffff;
background-image: linear-gradient(to top, #00CE22 , #0F131F);
}
header div.title a i{
margin-right: 10px;
}
/*-------------------------------------------------------------------------------------
Alur Pendaftaran
---------------------------------------------------------------------------------------*/
#sec_alur_pendaftaran{
width: auto;
height: auto;
padding: 10% 0px;
margin: auto;
}
#pattern_alur{
width: auto;
height: auto;
padding: auto;
margin: auto;
background-image: url(../img/element/pattern_index.png);
background-position: left top 70px;
background-repeat: no-repeat;
background-size: contain;
}
.title_sec{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 10px;
}
.title_sec h1{
font-size: 25px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 32px;
color: #0F131F;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}
.alur_pendaftaran{
width: auto;
height: auto;
background: #ffffff;
padding: 30px 15px;
margin: auto;
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
min-height: 400px;
}
.el_pic_icon{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 30px;
text-align: center;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
.alur_pendaftaran div.bg_1{
background-image: url(../img/element/path_alur_1.png);
}
.alur_pendaftaran div.bg_2{
background-image: url(../img/element/path_alur_2.png);
}
.alur_pendaftaran div.bg_3{
background-image: url(../img/element/path_alur_3.png);
}
.alur_pendaftaran div.bg_4{
background-image: url(../img/element/path_alur_4.png);
}
.pic_icon{
width: auto;
height: auto;
padding: 20% 0px;
margin: auto;
text-align: center;
color: #fff;
}
.pic_icon i{
font-size: 40px;
}
.alur_pendaftaran_desc{
width: auto;
height: auto;
padding: auto;
margin: auto;
text-align: center;
}
.alur_pendaftaran_desc h1{
font-size: 16px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 20px;
color: #0F131F;
padding: 15px 0px;
text-transform: uppercase;
margin-bottom: 10px;
}
.alur_pendaftaran_desc p{
font-size: 14px;
font-family: 'Open Sans',cursive;
font-weight: 600;
line-height: 22px;
color: #37405F;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
background: #0F131F;
color: #ffffff;
padding: 10px 18px !important;
margin: 8px;
font-size: 14pt;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
outline: none;
margin-top: 5%;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover{
background-image: linear-gradient(to top, #00CE22 , #0F131F);
color: #ffffff;
}
/*-------------------------------------------------------------------------------------
List Madrasah
---------------------------------------------------------------------------------------*/
#sec_list_madrasah{
width: auto;
height: auto;
padding: 10% 0px 5% 0px;
margin: auto;
background-image: url(../img/element/path_list_madrasah.png);
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
}
#pattern_list{
width: auto;
height: auto;
padding: 7% 0px;
margin: auto;
}
.title_sec{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 10px;
}
.title_sec h1{
font-size: 25px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 32px;
color: #0F131F;
padding: auto;
margin: auto;
text-transform: uppercase;
margin-bottom: 20px;
}
.title_sec p{
font-size: 16px;
font-family: 'Open Sans',cursive;
font-weight: 600;
line-height: 25px;
color: #37405F;
}
.list_madrasah{
width: auto;
height: auto;
padding: auto;
margin: auto;
min-height: 400px;
}
.list_circle_1{
width: auto;
height: auto;
padding: 20px;
margin: auto;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
margin-bottom: 20px;
background: rgba(55, 64, 95, 0.5);
position: relative;
}
.list_circle_2{
width: auto;
height: auto;
padding: 50px;
margin: auto;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background: #ffffff;
position: relative;
}
.list_circle_2 img{
width: 100%;
height: auto;
}
.list_madrasah_desc{
width: auto;
height: auto;
padding: auto;
margin: auto;
text-align: center;
}
.list_madrasah_desc h1{
font-size: 20px;
font-family: 'Oswald',cursive;
font-weight: 400;
line-height: 35px;
color: #37405F;
padding: auto;
margin: auto;
text-transform: uppercase;
}
.list_madrasah_desc p{
font-size: 20px;
font-family: 'Open Sans',cursive;
font-weight: 600;
line-height: 30px;
color: #37405F;
padding: auto;
margin: auto;
text-transform: uppercase;
}
/*-------------------------------------------------------------------------------------
List Video
---------------------------------------------------------------------------------------*/
#sec_list_video{
width: auto;
height: auto;
padding: 10% 0px 5% 0px;
margin: auto;
}
#list_video{
width: auto;
height: auto;
padding: 10px 0px;
margin: auto;
margin-bottom: 5%;
}
#list_video a{
text-decoration: none;
outline: none;
}
.list_video{
width: auto;
height: auto;
background: #ffffff;
padding: 20px 15px;
margin: auto;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
min-height: 270px;
margin-bottom: 30px;
}
.list_video_desc{
width: auto;
height: auto;
padding: auto;
margin: auto;
text-align: left;
padding-top: 20px;
}
.list_video_desc h1{
font-size: 13px;
font-family: 'Open Sans',cursive;
font-weight: 600;
line-height: 20px;
color: #0F131F;
}
.list_video_desc span{
font-size: 11px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 22px;
color: #8B949D;
margin: 5px 5px 0px 0px;
}
.list_video_desc span i{
margin-right: 5px;
}
.list_video_desc span.sparator{
border-left: 1px solid #0F131F;
margin-right: 10px;
}
/*-------------------------------------------------------------------------------------
Open Video
---------------------------------------------------------------------------------------*/
#sec_open_video{
width: auto;
height: auto;
padding: 10% 0px 5% 0px;
margin: auto;
}
#sec_open_video .title_sec{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 30px;
}
#sec_open_video .title_sec h1{
font-size: 25px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 32px;
color: #0F131F;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}
#sec_open_video .title_sec span{
font-size: 11px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 22px;
color: #8B949D;
margin: 5px 5px 0px 0px;
}
#sec_open_video .title_sec span i{
margin-right: 5px;
}
#sec_open_video .title_sec span.sparator{
border-left: 1px solid #0F131F;
margin-right: 10px;
}
/*-------------------------------------------------------------------------------------
Related Video
---------------------------------------------------------------------------------------*/
#sec_related_video{
width: auto;
height: auto;
padding: 0px 0px 5% 0px;
margin: auto;
}
#sec_related_video .title_sec{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 10px;
}
#sec_related_video .title_sec h1{
font-size: 25px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 32px;
color: #0F131F;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}
#sec_related_video a{
text-decoration: none;
outline: none;
}
.related_video_desc{
width: auto;
height: auto;
padding: auto;
margin: auto;
text-align: left;
padding-top: 20px;
}
.related_video_desc h1{
font-size: 13px;
font-family: 'Open Sans',cursive;
font-weight: 600;
line-height: 20px;
color: #0F131F;
}
.related_video_desc span{
font-size: 11px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 22px;
color: #8B949D;
margin: 5px 5px 0px 0px;
}
.related_video_desc span i{
margin-right: 5px;
}
.related_video_desc span.sparator{
border-left: 1px solid #0F131F;
margin-right: 10px;
}
/*-------------------------------------------------------------------------------------
List Artikel
---------------------------------------------------------------------------------------*/
#sec_list_artikel{
width: auto;
height: auto;
padding: 10% 0px 5% 0px;
margin: auto;
}
#list_artikel{
width: auto;
height: auto;
padding: 10px 0px;
margin: auto;
margin-bottom: 5%;
}
#list_artikel a{
text-decoration: none;
outline: none;
}
.list_artikel{
width: auto;
height: auto;
background: #ffffff;
padding: 20px 15px;
margin: auto;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
min-height: 270px;
margin-bottom: 30px;
}
.thumb_artikel{
width: auto;
height: auto;
padding: auto;
margin: auto;
position: relative;
}
.thumb_artikel img{
width: 100%;
height: auto;
}
.list_artikel_desc{
width: auto;
height: auto;
padding: auto;
margin: auto;
text-align: left;
padding-top: 20px;
}
.list_artikel_desc h1{
font-size: 13px;
font-family: 'Open Sans',cursive;
font-weight: 600;
line-height: 20px;
color: #0F131F;
}
.list_artikel_desc span{
font-size: 11px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 22px;
color: #8B949D;
margin: 5px 5px 0px 0px;
}
.list_artikel_desc span i{
margin-right: 5px;
}
.list_artikel_desc span.sparator{
border-left: 1px solid #0F131F;
margin-right: 10px;
}
/*-------------------------------------------------------------------------------------
Open Artikel
---------------------------------------------------------------------------------------*/
#sec_open_artikel{
width: auto;
height: auto;
padding: 10% 0px 5% 0px;
margin: auto;
}
#sec_open_artikel .title_sec{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 30px;
}
#sec_open_artikel .title_sec h1{
font-size: 25px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 32px;
color: #0F131F;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}
#sec_open_artikel .title_sec span{
font-size: 11px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 22px;
color: #8B949D;
margin: 5px 5px 0px 0px;
}
#sec_open_artikel .title_sec span i{
margin-right: 5px;
}
#sec_open_artikel .title_sec span.sparator{
border-left: 1px solid #0F131F;
margin-right: 10px;
}
.isi_artikel{
width: auto;
height: auto;
padding: 10px 0px;
margin: auto;
position: relative;
margin-top: 10px;
}
.isi_artikel p{
font-size: 18px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 30px;
color: #0F131F;
padding: auto;
margin: 10px 0px;
}
/*-------------------------------------------------------------------------------------
Related Artikel
---------------------------------------------------------------------------------------*/
#sec_related_artikel{
width: auto;
height: auto;
padding: 0px 0px 5% 0px;
margin: auto;
}
#sec_related_artikel .title_sec{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 10px;
}
#sec_related_artikel .title_sec h1{
font-size: 25px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 32px;
color: #0F131F;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}
#sec_related_artikel a{
text-decoration: none;
outline: none;
}
.related_artikel_desc{
width: auto;
height: auto;
padding: auto;
margin: auto;
text-align: left;
padding-top: 20px;
}
.related_artikel_desc h1{
font-size: 13px;
font-family: 'Open Sans',cursive;
font-weight: 600;
line-height: 20px;
color: #0F131F;
}
.related_artikel_desc span{
font-size: 11px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 22px;
color: #8B949D;
margin: 5px 5px 0px 0px;
}
.related_artikel_desc span i{
margin-right: 5px;
}
.related_artikel_desc span.sparator{
border-left: 1px solid #0F131F;
margin-right: 10px;
}
/*-------------------------------------------------------------------------------------
Halaman Login
---------------------------------------------------------------------------------------*/
#sec_login{
width: auto;
height: auto;
padding: 5% 0px;
margin: auto;
}
#pattern_login{
width: auto;
height: auto;
padding: 5% 0px;
margin: auto;
background-image: url(../img/element/pattern_login.png);
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
}
.div_form{
width: auto;
height: auto;
padding: 20px 30px;
margin: auto;
background: #ffffff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}
.div_form div.logo{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 20px;
text-align: center;
}
.div_form div.logo img{
width: 100%;
height: auto;
max-width: 120px;
}
.div_form div.title{
width: auto;
height: auto;
padding: auto;
margin: auto;
margin-bottom: 20px;
text-align: center;
}
.div_form div.title h1{
font-size: 25px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 27px;
color: #0F131F;
margin-bottom: 10px;
}
.div_form form button{
width: 100%;
display: block;
padding: 10px 20px;
margin: auto;
text-align: center;
font-size: 20px;
font-family: 'Raleway',cursive;
font-weight: 600;
line-height: 27px;
color: #ffffff;
background: #37405F;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
text-transform: uppercase;
}
.div_form form button:hover{
background-image: linear-gradient(to top, #00CE22 , #0F131F);
color: #ffffff;
}
.div_form form button i{
float: left;
}
.reset_form{
width: auto;
height: auto;
padding: auto;
margin: auto;
}
.reset_form p{
font-size: 14px;
font-family: 'Open Sans',cursive;
font-weight: 600;
line-height: 22px;
color: #0F131F;
}
.reset_form p a{
text-decoration: underline;
color: #FE0034;
font-weight: 900;
}
.reset_form p a:hover{
text-decoration: underline;
color: #00CE22;
}
/*-------------------------------------------------------------------------------------
Halaman Reset
---------------------------------------------------------------------------------------*/
#pattern_reset{
width: auto;
height: auto;
padding: 10% 0px;
margin: auto;
background-image: url(../img/element/pattern_reset.png);
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
}
/*-------------------------------------------------------------------------------------
Halaman Register
---------------------------------------------------------------------------------------*/
#pattern_register{
width: auto;
height: auto;
padding: 10% 0px;
margin: auto;
background-image: url(../img/element/pattern_register.png);
background-position: left top;
background-repeat: no-repeat;
background-size: cover;
}
/*-------------------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------------------*/
footer{
width: auto;
height: auto;
padding: 20px 10px;
margin: auto;
position: relative;
background: #0F131F;
}
/* Copyright */
footer div.copyright{
width: auto;
height: auto;
padding: 5px 0px;
margin: auto;
text-align: left;
}
footer div.copyright h6{
font-size: 14px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 19px;
color: #ffffff;
padding: 2px 0px;
margin: auto;
}
footer div.copyright h6 a{
font-size: 14px;
font-family: 'Open Sans',cursive;
font-weight: 400;
line-height: 19px;
color: #ffffff;
padding: auto;
margin: auto;
display: inline-block;
outline: none;
text-decoration: none;
}
footer div.copyright h6 a:hover{
font-weight: 900;
}
footer div.copyright h6 i{
margin-left: 2px;
margin-right: 2px;
color: #FE0034;
}
/* Copyright */
/* Footer Menus */
footer ul.nav{
width: 100%;
height: auto;
background-color: rgba(255, 255, 255, 0);
transition: 0.4s;
padding-top: 10px;
}
footer ul.nav{
width: 100%;
float: right !important;
}
footer ul.nav a.nav-link{
font-size: 16px;
font-family: 'Raleway',cursive;
font-weight: 600;
line-height: 19px;
color: #ffffff;
text-transform: uppercase;
padding: 5px 3px;
margin: auto 5px;
}
footer ul.nav li.nav_register a{
font-size: 16px;
font-family: 'Raleway',cursive;
font-weight: 900;
line-height: 19px;
color: #0F131F;
text-transform: uppercase;
margin: auto 5px;
background: #ffffff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
outline: none;
border: none;
padding: 5px 8px;
}
footer ul.nav li.nav_register:hover a{
color: #ffffff;
background-image: linear-gradient(to top, #00CE22 , #0F131F);
}
footer ul.nav li.active a.nav-link{
font-weight: 900;
}
footer ul.nav li.active:after,
footer ul.nav li:hover:after{
content: '';
position: absolute;
width: 35px;
border-bottom: 3px dashed #fff;
letter-spacing: 3px;
padding: 0px;
margin: -5px 0px 0px 10px;
}
footer ul.nav li.nav_register.active:after,
footer ul.nav li.nav_register:hover:after{
content: '';
position: absolute;
width: 35px;
border-bottom: 3px dashed transparent;
letter-spacing: 3px;
padding: 0px;
margin: -5px 0px 0px 10px;
}
footer ul.nav div.sparator{
border-left: 3px solid #fff;
height: auto;
position: relative;
margin-left: 10px;
margin-right: 10px;
}
/* Footer Menus */
/* Goto Up */
footer a.gotoup{
display: inline-block;
padding: 5px 12px;
margin: auto;
position: fixed;
right: 20px;
bottom: 20px;
background: #FE0034;
color: #ffffff;
font-size: 25px;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
z-index: 99999;
}
footer a.gotoup:hover{
padding: 5px 15px;
font-size: 35px;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
z-index: 99999;
}
/* Goto Up */ | 0.338405 | 0.060004 |
background-color: #fff;
width: 100%;
height: 100vh;
z-index: 300;
display: none;
text-align: center;
position: fixed;
top: 0;
}
#loader img {
margin: auto;
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -15px;
margin-left: -15px;
width: 60px;
height: 60px;
}
.twitter-window {
position: relative;
margin-top: -10px;
}
.twitter-window.logged #twitter-login-helper {
display: none;
z-index: -1;
}
.twitter-window:not(.logged) #twitter-login-helper {
display: block;
z-index: 300;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: #388e3c;
color: white;
font-size: 24px;
text-align: center;
cursor: pointer;
opacity: 0.8;
}
.twitter-window:not(.logged) #twitter-login-helper > div {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
text-align: center;
}
.twitter-window .header-window img {
padding-top: 1%;
padding-bottom: 1%;
display: block;
margin: 0 auto;
}
.twitter-window .header-window button.btn {
position: absolute;
right: 0;
top: 0;
background-color: #a5d6a7;
color: white;
border-radius: 0 0 0 5px;
}
.twitter-window .header-window button.btn:hover {
background-color: #b7deb8;
}
.twitter-window .chat-response-container {
margin: 0 auto;
width: 100%;
padding: 15px;
background-color: #ebf2eb;
color: #388e3c;
position: relative;
}
.twitter-window .chat-response-container .chat-response a.btn {
margin: 15px;
color: #ffF;
}
.twitter-window .chat-response-container .chat-response .row .col-md-10 {
padding-left: 0;
}
.twitter-window .chat-response-container .chat-response .row .col-md-10 textarea {
margin-top: 18px;
padding-top: 12px;
padding-left: 12px;
max-width: 867px;
resize: none;
}
.twitter-window .twitter-timeline-container {
text-align: center;
}
.twitter-window #twitter-widget-0 {
width: 90% !important;
height: 250px !important;
}
.twitter-window #twitter-widget-0 .timeline-Header {
display: none;
}
.timeline-Header-title {
display: none !important;
}
.open-chat {
position: fixed;
bottom: 0;
right: 0;
z-index: 5000;
}
.open-chat button.btn {
background-color: #388e3c;
color: white;
}
.open-chat button.btn:hover {
background-color: #3fa044;
}
.twitter-timeline-container {
display: block;
margin: 0 auto;
width: 100%;
height: 295px;
overflow-y: auto;
}
.twitter-timeline-container .tweet {
padding: 10px 20px;
}
.twitter-timeline-container .tweet .user-data {
float: left;
background: #fff;
}
.twitter-timeline-container .tweet .text {
float: left;
background-color: #fff;
}
.twitter-timeline-container .tweet .time {
float: right;
}
.twitter-timeline-container .tweet a.reply {
display: inline-block;
margin-left: 10px;
}
.twitter-timeline-container .tweet a.response-to {
display: block;
font-size: 12px;
font-style: italic;
text-align: left;
}
.twitter-timeline-container .tweet .response-origin {
padding-left: 30px;
}
.twitter-timeline-container .tweet .response-origin .tweet {
border-left: 2px solid #388e3c;
border-bottom: 2px solid #388e3c;
padding-right: 0;
margin-top: 65px;
}
.twitter-timeline-container .tweet .response-origin .tweet .user-data {
min-width: 75px;
} | Resources/public/css/twitter.css | background-color: #fff;
width: 100%;
height: 100vh;
z-index: 300;
display: none;
text-align: center;
position: fixed;
top: 0;
}
#loader img {
margin: auto;
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -15px;
margin-left: -15px;
width: 60px;
height: 60px;
}
.twitter-window {
position: relative;
margin-top: -10px;
}
.twitter-window.logged #twitter-login-helper {
display: none;
z-index: -1;
}
.twitter-window:not(.logged) #twitter-login-helper {
display: block;
z-index: 300;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: #388e3c;
color: white;
font-size: 24px;
text-align: center;
cursor: pointer;
opacity: 0.8;
}
.twitter-window:not(.logged) #twitter-login-helper > div {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
text-align: center;
}
.twitter-window .header-window img {
padding-top: 1%;
padding-bottom: 1%;
display: block;
margin: 0 auto;
}
.twitter-window .header-window button.btn {
position: absolute;
right: 0;
top: 0;
background-color: #a5d6a7;
color: white;
border-radius: 0 0 0 5px;
}
.twitter-window .header-window button.btn:hover {
background-color: #b7deb8;
}
.twitter-window .chat-response-container {
margin: 0 auto;
width: 100%;
padding: 15px;
background-color: #ebf2eb;
color: #388e3c;
position: relative;
}
.twitter-window .chat-response-container .chat-response a.btn {
margin: 15px;
color: #ffF;
}
.twitter-window .chat-response-container .chat-response .row .col-md-10 {
padding-left: 0;
}
.twitter-window .chat-response-container .chat-response .row .col-md-10 textarea {
margin-top: 18px;
padding-top: 12px;
padding-left: 12px;
max-width: 867px;
resize: none;
}
.twitter-window .twitter-timeline-container {
text-align: center;
}
.twitter-window #twitter-widget-0 {
width: 90% !important;
height: 250px !important;
}
.twitter-window #twitter-widget-0 .timeline-Header {
display: none;
}
.timeline-Header-title {
display: none !important;
}
.open-chat {
position: fixed;
bottom: 0;
right: 0;
z-index: 5000;
}
.open-chat button.btn {
background-color: #388e3c;
color: white;
}
.open-chat button.btn:hover {
background-color: #3fa044;
}
.twitter-timeline-container {
display: block;
margin: 0 auto;
width: 100%;
height: 295px;
overflow-y: auto;
}
.twitter-timeline-container .tweet {
padding: 10px 20px;
}
.twitter-timeline-container .tweet .user-data {
float: left;
background: #fff;
}
.twitter-timeline-container .tweet .text {
float: left;
background-color: #fff;
}
.twitter-timeline-container .tweet .time {
float: right;
}
.twitter-timeline-container .tweet a.reply {
display: inline-block;
margin-left: 10px;
}
.twitter-timeline-container .tweet a.response-to {
display: block;
font-size: 12px;
font-style: italic;
text-align: left;
}
.twitter-timeline-container .tweet .response-origin {
padding-left: 30px;
}
.twitter-timeline-container .tweet .response-origin .tweet {
border-left: 2px solid #388e3c;
border-bottom: 2px solid #388e3c;
padding-right: 0;
margin-top: 65px;
}
.twitter-timeline-container .tweet .response-origin .tweet .user-data {
min-width: 75px;
} | 0.54819 | 0.062388 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
html, body {
overflow: hidden;
}
.use-higher-resolution {
display: none;
}
iframe {
pointer-events: none;
background: white;
}
body > h1 {
font-family: "Open Sans", sans-serif;
font-weight: 100;
text-align: center;
position: absolute;
left: 0;
right: 0;
color: #1f1f1f;
}
* {
box-sizing: border-box;
}
body {
background: #FF6255;
}
html, body {
height: 100%;
}
ul {
margin: 0;
padding: 0;
}
li {
margin: 0;
padding: 0;
list-style-type: none;
}
.container {
max-width: 100%;
margin: 2em auto;
position: relative;
/* HAVE SCALED TO FIT THE WINDOW */
}
.service-graphic {
font-size: 10px;
padding: 1em;
}
@media screen and (min-width: 38em) {
.service-graphic {
font-size: 16px;
}
}
.service-graphic > .screen {
width: 42.75em;
height: 24.5em;
position: relative;
background: #f8f8f8;
border: 10px solid #1f1f1f;
border-radius: 10px;
margin: 0 auto;
}
@media screen and (min-width: 38em) {
.service-graphic > .screen {
border: 20px solid #1f1f1f;
}
}
.monitor > div {
position: absolute;
}
.monitor:before,
.monitor:after,
.laptop:before {
content: "";
position: absolute;
left: 50%;
}
.monitor:before,
.laptop:before {
top: -0.25em;
margin: -0.188em 0 0 -0.188em;
width: 0.250em;
height: 0.250em;
border-radius: 0.250em;
background: #d8dbe1;
}
@media screen and (min-width: 38em) {
.monitor:before,
.laptop:before {
top: -10px;
}
}
.screen:after {
width: 8px;
height: 8px;
border-radius: 8px;
bottom: -5px;
margin: 0 0 -0.25em -0.25em;
background: #e8ebf0;
}
@media screen and (min-width: 38em) {
.screen:after {
bottom: -10px;
}
}
.content {
width: 100%;
height: 100%;
overflow: hidden;
}
.content:before {
}
.pg {
width: 240px;
height: 180px;
position: absolute;
left: 50%;
top: 50%;
margin: -90px 0 0 -120px;
background: #ffffff;
border: 1px solid #e8ebf0;
border-top: 20px solid #d8dbe1;
border-radius: 5px;
}
.screen-content {
overflow: hidden;
height: 100%;
}
.btns {
position: absolute;
top: -20px;
left: 7px;
}
.btns:before {
content: "";
position: absolute;
left: 35px;
top: 5px;
height: 10px;
width: 185px;
background: #fff;
border-radius: 3px;
}
.btns > li {
display: inline-block;
list-style: none;
width: 5px;
height: 5px;
border-radius: 5px;
background: #fc5254;
margin-right: 4px;
}
.btns li:nth-child(2) {
background: #fcae52;
}
.btns li:nth-child(3) {
background: #66b34e;
}
.txt {
margin: 10px auto;
width: 85%;
text-align: center;
font-size: 0;
}
.txt > li {
background: #e8ebf0;
width: 100%;
height: 15px;
margin-bottom: 9px;
font-size: 10px;
}
@media screen and (min-width: 38em) {
.txt > li {
font-size: 16px;
}
}
.txt > li.big {
height: 60px;
}
.screen .txt > li:nth-child(1) {
animation: pop 4s 0 linear infinite;
}
.screen .txt > li:nth-child(2) {
animation: pop 4s .2s linear infinite;
}
.screen .txt > li:nth-child(3) {
animation: pop 4s .4s linear infinite;
}
.screen .txt > li:nth-child(4) {
animation: pop 4s .6s linear infinite;
}
.screen .txt > li:nth-child(5) {
animation: pop 4s .8s linear infinite;
}
@keyframes pop {
}
.screen .txt,
.laptop .txt {
animation: scroll 4s 1s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}
@keyframes scroll {
20%,
60% {
transform: translateY(-62%);
}
80% {
margin-top: -50px;
}
}
.txt > .third {
height: 43px;
width: 30%;
margin-right: 5%;
display: inline-block;
}
.txt > li:nth-child(5),
.txt > li:nth-child(10),
.txt > li:nth-child(13),
.txt > li:nth-child(18),
.txt > li:nth-child(21) {
margin-right: 0;
}
.base {
width: 5.625em;
height: 3.1em;
bottom: -3.9em;
left: 50%;
margin-left: -2.8125em;
background: #e8ebf0;
}
@media screen and (min-width: 38em) {
.base {
bottom: -4.375em;
}
}
.base:before,
.base:after,
.grey-shadow:before,
.grey-shadow:after {
content: "";
position: absolute;
top: 0;
}
.base:before {
border-left: 0.813em solid transparent;
border-right: 0px solid transparent;
border-bottom: 3.125em solid #e8ebf0;
left: -0.77em;
}
.base:after {
border-right: 0.813em solid transparent;
border-left: 0px solid transparent;
border-bottom: 3.125em solid #e8ebf0;
right: -0.77em;
}
.base > div {
position: absolute;
}
.grey-shadow {
width: 5.625em;
height: 0.750em;
background: #d8dbe1;
top: 0;
}
.grey-shadow:before {
border-left: 3px solid transparent;
border-right: 0px solid transparent;
border-bottom: 0.75em solid #d8dbe1;
left: -3px;
}
.grey-shadow:after {
border-right: 3px solid transparent;
border-left: 0px solid transparent;
border-bottom: 0.75em solid #d8dbe1;
right: -2px;
z-index: 1;
}
.foot {
background: #e8ebf0;
}
.foot.top {
width: 7.250em;
height: 0.313em;
bottom: -0.313em;
left: 50%;
margin-left: -3.625em;
}
.foot.top:before,
.foot.top:after,
.foot.bottom:before {
content: "";
position: absolute;
top: 0px;
}
.foot.top:before {
border-left: 16px solid transparent;
border-right: 0px solid transparent;
border-bottom: 5px solid #e8ebf0;
left: -16px;
}
.foot.top:after {
border-right: 1em solid transparent;
border-left: 0px solid transparent;
border-bottom: 5px solid #e8ebf0;
right: -1em;
}
.foot.bottom {
width: 9.375em;
height: 0.313em;
bottom: -0.625em;
left: 50%;
margin-left: -4.688em;
}
.laptop {
width: 20.688em;
height: 12.688em;
background: #f8f8f8;
border: 0.75em solid #1f1f1f;
border-radius: 10px 10px 0 0;
position: absolute;
bottom: -3.4em;
right: 9.875em;
z-index: 10;
}
.laptop:before {
top: -6px;
}
.laptop > div {
position: absolute;
}
.laptop > .content {
width: 100%;
height: 100%;
left: 0;
margin-left: 0;
background: #fff;
}
.txt-laptop {
width: 11.813em;
}
.txt-laptop > li {
background: #e8ebf0;
}
.txt-laptop > li:nth-child(2) {
height: 2.563em;
}
.btm {
width: 24.5em;
height: 0.625em;
bottom: -1.188em;
left: 50%;
margin-left: -12.25em;
border-radius: 0 0 20px 20px;
background: #e8ebf0;
z-index: 1;
}
.btm:before {
content: "";
position: absolute;
width: 42px;
height: 4px;
left: 50%;
top: 0;
margin-left: -21px;
border-radius: 0 0 5px 5px;
background: #d8dbe1;
}
.btm:after {
display: none;
content: "";
position: absolute;
width: 100%;
height: 0.25rem;
background: #bababa;
top: .5rem;
border-bottom-right-radius: 7.5rem 2.5rem;
border-bottom-left-radius: 7.5rem 2.5rem;
}
.phone {
width: 7.125em;
height: 10.75em;
position: absolute;
bottom: -4em;
left: 23em;
border-radius: 8px;
background: #1f1f1f;
border: 1.563em solid #1f1f1f;
border-left: 0.313em solid #1f1f1f;
border-right: 0.313em solid #1f1f1f;
}
.phone:before,
.phone:after {
content: "";
position: absolute;
left: 50%;
background: #474e5d;
}
.phone:before {
background: #474e5d;
width: 1.250em;
height: 0.250em;
margin-left: -0.625em;
top: -0.75em;
border-radius: 2px;
}
.phone:after {
width: 0.625em;
height: 0.625em;
border-radius: 0.625em;
bottom: -1.125em;
margin-left: -0.313em;
}
.phone .screen {
width: 5.5em;
height: 7.625em;
margin: 0 auto;
position: relative;
overflow: hidden;
}
.phone .content {
width: 100%;
height: 100%;
}
.phone .txt > li {
height: 1.250em;
}
.txt > li.half {
width: 44%;
margin-right: 6%;
display: inline-block;
}
.txt > li.half:nth-of-type(even) {
margin-right: 0;
}
.tablet {
width: 12.75em;
height: 16.75em;
position: absolute;
bottom: -4em;
left: 9em;
border-radius: 8px;
background: #1f1f1f;
border: 1.563em solid #1f1f1f;
border-left: 0.313em solid #1f1f1f;
border-right: 0.313em solid #1f1f1f;
}
.tablet:before,
.tablet:after {
content: "";
position: absolute;
left: 50%;
background: #474e5d;
}
.tablet:before {
background: #474e5d;
width: 1.250em;
height: 0.250em;
margin-left: -0.625em;
top: -0.75em;
border-radius: 2px;
}
.tablet:after {
width: 0.625em;
height: 0.625em;
border-radius: 0.625em;
bottom: -1.125em;
margin-left: -0.313em;
}
.tablet .screen {
width: 11em;
height: 13.7em;
margin: 0 auto;
position: relative;
overflow: hidden;
}
.tablet .content {
width: 100%;
left: 0%;
margin-left: 0px;
}
.tablet .half {
height: 35px;
}
.shadow {
position: absolute;
width: 350px;
height: 15px;
left: 50%;
margin-left: -175px;
z-index: -1;
bottom: -20px;
}
.laptop .shadow {
width: 450px;
margin-left: -225px;
bottom: -26px;
}
.phone .shadow {
bottom: -30px;
margin-left: -50px;
height: 10px;
width: 100px;
}
.phone .txt {
animation: scroll 4s 1s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}
input.url-to-load {
position: absolute;
bottom: 1em;
left: 50%;
margin-left: -250px;
width: 500px;
border: 3px solid #c0392b;
padding: 7px;
font-weight: 100;
font-family: "Open Sans", sans-serif;
font-size: 20px;
outline: none;
background: #ecf0f1;
color: #2c3e50;
}
input.url-to-load:focus {
border-color: #e74c3c;
background: #f1c40f;
}
/* high resolutions */
@media (min-width: 1905px) {
body > h1 {
font-size: 4em;
}
div.container.service-graphic {
margin-top: 160px;
}
/* monitor */
.monitor iframe {
height: 100%;
width: 100%;
-ms-zoom: 0.4;
-moz-transform: scale(0.4);
-moz-transform-origin: 0 0;
-o-transform: scale(0.4);
-o-transform-origin: 0 4;
-webkit-transform: scale(0.4);
-webkit-transform-origin: 0 0;
}
div.screen.monitor {
width: 57em;
height: 35em;
}
.monitor .iframe-wrapper {
height: 85em;
width: 136.3em;
}
/* laptop */
div.laptop {
width: 24em;
height: 15em;
right: 20em;
}
.laptop > div.btm {
width: 26em;
margin-left: -13em;
}
/* tablet */
div.tablet {
width: 16em;
height: 20em;
left: 20em;
}
/* phone */
div.phone {
width: 9em;
height: 14em;
left: 37em;
}
.tablet div.screen {
width: 14em;
height: 16.5em;
}
.phone div.screen {
width: 8em;
height: 10.5em;
}
.tablet .iframe-wrapper {
width: 48em;
height: 55em;
margin: -19em 0 0 -17em;
}
.tablet iframe {
width: 100%;
height: 100%;
-webkit-transform: scale(0.3);
-ms-zoom: 0.3;
-moz-transform: scale(0.3);
-o-transform: scale(0.3);
}
.phone .iframe-wrapper {
width: 24em;
height: 31em;
margin: -10em 0 0 -8em;
}
.phone iframe {
width: 100%;
height: 100%;
-webkit-transform: scale(0.35);
-ms-zoom: 0.35;
-moz-transform: scale(0.35);
-o-transform: scale(0.35);
}
.laptop .iframe-wrapper {
width: 66.5em;
height: 40em;
margin: -13em 0 0 -22em;
}
.laptop iframe {
width: 100%;
height: 100%;
-webkit-transform: scale(0.35);
-ms-zoom: 0.35;
-moz-transform: scale(0.35);
-o-transform: scale(0.35);
}
}
@media (min-width: 1360px) and (max-width: 1900px) {
body > h1 {
font-size: 1.6em;
}
div.container.service-graphic {
margin-top: 3em;
}
.monitor iframe {
height: 100%;
width: 100%;
-ms-zoom: 0.3;
-moz-transform: scale(0.3);
-moz-transform-origin: 0 0;
-o-transform: scale(0.3);
-o-transform-origin: 0 3;
-webkit-transform: scale(0.3);
-webkit-transform-origin: 0 0;
}
.monitor .iframe-wrapper {
height: 85em;
width: 136.3em;
}
div.laptop {
right: 10em;
}
.laptop > div.btm {
margin-left: -12.3em;
}
div.tablet {
left: 13em;
}
div.phone {
left: 28em;
}
.tablet .iframe-wrapper {
width: 38em;
height: 55em;
margin: -19em 0 0 -13.5em;
}
.tablet iframe {
width: 100%;
height: 100%;
-webkit-transform: scale(0.3);
-ms-zoom: 0.3;
-moz-transform: scale(0.3);
-o-transform: scale(0.3);
}
.phone .iframe-wrapper {
width: 20em;
height: 31em;
margin: -10.6em 0 0 -7.2em;
}
.phone iframe {
width: 100%;
height: 100%;
-webkit-transform: scale(0.3);
-ms-zoom: 0.3;
-moz-transform: scale(0.3);
-o-transform: scale(0.3);
}
.laptop .iframe-wrapper {
width: 65.4em;
height: 40em;
margin: -14em 0 0 -23em;
}
.laptop iframe {
width: 100%;
height: 100%;
-webkit-transform: scale(0.3);
-ms-zoom: 0.3;
-moz-transform: scale(0.3);
-o-transform: scale(0.3);
}
}
@media (max-width: 1359px) {
.use-higher-resolution {
display: block;
}
.container, .url-to-load, .title {
display: none;
}
}
select.language {
position: fixed;
z-index: 9999;
border: none;
padding: 5px;
font-weight: bold;
color: white;
background: #3498DB;
top: 0;
} | css/style.css | @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
html, body {
overflow: hidden;
}
.use-higher-resolution {
display: none;
}
iframe {
pointer-events: none;
background: white;
}
body > h1 {
font-family: "Open Sans", sans-serif;
font-weight: 100;
text-align: center;
position: absolute;
left: 0;
right: 0;
color: #1f1f1f;
}
* {
box-sizing: border-box;
}
body {
background: #FF6255;
}
html, body {
height: 100%;
}
ul {
margin: 0;
padding: 0;
}
li {
margin: 0;
padding: 0;
list-style-type: none;
}
.container {
max-width: 100%;
margin: 2em auto;
position: relative;
/* HAVE SCALED TO FIT THE WINDOW */
}
.service-graphic {
font-size: 10px;
padding: 1em;
}
@media screen and (min-width: 38em) {
.service-graphic {
font-size: 16px;
}
}
.service-graphic > .screen {
width: 42.75em;
height: 24.5em;
position: relative;
background: #f8f8f8;
border: 10px solid #1f1f1f;
border-radius: 10px;
margin: 0 auto;
}
@media screen and (min-width: 38em) {
.service-graphic > .screen {
border: 20px solid #1f1f1f;
}
}
.monitor > div {
position: absolute;
}
.monitor:before,
.monitor:after,
.laptop:before {
content: "";
position: absolute;
left: 50%;
}
.monitor:before,
.laptop:before {
top: -0.25em;
margin: -0.188em 0 0 -0.188em;
width: 0.250em;
height: 0.250em;
border-radius: 0.250em;
background: #d8dbe1;
}
@media screen and (min-width: 38em) {
.monitor:before,
.laptop:before {
top: -10px;
}
}
.screen:after {
width: 8px;
height: 8px;
border-radius: 8px;
bottom: -5px;
margin: 0 0 -0.25em -0.25em;
background: #e8ebf0;
}
@media screen and (min-width: 38em) {
.screen:after {
bottom: -10px;
}
}
.content {
width: 100%;
height: 100%;
overflow: hidden;
}
.content:before {
}
.pg {
width: 240px;
height: 180px;
position: absolute;
left: 50%;
top: 50%;
margin: -90px 0 0 -120px;
background: #ffffff;
border: 1px solid #e8ebf0;
border-top: 20px solid #d8dbe1;
border-radius: 5px;
}
.screen-content {
overflow: hidden;
height: 100%;
}
.btns {
position: absolute;
top: -20px;
left: 7px;
}
.btns:before {
content: "";
position: absolute;
left: 35px;
top: 5px;
height: 10px;
width: 185px;
background: #fff;
border-radius: 3px;
}
.btns > li {
display: inline-block;
list-style: none;
width: 5px;
height: 5px;
border-radius: 5px;
background: #fc5254;
margin-right: 4px;
}
.btns li:nth-child(2) {
background: #fcae52;
}
.btns li:nth-child(3) {
background: #66b34e;
}
.txt {
margin: 10px auto;
width: 85%;
text-align: center;
font-size: 0;
}
.txt > li {
background: #e8ebf0;
width: 100%;
height: 15px;
margin-bottom: 9px;
font-size: 10px;
}
@media screen and (min-width: 38em) {
.txt > li {
font-size: 16px;
}
}
.txt > li.big {
height: 60px;
}
.screen .txt > li:nth-child(1) {
animation: pop 4s 0 linear infinite;
}
.screen .txt > li:nth-child(2) {
animation: pop 4s .2s linear infinite;
}
.screen .txt > li:nth-child(3) {
animation: pop 4s .4s linear infinite;
}
.screen .txt > li:nth-child(4) {
animation: pop 4s .6s linear infinite;
}
.screen .txt > li:nth-child(5) {
animation: pop 4s .8s linear infinite;
}
@keyframes pop {
}
.screen .txt,
.laptop .txt {
animation: scroll 4s 1s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}
@keyframes scroll {
20%,
60% {
transform: translateY(-62%);
}
80% {
margin-top: -50px;
}
}
.txt > .third {
height: 43px;
width: 30%;
margin-right: 5%;
display: inline-block;
}
.txt > li:nth-child(5),
.txt > li:nth-child(10),
.txt > li:nth-child(13),
.txt > li:nth-child(18),
.txt > li:nth-child(21) {
margin-right: 0;
}
.base {
width: 5.625em;
height: 3.1em;
bottom: -3.9em;
left: 50%;
margin-left: -2.8125em;
background: #e8ebf0;
}
@media screen and (min-width: 38em) {
.base {
bottom: -4.375em;
}
}
.base:before,
.base:after,
.grey-shadow:before,
.grey-shadow:after {
content: "";
position: absolute;
top: 0;
}
.base:before {
border-left: 0.813em solid transparent;
border-right: 0px solid transparent;
border-bottom: 3.125em solid #e8ebf0;
left: -0.77em;
}
.base:after {
border-right: 0.813em solid transparent;
border-left: 0px solid transparent;
border-bottom: 3.125em solid #e8ebf0;
right: -0.77em;
}
.base > div {
position: absolute;
}
.grey-shadow {
width: 5.625em;
height: 0.750em;
background: #d8dbe1;
top: 0;
}
.grey-shadow:before {
border-left: 3px solid transparent;
border-right: 0px solid transparent;
border-bottom: 0.75em solid #d8dbe1;
left: -3px;
}
.grey-shadow:after {
border-right: 3px solid transparent;
border-left: 0px solid transparent;
border-bottom: 0.75em solid #d8dbe1;
right: -2px;
z-index: 1;
}
.foot {
background: #e8ebf0;
}
.foot.top {
width: 7.250em;
height: 0.313em;
bottom: -0.313em;
left: 50%;
margin-left: -3.625em;
}
.foot.top:before,
.foot.top:after,
.foot.bottom:before {
content: "";
position: absolute;
top: 0px;
}
.foot.top:before {
border-left: 16px solid transparent;
border-right: 0px solid transparent;
border-bottom: 5px solid #e8ebf0;
left: -16px;
}
.foot.top:after {
border-right: 1em solid transparent;
border-left: 0px solid transparent;
border-bottom: 5px solid #e8ebf0;
right: -1em;
}
.foot.bottom {
width: 9.375em;
height: 0.313em;
bottom: -0.625em;
left: 50%;
margin-left: -4.688em;
}
.laptop {
width: 20.688em;
height: 12.688em;
background: #f8f8f8;
border: 0.75em solid #1f1f1f;
border-radius: 10px 10px 0 0;
position: absolute;
bottom: -3.4em;
right: 9.875em;
z-index: 10;
}
.laptop:before {
top: -6px;
}
.laptop > div {
position: absolute;
}
.laptop > .content {
width: 100%;
height: 100%;
left: 0;
margin-left: 0;
background: #fff;
}
.txt-laptop {
width: 11.813em;
}
.txt-laptop > li {
background: #e8ebf0;
}
.txt-laptop > li:nth-child(2) {
height: 2.563em;
}
.btm {
width: 24.5em;
height: 0.625em;
bottom: -1.188em;
left: 50%;
margin-left: -12.25em;
border-radius: 0 0 20px 20px;
background: #e8ebf0;
z-index: 1;
}
.btm:before {
content: "";
position: absolute;
width: 42px;
height: 4px;
left: 50%;
top: 0;
margin-left: -21px;
border-radius: 0 0 5px 5px;
background: #d8dbe1;
}
.btm:after {
display: none;
content: "";
position: absolute;
width: 100%;
height: 0.25rem;
background: #bababa;
top: .5rem;
border-bottom-right-radius: 7.5rem 2.5rem;
border-bottom-left-radius: 7.5rem 2.5rem;
}
.phone {
width: 7.125em;
height: 10.75em;
position: absolute;
bottom: -4em;
left: 23em;
border-radius: 8px;
background: #1f1f1f;
border: 1.563em solid #1f1f1f;
border-left: 0.313em solid #1f1f1f;
border-right: 0.313em solid #1f1f1f;
}
.phone:before,
.phone:after {
content: "";
position: absolute;
left: 50%;
background: #474e5d;
}
.phone:before {
background: #474e5d;
width: 1.250em;
height: 0.250em;
margin-left: -0.625em;
top: -0.75em;
border-radius: 2px;
}
.phone:after {
width: 0.625em;
height: 0.625em;
border-radius: 0.625em;
bottom: -1.125em;
margin-left: -0.313em;
}
.phone .screen {
width: 5.5em;
height: 7.625em;
margin: 0 auto;
position: relative;
overflow: hidden;
}
.phone .content {
width: 100%;
height: 100%;
}
.phone .txt > li {
height: 1.250em;
}
.txt > li.half {
width: 44%;
margin-right: 6%;
display: inline-block;
}
.txt > li.half:nth-of-type(even) {
margin-right: 0;
}
.tablet {
width: 12.75em;
height: 16.75em;
position: absolute;
bottom: -4em;
left: 9em;
border-radius: 8px;
background: #1f1f1f;
border: 1.563em solid #1f1f1f;
border-left: 0.313em solid #1f1f1f;
border-right: 0.313em solid #1f1f1f;
}
.tablet:before,
.tablet:after {
content: "";
position: absolute;
left: 50%;
background: #474e5d;
}
.tablet:before {
background: #474e5d;
width: 1.250em;
height: 0.250em;
margin-left: -0.625em;
top: -0.75em;
border-radius: 2px;
}
.tablet:after {
width: 0.625em;
height: 0.625em;
border-radius: 0.625em;
bottom: -1.125em;
margin-left: -0.313em;
}
.tablet .screen {
width: 11em;
height: 13.7em;
margin: 0 auto;
position: relative;
overflow: hidden;
}
.tablet .content {
width: 100%;
left: 0%;
margin-left: 0px;
}
.tablet .half {
height: 35px;
}
.shadow {
position: absolute;
width: 350px;
height: 15px;
left: 50%;
margin-left: -175px;
z-index: -1;
bottom: -20px;
}
.laptop .shadow {
width: 450px;
margin-left: -225px;
bottom: -26px;
}
.phone .shadow {
bottom: -30px;
margin-left: -50px;
height: 10px;
width: 100px;
}
.phone .txt {
animation: scroll 4s 1s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}
input.url-to-load {
position: absolute;
bottom: 1em;
left: 50%;
margin-left: -250px;
width: 500px;
border: 3px solid #c0392b;
padding: 7px;
font-weight: 100;
font-family: "Open Sans", sans-serif;
font-size: 20px;
outline: none;
background: #ecf0f1;
color: #2c3e50;
}
input.url-to-load:focus {
border-color: #e74c3c;
background: #f1c40f;
}
/* high resolutions */
@media (min-width: 1905px) {
body > h1 {
font-size: 4em;
}
div.container.service-graphic {
margin-top: 160px;
}
/* monitor */
.monitor iframe {
height: 100%;
width: 100%;
-ms-zoom: 0.4;
-moz-transform: scale(0.4);
-moz-transform-origin: 0 0;
-o-transform: scale(0.4);
-o-transform-origin: 0 4;
-webkit-transform: scale(0.4);
-webkit-transform-origin: 0 0;
}
div.screen.monitor {
width: 57em;
height: 35em;
}
.monitor .iframe-wrapper {
height: 85em;
width: 136.3em;
}
/* laptop */
div.laptop {
width: 24em;
height: 15em;
right: 20em;
}
.laptop > div.btm {
width: 26em;
margin-left: -13em;
}
/* tablet */
div.tablet {
width: 16em;
height: 20em;
left: 20em;
}
/* phone */
div.phone {
width: 9em;
height: 14em;
left: 37em;
}
.tablet div.screen {
width: 14em;
height: 16.5em;
}
.phone div.screen {
width: 8em;
height: 10.5em;
}
.tablet .iframe-wrapper {
width: 48em;
height: 55em;
margin: -19em 0 0 -17em;
}
.tablet iframe {
width: 100%;
height: 100%;
-webkit-transform: scale(0.3);
-ms-zoom: 0.3;
-moz-transform: scale(0.3);
-o-transform: scale(0.3);
}
.phone .iframe-wrapper {
width: 24em;
height: 31em;
margin: -10em 0 0 -8em;
}
.phone iframe {
width: 100%;
height: 100%;
-webkit-transform: scale(0.35);
-ms-zoom: 0.35;
-moz-transform: scale(0.35);
-o-transform: scale(0.35);
}
.laptop .iframe-wrapper {
width: 66.5em;
height: 40em;
margin: -13em 0 0 -22em;
}
.laptop iframe {
width: 100%;
height: 100%;
-webkit-transform: scale(0.35);
-ms-zoom: 0.35;
-moz-transform: scale(0.35);
-o-transform: scale(0.35);
}
}
@media (min-width: 1360px) and (max-width: 1900px) {
body > h1 {
font-size: 1.6em;
}
div.container.service-graphic {
margin-top: 3em;
}
.monitor iframe {
height: 100%;
width: 100%;
-ms-zoom: 0.3;
-moz-transform: scale(0.3);
-moz-transform-origin: 0 0;
-o-transform: scale(0.3);
-o-transform-origin: 0 3;
-webkit-transform: scale(0.3);
-webkit-transform-origin: 0 0;
}
.monitor .iframe-wrapper {
height: 85em;
width: 136.3em;
}
div.laptop {
right: 10em;
}
.laptop > div.btm {
margin-left: -12.3em;
}
div.tablet {
left: 13em;
}
div.phone {
left: 28em;
}
.tablet .iframe-wrapper {
width: 38em;
height: 55em;
margin: -19em 0 0 -13.5em;
}
.tablet iframe {
width: 100%;
height: 100%;
-webkit-transform: scale(0.3);
-ms-zoom: 0.3;
-moz-transform: scale(0.3);
-o-transform: scale(0.3);
}
.phone .iframe-wrapper {
width: 20em;
height: 31em;
margin: -10.6em 0 0 -7.2em;
}
.phone iframe {
width: 100%;
height: 100%;
-webkit-transform: scale(0.3);
-ms-zoom: 0.3;
-moz-transform: scale(0.3);
-o-transform: scale(0.3);
}
.laptop .iframe-wrapper {
width: 65.4em;
height: 40em;
margin: -14em 0 0 -23em;
}
.laptop iframe {
width: 100%;
height: 100%;
-webkit-transform: scale(0.3);
-ms-zoom: 0.3;
-moz-transform: scale(0.3);
-o-transform: scale(0.3);
}
}
@media (max-width: 1359px) {
.use-higher-resolution {
display: block;
}
.container, .url-to-load, .title {
display: none;
}
}
select.language {
position: fixed;
z-index: 9999;
border: none;
padding: 5px;
font-weight: bold;
color: white;
background: #3498DB;
top: 0;
} | 0.559771 | 0.078219 |
@charset "utf-8";
/*
Template Name: Elegant Typo
Author: <a href="http://www.os-templates.com/">OS Templates</a>
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
File: Homepage CSS
*/
#wrapper #introbox{display:block; width:640px; height:274px; margin-bottom:40px; text-align:right; font-family:Georgia, "Times New Roman", Times, serif;}
#wrapper #introbox div{display:block; float:left; height:274px; font-size:300px; line-height:0.8em; color:#E2E2E2; background-color:#FFFFFF;}
#wrapper #introbox h2, #introbox p{margin:0 10px 0 0; padding:0; font-weight:normal; line-height:1em;}
#wrapper #introbox h2{padding-top:65px; font-size:33px; color:#000000; background-color:#FFFFFF;}
#wrapper #introbox p{margin-top:40px; font-size:22px; color:#666666; background-color:#FFFFFF; line-height:2em;}
/* ----------------------------------------------Middle Content Block------------------------------------- */
#wrapper .homecontent{display:block; width:640px; margin:0 0 40px 0; padding:0;}
#wrapper .homecontent ul{margin:0; padding:0; list-style:none;}
#wrapper .homecontent li{display:block; float:left; width:300px; margin:0 40px 0 0; padding:0;}
#wrapper .homecontent li.last{margin-right:0;}
#wrapper .homecontent li p.imgholder{display:block; width:286px; height:100px; margin:0 0 15px 0; padding:6px; color:#666666; background-color:#F7F7F7; border:1px solid #CCCCCC;}
/* Type 1 */
#wrapper .homecontent li h2{margin:0; padding:0 0 8px 0; font-size:13px; font-weight:bold; color:#666666; background-color:#FFFFFF; line-height:normal; border-bottom:1px dashed #CCCCCC;}
/* Type 2 */
#wrapper .homecontent li h2.title{display:block; width:100%; height:65px; margin:0; padding:15px 0 8px 0; font-size:20px; font-weight:normal; color:#666666; background-color:#FFFFFF; line-height:normal; border-bottom:1px dashed #CCCCCC;}
#wrapper .homecontent li h2.title img{float:left; margin:-15px 8px 0 0; padding:5px; color:#666666; background-color:#F7F7F7; border:1px solid #CCCCCC;}
#wrapper .homecontent p.readmore, #wrapper .homecontent p.readmore2{display:block; width:290px; padding:5px; text-align:right; line-height:normal;}
#wrapper .homecontent p.readmore, #wrapper .homecontent p.readmore a{font-weight:bold; color:#660000; background-color:#F7F7F7;} | layout/styles/homepage.css | @charset "utf-8";
/*
Template Name: Elegant Typo
Author: <a href="http://www.os-templates.com/">OS Templates</a>
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
File: Homepage CSS
*/
#wrapper #introbox{display:block; width:640px; height:274px; margin-bottom:40px; text-align:right; font-family:Georgia, "Times New Roman", Times, serif;}
#wrapper #introbox div{display:block; float:left; height:274px; font-size:300px; line-height:0.8em; color:#E2E2E2; background-color:#FFFFFF;}
#wrapper #introbox h2, #introbox p{margin:0 10px 0 0; padding:0; font-weight:normal; line-height:1em;}
#wrapper #introbox h2{padding-top:65px; font-size:33px; color:#000000; background-color:#FFFFFF;}
#wrapper #introbox p{margin-top:40px; font-size:22px; color:#666666; background-color:#FFFFFF; line-height:2em;}
/* ----------------------------------------------Middle Content Block------------------------------------- */
#wrapper .homecontent{display:block; width:640px; margin:0 0 40px 0; padding:0;}
#wrapper .homecontent ul{margin:0; padding:0; list-style:none;}
#wrapper .homecontent li{display:block; float:left; width:300px; margin:0 40px 0 0; padding:0;}
#wrapper .homecontent li.last{margin-right:0;}
#wrapper .homecontent li p.imgholder{display:block; width:286px; height:100px; margin:0 0 15px 0; padding:6px; color:#666666; background-color:#F7F7F7; border:1px solid #CCCCCC;}
/* Type 1 */
#wrapper .homecontent li h2{margin:0; padding:0 0 8px 0; font-size:13px; font-weight:bold; color:#666666; background-color:#FFFFFF; line-height:normal; border-bottom:1px dashed #CCCCCC;}
/* Type 2 */
#wrapper .homecontent li h2.title{display:block; width:100%; height:65px; margin:0; padding:15px 0 8px 0; font-size:20px; font-weight:normal; color:#666666; background-color:#FFFFFF; line-height:normal; border-bottom:1px dashed #CCCCCC;}
#wrapper .homecontent li h2.title img{float:left; margin:-15px 8px 0 0; padding:5px; color:#666666; background-color:#F7F7F7; border:1px solid #CCCCCC;}
#wrapper .homecontent p.readmore, #wrapper .homecontent p.readmore2{display:block; width:290px; padding:5px; text-align:right; line-height:normal;}
#wrapper .homecontent p.readmore, #wrapper .homecontent p.readmore a{font-weight:bold; color:#660000; background-color:#F7F7F7;} | 0.343452 | 0.056055 |
@import url(https://fonts.googleapis.com/css?family=Dosis:600&subset=latin,latin-ext);@font-face {
font-family: "controls";
src: url("controls.eot");
src: url("controls.eot#iefix") format("embedded-opentype"),
url("controls.woff") format("woff"),
url("controls.ttf") format("truetype"),
url("controls.svg") format("svg");
font-weight: normal;
font-style: normal;
}
#wowslider-container1 {
zoom: 1;
position: relative;
width: 100%;
max-width:1200px;
max-height:500px;
margin:0px auto 0px;
z-index:90;
border:none;
text-align:left; /* reset align=center */
font-size: 10px;
/* reset box-sizing (to boostrap friendly) */
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
* html #wowslider-container1{ width:960px }
#wowslider-container1 .ws_images ul{
position:relative;
width: 10000%;
height:100%;
left:0;
list-style:none;
margin:0;
padding:0;
border-spacing:0;
overflow: visible;
/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
position: relative;
width:1%;
height:100%;
line-height:0; /*opera*/
overflow: hidden;
float:left;
font-size:0;
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
}
#wowslider-container1 .ws_images{
position: relative;
left:0;
top:0;
width:100%;
height:100%;
max-height:360px;
overflow:hidden;
}
#wowslider-container1 .ws_images a{
width:100%;
height:100%;
max-height:360px;
display:block;
color:transparent;
}
#wowslider-container1 img{
max-width: none !important;
}
#wowslider-container1 .ws_images img{
width:100%;
border:none 0;
max-width: none;
padding:0;
margin:0;
}
#wowslider-container1 .ws_images iframe {
position: absolute;
z-index: -1;
}
#wowslider-container1 .ws-title > div {
display: inline-block !important;
}
#wowslider-container1 a{
text-decoration: none;
outline: none;
border: none;
}
#wowslider-container1 .ws_bullets {
float: left;
position:absolute;
z-index:70;
}
#wowslider-container1 .ws_bullets div{
position:relative;
float:left;
font-size: 0px;
}
#wowslider-container1 .wsl{
display:none;
}
#wowslider-container1 sound,
#wowslider-container1 object{
position:absolute;
}
/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
position: static;
}
#wowslider-container1 .ws_photoItem {
background: #fff;
}
#wowslider-container1 .ws_photoItem > div {
left: 2em;
right: 2em;
top: 2em;
bottom: 2em;
}
#wowslider-container1.ws_gestures {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdT<KEY>3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA<KEY>SUR<KEY>), move;
}
/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets {
display: none;
}
#wowslider-container1.ws_video_playing:hover .ws_bullets {
display: block;
}
/* IE fix because it don't show controls on hover if frame visible */
#wowslider-container1.ws_video_playing_ie .ws_bullets,
#wowslider-container1.ws_video_playing_ie a.ws_next,
#wowslider-container1.ws_video_playing_ie a.ws_prev {
display: block;
}
/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
position: absolute;
display: none;
cursor: pointer;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
display: block;
}
#wowslider-container1 .ws_video_btn div {
position: absolute;
background-image: url(./playvideo.png);
background-size: 200%;
top: 50%;
left: 50%;
width: 7em;
height: 5em;
margin-left: -3.5em;
margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
background-position: 100% 100%;
}
#wowslider-container1 .ws_playpause.ws_hide {
display: none !important;
}
#wowslider-container1 .ws_bullets {
padding: 10px;
}
#wowslider-container1 .ws_bullets a {
position:relative;
display: inline-block;
margin: 4px 10px;
padding: 7px;
width: 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 2px #fff;
-moz-box-shadow: 0 0 0 2px #fff;
box-shadow: 0 0 0 2px #fff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#wowslider-container1 .ws_bullets a:hover:after{
background-color: #60CAC0;
}
#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover{
background-color: #fff;
-webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
-moz-box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
}
#wowslider-container1 .ws_bullets a.ws_selbull:after,
#wowslider-container1 .ws_bullets a.ws_overbull:after{
position: absolute;
content:'';
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #60CAC0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transform:scale(0.4);
-moz-transform:scale(0.4);
-o-transform:scale(0.4);
transform:scale(0.4);
}
@-webkit-keyframes nextArrow {
49% { -webkit-transform: translate(100%); }
50% { opacity: 0; -webkit-transform: translate(-100%); }
51% { opacity: 1; }
}
@-moz-keyframes nextArrow {
49% { -moz-transform: translate(100%); }
50% { opacity: 0; -moz-transform: translate(-100%); }
51% { opacity: 1; }
}
@keyframes nextArrow {
49% { transform: translate(100%); }
50% { opacity: 0; transform: translate(-100%); }
51% { opacity: 1; }
}
@-webkit-keyframes prevArrow {
49% { -webkit-transform: translate(-100%); }
50% { opacity: 0; -webkit-transform: translate(100%); }
51% { opacity: 1; }
}
@-moz-keyframes prevArrow {
49% { -moz-transform: translate(-100%); }
50% { opacity: 0; -moz-transform: translate(100%); }
51% { opacity: 1; }
}
@keyframes prevArrow {
49% { transform: translate(-100%); }
50% { opacity: 0; transform: translate(100%); }
51% { opacity: 1; }
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
font: 2.8em "controls";
z-index:60;
color: #60CAC0;
background-color:#fff;
overflow: hidden;
width: 1.6em;
height: 1.6em;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
#wowslider-container1 a.ws_next {
position:absolute;
top:50%;
margin-top:-0.8em;
right: 0.5em;
}
#wowslider-container1 a.ws_prev {
position:absolute;
top:50%;
margin-top:-0.8em;
left: 0.5em;
}
#wowslider-container1 a.ws_next:after,
#wowslider-container1 a.ws_prev:after {
display: block;
text-align: center;
line-height: 1.5em;
line-height: 1.9em\9; /* ie9 hack */
-webkit-transition: color .4s ease;
-moz-transition: color .4s ease;
-o-transition: color .4s ease;
transition: color .4s ease;
}
/* IE10+ hacks */
_:-ms-input-placeholder, :root #wowslider-container1 a.ws_prev:after {line-height: 1.9em;}
/* IE10+ hacks */
_:-ms-input-placeholder, :root #wowslider-container1 a.ws_next:after {line-height: 1.9em;}
#wowslider-container1 a.ws_next:after{
content:'\e801';
}
#wowslider-container1 a.ws_prev:after{
content:'\e800';
}
#wowslider-container1 a.ws_next:hover:after{
color: #fff;
-webkit-animation: nextArrow 0.3s forwards;
-moz-animation: nextArrow 0.3s forwards;
animation: nextArrow 0.3s forwards;
}
#wowslider-container1 a.ws_prev:hover:after{
color: #fff;
-webkit-animation: prevArrow 0.3s forwards;
-moz-animation: prevArrow 0.3s forwards;
animation: prevArrow 0.3s forwards;
}
#wowslider-container1 a.ws_next:hover,
#wowslider-container1 a.ws_prev:hover{
background-color: #60CAC0;
-webkit-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
-moz-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
}
/*playpause*/
@-webkit-keyframes playAnimate {
49% { -webkit-transform: translateY(100%); }
50% { opacity: 0; -webkit-transform: translateY(-100%); }
51% { opacity: 1; }
}
@-moz-keyframes playAnimate {
49% { -moz-transform: translateY(100%); }
50% { opacity: 0; -moz-transform: translateY(-100%); }
51% { opacity: 1; }
}
@keyframes playAnimate {
49% { transform: translateY(100%); }
50% { opacity: 0; transform: translateY(-100%); }
51% { opacity: 1; }
}
@-webkit-keyframes pauseAnimate {
49% { -webkit-transform: translateY(-100%); }
50% { opacity: 0; -webkit-transform: translateY(100%); }
51% { opacity: 1; }
}
@-moz-keyframes pauseAnimate {
49% { -moz-transform: translateY(-100%); }
50% { opacity: 0; -moz-transform: translateY(100%); }
51% { opacity: 1; }
}
@keyframes pauseAnimate {
49% { transform: translateY(-100%); }
50% { opacity: 0; transform: translateY(100%); }
51% { opacity: 1; }
}
#wowslider-container1 .ws_playpause {
position:absolute;
top:50%;
left: 50%;
margin-top:-1.15em;
font: 2em "controls";
color: #60CAC0;
background-color:#fff;
z-index: 59;
text-decoration: none;
margin-left: -1.15em;
width: 2.3em;
height: 2.3em;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
#wowslider-container1 .ws_playpause:hover {
background-color: #60CAC0;
-webkit-box-shadow: 0 0 0 0.35em rgba(255,255,255,0.3);
-moz-box-shadow: 0 0 0 0.35em rgba(255,255,255,0.3);
box-shadow: 0 0 0 0.35em rgba(255,255,255,0.3);
}
#wowslider-container1 .ws_playpause:after{
display: block;
text-align: center;
line-height: 2.3em;
line-height: 2.6em\9; /* ie9 hack */
-webkit-transition: color .4s ease;
-moz-transition: color .4s ease;
-o-transition: color .4s ease;
transition: color .4s ease;
}
/* IE10+ hacks */
_:-ms-input-placeholder, :root #wowslider-container1 .ws_playpause:after {line-height: 2.6em;}
#wowslider-container1 .ws_pause:after {
content: '\e803';
}
#wowslider-container1 .ws_play:after {
content: '\e802';
}
#wowslider-container1 .ws_pause:hover:after {
color: #fff;
-webkit-animation: pauseAnimate 0.3s forwards;
-moz-animation: pauseAnimate 0.3s forwards;
animation: pauseAnimate 0.3s forwards;
}
#wowslider-container1 .ws_play:hover:after {
color: #fff;
-webkit-animation: playAnimate 0.3s forwards;
-moz-animation: playAnimate 0.3s forwards;
animation: playAnimate 0.3s forwards;
}
/* bottom center */
#wowslider-container1 .ws_bullets {
bottom: 18px;
left: 364px;
}
#wowslider-container1 .ws_bullets div{
left:-50%;
}
#wowslider-container1 .ws_bulframe span{
visibility: visible;
opacity: 1;
position: absolute;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #fff;
bottom:-8px;
margin-left:-7px;
left:64px;
}#wowslider-container1 .ws-title{
position: absolute;
margin-right:10em;
z-index: 50;
color: #FFFFFF;
left: 1em;
background: none;
padding: 1em;
font: 1.3em 'Dosis', sans-serif;
bottom: 30px;
top: auto;
opacity: 1;
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
display:inline-block;
padding: 0.5em;
text-transform: uppercase;
}
#wowslider-container1 .ws-title div{
display:block;
margin-top:0.5em;
font-size: 1.1em;
padding: 0.7em;
line-height: 1.15em;
background-color:#60CAC0;
color:#fff;
-webkit-border-radius: 0.8em;
-moz-border-radius: 0.8em;
border-radius: 0.8em;
}
#wowslider-container1 .ws-title span{
font-size: 1.8em;
-webkit-border-radius: 0.8em;
-moz-border-radius: 0.8em;
border-radius: 0.8em;
background-color:#fff;
color:#60CAC0;
}#wowslider-container1 .ws_images > ul{
animation: wsBasic 24s infinite;
-moz-animation: wsBasic 24s infinite;
-webkit-animation: wsBasic 24s infinite;
}
@keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} }
@-moz-keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} }
#wowslider-container1 .ws_bullets a img{
text-indent:0;
display:block;
bottom:15px;
left:-64px;
visibility:hidden;
position:absolute;
border: 1px solid #FFFFFF;
max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
visibility:visible;
}
#wowslider-container1 .ws_bulframe div div{
height:48px;
overflow:visible;
position:relative;
}
#wowslider-container1 .ws_bulframe div {
left:0;
overflow:hidden;
position:relative;
width:128px;
background-color:#FFFFFF;
}
#wowslider-container1 .ws_bullets .ws_bulframe{
display:none;
bottom:25px;
margin-left:4px;
overflow:visible;
position:absolute;
cursor:pointer;
border: 3px solid #FFFFFF;
} | engine1/style.css | @import url(https://fonts.googleapis.com/css?family=Dosis:600&subset=latin,latin-ext);@font-face {
font-family: "controls";
src: url("controls.eot");
src: url("controls.eot#iefix") format("embedded-opentype"),
url("controls.woff") format("woff"),
url("controls.ttf") format("truetype"),
url("controls.svg") format("svg");
font-weight: normal;
font-style: normal;
}
#wowslider-container1 {
zoom: 1;
position: relative;
width: 100%;
max-width:1200px;
max-height:500px;
margin:0px auto 0px;
z-index:90;
border:none;
text-align:left; /* reset align=center */
font-size: 10px;
/* reset box-sizing (to boostrap friendly) */
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
* html #wowslider-container1{ width:960px }
#wowslider-container1 .ws_images ul{
position:relative;
width: 10000%;
height:100%;
left:0;
list-style:none;
margin:0;
padding:0;
border-spacing:0;
overflow: visible;
/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
position: relative;
width:1%;
height:100%;
line-height:0; /*opera*/
overflow: hidden;
float:left;
font-size:0;
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
}
#wowslider-container1 .ws_images{
position: relative;
left:0;
top:0;
width:100%;
height:100%;
max-height:360px;
overflow:hidden;
}
#wowslider-container1 .ws_images a{
width:100%;
height:100%;
max-height:360px;
display:block;
color:transparent;
}
#wowslider-container1 img{
max-width: none !important;
}
#wowslider-container1 .ws_images img{
width:100%;
border:none 0;
max-width: none;
padding:0;
margin:0;
}
#wowslider-container1 .ws_images iframe {
position: absolute;
z-index: -1;
}
#wowslider-container1 .ws-title > div {
display: inline-block !important;
}
#wowslider-container1 a{
text-decoration: none;
outline: none;
border: none;
}
#wowslider-container1 .ws_bullets {
float: left;
position:absolute;
z-index:70;
}
#wowslider-container1 .ws_bullets div{
position:relative;
float:left;
font-size: 0px;
}
#wowslider-container1 .wsl{
display:none;
}
#wowslider-container1 sound,
#wowslider-container1 object{
position:absolute;
}
/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
position: static;
}
#wowslider-container1 .ws_photoItem {
background: #fff;
}
#wowslider-container1 .ws_photoItem > div {
left: 2em;
right: 2em;
top: 2em;
bottom: 2em;
}
#wowslider-container1.ws_gestures {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdT<KEY>3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA<KEY>SUR<KEY>), move;
}
/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets {
display: none;
}
#wowslider-container1.ws_video_playing:hover .ws_bullets {
display: block;
}
/* IE fix because it don't show controls on hover if frame visible */
#wowslider-container1.ws_video_playing_ie .ws_bullets,
#wowslider-container1.ws_video_playing_ie a.ws_next,
#wowslider-container1.ws_video_playing_ie a.ws_prev {
display: block;
}
/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
position: absolute;
display: none;
cursor: pointer;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
display: block;
}
#wowslider-container1 .ws_video_btn div {
position: absolute;
background-image: url(./playvideo.png);
background-size: 200%;
top: 50%;
left: 50%;
width: 7em;
height: 5em;
margin-left: -3.5em;
margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
background-position: 100% 100%;
}
#wowslider-container1 .ws_playpause.ws_hide {
display: none !important;
}
#wowslider-container1 .ws_bullets {
padding: 10px;
}
#wowslider-container1 .ws_bullets a {
position:relative;
display: inline-block;
margin: 4px 10px;
padding: 7px;
width: 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 2px #fff;
-moz-box-shadow: 0 0 0 2px #fff;
box-shadow: 0 0 0 2px #fff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#wowslider-container1 .ws_bullets a:hover:after{
background-color: #60CAC0;
}
#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover{
background-color: #fff;
-webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
-moz-box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
}
#wowslider-container1 .ws_bullets a.ws_selbull:after,
#wowslider-container1 .ws_bullets a.ws_overbull:after{
position: absolute;
content:'';
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #60CAC0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transform:scale(0.4);
-moz-transform:scale(0.4);
-o-transform:scale(0.4);
transform:scale(0.4);
}
@-webkit-keyframes nextArrow {
49% { -webkit-transform: translate(100%); }
50% { opacity: 0; -webkit-transform: translate(-100%); }
51% { opacity: 1; }
}
@-moz-keyframes nextArrow {
49% { -moz-transform: translate(100%); }
50% { opacity: 0; -moz-transform: translate(-100%); }
51% { opacity: 1; }
}
@keyframes nextArrow {
49% { transform: translate(100%); }
50% { opacity: 0; transform: translate(-100%); }
51% { opacity: 1; }
}
@-webkit-keyframes prevArrow {
49% { -webkit-transform: translate(-100%); }
50% { opacity: 0; -webkit-transform: translate(100%); }
51% { opacity: 1; }
}
@-moz-keyframes prevArrow {
49% { -moz-transform: translate(-100%); }
50% { opacity: 0; -moz-transform: translate(100%); }
51% { opacity: 1; }
}
@keyframes prevArrow {
49% { transform: translate(-100%); }
50% { opacity: 0; transform: translate(100%); }
51% { opacity: 1; }
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
font: 2.8em "controls";
z-index:60;
color: #60CAC0;
background-color:#fff;
overflow: hidden;
width: 1.6em;
height: 1.6em;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
#wowslider-container1 a.ws_next {
position:absolute;
top:50%;
margin-top:-0.8em;
right: 0.5em;
}
#wowslider-container1 a.ws_prev {
position:absolute;
top:50%;
margin-top:-0.8em;
left: 0.5em;
}
#wowslider-container1 a.ws_next:after,
#wowslider-container1 a.ws_prev:after {
display: block;
text-align: center;
line-height: 1.5em;
line-height: 1.9em\9; /* ie9 hack */
-webkit-transition: color .4s ease;
-moz-transition: color .4s ease;
-o-transition: color .4s ease;
transition: color .4s ease;
}
/* IE10+ hacks */
_:-ms-input-placeholder, :root #wowslider-container1 a.ws_prev:after {line-height: 1.9em;}
/* IE10+ hacks */
_:-ms-input-placeholder, :root #wowslider-container1 a.ws_next:after {line-height: 1.9em;}
#wowslider-container1 a.ws_next:after{
content:'\e801';
}
#wowslider-container1 a.ws_prev:after{
content:'\e800';
}
#wowslider-container1 a.ws_next:hover:after{
color: #fff;
-webkit-animation: nextArrow 0.3s forwards;
-moz-animation: nextArrow 0.3s forwards;
animation: nextArrow 0.3s forwards;
}
#wowslider-container1 a.ws_prev:hover:after{
color: #fff;
-webkit-animation: prevArrow 0.3s forwards;
-moz-animation: prevArrow 0.3s forwards;
animation: prevArrow 0.3s forwards;
}
#wowslider-container1 a.ws_next:hover,
#wowslider-container1 a.ws_prev:hover{
background-color: #60CAC0;
-webkit-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
-moz-box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
box-shadow: 0 0 0 0.25em rgba(255,255,255,0.3);
}
/*playpause*/
@-webkit-keyframes playAnimate {
49% { -webkit-transform: translateY(100%); }
50% { opacity: 0; -webkit-transform: translateY(-100%); }
51% { opacity: 1; }
}
@-moz-keyframes playAnimate {
49% { -moz-transform: translateY(100%); }
50% { opacity: 0; -moz-transform: translateY(-100%); }
51% { opacity: 1; }
}
@keyframes playAnimate {
49% { transform: translateY(100%); }
50% { opacity: 0; transform: translateY(-100%); }
51% { opacity: 1; }
}
@-webkit-keyframes pauseAnimate {
49% { -webkit-transform: translateY(-100%); }
50% { opacity: 0; -webkit-transform: translateY(100%); }
51% { opacity: 1; }
}
@-moz-keyframes pauseAnimate {
49% { -moz-transform: translateY(-100%); }
50% { opacity: 0; -moz-transform: translateY(100%); }
51% { opacity: 1; }
}
@keyframes pauseAnimate {
49% { transform: translateY(-100%); }
50% { opacity: 0; transform: translateY(100%); }
51% { opacity: 1; }
}
#wowslider-container1 .ws_playpause {
position:absolute;
top:50%;
left: 50%;
margin-top:-1.15em;
font: 2em "controls";
color: #60CAC0;
background-color:#fff;
z-index: 59;
text-decoration: none;
margin-left: -1.15em;
width: 2.3em;
height: 2.3em;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
#wowslider-container1 .ws_playpause:hover {
background-color: #60CAC0;
-webkit-box-shadow: 0 0 0 0.35em rgba(255,255,255,0.3);
-moz-box-shadow: 0 0 0 0.35em rgba(255,255,255,0.3);
box-shadow: 0 0 0 0.35em rgba(255,255,255,0.3);
}
#wowslider-container1 .ws_playpause:after{
display: block;
text-align: center;
line-height: 2.3em;
line-height: 2.6em\9; /* ie9 hack */
-webkit-transition: color .4s ease;
-moz-transition: color .4s ease;
-o-transition: color .4s ease;
transition: color .4s ease;
}
/* IE10+ hacks */
_:-ms-input-placeholder, :root #wowslider-container1 .ws_playpause:after {line-height: 2.6em;}
#wowslider-container1 .ws_pause:after {
content: '\e803';
}
#wowslider-container1 .ws_play:after {
content: '\e802';
}
#wowslider-container1 .ws_pause:hover:after {
color: #fff;
-webkit-animation: pauseAnimate 0.3s forwards;
-moz-animation: pauseAnimate 0.3s forwards;
animation: pauseAnimate 0.3s forwards;
}
#wowslider-container1 .ws_play:hover:after {
color: #fff;
-webkit-animation: playAnimate 0.3s forwards;
-moz-animation: playAnimate 0.3s forwards;
animation: playAnimate 0.3s forwards;
}
/* bottom center */
#wowslider-container1 .ws_bullets {
bottom: 18px;
left: 364px;
}
#wowslider-container1 .ws_bullets div{
left:-50%;
}
#wowslider-container1 .ws_bulframe span{
visibility: visible;
opacity: 1;
position: absolute;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid #fff;
bottom:-8px;
margin-left:-7px;
left:64px;
}#wowslider-container1 .ws-title{
position: absolute;
margin-right:10em;
z-index: 50;
color: #FFFFFF;
left: 1em;
background: none;
padding: 1em;
font: 1.3em 'Dosis', sans-serif;
bottom: 30px;
top: auto;
opacity: 1;
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
display:inline-block;
padding: 0.5em;
text-transform: uppercase;
}
#wowslider-container1 .ws-title div{
display:block;
margin-top:0.5em;
font-size: 1.1em;
padding: 0.7em;
line-height: 1.15em;
background-color:#60CAC0;
color:#fff;
-webkit-border-radius: 0.8em;
-moz-border-radius: 0.8em;
border-radius: 0.8em;
}
#wowslider-container1 .ws-title span{
font-size: 1.8em;
-webkit-border-radius: 0.8em;
-moz-border-radius: 0.8em;
border-radius: 0.8em;
background-color:#fff;
color:#60CAC0;
}#wowslider-container1 .ws_images > ul{
animation: wsBasic 24s infinite;
-moz-animation: wsBasic 24s infinite;
-webkit-animation: wsBasic 24s infinite;
}
@keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} }
@-moz-keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} }
#wowslider-container1 .ws_bullets a img{
text-indent:0;
display:block;
bottom:15px;
left:-64px;
visibility:hidden;
position:absolute;
border: 1px solid #FFFFFF;
max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
visibility:visible;
}
#wowslider-container1 .ws_bulframe div div{
height:48px;
overflow:visible;
position:relative;
}
#wowslider-container1 .ws_bulframe div {
left:0;
overflow:hidden;
position:relative;
width:128px;
background-color:#FFFFFF;
}
#wowslider-container1 .ws_bullets .ws_bulframe{
display:none;
bottom:25px;
margin-left:4px;
overflow:visible;
position:absolute;
cursor:pointer;
border: 3px solid #FFFFFF;
} | 0.224991 | 0.060585 |
#safe-ribbon a{
z-index: 2000;
background:#E98300;
color:#fff;
text-decoration:none;
font-family:arial, sans-serif;
text-align:center;
font-weight:bold;
padding:5px 40px;
font-size:1rem;
line-height:2rem;
position:relative;
transition:0.5s;
}
#safe-ribbon a:hover{
background:#DA7B00;
color:#fff;
}
#safe-ribbon a::before,#safe-ribbon a::after{
content:"";
width:100%;
display:block;
position:absolute;
top:1px;
left:0;
height:1px;
background:#ffffff;
}
#safe-ribbon a::after{
bottom:1px;
top:auto;
}
@media screen and (min-width:767px){
#safe-ribbon{
position:absolute;
display:block;
top:0;
right:0;
width:200px;
overflow:hidden;
height:200px;
}
#safe-ribbon a{
width:200px;
position:absolute;
top:60px;
right:-60px;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
box-shadow:0px 1px 4px rgba(0,0,0,0.8);
}
}
body {
padding-top: 60px;
font-family: verdana;
}
@media (max-width: 980px) {
body{
padding-top: 0;
}
}
.brand{
color: #ffffff !important;
font-weight: 400 !important;
text-shadow: none !important;
}
.navbar-inner {
background-color: #7AB800;
background-image: none;
}
/**** End of Header CSS ****/
html, body {
height: 100%;
}
body {
margin: 0;
padding: 0;
line-height: 1.5em;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
color: black;
}
b {
font-size: 110%;
}
em {
color: red;
}
h1 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
color: white;
background-color: #E98300;
font-weight: bold;
padding: 1px 5px 1px 5px;
}
/*
The mapwrapper contains the map and the floating request panel
*/
#mapwrapper {
width: 100%;
height: 70%;
z-index: 1;
}
#map_canvas {
height: 70%;
bottom: 1px;
left: 1px;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
right: 1px;
top: 40px;
}
#mapBingMaps, #mapArcGISServer, #mapOpenLayers{
width: 99.9%;
height: 70%;
bottom: 1px;
left: 1px;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
right: 1px;
top: 1px;
}
/*
The request panel where you set
the parameters for the translation
*/
#request_form {
top: 45px;
margin: 5px;
text-align: left;
position: absolute;
width: 350px; /*Width of left column*/
z-index: 100;
-moz-border-radius: 8px;
border-radius: 8px;
background-color: white;
min-height: 402px;
box-shadow: 10px 10px 5px #888;
}
#request_form h1:first-child{
border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
}
#draw-tools {
padding-bottom: 20px;
}
#draw-tools button {
margin: 15px 10px 0px 23px;
width: 130px;
}
#fmeForm {
padding-left: 10px;
padding-top: 10px;
font-weight: bold;
}
#fmeForm element {
color: #202020;
font-weight: normal;
}
#fmeForm input {
padding-left: 8px;
}
#fmeForm input:last-child {
margin: 4px 0px 9px 70px;
width: 200px;
}
#fmeForm input[type="checkbox"] {
margin:0px 10px;
vertical-align: middle;
display: inline;
clear:left;
}
#parameters br{
clear:both;
}
#parameters div label {
display:inline-block;
vertical-align:middle;
margin: 5px 30px 5px 0px;
font-weight: normal;
font-size: 16px;
line-height: 16px;
position: inherit;
clear:left;
width:80%;
}
.input-customSize {
width: 95%;
}
.fmes-form-component{
display: block;
margin: 0px 0px 10px 0px;
}
.fmes-form-component select{
width: 95%;
}
/*
* The bottom footer containing the translation results and
* query.
*/
#footer {
min-height: 28%;
clear: left;
width: 100%;
text-align: left;
margin-top:50px;
}
#footer a {
color: blue;
}
#results-panel{
margin: 0px 10px 5px 5px;
-moz-border-radius: 8px;
border-radius: 8px;
float: right;
box-shadow: 5px 5px 5px #888;
min-height: 200px;
height: 30%;
width: 400px;
border-bottom-left-radius: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
-moz-border-radius-bottomright: 8px;
border-left:1px solid #E0E0E0 ;
}
#results-panel h1 {
border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
}
#results-panel #results{
overflow: auto;
height: 170px;
padding: 3px;
}
#results-panel #results p {
text-align: left;
color: #404040;
}
#query-panel {
height: 30%;
min-height: 200px;
-moz-border-radius: 8px;
border-radius: 8px;
text-align: left;
word-wrap: break-word;
margin-right: 420px;
margin-left: 5px;
color: #404040;
box-shadow: 5px 5px 5px #888;
border-left:1px solid #E0E0E0;
}
#query-panel h1 {
border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
}
#query-panel-results {
overflow: auto;
height: 170px;
padding-left: 5px;
}
.error h2{
color: red;
font-weight: bold;
}
.success h2{
color: #339900;
font-weight: bold;
} | Resources/ServerCertification/Scenario2/data/scenario2/css/index.css |
#safe-ribbon a{
z-index: 2000;
background:#E98300;
color:#fff;
text-decoration:none;
font-family:arial, sans-serif;
text-align:center;
font-weight:bold;
padding:5px 40px;
font-size:1rem;
line-height:2rem;
position:relative;
transition:0.5s;
}
#safe-ribbon a:hover{
background:#DA7B00;
color:#fff;
}
#safe-ribbon a::before,#safe-ribbon a::after{
content:"";
width:100%;
display:block;
position:absolute;
top:1px;
left:0;
height:1px;
background:#ffffff;
}
#safe-ribbon a::after{
bottom:1px;
top:auto;
}
@media screen and (min-width:767px){
#safe-ribbon{
position:absolute;
display:block;
top:0;
right:0;
width:200px;
overflow:hidden;
height:200px;
}
#safe-ribbon a{
width:200px;
position:absolute;
top:60px;
right:-60px;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
box-shadow:0px 1px 4px rgba(0,0,0,0.8);
}
}
body {
padding-top: 60px;
font-family: verdana;
}
@media (max-width: 980px) {
body{
padding-top: 0;
}
}
.brand{
color: #ffffff !important;
font-weight: 400 !important;
text-shadow: none !important;
}
.navbar-inner {
background-color: #7AB800;
background-image: none;
}
/**** End of Header CSS ****/
html, body {
height: 100%;
}
body {
margin: 0;
padding: 0;
line-height: 1.5em;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
color: black;
}
b {
font-size: 110%;
}
em {
color: red;
}
h1 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
color: white;
background-color: #E98300;
font-weight: bold;
padding: 1px 5px 1px 5px;
}
/*
The mapwrapper contains the map and the floating request panel
*/
#mapwrapper {
width: 100%;
height: 70%;
z-index: 1;
}
#map_canvas {
height: 70%;
bottom: 1px;
left: 1px;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
right: 1px;
top: 40px;
}
#mapBingMaps, #mapArcGISServer, #mapOpenLayers{
width: 99.9%;
height: 70%;
bottom: 1px;
left: 1px;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
right: 1px;
top: 1px;
}
/*
The request panel where you set
the parameters for the translation
*/
#request_form {
top: 45px;
margin: 5px;
text-align: left;
position: absolute;
width: 350px; /*Width of left column*/
z-index: 100;
-moz-border-radius: 8px;
border-radius: 8px;
background-color: white;
min-height: 402px;
box-shadow: 10px 10px 5px #888;
}
#request_form h1:first-child{
border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
}
#draw-tools {
padding-bottom: 20px;
}
#draw-tools button {
margin: 15px 10px 0px 23px;
width: 130px;
}
#fmeForm {
padding-left: 10px;
padding-top: 10px;
font-weight: bold;
}
#fmeForm element {
color: #202020;
font-weight: normal;
}
#fmeForm input {
padding-left: 8px;
}
#fmeForm input:last-child {
margin: 4px 0px 9px 70px;
width: 200px;
}
#fmeForm input[type="checkbox"] {
margin:0px 10px;
vertical-align: middle;
display: inline;
clear:left;
}
#parameters br{
clear:both;
}
#parameters div label {
display:inline-block;
vertical-align:middle;
margin: 5px 30px 5px 0px;
font-weight: normal;
font-size: 16px;
line-height: 16px;
position: inherit;
clear:left;
width:80%;
}
.input-customSize {
width: 95%;
}
.fmes-form-component{
display: block;
margin: 0px 0px 10px 0px;
}
.fmes-form-component select{
width: 95%;
}
/*
* The bottom footer containing the translation results and
* query.
*/
#footer {
min-height: 28%;
clear: left;
width: 100%;
text-align: left;
margin-top:50px;
}
#footer a {
color: blue;
}
#results-panel{
margin: 0px 10px 5px 5px;
-moz-border-radius: 8px;
border-radius: 8px;
float: right;
box-shadow: 5px 5px 5px #888;
min-height: 200px;
height: 30%;
width: 400px;
border-bottom-left-radius: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
-moz-border-radius-bottomright: 8px;
border-left:1px solid #E0E0E0 ;
}
#results-panel h1 {
border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
}
#results-panel #results{
overflow: auto;
height: 170px;
padding: 3px;
}
#results-panel #results p {
text-align: left;
color: #404040;
}
#query-panel {
height: 30%;
min-height: 200px;
-moz-border-radius: 8px;
border-radius: 8px;
text-align: left;
word-wrap: break-word;
margin-right: 420px;
margin-left: 5px;
color: #404040;
box-shadow: 5px 5px 5px #888;
border-left:1px solid #E0E0E0;
}
#query-panel h1 {
border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
}
#query-panel-results {
overflow: auto;
height: 170px;
padding-left: 5px;
}
.error h2{
color: red;
font-weight: bold;
}
.success h2{
color: #339900;
font-weight: bold;
} | 0.382949 | 0.060752 |
.container{
width: 940px;
text-align: left;
margin: 0 auto;
}
.header{
position: relative;
z-index: 1000;
height: 40px;
line-height: 40px;
background: url("../img/nav_bg.png") left top repeat-x;
padding-left: 10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin-top: 15px;
box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
.header h1.logo{
width: 120px;
float: left;
margin-left: 25px;
}
.header .search{
width: 195px;
float: right;
}
.header h1.logo img{
vertical-align: middle;
}
.header .nav{
width: 357px;
float: left;
margin-left: 50px;
}
.header .nav a{
color: #dbdbdb;
float: left;
display: block;
text-shadow: 0 1px 2px rgba(0,0,0,0.2);
font-size: 14px;
width: 119px;
text-align: center;
text-decoration: none;
}
.header .nav a:hover{
background: url("../img/nav_hover.png") repeat-x left top;
}
.header .nav a.focus,.header .nav a.focus :hover{
background: url("../img/nav_focus.png") no-repeat left center;
}
/*search*/
.search{
position: relative;
width: 205px;
margin-right: 5px;
}
.search_txt{
width: 100px;
border: 0 none;
padding: 1px 15px 1px 22px;
color: #fff;
width: 150px;
border-radius: 12px;
color: #333;
outline: none;
background: #aebbc6; /* Old browsers */
background: -moz-linear-gradient(top, #aebbc6 0%, #787d82 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aebbc6), color-stop(100%,#787d82)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #aebbc6 0%,#787d82 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #aebbc6 0%,#787d82 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #aebbc6 0%,#787d82 100%); /* IE10+ */
background: linear-gradient(to bottom, #aebbc6 0%,#787d82 100%); /* W3C */
border: 1px solid #263435;
box-shadow: inset 1px 1px 2px #676970,0 1px 1px #47484b;
}
.search_txt::-webkit-input-placeholder { color:#6b6f73; }
.search_txt::-moz-input-placeholder { color:#6b6f73; }
.search_txt::-o-input-placeholder { color:#6b6f73; }
.search_sub{
position: absolute;
width: 15px;
height: 15px;
overflow: hidden;
top: 13px;
left: 5px;
border: none;
text-indent: -90000px;
background: url("../img/search_icon.png");
}
.focus .search_txt{
background: #eff3f6;
}
.focus .search_sub{
background-position: -16px 0;
}
/**/
.banner{
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
margin-bottom: 10px;
}
.banner img{
display: block;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
/*block*/
.block{
background: #fff;
border-radius: 5px;
margin-bottom: 10px;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.b01{
width: 299px;
float: left;
border-right: 1px solid #e3e6e8;
}
.b02{
width: 640px;
float: left;
}
.p01{
display: block;
background: url("../img/new_filter.png") no-repeat right 65%;
height: 109px;
border-bottom: 1px solid #ededed;
text-decoration: none;
padding-top: 30px;
padding-left: 20px;
}
.p01:hover{
text-decoration: none;
}
.p01 h2{
font-size: 17px;
color: #000;
}
.p01 p{
color: #27b2ed;
font-size: 14px;
}
.p02{
height: 165px;
background: url(../img/monbow_bauma_2013.png) no-repeat bottom center;
border-bottom-left-radius: 5px;
padding-top: 25px;
display: block;
}
.p02 h2{
font-size: 17px;
text-align: center;
color: #000;
}
.p02 .date{
color: #787878;
text-align: center;
margin-top: 5px;
}
.p01:hover,.p02:hover{
background-color: #f8f8f8;
text-decoration: none;
}
.p01:hover{
border-top-left-radius: 5px;
}
.b02{
background: url("../img/distributed.png") no-repeat right center;
height: 330px;
position: relative;
display: block;
}
.b02:hover{
background-color: #f8f8f8;
border-top-right-radius: 5px;
border-top-right-radius: 5px;
}
.b02 .msg{
position: absolute;
bottom: 15px;
left: 15px;
}
.b02 h2{
font-size: 17px;
color: #000;
}
.b02 p{
color: #27b2ed;
font-size: 14px;
}
.brands{
margin-bottom: 30px;
background: #fff;
border-radius: 5px;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
padding: 0 20px;
}
.brands_lists{
padding: 20px 0;
}
.brands_lists a{
display: block;
width: 180px;
text-align: center;
float: left;
}
.brands_lists a img{
vertical-align: middle;
}
.brands_desc{
border-top: 1px solid #e2e8ea;
text-align: center;
color: #787878;
padding: 10px 0;
}
/*footer*/
.footer{
height: 220px;
border-top: 1px solid #d8e5ea;
padding-top: 15px;
}
.fl01{
float: left;
width: 500px;
color: #878787;
}
.fc02{
width: 350px;
float: left;
text-align: right;
}
.fc02 a{
margin-left: 20px;
}
.fr03{
width: 52px;
float: right;
}
.fr03 img{
vertical-align: middle;
margin-left: 10px;
}
.f02{
margin-top: 50px;
}
.cp{
float: left;
width: 470px;
color: #b3b3b3;
}
.design_by{
width:470px;
float: right;
color: #b3b3b3;
text-align: right;
}
.design_by img{
vertical-align: middle;
margin-left: 15px;
} | 2014/monbow/css/index.css | .container{
width: 940px;
text-align: left;
margin: 0 auto;
}
.header{
position: relative;
z-index: 1000;
height: 40px;
line-height: 40px;
background: url("../img/nav_bg.png") left top repeat-x;
padding-left: 10px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin-top: 15px;
box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
.header h1.logo{
width: 120px;
float: left;
margin-left: 25px;
}
.header .search{
width: 195px;
float: right;
}
.header h1.logo img{
vertical-align: middle;
}
.header .nav{
width: 357px;
float: left;
margin-left: 50px;
}
.header .nav a{
color: #dbdbdb;
float: left;
display: block;
text-shadow: 0 1px 2px rgba(0,0,0,0.2);
font-size: 14px;
width: 119px;
text-align: center;
text-decoration: none;
}
.header .nav a:hover{
background: url("../img/nav_hover.png") repeat-x left top;
}
.header .nav a.focus,.header .nav a.focus :hover{
background: url("../img/nav_focus.png") no-repeat left center;
}
/*search*/
.search{
position: relative;
width: 205px;
margin-right: 5px;
}
.search_txt{
width: 100px;
border: 0 none;
padding: 1px 15px 1px 22px;
color: #fff;
width: 150px;
border-radius: 12px;
color: #333;
outline: none;
background: #aebbc6; /* Old browsers */
background: -moz-linear-gradient(top, #aebbc6 0%, #787d82 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aebbc6), color-stop(100%,#787d82)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #aebbc6 0%,#787d82 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #aebbc6 0%,#787d82 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #aebbc6 0%,#787d82 100%); /* IE10+ */
background: linear-gradient(to bottom, #aebbc6 0%,#787d82 100%); /* W3C */
border: 1px solid #263435;
box-shadow: inset 1px 1px 2px #676970,0 1px 1px #47484b;
}
.search_txt::-webkit-input-placeholder { color:#6b6f73; }
.search_txt::-moz-input-placeholder { color:#6b6f73; }
.search_txt::-o-input-placeholder { color:#6b6f73; }
.search_sub{
position: absolute;
width: 15px;
height: 15px;
overflow: hidden;
top: 13px;
left: 5px;
border: none;
text-indent: -90000px;
background: url("../img/search_icon.png");
}
.focus .search_txt{
background: #eff3f6;
}
.focus .search_sub{
background-position: -16px 0;
}
/**/
.banner{
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
margin-bottom: 10px;
}
.banner img{
display: block;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
/*block*/
.block{
background: #fff;
border-radius: 5px;
margin-bottom: 10px;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.b01{
width: 299px;
float: left;
border-right: 1px solid #e3e6e8;
}
.b02{
width: 640px;
float: left;
}
.p01{
display: block;
background: url("../img/new_filter.png") no-repeat right 65%;
height: 109px;
border-bottom: 1px solid #ededed;
text-decoration: none;
padding-top: 30px;
padding-left: 20px;
}
.p01:hover{
text-decoration: none;
}
.p01 h2{
font-size: 17px;
color: #000;
}
.p01 p{
color: #27b2ed;
font-size: 14px;
}
.p02{
height: 165px;
background: url(../img/monbow_bauma_2013.png) no-repeat bottom center;
border-bottom-left-radius: 5px;
padding-top: 25px;
display: block;
}
.p02 h2{
font-size: 17px;
text-align: center;
color: #000;
}
.p02 .date{
color: #787878;
text-align: center;
margin-top: 5px;
}
.p01:hover,.p02:hover{
background-color: #f8f8f8;
text-decoration: none;
}
.p01:hover{
border-top-left-radius: 5px;
}
.b02{
background: url("../img/distributed.png") no-repeat right center;
height: 330px;
position: relative;
display: block;
}
.b02:hover{
background-color: #f8f8f8;
border-top-right-radius: 5px;
border-top-right-radius: 5px;
}
.b02 .msg{
position: absolute;
bottom: 15px;
left: 15px;
}
.b02 h2{
font-size: 17px;
color: #000;
}
.b02 p{
color: #27b2ed;
font-size: 14px;
}
.brands{
margin-bottom: 30px;
background: #fff;
border-radius: 5px;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
padding: 0 20px;
}
.brands_lists{
padding: 20px 0;
}
.brands_lists a{
display: block;
width: 180px;
text-align: center;
float: left;
}
.brands_lists a img{
vertical-align: middle;
}
.brands_desc{
border-top: 1px solid #e2e8ea;
text-align: center;
color: #787878;
padding: 10px 0;
}
/*footer*/
.footer{
height: 220px;
border-top: 1px solid #d8e5ea;
padding-top: 15px;
}
.fl01{
float: left;
width: 500px;
color: #878787;
}
.fc02{
width: 350px;
float: left;
text-align: right;
}
.fc02 a{
margin-left: 20px;
}
.fr03{
width: 52px;
float: right;
}
.fr03 img{
vertical-align: middle;
margin-left: 10px;
}
.f02{
margin-top: 50px;
}
.cp{
float: left;
width: 470px;
color: #b3b3b3;
}
.design_by{
width:470px;
float: right;
color: #b3b3b3;
text-align: right;
}
.design_by img{
vertical-align: middle;
margin-left: 15px;
} | 0.380529 | 0.115461 |
.os
{
background: Black;
color :#FFF;
margin-bottom : 20px;
padding : 15px
}
.warning
{
background: Red;
color :#FFF;
margin-bottom : 20px;
padding : 15px
}
/*navbar*/
.test
{
height: 200px ;
background: #F6F6F6;
line-height: 300px;
}
body
{
padding-top: 80px;
background: url("../../images/rate.jpg")no-repeat center center fixed;
background-size: cover;
}
/***************start overriding bootstrap*******************/
/*active link(home)*/
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus
{
color : white;
background: #2E86C1;
}
.logo{
height: 50px;
width: 166px;
padding-top: 0;
margin-top: 0;
margin-left: -105px;
}
.nav-font{
font-family: -apple-system,
BlinkMacSystemFont,
"Segoe UI","Roboto",
"Oxygen","Cantarell",
"Open Sans","Helvetica Neue",
"Ubuntu",sans-serif;
}
.dropdown-menu{
background-color: #333;
border-top: 3px solid #2E86C1;
padding: 6px 20px;
width: 50px;
}
.dropdown-menu li a{
color: #FFF;
-webkit-transition: padding 0.7s ease;
-moz-transition: padding 0.7s ease;
-o-transition: padding 0.7s ease;
transition: padding 0.7s ease;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus{
background-color: #2E86C1;
color: #FFF;
padding-left: 25px;
}
.dropdown-menu .divider{
background-color:#2E86C1;
}
.navbar-right .dropdown-menu{
left: 0;
right: auto;
}
.navbar-brand
{
padding-top: 20px;
font-size: 30px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img
{
max-width:30%;
}
.carousel-caption
{
color:black;
}
.carousel-indicators li
{
border:3px solid red;
}
.carousel-indicators .active
{
border:3px solid yellow;
}
.navbar-nav > li > a{
line-height: 1.5;
}
/*********end overriding bootstrap**********/
/* Start section footer */
.footer{
background: #222;
color: #AAA;
padding-top: 20px;
padding-bottom: 20px;
height: auto;
}
.footer h2{
color: #0895D1;
margin: 30px 0 20px;
letter-spacing: 1px;
}
.footer .three-columns{
overflow: hidden;
}
.footer .three-columns li{
width: 15%;
float: left;
padding: 5px 0
}
.footer .social{
overflow: hidden;
}
.footer .social li{
float: left;
margin-top: 1px;
padding-top: 1px;
margin-right: 5px;
opacity: 0.7;
}
.footer .social li:hover{
opacity: 1;
cursor: pointer;
}
.footer_links{
text-decoration: none;
color: #FFF;
}
.footer_links:hover{
text-decoration: none;
color: #FFF;
}
/* End section footer */
.post_box{
background: rgba(3,3,3,.4);
width: 100%;
border-radius: 20px;
margin-top: 30px;
padding: 15px;
}
.post_img{
max-width:350px;
max-height: 450px;
margin: auto;
padding:20px;
}
.title{
font-weight: bold;
color: #337ab7;
}
.area_class{
display: inline-block;
}
.post_content{
padding: 20px;
}
h3{
font-family: serif;
}
.update_btn{
margin-top: 15px;
}
.buttons{
padding-top: 30%;
}
.post_head{
font-weight: bold;
}
.delbut{
border: #FFF 1px solid;
border-radius: 30px;
color: #FFF;
width: 148.06px;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
.delbut:hover {
background-color: #d9534f;
color: #FFF;
border: #d9534f 1px solid;
}
.updbut{
border: #FFF 1px solid;
border-radius: 30px;
color: #FFF;
width: 148.08px;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
.updbut:hover {
background-color: #337ab7;
color: #FFF;
border: #337ab7 1px solid;
}
.profilebut{
border: #337ab7 1px solid;
border-radius: 30px;
color: #337ab7;
width: 148.08px;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
.profilebut:hover {
background-color: #337ab7;
color: #FFF;
border: #337ab7 1px solid;
}
.markbut{
border: #FFF 1px solid;
border-radius: 30px;
color: #FFF;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
.markbut:hover {
background-color: #5cb85c;
color: #FFF;
border: #5cb85c 1px solid;
}
.user_class{
font-weight: bold;
color: #337ab7;
} | public/css/css/profile.css | .os
{
background: Black;
color :#FFF;
margin-bottom : 20px;
padding : 15px
}
.warning
{
background: Red;
color :#FFF;
margin-bottom : 20px;
padding : 15px
}
/*navbar*/
.test
{
height: 200px ;
background: #F6F6F6;
line-height: 300px;
}
body
{
padding-top: 80px;
background: url("../../images/rate.jpg")no-repeat center center fixed;
background-size: cover;
}
/***************start overriding bootstrap*******************/
/*active link(home)*/
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus
{
color : white;
background: #2E86C1;
}
.logo{
height: 50px;
width: 166px;
padding-top: 0;
margin-top: 0;
margin-left: -105px;
}
.nav-font{
font-family: -apple-system,
BlinkMacSystemFont,
"Segoe UI","Roboto",
"Oxygen","Cantarell",
"Open Sans","Helvetica Neue",
"Ubuntu",sans-serif;
}
.dropdown-menu{
background-color: #333;
border-top: 3px solid #2E86C1;
padding: 6px 20px;
width: 50px;
}
.dropdown-menu li a{
color: #FFF;
-webkit-transition: padding 0.7s ease;
-moz-transition: padding 0.7s ease;
-o-transition: padding 0.7s ease;
transition: padding 0.7s ease;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus{
background-color: #2E86C1;
color: #FFF;
padding-left: 25px;
}
.dropdown-menu .divider{
background-color:#2E86C1;
}
.navbar-right .dropdown-menu{
left: 0;
right: auto;
}
.navbar-brand
{
padding-top: 20px;
font-size: 30px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img
{
max-width:30%;
}
.carousel-caption
{
color:black;
}
.carousel-indicators li
{
border:3px solid red;
}
.carousel-indicators .active
{
border:3px solid yellow;
}
.navbar-nav > li > a{
line-height: 1.5;
}
/*********end overriding bootstrap**********/
/* Start section footer */
.footer{
background: #222;
color: #AAA;
padding-top: 20px;
padding-bottom: 20px;
height: auto;
}
.footer h2{
color: #0895D1;
margin: 30px 0 20px;
letter-spacing: 1px;
}
.footer .three-columns{
overflow: hidden;
}
.footer .three-columns li{
width: 15%;
float: left;
padding: 5px 0
}
.footer .social{
overflow: hidden;
}
.footer .social li{
float: left;
margin-top: 1px;
padding-top: 1px;
margin-right: 5px;
opacity: 0.7;
}
.footer .social li:hover{
opacity: 1;
cursor: pointer;
}
.footer_links{
text-decoration: none;
color: #FFF;
}
.footer_links:hover{
text-decoration: none;
color: #FFF;
}
/* End section footer */
.post_box{
background: rgba(3,3,3,.4);
width: 100%;
border-radius: 20px;
margin-top: 30px;
padding: 15px;
}
.post_img{
max-width:350px;
max-height: 450px;
margin: auto;
padding:20px;
}
.title{
font-weight: bold;
color: #337ab7;
}
.area_class{
display: inline-block;
}
.post_content{
padding: 20px;
}
h3{
font-family: serif;
}
.update_btn{
margin-top: 15px;
}
.buttons{
padding-top: 30%;
}
.post_head{
font-weight: bold;
}
.delbut{
border: #FFF 1px solid;
border-radius: 30px;
color: #FFF;
width: 148.06px;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
.delbut:hover {
background-color: #d9534f;
color: #FFF;
border: #d9534f 1px solid;
}
.updbut{
border: #FFF 1px solid;
border-radius: 30px;
color: #FFF;
width: 148.08px;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
.updbut:hover {
background-color: #337ab7;
color: #FFF;
border: #337ab7 1px solid;
}
.profilebut{
border: #337ab7 1px solid;
border-radius: 30px;
color: #337ab7;
width: 148.08px;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
.profilebut:hover {
background-color: #337ab7;
color: #FFF;
border: #337ab7 1px solid;
}
.markbut{
border: #FFF 1px solid;
border-radius: 30px;
color: #FFF;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
.markbut:hover {
background-color: #5cb85c;
color: #FFF;
border: #5cb85c 1px solid;
}
.user_class{
font-weight: bold;
color: #337ab7;
} | 0.239794 | 0.071138 |
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
border: 0;
margin: 0;
padding: 0;
text-decoration: none;
}
a{
color: #FFFFFF;
}
*,
:after,
:before {
box-sizing: border-box;
}
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
font-size: 100%;
font-weight: 400;
}
body,
html {
-moz-user-select: none;
-ms-user-select: none;
-webkit-font-smoothing: antialiased;
-webkit-user-select: none;
background-image: url(../img/BG.png);
color: #fff;
font: inherit;
font-family: Helvetica Neue, Helvetica, STHeiTi, sans-serif;
font-size: 100%;
font-weight: 500;
height: 100%;
user-select: none;
vertical-align: baseline;
width: 100%;
margin: 0 auto;
max-width:359px;
}
body {
line-height: 1;
}
.all{
min-width: 359px;
max-width: 359px;
background-image: url(../img/BG.png);
width:359px;
box-sizing:border-box;
margin: 17px auto;
}
.head{
width: 50px;
height: 50px;
position: relative;
top: 20px;
left: 20px;
}
.btn{
background-color: #80aec8;
color: #FFFFFF;
border-radius: 5px;
font-size: .82rem;
position: absolute;
right: -250px;
padding: 2px;
top: 13px;
text-align: center;
}
.btn2{
background-color: #80aec8;
color: #FFFFFF;
padding: 7px;
padding-left: 20px;
padding-right: 20px;
border-radius: 10px;
font-size: .82rem;
margin-right: 20px;
}
ul{
list-style: none;
/*text-align: center;*/
}
ul.ul{
position: relative;
top: 120px;
left: 20px;
}
ul.ul li.li{
padding-top: 20px;
}
ul.ul li.li p{
color: #80aec8;
line-height: 30px;
margin-left: 20px;
}
.left{
width: 120px;
position: absolute;
}
.right{
width: 235px;
position: relative;
left: 120px;
}
.right>img{
position: relative;
top: 80px;
left: 20px;
}
ul.ul>li.li>.nav,ul.ul>li.li>.nav2{
display: none;
}
ul.ul>li.li>.nav,ul.ul>li.li>.nav2{
width: 75px;
height: 330px;
background-image: url(../img/duihua.png);
}
.LiTou{
margin-top: 30px;
}
ul.ul>li.li>.nav>li,ul.ul>li.li>.nav2>li{
margin-top: 10px;
text-align: center;
}
ul.ul>li.li>.nav>li>img,ul.ul>li.li>.nav2>li>img{
width: 80%;
}
.Top1{
position: relative;
top: -80px;
}
.footer{
margin-top: 55px;
margin-left: 115px;
} | css/girl.css | * {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
border: 0;
margin: 0;
padding: 0;
text-decoration: none;
}
a{
color: #FFFFFF;
}
*,
:after,
:before {
box-sizing: border-box;
}
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
font-size: 100%;
font-weight: 400;
}
body,
html {
-moz-user-select: none;
-ms-user-select: none;
-webkit-font-smoothing: antialiased;
-webkit-user-select: none;
background-image: url(../img/BG.png);
color: #fff;
font: inherit;
font-family: Helvetica Neue, Helvetica, STHeiTi, sans-serif;
font-size: 100%;
font-weight: 500;
height: 100%;
user-select: none;
vertical-align: baseline;
width: 100%;
margin: 0 auto;
max-width:359px;
}
body {
line-height: 1;
}
.all{
min-width: 359px;
max-width: 359px;
background-image: url(../img/BG.png);
width:359px;
box-sizing:border-box;
margin: 17px auto;
}
.head{
width: 50px;
height: 50px;
position: relative;
top: 20px;
left: 20px;
}
.btn{
background-color: #80aec8;
color: #FFFFFF;
border-radius: 5px;
font-size: .82rem;
position: absolute;
right: -250px;
padding: 2px;
top: 13px;
text-align: center;
}
.btn2{
background-color: #80aec8;
color: #FFFFFF;
padding: 7px;
padding-left: 20px;
padding-right: 20px;
border-radius: 10px;
font-size: .82rem;
margin-right: 20px;
}
ul{
list-style: none;
/*text-align: center;*/
}
ul.ul{
position: relative;
top: 120px;
left: 20px;
}
ul.ul li.li{
padding-top: 20px;
}
ul.ul li.li p{
color: #80aec8;
line-height: 30px;
margin-left: 20px;
}
.left{
width: 120px;
position: absolute;
}
.right{
width: 235px;
position: relative;
left: 120px;
}
.right>img{
position: relative;
top: 80px;
left: 20px;
}
ul.ul>li.li>.nav,ul.ul>li.li>.nav2{
display: none;
}
ul.ul>li.li>.nav,ul.ul>li.li>.nav2{
width: 75px;
height: 330px;
background-image: url(../img/duihua.png);
}
.LiTou{
margin-top: 30px;
}
ul.ul>li.li>.nav>li,ul.ul>li.li>.nav2>li{
margin-top: 10px;
text-align: center;
}
ul.ul>li.li>.nav>li>img,ul.ul>li.li>.nav2>li>img{
width: 80%;
}
.Top1{
position: relative;
top: -80px;
}
.footer{
margin-top: 55px;
margin-left: 115px;
} | 0.263031 | 0.059729 |
body{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background: url(fondo.jpg) no-repeat center fixed;
background-size: cover;
}
h1{
color: #fff;
}
.clearfix{
clear: both; /*ESTO HACE QUE EL Siguiente elemento se coloque debajo*/
}
ul.solarsystem{
height: 640px;
position: relative;
list-style: none;
transition: all 0.9s ease-in;
overflow: hidden;
}
ul.solarsystem li{
text-indent: -9999px; /*Esto funciona para que no se visualicen las letras*/
display: block;
position: absolute;
border: 2px solid #394057;
}
ul.solarsystem li span{
display: block;
position: absolute;
width: 10px;
height: 10px;
border-radius: 5px;
}
ul.solarsystem li.active.sun, ul.solarsystem li.active span{
transform: scale(100,20);
}
/*Dibujo del sol*/
ul.solarsystem li.sun{
width: 40px;
height: 40px;
border-radius: 20px;
background: #fc3;
/*UN GRADIENT ES UN DEGRADADO*/
background-image: -webkit-gradient(
linear, left bottom, left top, color-stop(0.22, rgb(2015,153,0)), color-stop(1, rgb(255,219,112))
);
top: 302px;
left: 462px;
border: none;
box-shadow: 0 0 50px #c90;
z-index: 100;
transition: all 0.2s ease-in;
}
/*espacio entre el sol y la orbita de mercurio no es realmente necesario*/
/*ul.solarsystem li.sun span{
width: 60px;
height: 60px;
border-radius: 30px;
}*/
/*ESTE BLOQUE REPRESENTA LA ORBITA*/
ul.solarsystem li.mercury{
width: 100px;
height: 100px;
border-radius: 52px;
top: 270px;
left: 430px;
z-index: 99;
animation-duration: 5s;
}
/*ESTE BLOQUE REPRESENTA EL PLANETA*/
ul.solarsystem li.mercury span{
background: #b6bac5;
top: 10px;
left: 10px;
}
/*ORBITA DE VENUS*/
ul.solarsystem li.venus
{
width: 160px;
height: 160px;
border-radius: 86px;
top: 240px;
left: 400px;
z-index: 98;
animation-duration: 8s;
}
/*PLANETA VENUS*/
ul.solarsystem li.venus span{
background: #bf8639;
top: 118px;
left: 5px;
}
/*Orbita de la tierra*/
ul.solarsystem li.earth{
width: 220px;
height: 220px;
border-radius: 112px;
top: 210px;
left: 370px;
z-index: 97;
animation-duration: 12s;
}
/*planeta earth*/
ul.solarsystem li.earth span{
background: #06c;
top: 65px;
left: 5px;
}
/*LUNE*/
ul.solarsystem li.earth span.luna{
width: 4px;
height: 4px;
border-radius: 2px;
background: #ccc;
top: 12px;
left: 12px;
}
/*ORBITA MARTE*/
ul.solarsystem li.mars{
width: 280px;
height: 280px;
border-radius: 142px;
top: 180px;
left: 340px;
z-index: 96;
animation-duration: 20s;
}
/*PLANETA MARTE*/
ul.solarsystem li.mars span{
background: #aa4200;
top: 0;
left: 175px;
}
/*ASTEROIDES*/
ul.solarsystem li.asteroids_meteorids{
top: 155px;
left: 315px;
z-index: 1;
background: url(asteroids_meteorids.png) no-repeat 0 0;
width: 330px;
height: 330px;
border-radius: 165px;
border: none;
animation-duration: 50s;
}
/*ORBITA DE JUPITER*/
ul.solarsystem li.jupiter{
width: 340px;
height: 340px;
border-radius: 172px;
top: 150px;
left: 310px;
z-index: 95;
animation-duration: 30s;
}
/*Planeta Jupiter*/
ul.solarsystem li.jupiter span{
background: #e0ae6f;
top: 67px;
left: 24px;
}
/*Orbita de saturno*/
ul.solarsystem li.saturn{
width: 400px;
height: 400px;
border-radius: 202px;
top: 120px;
left: 280px;
z-index: 94;
animation-duration: 60s;
}
/*PLANETA SATURNO*/
ul.solarsystem li.saturn span{
background: #dfd3a9;
top: 24px;
left: 300px;
}
/*ANILLOS DE SATURNO*/
ul.solarsystem li.saturn span.anillos{
width: 12px;
height: 12px;
border-radius: 8px;
background: none;
border: 2px solid #5a4e34;
top: -3px;
left:-3px;
transform: skewY(40deg);/*deformar la vertical*/
}
/*Orbita de Urano*/
ul.solarsystem li.uranus{
width: 460px;
height: 460px;
border-radius: 232px;
top: 90px;
left: 250px;
z-index: 93;
animation-duration: 70s;
}
/*Planeta Urano*/
ul.solarsystem li.uranus span{
background: #82b3d1;
top: 7px;
left: 300px;
}
/*Orbita de Nepturno*/
ul.solarsystem li.neptune{
width: 520px;
height: 520px;
border-radius: 262px;
top:60px;
left: 220px;
z-index: 92;
animation-duration: 100s;
}
/*PLANETA NEPTURNO*/
ul.solarsystem li.neptune span{
background: #77c2ec;
top: 0;
left: 200px;
}
/*Orbita de Pluton*/
ul.solarsystem li.pluto{
width: 580px;
height: 580px;
border-radius: 292px;
top: 30px;
left: 190px;
z-index: 91;
animation-duration: 120s;
}
ul.solarsystem li.pluto span{
background: #7c6a5c;
top: 79px;
left: 79px;
}
/*Animacuones*/
/*ANIMACION PARA QUE LA TIERRA DE LA VUELTA*/
ul.solarsystem li{
animation-name: orbita;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-duration: 12s;
}
@keyframes orbita{
from{
transform: rotate(0deg);
}
to{
transform: rotate(360deg);
}
}
/*Rotacion de la luna*/
ul.solarsystem li.earth span{
animation-name: luna;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-duration: 2s;
}
@keyframes luna{
from{
transform: rotate(0deg);
}
to{
transform: rotate(360deg);
}
}
/*Descripciones*/
ul#descripciones{
position: absolute;
top: 150px;
right: 100px;
list-style: none;
}
ul#descripciones h2{
color: #fff;
cursor: pointer;
transition: all 0.15s ease-in;
font-size: 20px;
position: relative;
z-index: 101;
transform: scale(1);
}
ul#descripciones h2:hover{
color: #aa4200;
transform: scale(1.20);
}
ul#descripciones li p{
position: absolute;
left: -250px;
top: 0;
width: 250px;
display: inline;
opacity: 0;
visibility: 0;
font-size: 13px;
border-radius: 5px;
transition: all 0.3s ease-in;
background: rgba(22,99,179,0.4);
padding: 15px;
color: #fff;
line-height: 1.7em;
z-index: 160;
border: 2px solid #fff;
}
ul#descripciones li p img{
float: left;
width: 100px;
margin-right: 10px;
}
/*CUANDO ESTE LA FLECHA DEL MOUSE ENCIMA DEL H2 APARECERA EL PARRAFO*/
ul#descripciones h2:hover+p{
visibility: visible;
opacity: 0.9;
left: -280px;
}
/*SUPERNOVA*/
div.supernova{
position: absolute;
top: 200px;
right: 150px;
opacity: 0.4;
animation-name: supernova;
animation-iteration-count: infinite;
animation-duration: 150s; /*AQUI TAMBIEN SE PUEDE PONDE MINI-SEGUNDOS COLOCANDO ms EN VEZ DE s*/
animation-timing-function: linear;
z-index: 100;
}
@keyframes supernova{
from{
transform: rotate(0deg);
}
to{
transform: rotate(360deg);
}
}
/*COMETA*/
div.cometa{
position: absolute;
opacity: 0.6;
animation-name: cometa;
animation-iteration-count: infinite;
animation-duration: 60s;
animation-timing-function: linear;
z-index: 150;
}
.cometa img{
filter: drop-shadow(1px 1px 2px blue);/*ESTO REALIZA UN SOMBREADO DIRECTO AL LA IMAGEN DEL PNG SIN TOMAR EN CUENTA LA LOS BORDES DE LA CAJA QUE LO CONTIENE*/
width: 60%;
}
/*@keyframes funciaona para realizar los fotogramas de lo que se desea animar para que este cambie con el tiempo*/
@keyframes cometa{
from{
left: 0;
top: 100px;
}
to{
top: 600px;/*para que se vaya desplazando hacia abajo*/
left: 100%;/*para que se salga de pantalla*/
}
}
/*<NAME>*/
div.sonda{
position: absolute;
animation-name: voyager;
animation-iteration-count: infinite;
animation-duration: 50s;
animation-timing-function: linear;
z-index: 250;
opacity: 0.6;
}
div.sonda img{
width: 20%;
}
@keyframes voyager{
0%{
bottom: 0;
left: 0;
}
25%{
opacity: 1;
}
100%{
opacity: 0.6;
bottom:100%;
left: 1400px;
}
} | sistema_solar.css | body{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background: url(fondo.jpg) no-repeat center fixed;
background-size: cover;
}
h1{
color: #fff;
}
.clearfix{
clear: both; /*ESTO HACE QUE EL Siguiente elemento se coloque debajo*/
}
ul.solarsystem{
height: 640px;
position: relative;
list-style: none;
transition: all 0.9s ease-in;
overflow: hidden;
}
ul.solarsystem li{
text-indent: -9999px; /*Esto funciona para que no se visualicen las letras*/
display: block;
position: absolute;
border: 2px solid #394057;
}
ul.solarsystem li span{
display: block;
position: absolute;
width: 10px;
height: 10px;
border-radius: 5px;
}
ul.solarsystem li.active.sun, ul.solarsystem li.active span{
transform: scale(100,20);
}
/*Dibujo del sol*/
ul.solarsystem li.sun{
width: 40px;
height: 40px;
border-radius: 20px;
background: #fc3;
/*UN GRADIENT ES UN DEGRADADO*/
background-image: -webkit-gradient(
linear, left bottom, left top, color-stop(0.22, rgb(2015,153,0)), color-stop(1, rgb(255,219,112))
);
top: 302px;
left: 462px;
border: none;
box-shadow: 0 0 50px #c90;
z-index: 100;
transition: all 0.2s ease-in;
}
/*espacio entre el sol y la orbita de mercurio no es realmente necesario*/
/*ul.solarsystem li.sun span{
width: 60px;
height: 60px;
border-radius: 30px;
}*/
/*ESTE BLOQUE REPRESENTA LA ORBITA*/
ul.solarsystem li.mercury{
width: 100px;
height: 100px;
border-radius: 52px;
top: 270px;
left: 430px;
z-index: 99;
animation-duration: 5s;
}
/*ESTE BLOQUE REPRESENTA EL PLANETA*/
ul.solarsystem li.mercury span{
background: #b6bac5;
top: 10px;
left: 10px;
}
/*ORBITA DE VENUS*/
ul.solarsystem li.venus
{
width: 160px;
height: 160px;
border-radius: 86px;
top: 240px;
left: 400px;
z-index: 98;
animation-duration: 8s;
}
/*PLANETA VENUS*/
ul.solarsystem li.venus span{
background: #bf8639;
top: 118px;
left: 5px;
}
/*Orbita de la tierra*/
ul.solarsystem li.earth{
width: 220px;
height: 220px;
border-radius: 112px;
top: 210px;
left: 370px;
z-index: 97;
animation-duration: 12s;
}
/*planeta earth*/
ul.solarsystem li.earth span{
background: #06c;
top: 65px;
left: 5px;
}
/*LUNE*/
ul.solarsystem li.earth span.luna{
width: 4px;
height: 4px;
border-radius: 2px;
background: #ccc;
top: 12px;
left: 12px;
}
/*ORBITA MARTE*/
ul.solarsystem li.mars{
width: 280px;
height: 280px;
border-radius: 142px;
top: 180px;
left: 340px;
z-index: 96;
animation-duration: 20s;
}
/*PLANETA MARTE*/
ul.solarsystem li.mars span{
background: #aa4200;
top: 0;
left: 175px;
}
/*ASTEROIDES*/
ul.solarsystem li.asteroids_meteorids{
top: 155px;
left: 315px;
z-index: 1;
background: url(asteroids_meteorids.png) no-repeat 0 0;
width: 330px;
height: 330px;
border-radius: 165px;
border: none;
animation-duration: 50s;
}
/*ORBITA DE JUPITER*/
ul.solarsystem li.jupiter{
width: 340px;
height: 340px;
border-radius: 172px;
top: 150px;
left: 310px;
z-index: 95;
animation-duration: 30s;
}
/*Planeta Jupiter*/
ul.solarsystem li.jupiter span{
background: #e0ae6f;
top: 67px;
left: 24px;
}
/*Orbita de saturno*/
ul.solarsystem li.saturn{
width: 400px;
height: 400px;
border-radius: 202px;
top: 120px;
left: 280px;
z-index: 94;
animation-duration: 60s;
}
/*PLANETA SATURNO*/
ul.solarsystem li.saturn span{
background: #dfd3a9;
top: 24px;
left: 300px;
}
/*ANILLOS DE SATURNO*/
ul.solarsystem li.saturn span.anillos{
width: 12px;
height: 12px;
border-radius: 8px;
background: none;
border: 2px solid #5a4e34;
top: -3px;
left:-3px;
transform: skewY(40deg);/*deformar la vertical*/
}
/*Orbita de Urano*/
ul.solarsystem li.uranus{
width: 460px;
height: 460px;
border-radius: 232px;
top: 90px;
left: 250px;
z-index: 93;
animation-duration: 70s;
}
/*Planeta Urano*/
ul.solarsystem li.uranus span{
background: #82b3d1;
top: 7px;
left: 300px;
}
/*Orbita de Nepturno*/
ul.solarsystem li.neptune{
width: 520px;
height: 520px;
border-radius: 262px;
top:60px;
left: 220px;
z-index: 92;
animation-duration: 100s;
}
/*PLANETA NEPTURNO*/
ul.solarsystem li.neptune span{
background: #77c2ec;
top: 0;
left: 200px;
}
/*Orbita de Pluton*/
ul.solarsystem li.pluto{
width: 580px;
height: 580px;
border-radius: 292px;
top: 30px;
left: 190px;
z-index: 91;
animation-duration: 120s;
}
ul.solarsystem li.pluto span{
background: #7c6a5c;
top: 79px;
left: 79px;
}
/*Animacuones*/
/*ANIMACION PARA QUE LA TIERRA DE LA VUELTA*/
ul.solarsystem li{
animation-name: orbita;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-duration: 12s;
}
@keyframes orbita{
from{
transform: rotate(0deg);
}
to{
transform: rotate(360deg);
}
}
/*Rotacion de la luna*/
ul.solarsystem li.earth span{
animation-name: luna;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-duration: 2s;
}
@keyframes luna{
from{
transform: rotate(0deg);
}
to{
transform: rotate(360deg);
}
}
/*Descripciones*/
ul#descripciones{
position: absolute;
top: 150px;
right: 100px;
list-style: none;
}
ul#descripciones h2{
color: #fff;
cursor: pointer;
transition: all 0.15s ease-in;
font-size: 20px;
position: relative;
z-index: 101;
transform: scale(1);
}
ul#descripciones h2:hover{
color: #aa4200;
transform: scale(1.20);
}
ul#descripciones li p{
position: absolute;
left: -250px;
top: 0;
width: 250px;
display: inline;
opacity: 0;
visibility: 0;
font-size: 13px;
border-radius: 5px;
transition: all 0.3s ease-in;
background: rgba(22,99,179,0.4);
padding: 15px;
color: #fff;
line-height: 1.7em;
z-index: 160;
border: 2px solid #fff;
}
ul#descripciones li p img{
float: left;
width: 100px;
margin-right: 10px;
}
/*CUANDO ESTE LA FLECHA DEL MOUSE ENCIMA DEL H2 APARECERA EL PARRAFO*/
ul#descripciones h2:hover+p{
visibility: visible;
opacity: 0.9;
left: -280px;
}
/*SUPERNOVA*/
div.supernova{
position: absolute;
top: 200px;
right: 150px;
opacity: 0.4;
animation-name: supernova;
animation-iteration-count: infinite;
animation-duration: 150s; /*AQUI TAMBIEN SE PUEDE PONDE MINI-SEGUNDOS COLOCANDO ms EN VEZ DE s*/
animation-timing-function: linear;
z-index: 100;
}
@keyframes supernova{
from{
transform: rotate(0deg);
}
to{
transform: rotate(360deg);
}
}
/*COMETA*/
div.cometa{
position: absolute;
opacity: 0.6;
animation-name: cometa;
animation-iteration-count: infinite;
animation-duration: 60s;
animation-timing-function: linear;
z-index: 150;
}
.cometa img{
filter: drop-shadow(1px 1px 2px blue);/*ESTO REALIZA UN SOMBREADO DIRECTO AL LA IMAGEN DEL PNG SIN TOMAR EN CUENTA LA LOS BORDES DE LA CAJA QUE LO CONTIENE*/
width: 60%;
}
/*@keyframes funciaona para realizar los fotogramas de lo que se desea animar para que este cambie con el tiempo*/
@keyframes cometa{
from{
left: 0;
top: 100px;
}
to{
top: 600px;/*para que se vaya desplazando hacia abajo*/
left: 100%;/*para que se salga de pantalla*/
}
}
/*<NAME>*/
div.sonda{
position: absolute;
animation-name: voyager;
animation-iteration-count: infinite;
animation-duration: 50s;
animation-timing-function: linear;
z-index: 250;
opacity: 0.6;
}
div.sonda img{
width: 20%;
}
@keyframes voyager{
0%{
bottom: 0;
left: 0;
}
25%{
opacity: 1;
}
100%{
opacity: 0.6;
bottom:100%;
left: 1400px;
}
} | 0.287468 | 0.063744 |
body {
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin: 0;
font-family: Verdana, sans-serif;
min-height: 100vh;
display: flex;
flex-direction: column;
}
p {
color: black;
text-align: center;
font-size: 20px;
padding: 0 10px;
}
h1{
text-align: center;
font-family: 'Helvetica Neue', sans-serif;
font-size: 40px;
font-weight: bold;
}
h2{
text-align: center;
font-size: 40px;
}
/*-----------header start (slideshow)------*/
* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 16px;
width: 100%;
text-align: center;
}
/* The dots/bullets/indicators */
.dot {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active {
background-color: #717171;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/*----------header/ slideshow end--------*/
/*------image links to website----------*/
.row {
padding: 30px 4px;
}
.column {
float: left;
width: 50%;
flex: 40%;
padding: 10px 10%;
text-align: center;
display: inline;
position: relative;
}
/* Clearfix (clear floats) */
.row::after {
content: "";
clear: both;
display: table;
}
.row2 {
display: flex;
flex-wrap: wrap;
padding: 30px 4px;
background-color: black;
}
.image-fade {
opacity: 1;
display: block;
float:left;
transition: .5s ease;
}
.column a:hover .image-fade{
opacity:0.7;
}
.column a:hover .gallery-description{
opacity:0.7;
}
.column a:hover .text-on-image{
opacity:1;
}
.text-on-image{
position: absolute;
width: 30%;
bottom: 10px;
right: 20%;
background-color: black;
color: white;
padding: 20px;
opacity: 0.5;
}
.column a:hover .gallery-label{
opacity:1;
}
.gallery-label{
position: absolute;
width: 30%;
bottom: 10px;
right: 20%;
background-color: black;
color: white;
padding: 20px;
opacity: 0.5;
}
.gallery-label p{
font-family: "Georgia", "Times New Roman", serif;
}
.gallery-description{
width: 50%;
background-color: #bbbbbb;
float: left;
height: 350px;
text-align: center;
}
.gallery-description p{
padding: 0 15px;
font-size: 16px;
text-align: left;
}
.center{
display: block;
margin-left: 25%;
width: 50%;
}
.white-text{
padding-bottom: 5%;
color: white;
text-align: center;
font-size: 30px;
}
.more-padding{
padding: 0 5%;
}
/* Style the button that is used to open and close the collapsible content */
.collapsible {
background-color:white;
color: black;
cursor: pointer;
padding: 18px;
width: 100%;
text-align: left;
outline: none;
font-size: 18px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
background-color: #ccc;
}
.contentc{
padding: 20px 18px;
background-color: white;
display: none;
overflow: hidden;
font-size: 18px;
transition: max-height 0.2s ease-out;
}
.collapsible:after {
content: '\02795'; /* Unicode character for "plus" sign (+) */
font-size: 8px;
color: white;
float: right;
margin-left: 5px;
}
.active:after {
content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.acolumn {
float: left;
width:50%;
padding: 5px;
}
/*------Responsiveness-------------------*/
@media screen and (max-width: 1200px) {
.gallery-description p{
font-size: 14px;
}
.image-fade{
height: 300px;
}
.gallery-description{
height: 300px;
}
.gallery-label{
padding: 13px 5px;
}
}
@media screen and (max-width: 1100px) {
.content p{
font-size: 16px;
}
.text-on-image{
width: 30%;
padding: 10px 5px;
font-size: 15px;
}
}
@media screen and (max-width: 1050px) {
.gallery-description p {
font-size: 13px;
}
.image-fade {
height: 250px;
}
.gallery-description {
height: 250px;
}
}
@media screen and (max-width: 900px) {
.gallery-description p{
font-size: 12px;
}
.image-fade{
height: 230px;
}
.gallery-description{
height: 230px;
}
.gallery-label{
padding: 10px 5px;
}
.text-on-image{
width: 40%;
padding: 5px;
font-size: 14px;
}
}
@media screen and (max-width: 800px) {
.column{
padding: 10px 5%;
}
.text-on-image{
right: 10%;
}
.gallery-label{
right: 10%;
width: 40%;
padding: 8px;
}
}
@media screen and (max-width: 600px) {
/*header*/
h1{
font-size: 20px;
}
h2{font-size: 20px;}
.text {font-size: 11px}
/*slideshow*/
.mySlides img{
height: 250px;
}
/*image links*/
.row{
padding: 0;
}
.column {
width: 100%;
padding: 10px 10%;
}
.text-on-image{
padding: 10px;
}
.gallery-label{
right: 10%;
font-size: 16px;
padding: 15px;
}
.gallery-description p{
font-size: 16px;
}
.center{
width:90%;
margin: 5%;
}
.white-text{
font-size: 16px;
}
}
@media screen and (max-width: 450px) {
.gallery-description p{
font-size: 14px;
}
.gallery-label{
font-size: 14px;
padding: 10px;
}
}
@media screen and (max-width: 350px) {
.image-fade{
height: 200px;
}
.gallery-description{
height: 200px;
}
.gallery-description p{
font-size: 12px;
}
.gallery-label{
font-size: 12px;
padding: 10px;
}
}
.btn1 {
border: none;
background-color: darkgrey;
padding: 10px 20px;
font-size: 12px;
cursor: pointer;
text-align: right;
float: right;
}
/* On mouse-over */
.btn1:hover {background: grey;}
.default {color: black;}
.button1 {
background-color: lightblue;
border: none;
color: black;
padding: 15px 32px;
text-align: right;
text-decoration: none;
display: inline-block;
font-size: 32px;
border-radius: 8px; /* makes button rounded */
margin: 20%;
cursor: pointer;
transition: all 0.5s;
}
@media screen and (max-width: 600px) {
.btn1 {
border: none;
background-color: darkgrey;
padding: 5px 10px;
font-size: 6px;
cursor: pointer;
text-align: right;
float: right;
}
} | historyTrails/src/main/resources/static/styles.css | body {
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin: 0;
font-family: Verdana, sans-serif;
min-height: 100vh;
display: flex;
flex-direction: column;
}
p {
color: black;
text-align: center;
font-size: 20px;
padding: 0 10px;
}
h1{
text-align: center;
font-family: 'Helvetica Neue', sans-serif;
font-size: 40px;
font-weight: bold;
}
h2{
text-align: center;
font-size: 40px;
}
/*-----------header start (slideshow)------*/
* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 16px;
width: 100%;
text-align: center;
}
/* The dots/bullets/indicators */
.dot {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active {
background-color: #717171;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/*----------header/ slideshow end--------*/
/*------image links to website----------*/
.row {
padding: 30px 4px;
}
.column {
float: left;
width: 50%;
flex: 40%;
padding: 10px 10%;
text-align: center;
display: inline;
position: relative;
}
/* Clearfix (clear floats) */
.row::after {
content: "";
clear: both;
display: table;
}
.row2 {
display: flex;
flex-wrap: wrap;
padding: 30px 4px;
background-color: black;
}
.image-fade {
opacity: 1;
display: block;
float:left;
transition: .5s ease;
}
.column a:hover .image-fade{
opacity:0.7;
}
.column a:hover .gallery-description{
opacity:0.7;
}
.column a:hover .text-on-image{
opacity:1;
}
.text-on-image{
position: absolute;
width: 30%;
bottom: 10px;
right: 20%;
background-color: black;
color: white;
padding: 20px;
opacity: 0.5;
}
.column a:hover .gallery-label{
opacity:1;
}
.gallery-label{
position: absolute;
width: 30%;
bottom: 10px;
right: 20%;
background-color: black;
color: white;
padding: 20px;
opacity: 0.5;
}
.gallery-label p{
font-family: "Georgia", "Times New Roman", serif;
}
.gallery-description{
width: 50%;
background-color: #bbbbbb;
float: left;
height: 350px;
text-align: center;
}
.gallery-description p{
padding: 0 15px;
font-size: 16px;
text-align: left;
}
.center{
display: block;
margin-left: 25%;
width: 50%;
}
.white-text{
padding-bottom: 5%;
color: white;
text-align: center;
font-size: 30px;
}
.more-padding{
padding: 0 5%;
}
/* Style the button that is used to open and close the collapsible content */
.collapsible {
background-color:white;
color: black;
cursor: pointer;
padding: 18px;
width: 100%;
text-align: left;
outline: none;
font-size: 18px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
background-color: #ccc;
}
.contentc{
padding: 20px 18px;
background-color: white;
display: none;
overflow: hidden;
font-size: 18px;
transition: max-height 0.2s ease-out;
}
.collapsible:after {
content: '\02795'; /* Unicode character for "plus" sign (+) */
font-size: 8px;
color: white;
float: right;
margin-left: 5px;
}
.active:after {
content: "\2796"; /* Unicode character for "minus" sign (-) */
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.acolumn {
float: left;
width:50%;
padding: 5px;
}
/*------Responsiveness-------------------*/
@media screen and (max-width: 1200px) {
.gallery-description p{
font-size: 14px;
}
.image-fade{
height: 300px;
}
.gallery-description{
height: 300px;
}
.gallery-label{
padding: 13px 5px;
}
}
@media screen and (max-width: 1100px) {
.content p{
font-size: 16px;
}
.text-on-image{
width: 30%;
padding: 10px 5px;
font-size: 15px;
}
}
@media screen and (max-width: 1050px) {
.gallery-description p {
font-size: 13px;
}
.image-fade {
height: 250px;
}
.gallery-description {
height: 250px;
}
}
@media screen and (max-width: 900px) {
.gallery-description p{
font-size: 12px;
}
.image-fade{
height: 230px;
}
.gallery-description{
height: 230px;
}
.gallery-label{
padding: 10px 5px;
}
.text-on-image{
width: 40%;
padding: 5px;
font-size: 14px;
}
}
@media screen and (max-width: 800px) {
.column{
padding: 10px 5%;
}
.text-on-image{
right: 10%;
}
.gallery-label{
right: 10%;
width: 40%;
padding: 8px;
}
}
@media screen and (max-width: 600px) {
/*header*/
h1{
font-size: 20px;
}
h2{font-size: 20px;}
.text {font-size: 11px}
/*slideshow*/
.mySlides img{
height: 250px;
}
/*image links*/
.row{
padding: 0;
}
.column {
width: 100%;
padding: 10px 10%;
}
.text-on-image{
padding: 10px;
}
.gallery-label{
right: 10%;
font-size: 16px;
padding: 15px;
}
.gallery-description p{
font-size: 16px;
}
.center{
width:90%;
margin: 5%;
}
.white-text{
font-size: 16px;
}
}
@media screen and (max-width: 450px) {
.gallery-description p{
font-size: 14px;
}
.gallery-label{
font-size: 14px;
padding: 10px;
}
}
@media screen and (max-width: 350px) {
.image-fade{
height: 200px;
}
.gallery-description{
height: 200px;
}
.gallery-description p{
font-size: 12px;
}
.gallery-label{
font-size: 12px;
padding: 10px;
}
}
.btn1 {
border: none;
background-color: darkgrey;
padding: 10px 20px;
font-size: 12px;
cursor: pointer;
text-align: right;
float: right;
}
/* On mouse-over */
.btn1:hover {background: grey;}
.default {color: black;}
.button1 {
background-color: lightblue;
border: none;
color: black;
padding: 15px 32px;
text-align: right;
text-decoration: none;
display: inline-block;
font-size: 32px;
border-radius: 8px; /* makes button rounded */
margin: 20%;
cursor: pointer;
transition: all 0.5s;
}
@media screen and (max-width: 600px) {
.btn1 {
border: none;
background-color: darkgrey;
padding: 5px 10px;
font-size: 6px;
cursor: pointer;
text-align: right;
float: right;
}
} | 0.393968 | 0.101589 |
*,
*::after,
*::before {
padding: 0;
margin: 0;
box-sizing: inherit; }
html {
font-size: 62.5%; }
body {
box-sizing: border-box; }
@keyframes moveInLeft {
0% {
opacity: 0;
transform: translateX(-10rem); }
80% {
transform: translateX(1rem); }
100% {
opacity: 1;
transform: translate(0); } }
@keyframes moveInRight {
0% {
opacity: 0;
transform: translateX(1rem); }
80% {
transform: translateX(-1rem); }
100% {
opacity: 1;
transform: translate(0); } }
@keyframes moveInBottom {
0% {
opacity: 0;
transform: translateY(3rem); }
80% {
transform: translateY(-1rem); }
100% {
opacity: 1;
transform: translate(0); } }
@keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
body {
font-family: "Bebas Neue", cursive;
/*font-size: 30px;*/
color: #777;
font-weight: 400;
line-height: 1.7;
padding: 3rem; }
.heading-primary {
color: #fff;
text-align: center;
backface-visibility: hidden; }
.heading-primary--main {
display: block;
letter-spacing: 2.5rem;
animation: moveInLeft 1s ease-out;
/*
animation-delay: 3s;
animation-iteration-count: 3;
*/ }
.heading-primary--sub {
display: block;
font-weight: 100;
font-size: 3rem;
letter-spacing: 1.5rem;
animation: moveInRight 1s ease-out; }
.heading-secondary {
font-size: 3.5rem;
text-transform: uppercase;
font-weight: 400;
background-image: linear-gradient(to right, rgba(27, 23, 23, 0.8), rgba(129, 0, 0, 0.8));
display: inline-block;
-webkit-background-clip: text;
color: transparent;
transition: all .2s;
letter-spacing: .2rem; }
.heading-secondary:hover {
transform: skewY(2deg) skewX(15deg) scale(1.1);
text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2); }
.heading-tertiary {
font-size: 2rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .2rem; }
.paragraph {
font-family: 'Montserrat', sans-serif;
font-size: 1.6rem;
font-weight: 500; }
.paragraph:not(:last-child) {
margin-bottom: 3rem; }
.u-center-text {
text-align: center; }
.u-margin-bottom-big {
margin-bottom: 8rem; }
.u-margin-bottom-small {
margin-bottom: 1.5rem; }
.u-margin-bottom-medium {
margin-bottom: 4rem; }
.u-margin-top-big {
margin-top: 8rem; }
.u-margin-top-huge {
margin-top: 10rem; }
.section-about {
background-color: #f7f7f7;
padding: 25rem 0;
margin-top: -20vh; }
.section-features {
padding: 20rem 0;
background-image: linear-gradient(to right bottom, rgba(27, 23, 23, 0.8), rgba(129, 0, 0, 0.8)), url("../static/equip.jpg");
background-size: cover;
margin-top: -10rem;
transform: skewY(-7deg); }
.section-features > * {
transform: skewY(7deg); }
.section-tours {
background-color: #f7f7f7;
padding: 25rem 0 15rem 0;
margin-top: -10rem; }
.section-stories {
padding: 15rem 0;
background-color: #f7f7f7; }
.btn:link, .btn:visited {
text-transform: uppercase;
text-decoration: none;
padding: 0.3rem 4rem;
display: inline-block;
border-radius: 10rem;
font-size: 3rem;
transition: all 0.2s;
position: relative;
margin-top: 3rem; }
.btn:hover {
transform: translateY(-0.9rem);
box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.27); }
.btn:hover::after {
transform: scaleX(1.4) scaleY(1.6);
opacity: 0; }
.btn:active {
transform: translateY(-0.1rem); }
.btn--white {
background-color: #fff;
color: #777; }
.btn--white::after {
background-color: #fff; }
.btn--red {
background-color: #9c2823;
color: #fff; }
.btn--red::after {
background-color: #9c2823; }
.btn::after {
content: "";
display: inline-block;
height: 100%;
width: 100%;
position: absolute;
border-radius: 10rem;
top: 0;
left: 0;
z-index: -1;
transition: all 0.4s; }
.btn--animated {
animation: moveInBottom 0.5s ease-out 0.75s;
animation-fill-mode: backwards; }
.btn-text:link, .btn-text:visited {
font-size: 1.6rem;
color: rgba(27, 23, 23, 0.8);
display: inline-block;
text-decoration: none;
border-bottom: 1px solid rgba(27, 23, 23, 0.8);
padding: 3px;
transition: all .2s; }
.btn-text:hover {
background-color: rgba(27, 23, 23, 0.8);
color: #fff;
box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
transform: translateY(-0.3rem); }
.btn-text:active {
box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25);
transform: translateY(0rem); }
.composition {
position: relative; }
.composition__photo {
width: 55%;
box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
border-radius: 2px;
position: absolute;
z-index: 10;
transition: all .2s;
outline-offset: 1.5rem; }
.composition__photo--p1 {
left: 0;
top: -2rem; }
.composition__photo--p2 {
right: 0;
top: 2rem; }
.composition__photo--p3 {
left: 20%;
top: 10rem; }
.composition__photo:hover {
outline: 1.5rem solid rgba(129, 0, 0, 0.8);
transform: scale(1.05);
box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
z-index: 20; }
.composition:hover .composition__photo:not(:hover) {
transform: scale(0.9); }
.feature-box {
background-color: rgba(255, 255, 255, 0.8);
font-size: 1.5rem;
padding: 2.5rem;
text-align: center;
border-radius: 3px;
box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
transition: transform .2s; }
.feature-box__icon {
font-size: 6rem;
margin-bottom: .5rem;
display: inline-block;
background: linear-gradient(to right, rgba(27, 23, 23, 0.8), rgba(129, 0, 0, 0.8));
color: transparent;
-webkit-background-clip: text; }
.feature-box:hover {
transform: translateY(-1.5rem) scale(1.03); }
.card {
perspective: 150rem;
-moz-perspective: 150rem;
position: relative;
height: 50rem; }
.card__side {
height: 55rem;
transition: all 0.8s ease;
position: absolute;
top: 0;
left: 0;
width: 100%;
backface-visibility: hidden;
border-radius: 3px;
box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.25);
overflow: hidden; }
.card__side--front {
background-color: #fff; }
.card__side--back {
transform: rotateY(180deg); }
.card__side--back-1 {
background-image: linear-gradient(to right bottom, rgba(138, 62, 62, 0.8), rgba(204, 63, 7, 0.8)); }
.card__side--back-2 {
background-image: linear-gradient(to right bottom, #265886, #302a6b); }
.card__side--back-3 {
background-image: linear-gradient(to right bottom, rgba(27, 23, 23, 0.8), #302a6b); }
.card:hover .card__side--front {
transform: rotateY(-180deg); }
.card:hover .card__side--back {
transform: rotateY(0); }
.card__picture {
background-size: cover;
height: 23rem;
background-blend-mode: color;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.card__picture--1 {
background-image: linear-gradient(to right bottom, rgba(138, 62, 62, 0.8), rgba(204, 63, 7, 0.8)), url(../static/plan1.jpg); }
.card__picture--2 {
background-blend-mode: hard-light;
background-image: linear-gradient(to right bottom, #265886, #302a6b), url(../static/plan2.jpg); }
.card__picture--3 {
background-image: linear-gradient(to right bottom, rgba(27, 23, 23, 0.8), #302a6b), url(../static/plan3.jpg); }
.card__heading {
font-size: 2.5rem;
font-weight: 300;
text-transform: uppercase;
text-align: right;
color: white;
position: absolute;
top: 12rem;
right: 2rem;
width: 75%; }
.card__heading-span {
font-family: 'Montserrat', sans-serif;
padding: 1rem 1.5rem;
-webkit-box-decoration-break: clone;
box-decoration-break: clone; }
.card__heading-span--1 {
background-image: linear-gradient(to right bottom, rgba(138, 62, 62, 0.85), rgba(204, 63, 7, 0.85)); }
.card__heading-span--2 {
background-image: linear-gradient(to right bottom, rgba(38, 88, 134, 0.85), rgba(48, 42, 107, 0.85)); }
.card__heading-span--3 {
background-image: linear-gradient(to right bottom, rgba(27, 23, 23, 0.85), rgba(48, 42, 107, 0.85)); }
.card__details {
padding: 3rem;
font-family: 'Montserrat', sans-serif;
font-weight: 500; }
.card__details ul {
list-style: none;
width: 80%;
margin: 0 auto; }
.card__details ul li {
text-align: center;
font-size: 1.5rem;
padding: 1rem; }
.card__details ul li:not(:last-child) {
border-bottom: 1px solid #eee; }
.card__cta {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%; }
.card__price-box {
text-align: center;
margin-bottom: 8rem;
color: #fff; }
.card__price-only {
font-family: 'Montserrat', sans-serif;
font-size: 1.4rem;
text-transform: uppercase; }
.card__price-value {
font-family: 'Montserrat', sans-serif;
font-size: 6rem;
font-weight: 100; }
.story {
width: 75%;
margin: 0 auto;
box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
background-color: #fff;
border-radius: 3px;
padding: 6rem;
padding-left: 9rem;
font-size: 1.6rem;
font-family: 'Montserrat', sans-serif;
transform: skewX; }
.story__shape {
width: 15rem;
height: 15rem;
background-color: orangered;
float: left;
-webkit-shape-outside: circle(50% at 50% 50%);
shape-outside: circle(50% at 50% 50%);
-webkit-clip-path: circle(50% at 50% 50%);
clip-path: circle(50% at 50% 50%);
transform: translateX(-3rem); }
.story__image {
width: 100%; }
.header {
height: 75vh;
background-image: linear-gradient(to right bottom, rgba(27, 23, 23, 0.8), rgba(129, 0, 0, 0.8)), url("../static/gym.jpg");
background-size: cover;
background-position: top;
position: relative;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 40rem, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 40rem, 0 100%); }
.header__logo-box {
position: absolute;
top: 0px;
left: 1.5rem; }
.header__logo {
height: 15rem;
animation-name: fadeIn;
animation-duration: 1s;
animation-timing-function: ease-in;
backface-visibility: hidden; }
.header__text-box {
font-size: 3rem;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-45%, -40%);
width: 90rem;
text-align: center; }
.row {
max-width: 114rem;
margin: 0 auto; }
.row::after {
content: "";
display: table;
clear: both; }
.row:not(:last-child) {
margin-bottom: 8rem; }
.row [class^="col-"] {
float: left; }
.row [class^="col-"]:not(:last-child) {
margin-right: 6rem; }
.row .col-1-of-2 {
width: calc((100% - 6rem) / 2); }
.row .col-1-of-3 {
width: calc((100% - 2 * 6rem) / 3); }
.row .col-1-of-4 {
width: calc((100% - 3 * 6rem) / 4); }
.row .col-2-of-3 {
width: calc(2*((100% - 2 * 6rem) / 3) + 6rem); }
.row .col-2-of-4 {
width: calc(2*((100% - 3 * 6rem) / 4) + 6rem); }
.row .col-3-of-4 {
width: calc(3*((100% - 3 * 6rem) / 4) + 2* 6rem); } | css/style.css | *,
*::after,
*::before {
padding: 0;
margin: 0;
box-sizing: inherit; }
html {
font-size: 62.5%; }
body {
box-sizing: border-box; }
@keyframes moveInLeft {
0% {
opacity: 0;
transform: translateX(-10rem); }
80% {
transform: translateX(1rem); }
100% {
opacity: 1;
transform: translate(0); } }
@keyframes moveInRight {
0% {
opacity: 0;
transform: translateX(1rem); }
80% {
transform: translateX(-1rem); }
100% {
opacity: 1;
transform: translate(0); } }
@keyframes moveInBottom {
0% {
opacity: 0;
transform: translateY(3rem); }
80% {
transform: translateY(-1rem); }
100% {
opacity: 1;
transform: translate(0); } }
@keyframes fadeIn {
0% {
opacity: 0; }
100% {
opacity: 1; } }
body {
font-family: "Bebas Neue", cursive;
/*font-size: 30px;*/
color: #777;
font-weight: 400;
line-height: 1.7;
padding: 3rem; }
.heading-primary {
color: #fff;
text-align: center;
backface-visibility: hidden; }
.heading-primary--main {
display: block;
letter-spacing: 2.5rem;
animation: moveInLeft 1s ease-out;
/*
animation-delay: 3s;
animation-iteration-count: 3;
*/ }
.heading-primary--sub {
display: block;
font-weight: 100;
font-size: 3rem;
letter-spacing: 1.5rem;
animation: moveInRight 1s ease-out; }
.heading-secondary {
font-size: 3.5rem;
text-transform: uppercase;
font-weight: 400;
background-image: linear-gradient(to right, rgba(27, 23, 23, 0.8), rgba(129, 0, 0, 0.8));
display: inline-block;
-webkit-background-clip: text;
color: transparent;
transition: all .2s;
letter-spacing: .2rem; }
.heading-secondary:hover {
transform: skewY(2deg) skewX(15deg) scale(1.1);
text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2); }
.heading-tertiary {
font-size: 2rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .2rem; }
.paragraph {
font-family: 'Montserrat', sans-serif;
font-size: 1.6rem;
font-weight: 500; }
.paragraph:not(:last-child) {
margin-bottom: 3rem; }
.u-center-text {
text-align: center; }
.u-margin-bottom-big {
margin-bottom: 8rem; }
.u-margin-bottom-small {
margin-bottom: 1.5rem; }
.u-margin-bottom-medium {
margin-bottom: 4rem; }
.u-margin-top-big {
margin-top: 8rem; }
.u-margin-top-huge {
margin-top: 10rem; }
.section-about {
background-color: #f7f7f7;
padding: 25rem 0;
margin-top: -20vh; }
.section-features {
padding: 20rem 0;
background-image: linear-gradient(to right bottom, rgba(27, 23, 23, 0.8), rgba(129, 0, 0, 0.8)), url("../static/equip.jpg");
background-size: cover;
margin-top: -10rem;
transform: skewY(-7deg); }
.section-features > * {
transform: skewY(7deg); }
.section-tours {
background-color: #f7f7f7;
padding: 25rem 0 15rem 0;
margin-top: -10rem; }
.section-stories {
padding: 15rem 0;
background-color: #f7f7f7; }
.btn:link, .btn:visited {
text-transform: uppercase;
text-decoration: none;
padding: 0.3rem 4rem;
display: inline-block;
border-radius: 10rem;
font-size: 3rem;
transition: all 0.2s;
position: relative;
margin-top: 3rem; }
.btn:hover {
transform: translateY(-0.9rem);
box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.27); }
.btn:hover::after {
transform: scaleX(1.4) scaleY(1.6);
opacity: 0; }
.btn:active {
transform: translateY(-0.1rem); }
.btn--white {
background-color: #fff;
color: #777; }
.btn--white::after {
background-color: #fff; }
.btn--red {
background-color: #9c2823;
color: #fff; }
.btn--red::after {
background-color: #9c2823; }
.btn::after {
content: "";
display: inline-block;
height: 100%;
width: 100%;
position: absolute;
border-radius: 10rem;
top: 0;
left: 0;
z-index: -1;
transition: all 0.4s; }
.btn--animated {
animation: moveInBottom 0.5s ease-out 0.75s;
animation-fill-mode: backwards; }
.btn-text:link, .btn-text:visited {
font-size: 1.6rem;
color: rgba(27, 23, 23, 0.8);
display: inline-block;
text-decoration: none;
border-bottom: 1px solid rgba(27, 23, 23, 0.8);
padding: 3px;
transition: all .2s; }
.btn-text:hover {
background-color: rgba(27, 23, 23, 0.8);
color: #fff;
box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
transform: translateY(-0.3rem); }
.btn-text:active {
box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25);
transform: translateY(0rem); }
.composition {
position: relative; }
.composition__photo {
width: 55%;
box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
border-radius: 2px;
position: absolute;
z-index: 10;
transition: all .2s;
outline-offset: 1.5rem; }
.composition__photo--p1 {
left: 0;
top: -2rem; }
.composition__photo--p2 {
right: 0;
top: 2rem; }
.composition__photo--p3 {
left: 20%;
top: 10rem; }
.composition__photo:hover {
outline: 1.5rem solid rgba(129, 0, 0, 0.8);
transform: scale(1.05);
box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
z-index: 20; }
.composition:hover .composition__photo:not(:hover) {
transform: scale(0.9); }
.feature-box {
background-color: rgba(255, 255, 255, 0.8);
font-size: 1.5rem;
padding: 2.5rem;
text-align: center;
border-radius: 3px;
box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
transition: transform .2s; }
.feature-box__icon {
font-size: 6rem;
margin-bottom: .5rem;
display: inline-block;
background: linear-gradient(to right, rgba(27, 23, 23, 0.8), rgba(129, 0, 0, 0.8));
color: transparent;
-webkit-background-clip: text; }
.feature-box:hover {
transform: translateY(-1.5rem) scale(1.03); }
.card {
perspective: 150rem;
-moz-perspective: 150rem;
position: relative;
height: 50rem; }
.card__side {
height: 55rem;
transition: all 0.8s ease;
position: absolute;
top: 0;
left: 0;
width: 100%;
backface-visibility: hidden;
border-radius: 3px;
box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.25);
overflow: hidden; }
.card__side--front {
background-color: #fff; }
.card__side--back {
transform: rotateY(180deg); }
.card__side--back-1 {
background-image: linear-gradient(to right bottom, rgba(138, 62, 62, 0.8), rgba(204, 63, 7, 0.8)); }
.card__side--back-2 {
background-image: linear-gradient(to right bottom, #265886, #302a6b); }
.card__side--back-3 {
background-image: linear-gradient(to right bottom, rgba(27, 23, 23, 0.8), #302a6b); }
.card:hover .card__side--front {
transform: rotateY(-180deg); }
.card:hover .card__side--back {
transform: rotateY(0); }
.card__picture {
background-size: cover;
height: 23rem;
background-blend-mode: color;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
border-top-left-radius: 3px;
border-top-right-radius: 3px; }
.card__picture--1 {
background-image: linear-gradient(to right bottom, rgba(138, 62, 62, 0.8), rgba(204, 63, 7, 0.8)), url(../static/plan1.jpg); }
.card__picture--2 {
background-blend-mode: hard-light;
background-image: linear-gradient(to right bottom, #265886, #302a6b), url(../static/plan2.jpg); }
.card__picture--3 {
background-image: linear-gradient(to right bottom, rgba(27, 23, 23, 0.8), #302a6b), url(../static/plan3.jpg); }
.card__heading {
font-size: 2.5rem;
font-weight: 300;
text-transform: uppercase;
text-align: right;
color: white;
position: absolute;
top: 12rem;
right: 2rem;
width: 75%; }
.card__heading-span {
font-family: 'Montserrat', sans-serif;
padding: 1rem 1.5rem;
-webkit-box-decoration-break: clone;
box-decoration-break: clone; }
.card__heading-span--1 {
background-image: linear-gradient(to right bottom, rgba(138, 62, 62, 0.85), rgba(204, 63, 7, 0.85)); }
.card__heading-span--2 {
background-image: linear-gradient(to right bottom, rgba(38, 88, 134, 0.85), rgba(48, 42, 107, 0.85)); }
.card__heading-span--3 {
background-image: linear-gradient(to right bottom, rgba(27, 23, 23, 0.85), rgba(48, 42, 107, 0.85)); }
.card__details {
padding: 3rem;
font-family: 'Montserrat', sans-serif;
font-weight: 500; }
.card__details ul {
list-style: none;
width: 80%;
margin: 0 auto; }
.card__details ul li {
text-align: center;
font-size: 1.5rem;
padding: 1rem; }
.card__details ul li:not(:last-child) {
border-bottom: 1px solid #eee; }
.card__cta {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%; }
.card__price-box {
text-align: center;
margin-bottom: 8rem;
color: #fff; }
.card__price-only {
font-family: 'Montserrat', sans-serif;
font-size: 1.4rem;
text-transform: uppercase; }
.card__price-value {
font-family: 'Montserrat', sans-serif;
font-size: 6rem;
font-weight: 100; }
.story {
width: 75%;
margin: 0 auto;
box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
background-color: #fff;
border-radius: 3px;
padding: 6rem;
padding-left: 9rem;
font-size: 1.6rem;
font-family: 'Montserrat', sans-serif;
transform: skewX; }
.story__shape {
width: 15rem;
height: 15rem;
background-color: orangered;
float: left;
-webkit-shape-outside: circle(50% at 50% 50%);
shape-outside: circle(50% at 50% 50%);
-webkit-clip-path: circle(50% at 50% 50%);
clip-path: circle(50% at 50% 50%);
transform: translateX(-3rem); }
.story__image {
width: 100%; }
.header {
height: 75vh;
background-image: linear-gradient(to right bottom, rgba(27, 23, 23, 0.8), rgba(129, 0, 0, 0.8)), url("../static/gym.jpg");
background-size: cover;
background-position: top;
position: relative;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 40rem, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 40rem, 0 100%); }
.header__logo-box {
position: absolute;
top: 0px;
left: 1.5rem; }
.header__logo {
height: 15rem;
animation-name: fadeIn;
animation-duration: 1s;
animation-timing-function: ease-in;
backface-visibility: hidden; }
.header__text-box {
font-size: 3rem;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-45%, -40%);
width: 90rem;
text-align: center; }
.row {
max-width: 114rem;
margin: 0 auto; }
.row::after {
content: "";
display: table;
clear: both; }
.row:not(:last-child) {
margin-bottom: 8rem; }
.row [class^="col-"] {
float: left; }
.row [class^="col-"]:not(:last-child) {
margin-right: 6rem; }
.row .col-1-of-2 {
width: calc((100% - 6rem) / 2); }
.row .col-1-of-3 {
width: calc((100% - 2 * 6rem) / 3); }
.row .col-1-of-4 {
width: calc((100% - 3 * 6rem) / 4); }
.row .col-2-of-3 {
width: calc(2*((100% - 2 * 6rem) / 3) + 6rem); }
.row .col-2-of-4 {
width: calc(2*((100% - 3 * 6rem) / 4) + 6rem); }
.row .col-3-of-4 {
width: calc(3*((100% - 3 * 6rem) / 4) + 2* 6rem); } | 0.679072 | 0.119717 |
html {
overflow-x: hidden;
}
body {
font-family: Roboto, sans-serif;
margin: 0px;
padding: 0px;
margin-top: 50px;
width: 100vw;
overflow-x: hidden;
background: #394255;
background-image: linear-gradient(to right, #242936, #8ca2d1, #242936);
/* background: -webkit-radial-gradient(center, #8ca2d1, #242936);
background: -moz-radial-gradient(center, #8ca2d1, #242936);
background: radial-gradient(ellipse at center, #8ca2d1 #242936); */
}
.effect5 {
position: relative;
}
.effect5:before,
.effect5:after {
z-index: -1;
position: absolute;
content: '';
bottom: 25px;
left: 10px;
width: 50%;
top: 80%;
max-width: 300px;
background: #777;
-webkit-box-shadow: 0 35px 20px #777;
-moz-box-shadow: 0 35px 20px #777;
box-shadow: 0 35px 20px #777;
-webkit-transform: rotate(-8deg);
-moz-transform: rotate(-8deg);
-o-transform: rotate(-8deg);
-ms-transform: rotate(-8deg);
transform: rotate(-8deg);
}
.effect5:after {
-webkit-transform: rotate(8deg);
-moz-transform: rotate(8deg);
-o-transform: rotate(8deg);
-ms-transform: rotate(8deg);
transform: rotate(8deg);
right: 10px;
left: auto;
}
/* Profile */
.prof-div {
background-color: #262626;
padding: 32px;
height: 100%;
}
.popfile {
background-color: #121212;
margin: 1% 3%;
height: 100%;
border-radius: 3%;
}
input[type='file'] {
display: none;
}
.custom-file-upload {
border: 1px solid #ccc;
display: inline-block;
padding: 6px 12px;
cursor: pointer;
color: white;
}
/* Profile ends*/
.content {
padding-top: 50px;
padding-left: 5%;
padding-right: 5%;
color: white;
}
@media screen and (max-width: 768px) {
.content {
padding-left: 1%;
padding-right: 1%;
}
.arrow {
clip-path: circle(20px) !important;
padding: 15px !important;
text-align: center;
}
.steps {
margin-left: 2rem !important;
}
.dir-line {
height: 0.5rem !important;
width: 2.5rem !important;
}
}
/* Grids and Alignments */
.column-footer {
flex-grow: 1;
width: 25%;
padding: 30px 40px 30px 40px;
}
.drib {
border: 5px solid hsl(0, 0%, 40%);
/* #2 */
padding: 5px;
background: hsl(0, 0%, 20%);
/* #3 */
outline: 5px solid hsl(0, 0%, 60%);
/* #4 AND INFINITY!!! (CSS3 only) */
box-shadow: 0 0 0 10px hsl(0, 0%, 80%), 0 0 0 15px hsl(0, 0%, 90%);
}
.row,
.row-sm {
display: flex;
justify-content: center;
margin-bottom: 6%;
margin-left: 5%;
margin-top: 3%;
margin-right: 5%;
}
.row-fluid,
.row-fluid-sm {
display: flex;
width: 100%;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
}
.on {
background-color: #262626;
border-bottom: 3px solid white;
border-top: 3px solid white;
}
#heading {
font-family: 'Permanent Marker', cursive;
font-size: 120px;
color: white;
margin-left: 20%;
}
.site-heading {
padding-top: 100px;
padding-bottom: 170px;
background-color: #121212;
text-shadow: 1px 1px 0px #292929;
color: white;
clip-path: polygon(0 0, 100% 0, 100% 81%, 0 100%);
}
#heading span:first-child {
color: #ff0000;
}
.sub-heading-home {
margin-left: 23%;
margin-top: 50px;
font-size: large;
}
@media screen and (max-width: 768px) {
.sub-heading-home {
margin-left: 10%;
font-size: larger;
}
#heading {
margin-left: 10%;
font-size: 60px;
}
}
.heading-btns-home {
margin-top: 30px;
margin-left: 21%;
}
.hh {
color: #ccc;
}
.column-9,
.column-sm-9 {
flex-grow: 1;
width: 75%;
padding-left: 10px;
padding-right: 10px;
}
.column-8,
.column-sm-8 {
flex-grow: 1;
width: 66.66%;
padding-left: 10px;
padding-right: 10px;
}
.column-6,
.column-sm-6 {
flex-grow: 1;
width: 50%;
padding-left: 10px;
padding-right: 10px;
}
.column-4,
.column-sm-4 {
flex-grow: 1;
width: 33.33%;
padding-left: 10px;
padding-right: 10px;
}
.column-3,
.column-sm-3 {
flex-grow: 1;
width: 25%;
padding-left: 10px;
padding-right: 10px;
}
.column-2,
.column-sm-2 {
flex-grow: 1;
width: 16.66%;
padding-left: 10px;
padding-right: 10px;
}
.column-1,
.column-sm-1 {
flex-grow: 1;
width: 8.33%;
padding-left: 10px;
padding-right: 10px;
}
@media screen and (max-width: 800px) {
.row,
.row-fluid {
flex-direction: column;
}
.column-1,
.column-2,
.column-3,
.column-4,
.column-6,
.column-8,
.column-9 {
width: 100%;
}
.input-text {
margin-top: 30px;
width: fit-content;
}
.seacrh-btn {
margin-top: 10px;
width: 100%;
}
}
.full-width {
width: 100%;
}
.arrow {
clip-path: circle(25px);
display: inline;
padding: 25px;
font-family: 'Roboto', sans-serif;
font-weight: 900;
}
.steps {
margin-top: 8vh;
margin-left: 25%;
}
.dir-line {
display: inline-block;
height: 0.5rem;
width: 10rem;
}
/* Card */
.card {
border: 1px solid #aaa;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: white;
}
.card-header {
font-size: 2.5em;
font-family: 'Righteous', cursive;
border-bottom: 1px solid #ccc;
}
.border-right {
border-right: 2px solid #ccc;
}
.content-card {
padding: 40px;
font-family: sans-serif;
background-color: #1d1e22;
}
.content-card-2 {
padding: 5px;
font-family: Arial;
}
.pict:hover {
transition: 2s;
transform: rotateX(360deg);
}
/* End */
.btn-curved {
padding: 10px 30px 10px 30px;
border-radius: 20px;
border: 0px;
font-weight: bold;
}
.login {
transition: 1s;
}
.signup {
transition: 1s;
margin-left: 10px;
}
.login:hover {
background-color: #f00;
color: white;
border-radius: 5px;
}
.signup:hover {
background-color: white;
color: #f00;
border-radius: 5px;
}
/* URLS */
a.custom-white {
color: #bbb;
text-decoration: none;
}
a.custom-white:hover {
color: white;
}
.white-text {
color: white;
}
.red-text {
color: #f00;
}
/*Date and Time Select page*/
.time-block {
padding: 60px;
background-color: #002e4d;
box-shadow: 10px 10px 5px black;
}
.parallax {
min-height: 720px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
position: relative;
}
/*For arrow bg*/
.silver-bg {
background-color: #bdbdbd;
}
/* End*/
.inp {
padding: 6px 12px;
color: #cccccc;
border-color: #111119;
border-radius: 6px;
background-color: #262626;
/* outline: none; */
}
nav ul {
height: 415px;
}
nav ul {
overflow: hidden;
overflow-y: scroll;
}
.btn-book-now {
margin-top: 30px;
transition: 1s;
background-color: #f66;
color: white;
}
/* To remove background color overlay */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-transition: 'color 9999s ease-out, background-color 9999s ease-out';
-webkit-transition-delay: 9999s;
}
.btn-position {
text-align: right;
}
@media screen and (max-width: 768px) {
/* .btn-book-now {
margin-right: 50px;
} */
.btn-position {
text-align: center;
margin-left: 30px;
}
.btn-book-now {
width: 100%;
margin-right: 10px;
}
.full-width {
width: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.content-card {
width: 80%;
}
/* .btn-wid {
padding-left: 44px;
align-items: center;
} */
.border-right {
border: none;
}
}
.btn-book-now-2 {
transition: 1s;
background-color: #f66;
color: white;
}
.btn-book-now-2:hover {
border-radius: 5px;
background-color: #f00;
}
.btn-book-now:hover {
border-radius: 5px;
background-color: #f00;
}
.bg-red {
background-color: #f00;
color: white;
}
.bg-white {
background-color: #fff;
color: red;
}
.input-text {
border: 1px solid #ccc;
outline: none !important;
font-size: 14px;
border-radius: 25px;
margin-left: 40px;
padding: 8px 15px 8px 20px;
min-width: 250px;
}
.input-text:focus {
border-color: #222;
}
.red-btn {
padding: 9px 22px 9px 22px;
background-color: #df2626;
border: 0px;
color: white;
border-radius: 4px;
font-size: 14px;
margin-left: 20px;
cursor: pointer;
transition: 0.25s;
}
.red-btn:hover {
background-color: #ff0000;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Navbar */
/* Add a black background color to the top navigation bar */
.nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #121212;
z-index: 200;
}
.nav ul {
display: inline-flex;
/*To set margin-top: 0 , we need to keep the position as absolute*/
top: 0;
padding: 0;
margin: 0px;
}
#navhome {
font-family: 'Permanent Marker', cursive;
/*font-size: 20px;*/
color: white;
margin: 0px 0px 0px 10px;
}
#profname {
font-family: cursive;
word-spacing: 3%;
/*font-size: 20px;*/
color: #bfbfbf;
margin: 2% 2%;
}
#navhome span:first-child {
color: #ff0000;
}
/*To make the list elements horizontal*/
.nav li {
float: left;
}
#list-open {
display: none;
color: white;
}
#home-nav-mobile-only {
display: none;
}
@media screen and (max-width: 768px) {
.nav ul {
display: block;
align-items: left;
}
.nav li {
width: 100vw;
}
#nav-list {
display: none;
}
#home-nav-mobile-only {
display: block;
}
#list-open {
display: block;
position: absolute;
z-index: 100;
padding-left: 90vw;
padding-top: 3vh;
}
form .row {
border-style: solid;
border-radius: 1rem;
padding: 0.5rem;
}
.input-text {
/* min-width: 100px !important;
max-width: 140px; */
width: 75%;
}
.seacrh-btn {
width: 75%;
margin-left: 40px;
/* margin: 1rem;
min-width: 100px !important; */
}
}
.login-nav {
color: #f00 !important;
}
.login-nav:hover {
background-color: #f00;
color: white !important;
}
/* Style the links and Dropdown button inside the navigation bar */
.nav li a,
.nav .brand,
.dropbtn {
display: inline-block;
color: white;
padding: 18px 25px;
text-align: center;
text-decoration: none;
transition: 0.75s;
/*To remove the hyperlink underline*/
}
.nav .brand {
padding: 10px 10px;
font-size: x-large;
background-color: #121212 !important;
}
/* Style the "active" element to highlight the current page */
.nav .active {
background-color: #4caf50;
}
/*To show the hover effect over link other than the active*/
.nav a:hover:not(.active) {
color: #f00;
}
/* End of Navbar */
/*Confirm ticket payment*/
@media screen and (max-width: 786px) {
.ticket-frame {
border-radius: -25px;
padding-top: 0px !important;
padding-left: 0px !important;
padding-right: 90px;
padding-bottom: 0px !important;
width: 200px !important;
height: 150px !important;
}
.card-header {
padding-top: 1.5rem;
font-size: 1rem;
}
.ticket-content {
margin-top: 0 !important;
margin-left: 4rem !important;
font-size: 0.7rem !important;
}
}
.ticket-frame {
border-radius: -25px;
padding-top: 80px;
padding-left: 120px;
padding-right: 90px;
padding-bottom: 60px;
width: 600px;
height: 230px;
background-image: url('/public/img/ticket.svg');
background-repeat: no-repeat;
background-size: cover;
}
.ticket-content {
margin-top: 30px;
font-size: large;
}
/* Seat Booking */
.occupied {
background-color: #aaa;
background-image: url('/public/img/seat.png');
background-repeat: no-repeat;
background-position: center;
background-size: 50px 50px;
height: 50px;
width: 50px;
text-align: center;
color: white;
filter: grayscale(100%);
border: 0px;
cursor: not-allowed;
}
.available {
color: black;
background-image: url('/public/img/seat.png');
background-repeat: no-repeat;
background-position: center;
background-size: 50px 50px;
height: 50px;
width: 50px;
text-align: center;
color: white;
border: 0px;
filter: opacity(60%);
cursor: pointer;
}
.available:hover {
filter: opacity(100%);
}
#Screen {
text-align: center;
background-color: #cdcdcd;
padding: 10px 10px;
}
#seat-holder {
padding: 10px;
}
/* Set a style for all buttons */
.s_inp {
margin-top: 8px;
width: 100%;
padding: 15px;
margin-top: 5px;
margin-bottom: 20px;
display: inline-block;
border: none;
background: #f1f1f1;
border-radius: 6px;
}
#signup-form label {
font-weight: 600;
}
.muted {
font-weight: 300;
color: #ddd;
font-size: 13px;
margin-top: -15px;
margin-bottom: 10px;
}
button:hover {
opacity: 1;
}
/* Extra styles for the cancel button */
.cancelbtn {
padding: 14px 20px;
background-color: #f44336;
}
/* Float cancel and signup buttons and add an equal width */
.cancelbtn,
.signupbtn {
float: left;
width: 50%;
}
/* Add padding to container elements */
.container {
padding: 32px;
}
/* The Modal (background) */
.modal {
display: none;
/* Hidden by default */
position: fixed;
/* Stay in place */
z-index: 1;
/* Sit on top */
left: 0;
top: 0;
width: 100%;
/* Full width */
height: 100%;
/* Full height */
overflow: auto;
/* Enable scroll if needed */
background-color: #474e5d;
padding-top: 50px;
}
/* Modal Content/Box */
.modal-content {
background-color: #181821;
margin: 5% auto 15% auto;
/* 5% from the top, 15% from the bottom and centered */
border: 1px solid #888;
width: 80%;
/* Could be more or less, depending on screen size */
}
@media screen and (max-width: 786px) {
.modal-content {
background-color: #181821;
margin: 5% 5% 15% 5%;
/* 5% from the top, 15% from the bottom and centered */
border: 1px solid #888;
width: 80%;
/* Could be more or less, depending on screen size */
}
}
/* Style the horizontal ruler */
hr {
border: 1px solid #f1f1f1;
margin-bottom: 25px;
}
/* The Close Button (x) */
.close {
position: absolute;
right: 35px;
top: 15px;
font-size: 40px;
font-weight: bold;
color: #f1f1f1;
}
.close:hover,
.close:focus {
color: #f44336;
cursor: pointer;
}
/* Clear floats */
.clearfix::after {
content: '';
clear: both;
display: table;
}
/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
.cancelbtn,
.signupbtn {
width: 100%;
}
.seacrh-btn {
width: 90%;
}
}
/* Footer */
#subscribe-news {
margin-top: 50px;
margin-bottom: 20px;
}
.footer-homepg {
margin-top: 30px;
display: flex;
justify-content: center;
padding: 40px 10vw 40px 10vw;
background-color: #181821;
color: white;
text-align: left !important;
border-bottom: 1px solid gray;
}
.footer-head {
color: #ddd;
margin-bottom: 20px;
font-size: 25px;
color: #df4f4f;
}
@media screen and (max-width: 900px) {
.footer-head {
margin-top: 60px;
}
}
.footer-para {
line-height: 20px;
}
.footer-text-description {
padding-right: 50px;
}
.sub-footer {
bottom: 0;
left: 0;
background: #111119;
color: white;
padding: 15px 40px 25px 20vw;
font-size: 13px;
color: #ccc;
}
.icon-holder {
margin-left: 40vw;
display: inline;
}
.sub-footer .fa {
margin-left: 10px;
}
.sub-footer .fa:hover {
color: white;
}
/* .goUp {
background-color: inherit;
border: 0px;
border-radius: 50%;
outline: none !important;
} */
.goUp {
position: fixed;
bottom: 10px;
right: 10px;
float: right;
width: 60px;
height: 60px;
border-radius: 50%;
/* padding: 15px; */
border: none;
outline: none !important;
background-color: rgb(255, 0, 0);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
text-align: center;
font-size: 25px;
cursor: pointer;
}
#goUpbtn:hover {
background-color: #c70000;
}
@media screen and (max-width: 768px) {
.footer-homepg {
flex-direction: column;
}
.column-footer {
width: 80%;
}
}
/* Footer End */
/* About Us */
.content-aboutUs {
padding: 10px;
}
.line-spacing {
line-height: 0%;
font-size: x-large;
}
/* contact-btn */
.contact {
transition: 1s;
}
.contact:hover {
background-color: #f00;
color: white;
border-radius: 5px;
}
/* Table css */
table.customTable {
width: 50%;
background-color: #ffffff;
border-collapse: collapse;
border-width: 2px;
border-color: #000000;
border-style: solid;
color: #000000;
}
table.customTable td,
table.customTable th {
border-width: 2px;
border-color: #000000;
border-style: solid;
padding: 5px;
}
table.customTable thead {
background-color: #ffffff;
}
/* About Us Ends */
/* select_flix */
.border {
border: 1px solid black;
border-radius: 10px;
padding: 4px;
} | server/public/style.css | html {
overflow-x: hidden;
}
body {
font-family: Roboto, sans-serif;
margin: 0px;
padding: 0px;
margin-top: 50px;
width: 100vw;
overflow-x: hidden;
background: #394255;
background-image: linear-gradient(to right, #242936, #8ca2d1, #242936);
/* background: -webkit-radial-gradient(center, #8ca2d1, #242936);
background: -moz-radial-gradient(center, #8ca2d1, #242936);
background: radial-gradient(ellipse at center, #8ca2d1 #242936); */
}
.effect5 {
position: relative;
}
.effect5:before,
.effect5:after {
z-index: -1;
position: absolute;
content: '';
bottom: 25px;
left: 10px;
width: 50%;
top: 80%;
max-width: 300px;
background: #777;
-webkit-box-shadow: 0 35px 20px #777;
-moz-box-shadow: 0 35px 20px #777;
box-shadow: 0 35px 20px #777;
-webkit-transform: rotate(-8deg);
-moz-transform: rotate(-8deg);
-o-transform: rotate(-8deg);
-ms-transform: rotate(-8deg);
transform: rotate(-8deg);
}
.effect5:after {
-webkit-transform: rotate(8deg);
-moz-transform: rotate(8deg);
-o-transform: rotate(8deg);
-ms-transform: rotate(8deg);
transform: rotate(8deg);
right: 10px;
left: auto;
}
/* Profile */
.prof-div {
background-color: #262626;
padding: 32px;
height: 100%;
}
.popfile {
background-color: #121212;
margin: 1% 3%;
height: 100%;
border-radius: 3%;
}
input[type='file'] {
display: none;
}
.custom-file-upload {
border: 1px solid #ccc;
display: inline-block;
padding: 6px 12px;
cursor: pointer;
color: white;
}
/* Profile ends*/
.content {
padding-top: 50px;
padding-left: 5%;
padding-right: 5%;
color: white;
}
@media screen and (max-width: 768px) {
.content {
padding-left: 1%;
padding-right: 1%;
}
.arrow {
clip-path: circle(20px) !important;
padding: 15px !important;
text-align: center;
}
.steps {
margin-left: 2rem !important;
}
.dir-line {
height: 0.5rem !important;
width: 2.5rem !important;
}
}
/* Grids and Alignments */
.column-footer {
flex-grow: 1;
width: 25%;
padding: 30px 40px 30px 40px;
}
.drib {
border: 5px solid hsl(0, 0%, 40%);
/* #2 */
padding: 5px;
background: hsl(0, 0%, 20%);
/* #3 */
outline: 5px solid hsl(0, 0%, 60%);
/* #4 AND INFINITY!!! (CSS3 only) */
box-shadow: 0 0 0 10px hsl(0, 0%, 80%), 0 0 0 15px hsl(0, 0%, 90%);
}
.row,
.row-sm {
display: flex;
justify-content: center;
margin-bottom: 6%;
margin-left: 5%;
margin-top: 3%;
margin-right: 5%;
}
.row-fluid,
.row-fluid-sm {
display: flex;
width: 100%;
margin-bottom: 20px;
margin-left: 0px;
margin-right: 0px;
}
.on {
background-color: #262626;
border-bottom: 3px solid white;
border-top: 3px solid white;
}
#heading {
font-family: 'Permanent Marker', cursive;
font-size: 120px;
color: white;
margin-left: 20%;
}
.site-heading {
padding-top: 100px;
padding-bottom: 170px;
background-color: #121212;
text-shadow: 1px 1px 0px #292929;
color: white;
clip-path: polygon(0 0, 100% 0, 100% 81%, 0 100%);
}
#heading span:first-child {
color: #ff0000;
}
.sub-heading-home {
margin-left: 23%;
margin-top: 50px;
font-size: large;
}
@media screen and (max-width: 768px) {
.sub-heading-home {
margin-left: 10%;
font-size: larger;
}
#heading {
margin-left: 10%;
font-size: 60px;
}
}
.heading-btns-home {
margin-top: 30px;
margin-left: 21%;
}
.hh {
color: #ccc;
}
.column-9,
.column-sm-9 {
flex-grow: 1;
width: 75%;
padding-left: 10px;
padding-right: 10px;
}
.column-8,
.column-sm-8 {
flex-grow: 1;
width: 66.66%;
padding-left: 10px;
padding-right: 10px;
}
.column-6,
.column-sm-6 {
flex-grow: 1;
width: 50%;
padding-left: 10px;
padding-right: 10px;
}
.column-4,
.column-sm-4 {
flex-grow: 1;
width: 33.33%;
padding-left: 10px;
padding-right: 10px;
}
.column-3,
.column-sm-3 {
flex-grow: 1;
width: 25%;
padding-left: 10px;
padding-right: 10px;
}
.column-2,
.column-sm-2 {
flex-grow: 1;
width: 16.66%;
padding-left: 10px;
padding-right: 10px;
}
.column-1,
.column-sm-1 {
flex-grow: 1;
width: 8.33%;
padding-left: 10px;
padding-right: 10px;
}
@media screen and (max-width: 800px) {
.row,
.row-fluid {
flex-direction: column;
}
.column-1,
.column-2,
.column-3,
.column-4,
.column-6,
.column-8,
.column-9 {
width: 100%;
}
.input-text {
margin-top: 30px;
width: fit-content;
}
.seacrh-btn {
margin-top: 10px;
width: 100%;
}
}
.full-width {
width: 100%;
}
.arrow {
clip-path: circle(25px);
display: inline;
padding: 25px;
font-family: 'Roboto', sans-serif;
font-weight: 900;
}
.steps {
margin-top: 8vh;
margin-left: 25%;
}
.dir-line {
display: inline-block;
height: 0.5rem;
width: 10rem;
}
/* Card */
.card {
border: 1px solid #aaa;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: white;
}
.card-header {
font-size: 2.5em;
font-family: 'Righteous', cursive;
border-bottom: 1px solid #ccc;
}
.border-right {
border-right: 2px solid #ccc;
}
.content-card {
padding: 40px;
font-family: sans-serif;
background-color: #1d1e22;
}
.content-card-2 {
padding: 5px;
font-family: Arial;
}
.pict:hover {
transition: 2s;
transform: rotateX(360deg);
}
/* End */
.btn-curved {
padding: 10px 30px 10px 30px;
border-radius: 20px;
border: 0px;
font-weight: bold;
}
.login {
transition: 1s;
}
.signup {
transition: 1s;
margin-left: 10px;
}
.login:hover {
background-color: #f00;
color: white;
border-radius: 5px;
}
.signup:hover {
background-color: white;
color: #f00;
border-radius: 5px;
}
/* URLS */
a.custom-white {
color: #bbb;
text-decoration: none;
}
a.custom-white:hover {
color: white;
}
.white-text {
color: white;
}
.red-text {
color: #f00;
}
/*Date and Time Select page*/
.time-block {
padding: 60px;
background-color: #002e4d;
box-shadow: 10px 10px 5px black;
}
.parallax {
min-height: 720px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
position: relative;
}
/*For arrow bg*/
.silver-bg {
background-color: #bdbdbd;
}
/* End*/
.inp {
padding: 6px 12px;
color: #cccccc;
border-color: #111119;
border-radius: 6px;
background-color: #262626;
/* outline: none; */
}
nav ul {
height: 415px;
}
nav ul {
overflow: hidden;
overflow-y: scroll;
}
.btn-book-now {
margin-top: 30px;
transition: 1s;
background-color: #f66;
color: white;
}
/* To remove background color overlay */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-transition: 'color 9999s ease-out, background-color 9999s ease-out';
-webkit-transition-delay: 9999s;
}
.btn-position {
text-align: right;
}
@media screen and (max-width: 768px) {
/* .btn-book-now {
margin-right: 50px;
} */
.btn-position {
text-align: center;
margin-left: 30px;
}
.btn-book-now {
width: 100%;
margin-right: 10px;
}
.full-width {
width: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.content-card {
width: 80%;
}
/* .btn-wid {
padding-left: 44px;
align-items: center;
} */
.border-right {
border: none;
}
}
.btn-book-now-2 {
transition: 1s;
background-color: #f66;
color: white;
}
.btn-book-now-2:hover {
border-radius: 5px;
background-color: #f00;
}
.btn-book-now:hover {
border-radius: 5px;
background-color: #f00;
}
.bg-red {
background-color: #f00;
color: white;
}
.bg-white {
background-color: #fff;
color: red;
}
.input-text {
border: 1px solid #ccc;
outline: none !important;
font-size: 14px;
border-radius: 25px;
margin-left: 40px;
padding: 8px 15px 8px 20px;
min-width: 250px;
}
.input-text:focus {
border-color: #222;
}
.red-btn {
padding: 9px 22px 9px 22px;
background-color: #df2626;
border: 0px;
color: white;
border-radius: 4px;
font-size: 14px;
margin-left: 20px;
cursor: pointer;
transition: 0.25s;
}
.red-btn:hover {
background-color: #ff0000;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Navbar */
/* Add a black background color to the top navigation bar */
.nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #121212;
z-index: 200;
}
.nav ul {
display: inline-flex;
/*To set margin-top: 0 , we need to keep the position as absolute*/
top: 0;
padding: 0;
margin: 0px;
}
#navhome {
font-family: 'Permanent Marker', cursive;
/*font-size: 20px;*/
color: white;
margin: 0px 0px 0px 10px;
}
#profname {
font-family: cursive;
word-spacing: 3%;
/*font-size: 20px;*/
color: #bfbfbf;
margin: 2% 2%;
}
#navhome span:first-child {
color: #ff0000;
}
/*To make the list elements horizontal*/
.nav li {
float: left;
}
#list-open {
display: none;
color: white;
}
#home-nav-mobile-only {
display: none;
}
@media screen and (max-width: 768px) {
.nav ul {
display: block;
align-items: left;
}
.nav li {
width: 100vw;
}
#nav-list {
display: none;
}
#home-nav-mobile-only {
display: block;
}
#list-open {
display: block;
position: absolute;
z-index: 100;
padding-left: 90vw;
padding-top: 3vh;
}
form .row {
border-style: solid;
border-radius: 1rem;
padding: 0.5rem;
}
.input-text {
/* min-width: 100px !important;
max-width: 140px; */
width: 75%;
}
.seacrh-btn {
width: 75%;
margin-left: 40px;
/* margin: 1rem;
min-width: 100px !important; */
}
}
.login-nav {
color: #f00 !important;
}
.login-nav:hover {
background-color: #f00;
color: white !important;
}
/* Style the links and Dropdown button inside the navigation bar */
.nav li a,
.nav .brand,
.dropbtn {
display: inline-block;
color: white;
padding: 18px 25px;
text-align: center;
text-decoration: none;
transition: 0.75s;
/*To remove the hyperlink underline*/
}
.nav .brand {
padding: 10px 10px;
font-size: x-large;
background-color: #121212 !important;
}
/* Style the "active" element to highlight the current page */
.nav .active {
background-color: #4caf50;
}
/*To show the hover effect over link other than the active*/
.nav a:hover:not(.active) {
color: #f00;
}
/* End of Navbar */
/*Confirm ticket payment*/
@media screen and (max-width: 786px) {
.ticket-frame {
border-radius: -25px;
padding-top: 0px !important;
padding-left: 0px !important;
padding-right: 90px;
padding-bottom: 0px !important;
width: 200px !important;
height: 150px !important;
}
.card-header {
padding-top: 1.5rem;
font-size: 1rem;
}
.ticket-content {
margin-top: 0 !important;
margin-left: 4rem !important;
font-size: 0.7rem !important;
}
}
.ticket-frame {
border-radius: -25px;
padding-top: 80px;
padding-left: 120px;
padding-right: 90px;
padding-bottom: 60px;
width: 600px;
height: 230px;
background-image: url('/public/img/ticket.svg');
background-repeat: no-repeat;
background-size: cover;
}
.ticket-content {
margin-top: 30px;
font-size: large;
}
/* Seat Booking */
.occupied {
background-color: #aaa;
background-image: url('/public/img/seat.png');
background-repeat: no-repeat;
background-position: center;
background-size: 50px 50px;
height: 50px;
width: 50px;
text-align: center;
color: white;
filter: grayscale(100%);
border: 0px;
cursor: not-allowed;
}
.available {
color: black;
background-image: url('/public/img/seat.png');
background-repeat: no-repeat;
background-position: center;
background-size: 50px 50px;
height: 50px;
width: 50px;
text-align: center;
color: white;
border: 0px;
filter: opacity(60%);
cursor: pointer;
}
.available:hover {
filter: opacity(100%);
}
#Screen {
text-align: center;
background-color: #cdcdcd;
padding: 10px 10px;
}
#seat-holder {
padding: 10px;
}
/* Set a style for all buttons */
.s_inp {
margin-top: 8px;
width: 100%;
padding: 15px;
margin-top: 5px;
margin-bottom: 20px;
display: inline-block;
border: none;
background: #f1f1f1;
border-radius: 6px;
}
#signup-form label {
font-weight: 600;
}
.muted {
font-weight: 300;
color: #ddd;
font-size: 13px;
margin-top: -15px;
margin-bottom: 10px;
}
button:hover {
opacity: 1;
}
/* Extra styles for the cancel button */
.cancelbtn {
padding: 14px 20px;
background-color: #f44336;
}
/* Float cancel and signup buttons and add an equal width */
.cancelbtn,
.signupbtn {
float: left;
width: 50%;
}
/* Add padding to container elements */
.container {
padding: 32px;
}
/* The Modal (background) */
.modal {
display: none;
/* Hidden by default */
position: fixed;
/* Stay in place */
z-index: 1;
/* Sit on top */
left: 0;
top: 0;
width: 100%;
/* Full width */
height: 100%;
/* Full height */
overflow: auto;
/* Enable scroll if needed */
background-color: #474e5d;
padding-top: 50px;
}
/* Modal Content/Box */
.modal-content {
background-color: #181821;
margin: 5% auto 15% auto;
/* 5% from the top, 15% from the bottom and centered */
border: 1px solid #888;
width: 80%;
/* Could be more or less, depending on screen size */
}
@media screen and (max-width: 786px) {
.modal-content {
background-color: #181821;
margin: 5% 5% 15% 5%;
/* 5% from the top, 15% from the bottom and centered */
border: 1px solid #888;
width: 80%;
/* Could be more or less, depending on screen size */
}
}
/* Style the horizontal ruler */
hr {
border: 1px solid #f1f1f1;
margin-bottom: 25px;
}
/* The Close Button (x) */
.close {
position: absolute;
right: 35px;
top: 15px;
font-size: 40px;
font-weight: bold;
color: #f1f1f1;
}
.close:hover,
.close:focus {
color: #f44336;
cursor: pointer;
}
/* Clear floats */
.clearfix::after {
content: '';
clear: both;
display: table;
}
/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
.cancelbtn,
.signupbtn {
width: 100%;
}
.seacrh-btn {
width: 90%;
}
}
/* Footer */
#subscribe-news {
margin-top: 50px;
margin-bottom: 20px;
}
.footer-homepg {
margin-top: 30px;
display: flex;
justify-content: center;
padding: 40px 10vw 40px 10vw;
background-color: #181821;
color: white;
text-align: left !important;
border-bottom: 1px solid gray;
}
.footer-head {
color: #ddd;
margin-bottom: 20px;
font-size: 25px;
color: #df4f4f;
}
@media screen and (max-width: 900px) {
.footer-head {
margin-top: 60px;
}
}
.footer-para {
line-height: 20px;
}
.footer-text-description {
padding-right: 50px;
}
.sub-footer {
bottom: 0;
left: 0;
background: #111119;
color: white;
padding: 15px 40px 25px 20vw;
font-size: 13px;
color: #ccc;
}
.icon-holder {
margin-left: 40vw;
display: inline;
}
.sub-footer .fa {
margin-left: 10px;
}
.sub-footer .fa:hover {
color: white;
}
/* .goUp {
background-color: inherit;
border: 0px;
border-radius: 50%;
outline: none !important;
} */
.goUp {
position: fixed;
bottom: 10px;
right: 10px;
float: right;
width: 60px;
height: 60px;
border-radius: 50%;
/* padding: 15px; */
border: none;
outline: none !important;
background-color: rgb(255, 0, 0);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
text-align: center;
font-size: 25px;
cursor: pointer;
}
#goUpbtn:hover {
background-color: #c70000;
}
@media screen and (max-width: 768px) {
.footer-homepg {
flex-direction: column;
}
.column-footer {
width: 80%;
}
}
/* Footer End */
/* About Us */
.content-aboutUs {
padding: 10px;
}
.line-spacing {
line-height: 0%;
font-size: x-large;
}
/* contact-btn */
.contact {
transition: 1s;
}
.contact:hover {
background-color: #f00;
color: white;
border-radius: 5px;
}
/* Table css */
table.customTable {
width: 50%;
background-color: #ffffff;
border-collapse: collapse;
border-width: 2px;
border-color: #000000;
border-style: solid;
color: #000000;
}
table.customTable td,
table.customTable th {
border-width: 2px;
border-color: #000000;
border-style: solid;
padding: 5px;
}
table.customTable thead {
background-color: #ffffff;
}
/* About Us Ends */
/* select_flix */
.border {
border: 1px solid black;
border-radius: 10px;
padding: 4px;
} | 0.44746 | 0.085061 |
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;}
body {
/*font-family: cursive;*/
font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
color:#2c3e50;
}
.cf:after,
.cf:before {
content: '';
display: block;
clear: both;
}
header {
background: #f9f9f9;
}
.container {
width: 100%;
max-width: 1100px;
margin: 0 auto;
}
.header_inner {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto;
padding: 15px;
}
.logo {
width: 220px;
}
.logo img {
width: 100%;
}
h2 {
text-align: center;
margin-bottom: 60px;
font-size: 30px;
}
.example-page h2, .options-page h2{
margin-top: 30px;
text-align: left;
margin-bottom: 30px;
font-weight: 600;
color:#2c3e50;
}
nav {
display: flex;
align-items: center;
}
nav a {
display: inline-block;
padding: 10px;
margin: 0 5px;
font-size: 17px;
color: #000;
text-decoration: none;
border-bottom: 2px solid transparent;
transition: all 0.3s;
}
nav a:hover,nav a.active {
border-bottom-color: #00fe5a
}
nav a:last-child {
background: #00fe5a;
border-radius: 4px;
}
.slider-main {
height: 500px;
width: 100%;
position: relative;
float: left;
transform-style: preserve-3d;
}
.slider {
height: 120px;
width: 200px;
margin: 200px auto 0;
transform-style: preserve-3d;
}
.slider li {
width: 100%;
height: 100%;
background: #00fe5ab0;
box-shadow: 0 0 12px 0px #00000059;
line-height: 100px;
text-align: center;
font-size: 30px;
color: #3e3e3e;
}
.parth {
text-align: center;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
transform-style: preserve-3d;
transform: perspective(1000px) translateZ(-160px);
}
.parth img {
width: 270px;
}
.jas-control {
position: absolute;
bottom: -100px;
width: 200%;
left: -50%;
}
.jas-control a {
display: inline-block;
width: 70px;
}
.jas-control a.next {
float: right;
}
.jas-control a.prev {
float: left;
}
.jas-control a img {
width: 100%;
}
.usage{
margin-bottom: 30px;
}
.usage h3 {
margin: 45px 0 0.8em;
padding-bottom: 0.7em;
border-bottom: 1px solid #ddd;
z-index: -1;
font-weight: 400;
color: #2c3e50;
font-size: 23px
}
.usage code {font-size: 16px;font-family: monospace;}
.example-box p{
font-size: 14px;
color: #616161;
margin-bottom: 20px;
}
.options-box{
margin-bottom: 50px;
}
.options-box p{
font-size: 16px;
color: #616161;
padding-left: 12px;
margin-bottom: 15px;
}
.options-box ul {list-style: disc;margin-left: 30px;}
.options-box ul li {padding: 6px 0; color: #2c3e50;font-weight: 400}
.options-box ul li mark {background: #f8f8f8;padding:3px 5px;margin: 0 2px;font-weight: 200;color: #e96900;}
.options-page .usage h4 {
border:none;
margin: 25px 0 0.5em;
padding-bottom: 0.5em;
color: #2c3e50;
font-size: 23px;
font-weight: 600;
position: relative;
margin-left: 15px;
font-size: 19px;
}
.options-page .usage h4:after{
content: '#';
position: absolute;
left: -15px;
top: 0;
color:#00fe5a;
}
footer {
width: 100%;
padding: 30px 0;
background: #3faf66;
color: #fff;
text-align: center;
}
footer p a {
color: #fff;
text-decoration: none;
font-weight: bold;
}
footer p:first-child {
margin-bottom: 10px
} | css/style.css | html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, 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;}
body {
/*font-family: cursive;*/
font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
color:#2c3e50;
}
.cf:after,
.cf:before {
content: '';
display: block;
clear: both;
}
header {
background: #f9f9f9;
}
.container {
width: 100%;
max-width: 1100px;
margin: 0 auto;
}
.header_inner {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto;
padding: 15px;
}
.logo {
width: 220px;
}
.logo img {
width: 100%;
}
h2 {
text-align: center;
margin-bottom: 60px;
font-size: 30px;
}
.example-page h2, .options-page h2{
margin-top: 30px;
text-align: left;
margin-bottom: 30px;
font-weight: 600;
color:#2c3e50;
}
nav {
display: flex;
align-items: center;
}
nav a {
display: inline-block;
padding: 10px;
margin: 0 5px;
font-size: 17px;
color: #000;
text-decoration: none;
border-bottom: 2px solid transparent;
transition: all 0.3s;
}
nav a:hover,nav a.active {
border-bottom-color: #00fe5a
}
nav a:last-child {
background: #00fe5a;
border-radius: 4px;
}
.slider-main {
height: 500px;
width: 100%;
position: relative;
float: left;
transform-style: preserve-3d;
}
.slider {
height: 120px;
width: 200px;
margin: 200px auto 0;
transform-style: preserve-3d;
}
.slider li {
width: 100%;
height: 100%;
background: #00fe5ab0;
box-shadow: 0 0 12px 0px #00000059;
line-height: 100px;
text-align: center;
font-size: 30px;
color: #3e3e3e;
}
.parth {
text-align: center;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
transform-style: preserve-3d;
transform: perspective(1000px) translateZ(-160px);
}
.parth img {
width: 270px;
}
.jas-control {
position: absolute;
bottom: -100px;
width: 200%;
left: -50%;
}
.jas-control a {
display: inline-block;
width: 70px;
}
.jas-control a.next {
float: right;
}
.jas-control a.prev {
float: left;
}
.jas-control a img {
width: 100%;
}
.usage{
margin-bottom: 30px;
}
.usage h3 {
margin: 45px 0 0.8em;
padding-bottom: 0.7em;
border-bottom: 1px solid #ddd;
z-index: -1;
font-weight: 400;
color: #2c3e50;
font-size: 23px
}
.usage code {font-size: 16px;font-family: monospace;}
.example-box p{
font-size: 14px;
color: #616161;
margin-bottom: 20px;
}
.options-box{
margin-bottom: 50px;
}
.options-box p{
font-size: 16px;
color: #616161;
padding-left: 12px;
margin-bottom: 15px;
}
.options-box ul {list-style: disc;margin-left: 30px;}
.options-box ul li {padding: 6px 0; color: #2c3e50;font-weight: 400}
.options-box ul li mark {background: #f8f8f8;padding:3px 5px;margin: 0 2px;font-weight: 200;color: #e96900;}
.options-page .usage h4 {
border:none;
margin: 25px 0 0.5em;
padding-bottom: 0.5em;
color: #2c3e50;
font-size: 23px;
font-weight: 600;
position: relative;
margin-left: 15px;
font-size: 19px;
}
.options-page .usage h4:after{
content: '#';
position: absolute;
left: -15px;
top: 0;
color:#00fe5a;
}
footer {
width: 100%;
padding: 30px 0;
background: #3faf66;
color: #fff;
text-align: center;
}
footer p a {
color: #fff;
text-decoration: none;
font-weight: bold;
}
footer p:first-child {
margin-bottom: 10px
} | 0.469277 | 0.108189 |