f2e-server
Version:
a nodejs based file-system-server with easy-template-engine and several F2E-utils
38 lines (36 loc) • 965 B
CSS
body{
margin: 8px;
}
.f2e-crx-holder{
position: absolute;
width: 48%;
right: 8px;
top: 8px;
margin-left: -300px;
background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-size: 20px 20px;
background-color: #ddd;
}
canvas.f2e-crx-show{
background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
background-size: 20px 20px;
background-color: #ddd;
}
.f2e-crx-holder a{
position: absolute;
right: 4px;
bottom: -40px;
text-decoration: none;
background: #5cb85c;
color: #fff;
padding: 4px .4em;
border-radius: 5px;
}
.f2e-crx-holder a:nth-child(2){
right: 70px;
}
.f2e-crx-holder img{
display: block;
float: left;
margin: 0 10px 10px 0
}