Template:Eolist-begin/styles.css
Appearance
/* for table lists found in various gov't serials */
.wst-eolist {
border-collapse: separate;
border-spacing: 0;
empty-cells: hide;
width: 100%;
page-break-inside: avoid;
border-bottom: 1px solid #aaa;
}
.wst-eolist-number {
border-right: 1px solid #aaa;
line-height: inherit;
padding: 0.25rem;
vertical-align: top;
white-space: nowrap;
}
.wst-eolist-date {
border-right: 1px solid #aaa;
line-height: inherit;
padding: 0.25rem;
text-align: center;
vertical-align: top;
white-space: nowrap;
}
.wst-eolist-title {
line-height: inherit;
padding: 0.25rem;
vertical-align: baseline;
}
.wst-eolist-title > span {
display: inline-block;
line-height: normal;
padding-left: 1.125rem;
text-indent: -1rem;
}
/* this appears unused by the template anywhere */
.wst-eolist-cell4 {
border-left: 1px solid #aaa;
line-height: inherit;
padding: 0.25rem;
vertical-align: bottom;
white-space: nowrap;
}
.wst-eolist-cell4 > span {
font-size: 94%;
}
.wst-eolist-missing {
background: #ffa0a0;
color: yellow;
}
.wst-eolist-incomplete {
background: yellow;
}