x
x
x
x
...
HTML |
---|
<style> #loadingIndicatorbanner { position: absolute; left: 50%; margin-top: 100px; /*background: var(--main-background);*/ transition-duration: .3s; } #iconbanner { border: 8px solid var(--secondary-color); border-top: 8px solid var(--tertiary-color); border-radius: 50%; width: 50px; height: 50px; animation: spin 1.5s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @media only screen and (max-device-width: 480px) and (min-device-width: 320px) { #loadingIndicatorbanner { left: unset; } } </style> <div id="loadingIndicatorbanner"> <div id="iconbanner"> </div> </div> |
Divbox | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
|
Divbox | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
|
Divbox | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
| ||||||||||||||||||
HTML | ||||||||||||||||||
<style>
#dash-banner-step1, #dash-banner-step2, #dash-banner-step1{
display: none;
}
</style> |
HTML |
---|
<!-- Show the following only to admins --> |
...