Skip to content

Instantly share code, notes, and snippets.

@dashalom
Created May 14, 2015 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dashalom/bdba22bbd10771ac5de1 to your computer and use it in GitHub Desktop.
Save dashalom/bdba22bbd10771ac5de1 to your computer and use it in GitHub Desktop.
CSS MDV Dalit
<!--CSS-->
body {
}
.infowin {
width: 320px;
padding: 7px;
border: solid;
border-color: #b3b3b3;
border-width: 1px;
box-shadow: 1px 1px 3px #c3c3c3;
}
.city {
width: 320px;
font-family: Merriweather;
font-weight: bold;
font-size: 36px;
color: #686868;
}
.basic {
width: 320px;
height: 16px;
font-family: Roboto;
font-weight: bold;
font-size: 15px;
color: #686868;
}
#description {
width: 320px;
font-family: Roboto;
font-size: 15px;
line-height: 22px;
color: #686868;
}
.caption {
font-family: Roboto;
font-size: 13px;
font-style: italic;
color: #b3b3b3;
}
#yearErected{
font-family: Roboto;
font-size: 15px;
color: #686868;
}
#station{
font-family: Roboto;
font-size: 15px;
color: #686868;
}
#dist{
font-family: Roboto;
font-size: 15px;
color: #686868;
}
#totalYears{
font-family: Roboto;
font-size: 15px;
color: #686868;
}
#commissionedBy{
font-family: Roboto;
font-size: 15px;
color: #686868;
}
img {
width: 100%;
padding-top: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment