dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
82 lines (71 loc) • 1.14 kB
CSS
#header button {
position:absolute;
margin:0;
}
#navButton {
width:60px;
}
#loadDiv {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:999;
}
#loadDiv {
display:table;
font-size: 20px;
text-align:center;
background-color:white;
}
#loadDiv span {
display:table-cell;
vertical-align:middle;
}
body .mblProgContainer {
top:45%;
height: 45px;
width: 140px;
margin-left:-70px;
background-color: #2A2A28;
border-style: solid;
border-width: 2px;
border-color: #666666;
border-radius: 0.4em;
-webkit-border-radius: 0.4em;
-moz-border-radius: 0.4em;
}
body .mblProgContainer > div {
height: 100%;
width: 100%;
line-height: 45px;
vertical-align: middle;
font-size: 20px;
color: #c2c2c2;
}
body .mblProg {
left: 3px;
top: 3px;
}
body .mblProgContainer > div::after {
padding-left: 42px;
content: "Updating...";
}
#jsContent, #htmlContent {
padding-left:2px;
}
@media screen and (max-width: 600px) {
#jsContent, #htmlContent {
font-size: 14px;
}
}
.hidden {
display:none;
}
div .navPane {
width:250px;
border-right:1px solid black;
background-color: #C5CCD3;
z-index:100;
}