Some checks failed
My Build All / build_windows (push) Has been cancelled
My Build All / build_linux_portable (push) Has been cancelled
My Build All / build_linux_appimage (push) Has been cancelled
My Build All / build_macos (push) Has been cancelled
My Build All / Publish release assets (push) Has been cancelled
Shellcheck / Shellcheck (push) Has been cancelled
35 lines
289 B
CSS
35 lines
289 B
CSS
#FullArea
|
|
{
|
|
height:100%;
|
|
}
|
|
|
|
|
|
#LoadProgress
|
|
{
|
|
position:fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 3mm;
|
|
display: none;
|
|
}
|
|
|
|
#PercentTip
|
|
{
|
|
width:70%;
|
|
height: 100%;
|
|
background-color: #335DFC;
|
|
}
|
|
|
|
|
|
#PageArea
|
|
{
|
|
width:100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#IEPage
|
|
{
|
|
height:100%;
|
|
width: 100%;
|
|
}
|