From 49ea6adaeb691fadee2f53bd4f8b4c8bde9fca8f Mon Sep 17 00:00:00 2001
From: AWADO <habiburrahman.dastageeri@hft-stuttgart.de>
Date: Tue, 12 Jan 2021 16:04:37 +0000
Subject: [PATCH] Upload New File

---
 public/css/myCesiumStyle.css | 71 ++++++++++++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)
 create mode 100644 public/css/myCesiumStyle.css

diff --git a/public/css/myCesiumStyle.css b/public/css/myCesiumStyle.css
new file mode 100644
index 0000000..6daecff
--- /dev/null
+++ b/public/css/myCesiumStyle.css
@@ -0,0 +1,71 @@
+@charset "UTF-8";
+
+html,
+button,
+input,
+select,
+textarea {
+  font-family: sans-serif;
+}
+
+html {
+  margin: 0 auto;
+  max-width: 80%;
+}
+
+header,
+footer {
+  padding: 1em;
+  color: black;
+  background-color: White;
+  clear: left;
+  text-align: center;
+}
+footer {
+  padding-top: 0px;
+}
+
+.pagecesium {
+  height: 500px;
+  position: relative;
+  width: 100%;
+  min-width: 630px;
+}
+
+.pagepp {
+  float: left;
+  height: 100%;
+  width: 50%;
+}
+
+body {
+  min-width: 650px;
+  margin: 0px;
+}
+
+h2,
+h3 {
+  margin-block-start: 1px;
+  margin-block-end: 1px;
+}
+
+.titleFigure {
+  margin: 2px 0;
+  /* height: 20%; */
+  width: 12%;
+}
+
+.cesium-infoBox-visible {
+
+  
+    font-weight: 100;    
+    background-color: brown;
+    text-align: right;
+}
+
+.cesium-infoBox-iframe {
+    font-size: 0.5em;
+    font-weight: 100;    
+    background-color: brown;
+    text-align: left;
+  }
-- 
GitLab