topical media & game development
basic-css-17-Examples-xml-table-2.css / css
* {
font-family: monospace;
}
favorites {
display: table;
width: 100%;
border: thin solid black;
border-spacing: 2px;
}
title {
display: table-caption;
font-size: 90%;
text-align: right;
padding: 5px;
}
cols {
display: table-column-group;
}
cols album, cols artist, cols released {
display: table-column;
}
headings {
display: table-header-group;
}
records {
display: table-row-group;
}
record {
display: table-row;
}
record > * {
display: table-cell;
padding: 5px;
}
footers {
display: table-footer-group;
}
footers > record > *, headings > record > * {
border: thin solid black;
text-align: center;
font-weight: bold;
}
records > record > * {
font-size: 120%;
}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.