cyrilleinvalides/choupas/www/admin/editor/styles/jsConsole.css

58 lines
699 B
CSS
Executable File

/*
.onglet .jsC {
margin: 0;
padding: 0;
background-color: black;
display: block;
width: 100%;
height: 100%;
}
*/
.onglets .jsCEntry {
position: absolute;
bottom: 0.25%;
height: 48.5%;
width: 98.5%;
left: 0.5%;
}
.onglets .jsCTarget {
position: absolute;
top: 0.5%;
height: 48.5%;
width: 98.5%;
left: 0.5%;
background-color: #eee;
}
.onglets .jsEFull {
position: absolute;
top: 0.5%;
height: 98%;
width: 98.5%;
left: 0.5%;
}
.onglets .jsTFull {
position: absolute;
top: 0.5%;
height: 98%;
width: 98.5%;
left: 0.5%;
background-color: #eee;
}
#execute {
position: absolute;
bottom: 0%;
right: 0.5%;
opacity: 0.3;
}
#execute:hover {
opacity: 1;
bottom: 0.5%;
}