diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-16 11:33:24 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:44 +0200 |
| commit | bf0306f5af3a74cee9c65a481fdafa680dfef668 (patch) | |
| tree | b22ea2a199d4b9200cbb22d288d8a9f8cb971ea9 | |
| parent | cd665c6ea3102e5bed6e1762e3ad6781c224112f (diff) | |
| download | wvs-vplan-bf0306f5af3a74cee9c65a481fdafa680dfef668.tar.gz wvs-vplan-bf0306f5af3a74cee9c65a481fdafa680dfef668.zip | |
entferne nicht benutztes CSS
| -rw-r--r-- | css/index.css | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/css/index.css b/css/index.css index 005a017..0f732cf 100644 --- a/css/index.css +++ b/css/index.css @@ -49,61 +49,3 @@ body { .viewLayout { } - -.loadingbar { - position: absolute; - top: calc(50% - 6px); - left: calc(50% - 160px); - text-align: center; - width: 320px; - font-weight: bold; -} - -.loader { - width: 320px; - height: 8px; - background-image: linear-gradient(135deg, #6187f2 0%, #6187f2 25%, #5679da 25%, #5679da - 50%, #6187f2 50%, #6187f2 75%, #5679da 75%, #5679da 100%); - background-repeat: repeat; - background-position: 0px 0px; - background-size: 16px 16px; - background-clip: content-box; - animation: loading 1s linear infinite; - -o-animation: loading 1s linear infinite; - -moz-animation: loading 1s linear infinite; - -webkit-animation: loading 1s linear infinite; -} - -@keyframes loading { - from { - background-position:0px 0px; - } - to { - background-position: -16px 0px; - } -} -@-webkit-keyframes loading { - from { - background-position:0px 0px; - } - to { - background-position: -16px 0px; - } -} -@-moz-keyframes loading { - from { - background-position:0px 0px; - } - to { - background-position: -16px 0px; - } -} -@-o-keyframes loading { - from { - background-position:0px 0px; - } - to { - background-position: -16px 0px; - } -} - |
