168 lines
3.1 KiB
CSS
Vendored
168 lines
3.1 KiB
CSS
Vendored
.demo_changer{
|
|
z-index: 900;
|
|
position: fixed;
|
|
left: -195px;
|
|
top: 178px;
|
|
font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
|
|
}
|
|
|
|
|
|
.line {
|
|
border-bottom: 1px solid #efefef;
|
|
clear: both;
|
|
margin: 20px !important;
|
|
}
|
|
|
|
|
|
span a {color:#7F7F7F;
|
|
font-weight: 300;
|
|
padding: 0;
|
|
font-size:11px;
|
|
margin: 20px;
|
|
text-align: center;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
|
|
span a:hover,
|
|
span a:active {opacity:1; color:#7F7F7F;
|
|
}
|
|
|
|
|
|
.demo_changer .demo-icon{
|
|
background: url(../img/switcher.png) no-repeat scroll center center #ffc602;
|
|
-webkit-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, .1);
|
|
box-shadow: 4px 0px 6px 0px rgba(0, 0, 0, .1);
|
|
cursor: pointer;
|
|
float: right;
|
|
height: 44px;
|
|
width: 44px;
|
|
-webkit-border-radius: 0px 4px 4px 0px;
|
|
border-radius: 0px 4px 4px 0px;
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
|
|
.form_holder p {color:#7F7F7F;}
|
|
.demo_changer .form_holder {
|
|
background: #ffc602;
|
|
padding: 2px;
|
|
float: right;
|
|
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .1);
|
|
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .1);
|
|
width: 190px;
|
|
-webkit-border-radius: 0px 0px 4px 0px;
|
|
border-radius: 0px 0px 4px 0px;
|
|
}
|
|
.demo_changer .form_holder .inner{
|
|
background: #ffffff;
|
|
-webkit-border-radius: 4px;
|
|
border-radius: 4px;
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
.demo_changer .form_holder p{
|
|
padding:0 20px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.demo_changer .form_holder input{
|
|
width: 55px;
|
|
border-radius: 0 10px 10px 0;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.demo_changer .form_holder form{
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.color_display_2 {
|
|
clear: both;
|
|
color: #FFFFFF;
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
width:31px !important;
|
|
height:31px;
|
|
margin-bottom: 7px;
|
|
padding: 4px 10px;
|
|
text-align: center;
|
|
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
|
|
text-transform: uppercase;
|
|
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
|
|
}
|
|
|
|
.color_display_2 a{
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.color_display_2 a:focus,
|
|
.color_display_2 a:hover {
|
|
color: #ededed !important;
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
.predefined_styles{
|
|
padding:0 20px;
|
|
}
|
|
.sw-heading{
|
|
font-size: 11px;
|
|
text-transform: uppercase;
|
|
border-bottom: 1px solid #dadada;
|
|
margin-bottom: 1.2em;
|
|
padding-bottom: .7em;
|
|
}
|
|
.styleswitch{
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
}
|
|
.styleswitch.reset{
|
|
background: url(../img/bullet.png) no-repeat 0 4px;
|
|
padding-left: 12px;
|
|
color: #333;
|
|
margin-top: 1em;
|
|
margin-right: 0;
|
|
}
|
|
.predefined_styles{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.predefined_styles li{
|
|
list-style-type: none;
|
|
background: url(../img/bullet.png) no-repeat 0 4px;
|
|
padding-left: 12px;
|
|
margin-bottom: .75em;
|
|
}
|
|
.predefined_styles li a{
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
.styleswitch.reset:hover, .predefined_styles li a:hover, .predefined_styles li a.active{
|
|
color: #ffc602;
|
|
}
|
|
.sw-btn{
|
|
background: #ffc602;
|
|
-webkit-border-radius: 4px;
|
|
border-radius: 4px;
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
width: 100%;
|
|
padding-top: .5em;
|
|
padding-bottom: .5em;
|
|
text-align: center;
|
|
display: block;
|
|
}
|
|
.sw-btn:hover{
|
|
background: #333;
|
|
}
|
|
|
|
@media only screen and (max-width: 1024px) {
|
|
.demo_changer{
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|