about summary refs log tree commit diff stats
path: root/js/blotbotboot
Commit message (Expand)AuthorAgeFilesLines
* *elioat2023-06-191-2/+2
* Removed node_modules folder because I am an idiotelioat2023-06-1984-17761/+0
* *elioat2023-06-1989-0/+18382
href='#n15'>15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
h1 {
	text-align:center;
}

h1.subtitle {
	font-size: large;
}

h3 {
	font-family: monospace;
	font-size: large;
	font-weight: normal;
}

table {
	border-width:0px;
	border-collapse:collapse;
}

td {
	padding-left:1em;
	padding-right:1em;
	padding-bottom:0.3em;
}

table.staff td {
	padding-bottom:1em;
	vertical-align:top;
}

table.weekdays td, table.weekdays th {
	border:1px solid #ccc;
	text-align:center;
	padding:0.5em;
}

table.weekdays th {
	padding:1em;
}

table th.empty {
	border-width:0;
}

.note {
	font-size: normal;
	font-style: italic;
}


hr {
	text-align:center;
	width:90%;
}