silex-website-builder-goodevent
Version:
Free and easy website builder for everyone.
90 lines (79 loc) • 1.51 kB
text/less
.silex-stage-iframe {
width: 100%;
height: 100%;
position: absolute;
z-index: 0;
border: none;
}
.silex-stage {
background-color: @silexdarkgrey;
position: absolute;
top: @contextMenuHeight;
bottom: @breadCrumbsHeight;
left: @menuWidth;
right: @propertiesToolWidth;
}
.silex-stage iframe{
transition: opacity 0.1s linear;
}
.loading-website-light{
// transition: none;
opacity: .57;
pointer-events: none;
}
.loading-website{
// transition: none;
opacity: .001;
pointer-events: none;
}
.silex-stage {
background-image: url(../assets/image-loader.gif);
background-repeat: no-repeat;
background-position: 50%;
}
.loading-website-light{
}
.mobile-mode {
.silex-stage-iframe {
max-width: @mobileStageWidth;
position: initial;
}
.silex-stage {
text-align: center;
background-image: url('../assets/stripe.png');
background-color: @silexlightgrey;
}
}
/**
* Right click button style
**/
.rightClick {
position: absolute;
width: 150px;
text-align: center;
background-color: @silexdarkgrey;
color: #FFF;
width: 200px;
height: 46px;
border-radius: .15em;
border: 1px solid #444;
z-index: 11111;
top:20000px;
left:20000px;
}
.parentImgRightClick {
display: inline;
}
.imgRightClick {
width: 70px;
height: 38px;
margin-top: 5px;
float:left;
}
.textRightClick {
display: inline;
color: @silexlightergrey;
position: relative;
top: 25%;
font-size: 13px;
}