|
|
(84 intermediate revisions by 6 users not shown) |
Line 1: |
Line 1: |
| {{#css: | | {{nav |
| /** NAV BARS **/ | | |theme=item theme |
| div.nav {
| | |title=[[Overlay]]s |
| position:relative;
| | |icon= |
| } | | |theme-color= |
| | | |
| | {{nav-group|postappend= Overlay | Categorization |
| | | Grid |
| | | Parent |
| | | Result Child |
| | | Result Parent |
| | | |6link=[[Result type]] |
| | }} |
| | {{nav-group|postappend= Overlay | [[Overlay category#Default|Default]] |
| | | City |
| | }} |
| | {{nav-group|postappend= Overlay | [[Overlay category#Administrative|Administrative]] |
| | | Ownership |
| | | Ownership Grid |
| | | Zipcodes |
| | | Zoning |
| | | Neighborhoods |
| | | Municipalities |
| | | Vacancy |
| | }} |
| | {{nav-group|postappend= Overlay | [[Overlay category#Environmental|Environmental]] |
| | | Heat Stress |
| | | Traffic Density |
| | | Traffic Noise |
| | | Traffic NO2 |
| | | Livability |
| | }} |
| | {{nav-group|postappend= Overlay | [[Overlay category#Water|Water]] |
| | | Rainfall |
| | | Flooding |
| | | Groundwater |
| | | Subsidence |
| | | Watershed |
| | }} |
| | {{nav-group|postappend= Overlay | [[Overlay category#Grid Calculation|Grid Calculation]] |
| | | Average |
| | | Combo |
| | | Distance |
| | | Sight Distance |
| | | Travel Distance |
| | | Shadow |
| | | Inference |
| | | Iteration |
| | }} |
|
| |
|
| div.nav .box {
| | {{nav-group|postappend= Overlay | [[Overlay category#Geo Data|Geo Data]] |
| filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffeeeeee);
| | | GeoTIFF |
| background-image:linear-gradient(top, #fff 0%, #eee 100%);
| | | WCS |
| background-image:-o-linear-gradient(top, #fff 0%, #eee 100%);
| | | WMS |
| background-image:-moz-linear-gradient(top, #fff 0%, #eee 100%);
| | | Image |
| background-image:-webkit-linear-gradient(top, #fff 0%, #eee 100%);
| | | Area |
| background-image:-ms-linear-gradient(top, #fff 0%, #eee 100%);
| | | Attribute |
| background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eee));
| | | Function |
| border:1px solid #AAA;
| | }} |
| border-spacing:0;
| | {{nav-group|postappend= Overlay | [[Overlay category#Topography|Topography]] |
| font-size:.9230769231em;
| | | Satellite |
| min-height:60px;
| | | Digital Surface Model |
| position:relative;
| | | Digital Terrain Model |
| margin:auto;
| | | Underground |
| }
| | | Source |
| | | }} |
| div.nav .box { width:42em; }
| | {{nav-group|postappend= Overlay | [[Overlay category#Network|Network]] |
| div.nav.thin .box { width:34em; }
| | | Network Distance |
| div.nav.wide .box { width:50em; }
| | | Network Overview |
| div.nav.full .box { width:unset; }
| | | Network Ownership |
| | | }} |
| div.nav .heading {
| |
| background-color:#888;
| |
| background-image:url("/images/c/cc/Infobox_header_overlay.png") !important;
| |
| border:1px solid rgba(0,0,0,0.25);
| |
| border-bottom-width:0;
| |
| font-family:Arial, sans-serif!important;
| |
| font-size:1.083em;
| |
| font-size-adjust:.52;
| |
| font-weight:700;
| |
| line-height:100%;
| |
| text-align:center;
| |
| margin:-1px -1px 0px;
| |
| padding:.769em 0;
| |
| position:relative;
| |
| z-index:1;
| |
| } | |
| | |
| div.nav .clear {
| |
| height:0.667em;
| |
| } | |
| | |
| div.nav .box::after,
| |
| div.nav .heading::after {
| |
| content:"";
| |
| position:absolute;
| |
| width:100%;
| |
| left:0;
| |
| height:3px;
| |
| background-image:url("/images/4/45/Shadow_after.png");
| |
| background-size:100% 3px;
| |
| }
| |
| | |
| div.nav .box::after,
| |
| div.nav .heading::after {
| |
| bottom:-3px;
| |
| }
| |
| | |
| div.nav .wrapper {
| |
| padding: 0px 8px;
| |
| }
| |
| | |
| div.nav dl,
| |
| div.nav .wrapper.hlist > ul {
| |
| margin:0.667em 0em;
| |
| }
| |
| | |
| div.nav dt {
| |
| float:left;
| |
| text-align:right;
| |
| clear:left;
| |
| border-right:2px solid #999;
| |
| margin:0 -2px 0 0;
| |
| padding:2px 8px 2px 0px;
| |
| width:25%;
| |
| }
| |
| | |
| div.nav dd {
| |
| float:left;
| |
| text-align:left;
| |
| border-left:2px solid #888;
| |
| margin:0;
| |
| padding:2px 0px 2px 8px;
| |
| width:67%;
| |
| }
| |
| | |
| div.nav dt, div.nav dd {
| |
| line-height:1.667em;
| |
| }
| |
| | |
| div.nav table {
| |
| line-height:1.667em;
| |
| background-color:transparent;
| |
| border-collapse:collapse;
| |
| width:100%;
| |
| margin:0.667em 0;
| |
| }
| |
| | |
| div.nav table th {
| |
| text-align:right;
| |
| border-right:2px solid #888;
| |
| vertical-align:top;
| |
| padding:2px 8px;
| |
| }
| |
| | |
| div.nav table td {
| |
| padding:2px 8px;
| |
| } | |
| | |
| .nav .wrapper p {
| |
| margin-top:0.667em;
| |
| margin-bottom:0.667em;
| |
| } | |
| | |
| div.nav .selflink {
| |
| font-weight:bold;
| |
| }
| |
| | |
| div.nav.items .heading { background-color:#96C; }
| |
| div.nav.items dd,
| |
| div.nav.items dt,
| |
| div.nav.items table th { border-color:#96C; }
| |
| | |
| .table.items > :first-child > tr:first-child,
| |
| .table.items > :first-child > tr:first-child > *,
| |
| .table.items > tbody > tr.heading,
| |
| .table.items > tbody > tr.heading > * {
| |
| background-color:#96C !important;
| |
| border-color:#7A52A3 !important;
| |
| }
| |
| .table.items > tbody > tr > th,
| |
| .table.items > tfoot > tr > th,
| |
| .table.items > thead > tr > th,
| |
| table.table > tbody > tr.items > th {
| |
| background-color:#CCB3E6;
| |
| border-color:#A38FB8;
| |
| } | |
| .table.items > tbody > tr:nth-child(odd),
| |
| .table > tbody > tr.items:nth-child(odd) {
| |
| background-color:#F0E8F8;
| |
| } | |
| }} | | }} |
|
| |
|
| |
|
| |
| <hr style="margin: 1em 0em; clear: both;" />
| |
| <div class="nav items wide">
| |
| <div class="box">
| |
| <div class="heading">[[Overlay]]s</div>
| |
| <div class="wrapper">
| |
| ;[[Default Overlays]]
| |
| :[[Overlay#City|City]] • [[Overlay#Neighborhoods|Neighborhoods]] • [[Overlay#Ownership|Ownership]] <br> [[Overlay#Zoning|Zoning]]
| |
| ;[[Environmental Overlays]]
| |
| :[[Heat (Overlay)| Heat (Overlay)]] • [[Livability (Overlay)| Livability (Overlay)]] • [[Traffic Flow (Overlay)| Traffic Flow (Overlay)]] • [[Traffic Noise (Overlay)| Traffic Noise (Overlay)]]
| |
| ;[[Building Overlays]]
| |
| :[[Neighborhoods (Overlay)]] • [[Ownership (Overlay)]] • [[Vacancy (Overlay)]] • [[ZipCodes (Overlay)]] • [[Zoning (Overlay)]]
| |
| ;[[Landscape Overlays]]
| |
| :[[Heightmap (Overlay)]] • [[Surface (Overlay)]] • [[Underground (Overlay)]]
| |
| {{clear}}
| |
| </div></div></div><noinclude>
| |
| [[Category:Navigation templates|{{PAGENAME}}]]</noinclude>
| |