comparison css/docuviewer.css @ 510:4fb35343d2e7 elementtree

more search. nicer css.
author casties
date Tue, 28 Feb 2012 10:39:21 +0100
parents 55e3398e395e
children 551ca1641a5e
comparison
equal deleted inserted replaced
509:9d05befdd462 510:4fb35343d2e7
1 1
2 div.page-body { 2 div.page-body {
3 display: table-row; 3 display: table-row;
4 } 4 }
5 div.col-left { 5 div.page-body div.col {
6 display: table-cell;
7 vertical-align: top;
8 }
9 div.col-main {
10 display: table-cell;
11 vertical-align: top;
12 }
13 div.col-right {
14 display: table-cell; 6 display: table-cell;
15 vertical-align: top; 7 vertical-align: top;
16 } 8 }
17 9
18 div.toc-text, div.toc-figures { 10 div.toc-text, div.toc-figures {
19 max-width: 20em; 11 max-width: 20em;
20 } 12 }
21 13
22 div.col-left .thumb { 14 div.toc-text .toc, div.toc-figures .toc {
15 float:left;
16 clear:right;
17 }
18 div.toc-text .toc.float.right, div.toc-figures .toc.float.right {
19 float:right;
20 }
21
22 div.toc-thumbs .thumb {
23 padding: 3px; 23 padding: 3px;
24 } 24 }
25 div.col-left .thumbsel { 25 div.toc-thumbs .thumbsel {
26 padding: 2px; 26 padding: 2px;
27 border: 1px solid blue; 27 border: 1px solid blue;
28 } 28 }
29 div.col-left .thumbcap { 29 div.toc-thumbs .thumbcap {
30 color: black; 30 color: black;
31 } 31 }
32
33 div.col-left .toc {
34 float:left;
35 clear:right;
36 }
37 div.col-left .toc.float.right {
38 float:right;
39 }