You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
2.5 KiB
101 lines
2.5 KiB
label.error{margin-bottom:0px;}
|
|
.gd-input-container .gd-input-icon{top:10px;}
|
|
.entry-container-inner form .field-attachment-field input[type=file]{height:100%;z-index:1;cursor:pointer;}
|
|
.entry-container {
|
|
background-image: url(../Img/bg.jpg);
|
|
background-position: top center;
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
}
|
|
@media screen and (min-width: 769px) and (max-width: 1440px) {
|
|
.entry-container {
|
|
background-image: url(../Img/bg2.jpg);
|
|
}
|
|
}
|
|
@media screen and (max-width: 480px) {
|
|
.entry-container {
|
|
background-image: none;
|
|
}
|
|
.entry-container::after {
|
|
content: '';
|
|
display: block;
|
|
background-position: center top;
|
|
background-size: cover;background-repeat: no-repeat;
|
|
position: fixed;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
}
|
|
|
|
}
|
|
|
|
.entry-container > .entry-container-inner .center {
|
|
max-width: 700px;
|
|
}
|
|
|
|
.entry-container form {
|
|
background-color: #FFF;
|
|
max-width: 700px;
|
|
border-width: 0;
|
|
border-color: rgba(255, 255, 255, 0);
|
|
}
|
|
|
|
.entry-container form > .form-header .banner {
|
|
background-color: rgb(232, 40, 64);
|
|
font-size: 1.143em;
|
|
color: rgb(255, 255, 255);
|
|
}
|
|
|
|
.entry-container form .form-header {
|
|
border-width: 0;
|
|
}
|
|
.entry-container form .field.submit-field {
|
|
border-width: 0;
|
|
margin-top: 0;
|
|
}
|
|
|
|
.entry-container form > .form-header .form-title {
|
|
font-size: 1.429em;
|
|
font-weight: normal;
|
|
color: rgb(34, 34, 34);
|
|
}
|
|
.entry-container form .form-txt {
|
|
font-size: 1.2em;
|
|
padding: 10px 30px 10px;
|
|
font-weight: normal;
|
|
color: rgb(34, 34, 34);
|
|
}
|
|
.entry-container {
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
}
|
|
.entry-container-inner form .field .choice-description{margin-top:2px;margin-left:20px;}
|
|
.entry-container form .field .field-label {
|
|
font-size: 1.000em;
|
|
font-weight: bold;
|
|
color: rgb(34, 34, 34);
|
|
}
|
|
|
|
.entry-container .choices label,
|
|
.entry-container .likert thead th,
|
|
.entry-container .matrix thead th,
|
|
.entry-container .table-field thead th,
|
|
.entry-container .goods-items .name {
|
|
font-size: 0.867em;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.entry-container .submit-field {
|
|
text-align: center;
|
|
}
|
|
|
|
.entry-container .gd-btn {
|
|
background-color: rgb(40, 117, 232);
|
|
font-size: 1.000em;
|
|
color: rgb(255, 255, 255);
|
|
border-width: 0;
|
|
border-color: rgb(255, 255, 255);
|
|
}
|