0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-02 12:44:32 +02:00
doodle3d-client/less/base_rightpanel.less

159 lines
2.7 KiB
Plaintext
Raw Normal View History

2013-10-09 18:15:47 +02:00
// RIGHT PANEL
.rightpanel {
position: absolute;
width: 17%;
/* background-color: rgba(255, 0, 254, 0.4);*/
top: 0;
right: 0;
bottom: 0;
2013-10-09 18:15:47 +02:00
}
.btnPrint {
margin: 1% 5% 5% 0%;
width: 100%;
max-width: 163px;
height: auto;
float: right;
}
.btnStop {
margin: 5% 10% 1% 5%;
float: right;
width: 90%;
max-width: 98px;
height: auto;
}
.btnsSettingsInfo {
position: absolute;
bottom: 25px;
right: 5px;
width: 80%;
2013-10-09 18:15:47 +02:00
margin: 1% 5%;
max-width: 160px;
2013-10-09 18:15:47 +02:00
}
.btnInfo {
width: 40%;
max-width: 53px;
height: auto;
}
.btnSettings {
width: 40%;
max-width: 53px;
height: auto;
float: right;
}
/*
PROGRESSGUAGE AND THERMOMETER SHARED STYLES
2013-10-09 18:15:47 +02:00
*/
2013-10-16 23:32:50 +02:00
.progressbarAppear {
/*margin-right: 1.5% !important;*/
right: -.5% !important;
}
.thermometerAppear {
/*margin-right: 1.5% !important;*/
right: -6.5% !important;
2013-10-09 18:15:47 +02:00
}
/*
PROGRESS GUAGE
*/
.progressbarCanvasContainerParent {
position:relative;
width:100%;
2013-10-16 23:32:50 +02:00
padding-top: 5px;
}
#progressbarCanvasContainer {
position: relative;
2013-10-16 23:19:18 +02:00
width: 50%;
float:right;
2013-10-16 23:32:50 +02:00
border: solid #000;
border-width: 2px 0 2px 2px;
border-radius: 15px 0 0 15px;
/*padding: 5px 0px 5px 5px;*/
padding: 5px;
background-color: #fff;
-webkit-box-shadow: 0 2px 5px rgba(37, 37, 37, 0.35);
box-shadow: 0 2px 5px rgba(37, 37, 37, 0.35);
transition: right .40s cubic-bezier(0.68, -0.55, 0.265, 1.55);
2013-10-16 23:32:50 +02:00
right: -60%;
}
#progressbarCanvas {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: auto;
background-color: #fff;
2013-10-16 23:32:50 +02:00
// border: solid #000;
// border-width: 2px 0 2px 2px;
// border-radius: 15px 0 0 15px;
// padding: 5px 0px 5px 5px;
//
// -webkit-box-shadow: 0 2px 5px rgba(37, 37, 37, 0.35);
// box-shadow: 0 2px 5px rgba(37, 37, 37, 0.35);
2013-10-09 18:15:47 +02:00
}
/*
THERMOMETER
2013-10-09 18:15:47 +02:00
*/
.thermometerContainerParent {
position:relative;
width:100%;
2013-10-16 23:32:50 +02:00
padding-top: 5px;
}
#thermometerContainer {
position: relative;
2013-10-16 23:19:18 +02:00
width: 45%;
float: right;
2013-10-16 23:32:50 +02:00
background-color: #fff;
border: solid #000;
border-width: 2px 0 2px 2px;
border-radius: 15px 0 0 15px;
padding: 5px;
-webkit-box-shadow: 0 2px 5px rgba(37, 37, 37, 0.35);
box-shadow: 0 2px 5px rgba(37, 37, 37, 0.35);
transition: right .50s cubic-bezier(0.68, -0.55, 0.265, 1.55);
2013-10-16 23:32:50 +02:00
right: -55%;
}
#thermometerCanvas {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: auto;
background-color: #fff;
2013-10-16 23:32:50 +02:00
// border: solid #000;
// border-width: 2px 0 2px 2px;
// border-radius: 15px 0 0 15px;
// padding: 5px 0px 5px 5px;
//
// -webkit-box-shadow: 0 2px 5px rgba(37, 37, 37, 0.35);
// box-shadow: 0 2px 5px rgba(37, 37, 37, 0.35);
}
//#thermometerContainer {
// position: absolute;
// right: 25px;
// top: 370px;
//}
//#thermometerCanvas {
///*background: #59b2b8;*/
///*zoom: 2;*/
//}