Skip to content

Instantly share code, notes, and snippets.

@mjradwin
Last active October 25, 2015 20:59
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 mjradwin/fc4f38384a6335ab9963 to your computer and use it in GitHub Desktop.
Save mjradwin/fc4f38384a6335ab9963 to your computer and use it in GitHub Desktop.
Hebcal example of how to style Shabbat Times
.hebcal-container {
font-family: "Gill Sans MT","Gill Sans",GillSans,Arial,Helvetica,sans-serif;
font-size: small;
}
.hebcal-container h3 {
font-family: Georgia,Palatino,"Times New Roman",Times,serif;
}
ul.hebcal-results { list-style-type:none }
ul.hebcal-results li {
margin-bottom: 11px;
font-size: 21px;
font-weight: 200;
line-height: normal;
}
.hebcal-results .candles { color: red; font-size: large }
.hebcal-results .havdalah { color: green }
.hebcal-results .parashat { color: black; background: #ff9 }
.hebcal-results .holiday { display: none }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment