Last active
June 28, 2019 20:45
-
-
Save mshappe/a33244e3fdc1cad843a283fb80cee91f to your computer and use it in GitHub Desktop.
Stylesheet for CVG Web schedule
This file contains hidden or 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
@media print | |
{ | |
table { page-break-after:auto } | |
tr { page-break-inside:avoid; page-break-after:auto } | |
td { page-break-inside:avoid; page-break-after:auto } | |
thead { display:table-header-group } | |
tfoot { display:table-footer-group } | |
} | |
body { | |
font-family: 'Myriad Pro'; | |
font-size: 12px; // Change to 24 for large-print version | |
} | |
h1 { | |
font-family: 'Mainframe BB'; | |
text-align: center; | |
} | |
h3 { | |
text-align: center; | |
} | |
table { | |
font-size: 12px; // Change to 24 for large-print version | |
} | |
.web-day { | |
font-family: 'Mainframe BB'; | |
font-weight: bold; | |
} | |
.web-panelists { | |
font-style: italic; | |
} | |
.web-room { | |
font-weight: bold; | |
} | |
.web-table { | |
border:1px solid black; | |
border-collapse:collapse; | |
} | |
.web-tags { | |
font-style: italic; | |
} | |
.web-title { | |
font-weight: bold; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is specifically the large-print version. The small print version , you just need to shrink the font-sizes down to, say, 16 or 12px.