From 3c3322ef1a7aca3517ff94f723004fb809dec6cd Mon Sep 17 00:00:00 2001 From: James Barnett Date: Wed, 30 Dec 2020 23:13:40 +0000 Subject: Add adjustable render options. Update UI --- src/main/resources/style.css | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/main/resources/style.css (limited to 'src/main/resources/style.css') diff --git a/src/main/resources/style.css b/src/main/resources/style.css new file mode 100644 index 0000000..c8b7d92 --- /dev/null +++ b/src/main/resources/style.css @@ -0,0 +1,45 @@ +body { + margin: 0.5em; + font-size: 15px; +} + +p { + margin: 0 0 0.8em; +} + +.texture-definition { + display: none; +} + +#minimap { + transform: rotate(180deg); + position: absolute; + left: 0; + top: 0; + padding: 10px; +} + +#output-wrapper { + position: relative; + width: 960px; + height: 720px; +} + +.controls { + /*max-width: 20em;*/ +} + +.slider { + margin-right: 0.5em; + width: 100%; +} + +.form-switch { + font-size: 0.9em; +} + +.btn { + height: 3em; + width: 23%; + touch-action: manipulation; +} \ No newline at end of file -- cgit v1.2.3