diff options
Diffstat (limited to 'draw/app.css')
| -rw-r--r-- | draw/app.css | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/draw/app.css b/draw/app.css deleted file mode 100644 index 40e4838..0000000 --- a/draw/app.css +++ /dev/null | |||
| @@ -1,58 +0,0 @@ | |||
| 1 | @charset "utf-8"; | ||
| 2 | |||
| 3 | * { | ||
| 4 | box-sizing: border-box; | ||
| 5 | background-color: transparent; | ||
| 6 | margin: 0; | ||
| 7 | padding: 0; | ||
| 8 | border: 0; | ||
| 9 | list-style-type: none; | ||
| 10 | outline: none; | ||
| 11 | text-decoration: none; | ||
| 12 | position: relative; | ||
| 13 | box-shadow: none; | ||
| 14 | -moz-osx-font-smoothing: grayscale !important; | ||
| 15 | text-rendering: optimizeLegibility !important; | ||
| 16 | -webkit-font-smoothing: antialiased !important; | ||
| 17 | font-family: Arial, Helvetica, sans-serif; | ||
| 18 | } | ||
| 19 | |||
| 20 | body { | ||
| 21 | margin: 0; | ||
| 22 | padding: 0; | ||
| 23 | font-size: 13px; | ||
| 24 | } | ||
| 25 | |||
| 26 | section { | ||
| 27 | position: fixed; | ||
| 28 | left: 0; | ||
| 29 | top: 0; | ||
| 30 | right: 0; | ||
| 31 | bottom: 0; | ||
| 32 | background-image: linear-gradient(0deg, transparent 24%, rgba(0, 0, 0, .08) 25%, rgba(0, 0, 0, .08) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, .08) 75%, rgba(0, 0, 0, .08) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(0, 0, 0, .08) 25%, rgba(0, 0, 0, .08) 26%, transparent 27%, transparent 74%, rgba(0, 0, 0, .08) 75%, rgba(0, 0, 0, .08) 76%, transparent 77%, transparent); | ||
| 33 | background-size: 50px 50px; | ||
| 34 | } | ||
| 35 | |||
| 36 | canvas { | ||
| 37 | width: 100%; | ||
| 38 | height: 100%; | ||
| 39 | } | ||
| 40 | |||
| 41 | nav { | ||
| 42 | position: fixed; | ||
| 43 | left: 10px; | ||
| 44 | top: 10px; | ||
| 45 | width: 100px; | ||
| 46 | } | ||
| 47 | |||
| 48 | nav button { | ||
| 49 | border: 2px dashed #bbb; | ||
| 50 | background: #fff; | ||
| 51 | border-radius: 5px; | ||
| 52 | display: block; | ||
| 53 | width: 100%; | ||
| 54 | margin-bottom: 10px; | ||
| 55 | padding: 10px 5px; | ||
| 56 | font-weight: bold; | ||
| 57 | cursor: pointer; | ||
| 58 | } | ||
