diff --git a/tools/spatialAnalytics/index.css b/tools/spatialAnalytics/index.css index c4c6aef..e54320c 100644 --- a/tools/spatialAnalytics/index.css +++ b/tools/spatialAnalytics/index.css @@ -1,3 +1,7 @@ +body { + font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif; +} + img { width: 100%; height: 100%; @@ -15,68 +19,6 @@ img { color: white; } -.analytics-region-card { - display: grid; - grid-template-columns: repeat(3, 1fr); - gap: 2px; - font-size: 14px; - font-family: "Futura", Helvetica Neue, Helvetica, Arial, sans-serif; - line-height: 22px; - - border-radius: 22px; - background-color: rgba(0, 0, 0, 0.7); - padding: 14px; - - position: relative; - margin: 10px 0; - width: fit-content; -} - -.analytics-region-card.minimized > *:not(.analytics-region-card-title) { - display: none; -} - -.analytics-region-card.minimized { - padding: 14px; - height: 14px; - line-height: 14px; - white-space: nowrap; -} - -.analytics-region-card-title { - grid-column-start: span 3; -} - -.analytics-region-card-subtitle { - grid-column-start: span 3; - border-bottom: 1px solid #999; - padding-bottom: 4px; - margin-bottom: 4px; -} - -.analytics-region-card-graph-section-title { - grid-column: 1; -} - -.analytics-region-card-graph-section-sparkline { - grid-column-start: span 2; - stroke: white; - fill: none; -} - -.analytics-region-card-graph-section-value { -} - -.analytics-region-card-pin, .analytics-region-card-enter { - grid-column: 1; - text-decoration: none; - color: white; -} - -.analytics-region-card-pin:visited, .analytics-region-card-enter:visited { - color: white; -} - .iconContainer { position: fixed; transform: translateX(-50%); @@ -151,12 +93,20 @@ img { filter: brightness(0.5); } -.tool-color-gradient { - /*animation: tool-color-gradient-anim 0.3s infinite alternate;*/ +.ar-icon-layout { + vertical-align: middle; +} + +/*** copied from user-interface/index.css ***/ +.minimizedEnvelopeIcon { + display: inline-block; + width: 260px; + height: 260px; + border-radius: 50px; + vertical-align: middle; background: linear-gradient(90deg, #000000,#000000, #00ffff, #ee7752, #e73c7e, #23a6d5, #23d5ab,#000000, #000000); background-size: 2000% 200%; animation: gradient 10s infinite; - border-radius: 50px; } @keyframes gradient { @@ -164,3 +114,27 @@ img { 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } + +#label { + display: inline-block; + width: calc(100% - 400px); + background-color: rgba(225,225,225,0.7); + border-radius: 50px; + vertical-align: middle; + padding-left: 20px; + margin: 30px 30px 30px 40px; +} + +#labelTitle { + display: inline-block; + white-space: nowrap; + overflow-x: hidden; + overflow-y: visible; + width: calc(100% - 120px); + font-size: 100px; + margin: 40px; +} + +.longTitle { + text-overflow: ellipsis; +} diff --git a/tools/spatialAnalytics/index.html b/tools/spatialAnalytics/index.html index db9ed18..b7a1685 100644 --- a/tools/spatialAnalytics/index.html +++ b/tools/spatialAnalytics/index.html @@ -6,8 +6,13 @@
-