From ab925dc86c3bd03d730f2740600bf3d93ac23190 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 21 Aug 2017 00:05:40 +0200 Subject: init --- style.css | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..dcae6dd --- /dev/null +++ b/style.css @@ -0,0 +1,48 @@ + +html, body { + height: 100%; + margin: 0; + font-family: sans-serif; + font-weight: 300; + font-size: 12px; + line-height: 16px; +} + +body { + text-align: center; +} + +h1, h2 { + margin: 0; +} + +textarea { + margin: 10px; +} +select { + margin: 5px; +} + +#file_upload { + width: 80px; + margin: 5px; +} + +canvas { + margin: 5px; + box-shadow: 0 0 5px black; + user-select: none; +} + +#imagePixel, +#imageThreshold { + display: none; +} + +#output { + background-color: white; +} + +.box { + display: inline-block; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2