195 lines
4.6 KiB
CSS
195 lines
4.6 KiB
CSS
/* home */
|
|
body{
|
|
padding-top: 70px;
|
|
background-color: oldlace;
|
|
}
|
|
@media (max-width: 500px) {
|
|
body{
|
|
padding-top: 100px;
|
|
}
|
|
}
|
|
#main-body{
|
|
}
|
|
#logo{
|
|
height:100px;
|
|
}
|
|
#menu{
|
|
/*height: 300px;*/
|
|
}
|
|
.row-slideshow{
|
|
padding: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
#slideshow{
|
|
/*border : solid 1px #000000;*/
|
|
height: 300px;
|
|
}
|
|
ul.mainmenu{
|
|
list-style-type: none;
|
|
}
|
|
|
|
ul.mainmenu>li{
|
|
background-color:#B99898;
|
|
margin-bottom: 3px;
|
|
padding: 10px;
|
|
border : outset 1px #000000;
|
|
}
|
|
|
|
#login-form {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 30%;
|
|
margin-left: -110px;
|
|
margin-top: -75px;
|
|
-webkit-animation: login 1s ease-in-out;
|
|
-moz-animation: login 1s ease-in-out;
|
|
-ms-animation: login 1s ease-in-out;
|
|
-o-animation: login 1s ease-in-out;
|
|
animation: login 1s ease-in-out;
|
|
}
|
|
|
|
#avtar{
|
|
border-radius: 6px;
|
|
width:150px;
|
|
}
|
|
|
|
|
|
/* CSS Animations */
|
|
@keyframes "login" {
|
|
0% {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
|
filter: alpha(opacity=0);
|
|
opacity: 0;
|
|
margin-top: -50px;
|
|
}
|
|
100% {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
|
filter: alpha(opacity=100);
|
|
opacity: 1;
|
|
margin-top: -75px;
|
|
}
|
|
}
|
|
@-moz-keyframes login {
|
|
0% {
|
|
filter: alpha(opacity=0);
|
|
opacity: 0;
|
|
margin-top: -50px;
|
|
}
|
|
100% {
|
|
filter: alpha(opacity=100);
|
|
opacity: 1;
|
|
margin-top: -75px;
|
|
}
|
|
}
|
|
@-webkit-keyframes "login" {
|
|
0% {
|
|
filter: alpha(opacity=0);
|
|
opacity: 0;
|
|
margin-top: -50px;
|
|
}
|
|
100% {
|
|
filter: alpha(opacity=100);
|
|
opacity: 1;
|
|
margin-top: -75px;
|
|
}
|
|
}
|
|
@-ms-keyframes "login" {
|
|
0% {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
|
filter: alpha(opacity=0);
|
|
opacity: 0;
|
|
margin-top: -50px;
|
|
}
|
|
100% {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
|
filter: alpha(opacity=100);
|
|
opacity: 1;
|
|
margin-top: -75px;
|
|
}
|
|
}
|
|
@-o-keyframes "login" {
|
|
0% {
|
|
filter: alpha(opacity=0);
|
|
opacity: 0;
|
|
margin-top: -50px;
|
|
}
|
|
100% {
|
|
filter: alpha(opacity=100);
|
|
opacity: 1;
|
|
margin-top: -75px;
|
|
}
|
|
}
|
|
|
|
#foooter{
|
|
background-color: #efefef;
|
|
width: 100%;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
#menu-home>li.active>a,#menu2>li.active>a{
|
|
color:#ffffff
|
|
}
|
|
|
|
#menu-home>li,#menu2>li{
|
|
padding:0;
|
|
}
|
|
|
|
#menu-home a{
|
|
text-decoration: none;
|
|
display: block;
|
|
color: #333;
|
|
padding: 10px 5px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
#menu2 a{
|
|
text-decoration: none;
|
|
display: block;
|
|
color: #333;
|
|
padding: 5px 5px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
#menu-home li:hover,#menu2 li:hover{
|
|
background-color:#F0F0F0;
|
|
}
|
|
|
|
#menu-home li:hover a,#menu2 li:hover a{
|
|
color:#333;
|
|
}
|
|
|
|
#kategori li{
|
|
border:none;
|
|
}
|
|
|
|
/*Shopping Step*/
|
|
.bs-wizard {margin-top: 40px; border-bottom: solid 1px #e0e0e0;
|
|
padding: 0 0 10px 0;
|
|
display: block;
|
|
background-color: #ffffff;
|
|
margin-bottom: 10px;
|
|
border-radius: 10px;
|
|
border: outset 1px #e0e0e0;}
|
|
|
|
/*Form Wizard*/
|
|
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
|
|
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
|
|
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
|
|
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
|
|
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
|
|
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; padding:7px; width: 80px; height: 80px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
|
|
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; /*background: #fbbd19;*/ border-radius: 50px; position: absolute; top: 8px; left: 8px; }
|
|
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 45px 0;}
|
|
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
|
|
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
|
|
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
|
|
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
|
|
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
|
|
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
|
|
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
|
|
.bs-wizard > .bs-wizard-step:first-child > .progress {left: 50%; width: 50%;}
|
|
.bs-wizard > .bs-wizard-step:last-child > .progress {width: 50%;}
|
|
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none;}
|
|
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot img{ opacity: 0.1; }
|
|
|
|
.panel-body{padding-top:20px} |