diff --git a/templates/dil5.css b/templates/dil5.css new file mode 100644 index 0000000..391537a --- /dev/null +++ b/templates/dil5.css @@ -0,0 +1,82 @@ +body, html { + height: 100%; + margin: 0; + padding: 0; + background-color: lightgrey; + display: flex; +} + +.svg-container { + flex: 2; + height: 100%; + position: relative; + display: flex; +} + +#pump-svg { + width: 100%; + height: 100%; + display: block; + border-radius: 12px; +} + +.control-panel { + flex: 1; + display: flex; + flex-direction: column; + align-items: center; + justify-content: flex-start; + padding: 10px; + background-color: #B8EBE5; + border-radius: 12px; +} + +.control-panel p { + font-size: 20px; + font-family:verdana; +} + + +.control-panel h { + font-size: 32px; + font-family:verdana; +} + +.button-container { + display: flex; + flex-direction: rows; + gap: 10px; + margin-bottom: 20px; + font-size: 20px; + font-family:verdana; +} + +.control-button { + padding: 10px; + background-color: #AFB0B1; + color: black; + border: none; + border-radius: 5px; + cursor: pointer; + width: 100px; + font-weight: bold; +} + +.control-button:hover { + background-color: #DADBDC; +} + +#outputtext { + width: 100%; + height: 200px; + resize: none; + border-radius: 12px; +} + +.content-container { + display: flex; + flex-direction: row; + gap: 10px; + margin-bottom: 20px; +} + diff --git a/templates/leiden_GHS.css b/templates/leiden_GHS.css new file mode 100644 index 0000000..391537a --- /dev/null +++ b/templates/leiden_GHS.css @@ -0,0 +1,82 @@ +body, html { + height: 100%; + margin: 0; + padding: 0; + background-color: lightgrey; + display: flex; +} + +.svg-container { + flex: 2; + height: 100%; + position: relative; + display: flex; +} + +#pump-svg { + width: 100%; + height: 100%; + display: block; + border-radius: 12px; +} + +.control-panel { + flex: 1; + display: flex; + flex-direction: column; + align-items: center; + justify-content: flex-start; + padding: 10px; + background-color: #B8EBE5; + border-radius: 12px; +} + +.control-panel p { + font-size: 20px; + font-family:verdana; +} + + +.control-panel h { + font-size: 32px; + font-family:verdana; +} + +.button-container { + display: flex; + flex-direction: rows; + gap: 10px; + margin-bottom: 20px; + font-size: 20px; + font-family:verdana; +} + +.control-button { + padding: 10px; + background-color: #AFB0B1; + color: black; + border: none; + border-radius: 5px; + cursor: pointer; + width: 100px; + font-weight: bold; +} + +.control-button:hover { + background-color: #DADBDC; +} + +#outputtext { + width: 100%; + height: 200px; + resize: none; + border-radius: 12px; +} + +.content-container { + display: flex; + flex-direction: row; + gap: 10px; + margin-bottom: 20px; +} + diff --git a/templates/leiden_GHS.html b/templates/leiden_GHS.html new file mode 100644 index 0000000..2f97c04 --- /dev/null +++ b/templates/leiden_GHS.html @@ -0,0 +1,217 @@ + + +
+ + +