Initial commit. Transferred from an Eclipse/Brainstorm environment to NodeJS.

This commit is contained in:
Wynne Crisman
2015-10-25 15:20:42 -07:00
commit 7bba9dc2b0
386 changed files with 22589 additions and 0 deletions

29
public/holidays.styl Normal file
View File

@@ -0,0 +1,29 @@
/* Holidays.html */
#holidays {
margin: 40px auto 0 auto;
}
#holidays #text {
text-align: center;
}
#holidays p {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: .875em;
color: black;
}
@media(min-width: 860px) {
#holidays {
width: 860px;
}
.holidayImage {
height: 444px;
width: 860px;
}
}
@media(max-width: 859px) {
.holidayImage {
width: 100%;
height: 100%;
}
}