Skip to content

Instantly share code, notes, and snippets.

@mshappe
Last active June 28, 2019 20:45
Show Gist options
  • Save mshappe/a33244e3fdc1cad843a283fb80cee91f to your computer and use it in GitHub Desktop.
Save mshappe/a33244e3fdc1cad843a283fb80cee91f to your computer and use it in GitHub Desktop.
Stylesheet for CVG Web schedule
@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;
}
@mshappe
Copy link
Author

mshappe commented Jul 1, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment