You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
1.1 KiB
81 lines
1.1 KiB
#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; |
|
}
|
|
|