diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-10-26 04:11:12 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-10-26 04:11:12 +0200 |
| commit | 2dc213bc3e581fe324d2a2ede320f9a5d5db68c0 (patch) | |
| tree | 388afa203b7c310330d3749a6ae93acf9f23dab0 /StoneIsland/platforms/android/assets/www/css/index.css | |
| parent | 70f3af46c5071866eac85b39c59cda6ebdd09ef7 (diff) | |
deploy 0.9.2
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/css/index.css')
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/css/index.css | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/StoneIsland/platforms/android/assets/www/css/index.css b/StoneIsland/platforms/android/assets/www/css/index.css deleted file mode 100755 index a67e4bcf..00000000 --- a/StoneIsland/platforms/android/assets/www/css/index.css +++ /dev/null @@ -1,61 +0,0 @@ -* { - -webkit-tap-highlight-color: rgba(0,0,0,0); -} -body, html { - height: 100%; - width: 100%; - margin: 0px; - padding: 0px; - overflow: hidden; -} -body.loading { - opacity: 0; -} -body { - -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */ - -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */ - -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */ - background: #fff; - font-family: pfd, sans-serif; - font-size: 12px; -} - -.loader { - z-index: 2; - width: 80px; - height: 80px; - position: absolute; - top: 50vh; - left: 50%; - margin-top: -60px; - margin-left: -40px; - display: none; -} -.loader:before { - content: ''; - border-radius: 50%; - border-top: 3px solid #999; - border-right: 3px solid transparent; - animation: loading .5s linear infinite; - -webkit-animation: loading .5s linear infinite; - width: 80px; - height: 80px; - display: block; -} -.loading .loader { display: block; } -@keyframes loading { - to {transform: rotate(360deg)} -} -@-webkit-keyframes loading { - to {-webkit-transform: rotate(360deg)} -} - -.scroll { - position: absolute; - width: 100%; -} - -.error_hilite { - color: red !important; - border-color: red !important; -} |
