feat: add cross-domain Mol data profile
This commit is contained in:
@@ -5751,13 +5751,18 @@ section {
|
||||
}
|
||||
|
||||
.geo-theme-symbol-buildings { background: #d45f3d; }
|
||||
.geo-theme-symbol-space_occupation { background: #be3e33; }
|
||||
.geo-theme-symbol-open_space { background: #267a46; }
|
||||
.geo-theme-symbol-population { background: #7559a6; }
|
||||
.geo-theme-symbol-forest { background: #347950; }
|
||||
.geo-theme-symbol-nature_value { background: #9a4f64; }
|
||||
.geo-theme-symbol-agriculture { background: #7b8f32; }
|
||||
.geo-theme-symbol-soil { background: #9a7040; }
|
||||
.geo-theme-symbol-water { background: #2676a8; }
|
||||
.geo-theme-symbol-flood_hazard { background: #1597c2; }
|
||||
.geo-theme-symbol-elevation { background: #a57a4b; }
|
||||
.geo-theme-symbol-accessibility { background: #0f766e; }
|
||||
.geo-theme-symbol-services { background: #b66d16; }
|
||||
.geo-theme-symbol-roads { background: #6b7280; }
|
||||
.geo-theme-symbol-parcels { background: #a7792f; }
|
||||
|
||||
@@ -5932,6 +5937,16 @@ section {
|
||||
background: rgba(117, 89, 166, 0.24);
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-layer-space_occupation {
|
||||
border-color: #8f2c24;
|
||||
background: rgba(190, 62, 51, 0.28);
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-layer-open_space {
|
||||
border-color: #175c32;
|
||||
background: rgba(38, 122, 70, 0.26);
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-layer-forest {
|
||||
border-color: #225f3b;
|
||||
background: rgba(52, 121, 80, 0.24);
|
||||
@@ -5942,6 +5957,11 @@ section {
|
||||
background: rgba(38, 118, 168, 0.24);
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-layer-soil {
|
||||
border-color: #6f4c27;
|
||||
background: rgba(154, 112, 64, 0.24);
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-layer-flood_hazard {
|
||||
border-color: #075985;
|
||||
background: rgba(21, 151, 194, 0.28);
|
||||
@@ -5952,6 +5972,16 @@ section {
|
||||
background: rgba(165, 122, 75, 0.26);
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-layer-accessibility {
|
||||
border-color: #115e59;
|
||||
background: rgba(15, 118, 110, 0.26);
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-layer-services {
|
||||
border-color: #854d0e;
|
||||
background: rgba(182, 109, 22, 0.26);
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-layer-roads {
|
||||
border-color: #4b5563;
|
||||
background: rgba(107, 114, 128, 0.24);
|
||||
@@ -5972,6 +6002,32 @@ section {
|
||||
background: linear-gradient(135deg, #7a9b68 0 33%, #d1b37a 33% 66%, #8eb5cb 66%);
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-thematic {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.42rem;
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-thematic small {
|
||||
color: #42504c;
|
||||
font-size: 0.66rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-ramp {
|
||||
display: block;
|
||||
width: 3.4rem;
|
||||
height: 0.62rem;
|
||||
border: 1px solid rgba(23, 39, 34, 0.25);
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.geo-legend-ramp-space_occupation { background: linear-gradient(90deg, #fbe7d3, #be3e33); }
|
||||
.geo-legend-ramp-open_space { background: linear-gradient(90deg, #ddeedb, #267a46); }
|
||||
.geo-legend-ramp-population { background: linear-gradient(90deg, #eee7f6, #673a97); }
|
||||
.geo-legend-ramp-accessibility { background: linear-gradient(90deg, #e9f1f4, #0f766e); }
|
||||
.geo-legend-ramp-services { background: linear-gradient(90deg, #fff4bf, #b66d16); }
|
||||
|
||||
.geo-map-legend .geo-legend-added {
|
||||
border-color: #15803d;
|
||||
background: rgba(22, 163, 74, 0.2);
|
||||
|
||||
Reference in New Issue
Block a user