42 lines
814 B
CSS
42 lines
814 B
CSS
tr {
|
|
vertical-align:top;
|
|
}
|
|
/* TOC */
|
|
/* update these class ids on each save */
|
|
p { margin:0; }
|
|
p.c36 { visibility:hidden; }
|
|
p.c35 { margin-left:1em; }
|
|
p.c14 { margin-left:3em; }
|
|
p.c28 { margin-left:2em; }
|
|
/* heading cells */
|
|
tr:first-child {
|
|
font-weight:bold;
|
|
}
|
|
td:first-child {
|
|
/* font-weight:bold; */
|
|
}
|
|
tr:first-child a {
|
|
font-size:small;
|
|
/* white-space:nowrap; */
|
|
}
|
|
td:first-child {
|
|
width:10%;
|
|
}
|
|
/* body cells */
|
|
tr:not(:first-child) td:not(:first-child) span:first-child {
|
|
white-space:nowrap;
|
|
font-weight:bold;
|
|
color:navy;
|
|
font-family:monospace;
|
|
/* font-family:monaco; */
|
|
/* font-size:small; */
|
|
}
|
|
tr:not(:first-child) td:not(:first-child) span:not(:first-child) {
|
|
/* white-space:nowrap; */
|
|
/* font-family:monospace; */
|
|
font-size:small;
|
|
}
|
|
td:not(:first-child) {
|
|
width:30%;
|
|
}
|