view css/docuviewer.css @ 526:3f375a048402

moved search and dict into separate layers. removed search_template. added tocMode=concordance. fixed bug with paging tocs.
author casties
date Tue, 10 Apr 2012 19:41:44 +0200
parents 551ca1641a5e
children f8a5f63eafc0
line wrap: on
line source


div.page-body {
    display: table-row;
}
div.page-body div.col {
    display: table-cell;
    vertical-align: top;
}

div.toc-text, 
div.toc-figures {
    max-width: 20em;
}

div.col.results {
	max-width: 20em;
}

div.toc-text .toc, 
div.toc-figures .toc,
div.toc-concordance .toc {
    float:left;
    clear:right; 
}
div.toc-text .toc.float.right, 
div.toc-figures .toc.float.right,
div.toc-concordance .toc.float.right {
    float:right;
}

div.toc-thumbs .thumb {
    padding: 3px;
}
div.toc-thumbs .thumbsel {
    padding: 2px;
    border: 1px solid blue;
}
div.toc-thumbs .thumbcap {
    color: black;
}

span.hit.highlight {
	background-color: lightgreen;
}