2015-07-02 19:33:06 +01:00
|
|
|
<style type="text/css">
|
|
|
|
|
2015-07-03 09:51:25 +01:00
|
|
|
#header {
|
|
|
|
color: white;
|
|
|
|
}
|
2015-07-02 19:33:06 +01:00
|
|
|
|
|
|
|
#style{
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%; /*Width of left frame div*/
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
|
|
|
|
background-color: white;
|
2015-07-03 09:51:25 +01:00
|
|
|
color: white;
|
2015-07-02 19:33:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#maincontent{
|
|
|
|
position: fixed;
|
|
|
|
top: 40px; /*Set top value to HeightOfTopFrameDiv*/
|
|
|
|
left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
|
|
|
|
right: 300px; /*Set right value to WidthOfRightFrameDiv*/
|
|
|
|
bottom: 0;
|
|
|
|
overflow: auto;
|
2015-07-03 09:51:25 +01:00
|
|
|
background: #000000;
|
2015-07-02 19:33:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.innertube{
|
|
|
|
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
|
2015-07-03 09:51:25 +01:00
|
|
|
color: black;
|
2015-07-02 19:33:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
* html body{ /*IE6 hack*/
|
|
|
|
padding: 120px 150px 0 200px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #maincontent{ /*IE6 hack*/
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #framecontentTop{ /*IE6 hack*/
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.white-popup {
|
|
|
|
position: relative;
|
|
|
|
background: #FFF;
|
|
|
|
padding: 20px;
|
|
|
|
width:auto;
|
|
|
|
max-width: 500px;
|
|
|
|
margin: 20px auto;
|
|
|
|
}
|
|
|
|
|
2015-07-03 10:09:57 +01:00
|
|
|
.disktext{
|
|
|
|
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2015-07-02 21:40:44 +01:00
|
|
|
.disk {
|
2015-07-03 13:59:05 +01:00
|
|
|
border: 1px solid black;
|
2015-07-02 21:40:44 +01:00
|
|
|
width: 150px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.used {
|
|
|
|
display block;
|
2015-07-03 09:51:25 +01:00
|
|
|
background: blue;
|
2015-07-02 21:40:44 +01:00
|
|
|
text-align: right;
|
|
|
|
padding: 0 0 0 0;
|
2015-07-03 10:19:06 +01:00
|
|
|
color: white;
|
2015-07-02 21:40:44 +01:00
|
|
|
}
|
2016-01-12 14:39:48 +00:00
|
|
|
#boxes .window {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 440px;
|
|
|
|
height: 200px;
|
|
|
|
display: none;
|
|
|
|
z-index: 9999;
|
|
|
|
padding: 20px;
|
|
|
|
border-radius: 15px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2015-07-02 21:40:44 +01:00
|
|
|
|
2016-01-12 14:39:48 +00:00
|
|
|
#boxes #dialog {
|
|
|
|
width: 750px;
|
|
|
|
height: 300px;
|
|
|
|
padding: 10px;
|
|
|
|
background-color: #ffffff;
|
|
|
|
font-family: 'Segoe UI Light', sans-serif;
|
|
|
|
font-size: 15pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
#popupfoot {
|
|
|
|
font-size: 16pt;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
|
|
|
width: 250px;
|
|
|
|
left: 250px;
|
|
|
|
}
|
2016-01-13 14:58:33 +00:00
|
|
|
|
|
|
|
div.version {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.head {
|
|
|
|
font-size: 16pt;
|
|
|
|
color: black;
|
|
|
|
}
|
2015-07-02 19:33:06 +01:00
|
|
|
</style>
|