Created
October 28, 2016 03:06
-
-
Save micahwilli/779c19184522907379a252585dba44c2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="width: 958px; | |
height: 500px; | |
background: url(http://yourcitymap.com.s3.amazonaws.com/ARCGISONLINE_BANNER.jpg); | |
/*Rounding off header in multiple browsers*/ | |
-webkit-border-radius:10px 10px 10px 10px; | |
-moz-border-radius:10px 10px 10px 10px; | |
-o-border-radius:10px 10px 10px 10px; | |
border-radius:10px 10px 10px 10px"> | |
<div *placement="" button*="" of="" style="margin-top: 170px; float: left; margin-left:100px; margin-right:5px;"> | |
<a href="http://www.cloudpointgeo.com/local-gov/" style="background: #646768; | |
/*Border around button*/ | |
border-bottom:#b4b4b4 1px solid; | |
border-top:#b4b4b4 1px solid; | |
border-left:#b4b4b4 1px solid; | |
border-right:#b4b4b4 1px solid; | |
/*padding around text*/ | |
padding-bottom: 5px; | |
padding-left: 10px; | |
padding-right: 10px; | |
padding-top: 5px; | |
/*text style*/ | |
font-family: helvetica, arial, sans-serif; | |
color: #b4b4b4; font-size: 14px; | |
vertical-align: middle; | |
text-decoration: none; | |
text-shadow: rgba(0,0,0,.4) 0 1px 0" target="_blank">More Information</a> | |
</div> | |
</div> | |
<style> /*tile link text style*/ | |
.galleryNode .galleryLabelContainer { | |
color: #fff !important; | |
} | |
</style> | |
<style> /*header link text style*/ | |
#header .nav a, .esri #header-controls ul li a, #header_map_newMap.map_nav a.map_nav_link{color: #26393d; text-decoration: none;}</style> | |
<style>#header .nav a:hover {color: #26393d; text-decoration: none;}</style> | |
<style>/*footer link text style*/ .esriItemLinks a, .esriItemLinks a:link, .esriItemLinks a:hover, .esriItemLinks a:active, .esriItemLinks a:visited{color: #26393d;}</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment