Skip to content

Instantly share code, notes, and snippets.

@ian29
Created November 14, 2011 16:07
Show Gist options
  • Save ian29/1364294 to your computer and use it in GitHub Desktop.
Save ian29/1364294 to your computer and use it in GitHub Desktop.
<style type="text/css">
.wax-legend {
padding-top: 5px;
overflow: hidden;
min-width: 250px;
}
.wax-legend .ws-title {
text-align: center;
padding-bottom: 8px;
border-bottom:1px solid #c5c5c7;
margin-bottom:10px;
margin-top:16px;
line-height:15px;
font-size: 110%;
font-family: Hevetica, Arial, Sans Serif;
font-weight: 600;
}
.wax-legend .ws-scale {
padding: 0;
float: left;
list-style: none;
margin-bottom: 5px;
margin-top: 5px;
margin-left: 10px;
}
.wax-legend .ws-source {
font-size: 80%;
color: #666;
clear: both;
line-height:10px;
text-align: center;
}
.wax-legend .ws-note {
font-size: 80%;
font-style: italic;
vertical-align: top;
margin-left: 3px;
}
.wax-legend .ws-link {
font-size: 100%;
color: #992222;
clear: both;
line-height:10px;
text-align: center;
}
</style>
<div class="ws-title">
GRDC Monitoring Stations
</div>
<div class= 'ws-scale'>
<img src="https://img.skitch.com/20111114-qss159ti824bi5rr9tcts63yhx.png" alt="scale" width="18" height="18" /><span class="ws-note">One weather station monitored by the GRDC </span>
</div>
</div>
<div class="ws-source">Source:
<a href="http://www.worldbank.org"='_blank'>
<span class="ws-link">The World Bank</span>
</a>,
<a href="http://www.grdc.sr.unh.edu/">
<span clas="ws-link">Global Runoff Data Centre</span>
</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment