diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-02-17 21:53:36 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-02-17 21:53:36 +0100 |
| commit | 8e9ef5ba62b8bee028428384ad5666e245eb854c (patch) | |
| tree | b382c5b40f122b2a152da2226006abab34abe105 /tools/draw/app.css | |
| parent | ad974810d43e1d5f70bca269665c25230e6a3221 (diff) | |
| download | mitjafelicijan.com-8e9ef5ba62b8bee028428384ad5666e245eb854c.tar.gz | |
content update
Diffstat (limited to 'tools/draw/app.css')
| -rw-r--r-- | tools/draw/app.css | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/tools/draw/app.css b/tools/draw/app.css deleted file mode 100644 index 60db957..0000000 --- a/tools/draw/app.css +++ /dev/null | |||
| @@ -1,76 +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 | user-select: none; | ||
| 19 | } | ||
| 20 | |||
| 21 | body { | ||
| 22 | margin: 0; | ||
| 23 | padding: 0; | ||
| 24 | font-size: 13px; | ||
| 25 | } | ||
| 26 | |||
| 27 | section { | ||
| 28 | position: fixed; | ||
| 29 | left: 0; | ||
| 30 | top: 0; | ||
| 31 | right: 0; | ||
| 32 | bottom: 0; | ||
| 33 | 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); | ||
| 34 | background-size: 50px 50px; | ||
| 35 | } | ||
| 36 | |||
| 37 | canvas { | ||
| 38 | width: 100%; | ||
| 39 | height: 100%; | ||
| 40 | } | ||
| 41 | |||
| 42 | button { | ||
| 43 | display: block; | ||
| 44 | background: #fff; | ||
| 45 | border-radius: 5px; | ||
| 46 | width: 100%; | ||
| 47 | font-weight: bold; | ||
| 48 | cursor: pointer; | ||
| 49 | text-align: center; | ||
| 50 | } | ||
| 51 | |||
| 52 | nav.colors { | ||
| 53 | position: fixed; | ||
| 54 | left: 10px; | ||
| 55 | top: 10px; | ||
| 56 | width: 40px; | ||
| 57 | } | ||
| 58 | |||
| 59 | nav.colors button { | ||
| 60 | height: 40px; | ||
| 61 | margin-bottom: 10px; | ||
| 62 | border-radius: 50%; | ||
| 63 | } | ||
| 64 | |||
| 65 | nav.tools { | ||
| 66 | position: fixed; | ||
| 67 | left: 10px; | ||
| 68 | bottom: 10px; | ||
| 69 | width: 65px; | ||
| 70 | } | ||
| 71 | |||
| 72 | nav.tools button { | ||
| 73 | border: 2px solid #bbb; | ||
| 74 | padding: 10px 0; | ||
| 75 | margin-top: 10px; | ||
| 76 | } | ||
