source: documentViewer/css/docuviewer.css @ 528:f8a5f63eafc0

Last change on this file since 528:f8a5f63eafc0 was 528:f8a5f63eafc0, checked in by casties, 12 years ago

new viewMode=thumbs.

File size: 660 bytes
Line 
1
2div.page-body {
3    display: table-row;
4}
5div.page-body div.col {
6    display: table-cell;
7    vertical-align: top;
8}
9
10div.toc-text, 
11div.toc-figures {
12    max-width: 20em;
13}
14
15div.col.results {
16        max-width: 20em;
17}
18
19div.toc-text .toc, 
20div.toc-figures .toc,
21div.toc-concordance .toc {
22    float:left;
23    clear:right; 
24}
25div.toc-text .toc.float.right, 
26div.toc-figures .toc.float.right,
27div.toc-concordance .toc.float.right {
28    float:right;
29}
30
31table.thumbs .thumb {
32    padding: 3px;
33}
34table.thumbs .thumbsel {
35    padding: 2px;
36    border: 1px solid blue;
37}
38table.thumbs .thumbcap {
39    color: black;
40}
41
42span.hit.highlight {
43        background-color: lightgreen;
44}
Note: See TracBrowser for help on using the repository browser.