SO 1-final
[specialops1.git] / csslib / index.css
blob9f0602c4b2bb8c9b2fbd381fb1a0f86dabfe4a96
1 /*
2 This hides all but the first board in each category and expands them when clicked on.
3 HTML renderers incapable of CSS2 will just display it all.
4 */
6 @media screen {
7 tbody tr:first-child a::after {content: ' ' url(/boards/imglib/expand_tree.png)}
8 tr:first-child:target a::after {content: ' ' url(/boards/imglib/collapse_tree.png)}
11 tbody > tr:not(:first-child)
12 {display: none}
14 tbody > tr:first-child + tr,
15 tr:target ~ tr
16 {display: table-row}