view css/docuviewer.css @ 533:ea70a45594c7

set base font and stuff.
author casties
date Wed, 25 Jul 2012 21:35:26 +0200
parents 0b8bed1223ad
children 510bae2b593b
line wrap: on
line source


body {
    background-color: #ebebeb;
    margin: 5px;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
}

a:link,
a:visited {
    color: black;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/*
 * head
 */
div.page-head div.logo {
    display: table-cell;
    vertical-align: top;
    padding: 5px;
}
div.page-head div.title-block {
    display: table-cell;
    vertical-align: top;
}
div.page-head div.title {
    max-width: 50em;
    border: 1px solid silver;
    padding: 0.5em;  
    background-color: white;
}

ul.view-switcher {
    padding-left: 0;
    margin-top: 4px;
}
ul.view-switcher li {
    list-style-type: none;
    display: inline;
    background-color: #d0d0d0;
    margin-right: 0;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-radius: 0 0 5px 5px;
    padding: 5px;
}
ul.view-switcher li.sel {
    background-color: white;
}

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

/*
 * TOC
 */
div.toc-container {
    display:table-row;
}

div.toc-switcher {
    display: table-cell;
    width: 26.5px; /* for moz and webkit -- don't ask me */
}
div.toc-switcher ul {
    position: absolute;
    /* z-index: 20; */
    transform: rotate(270deg);
    transform-origin: top left;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: top left;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: top left;
    -o-transform: rotate(270deg);
    -o-transform-origin: top left;
    left: 12px;
    top: 486px;
    padding: 0px;
}
div.toc-switcher li {
    list-style-type: none;
    display: inline;
    background-color: #d0d0d0;
    margin-bottom: 5px;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-radius: 5px 5px 0 0;
    padding: 5px;
}
div.toc-switcher li.sel {
    background-color: white;
}

div.tocbody {
    /* z-index: 10; */
    display: table-cell;
    border: 1px solid silver;
    padding: 0.5em;  
    background-color: white;    
}

div.tocbody.text, 
div.tocbody.figures {
    max-width: 20em;
    background-color: white;
}

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

div.tocbody table.thumbs td {
    text-align: center;
}
div.tocbody table.thumbs .thumb {
    padding: 3px;
}
div.tocbody table.thumbs .thumbsel {
    padding: 2px;
    border: 1px solid blue;
}
div.tocbody table.thumbs .thumbcap {
    color: black;
}

/*
 * content
 */
div.col.main {
    padding-left: 5px;
    padding-right: 5px;
}
div.col.main div.ruler {
    margin-top: 4px;
}
div.col.main span.ruler-main {
    background-color: #d0d0d0;
    border-left: 1px solid silver;
    border-top: 1px solid silver;
    border-right: 1px solid silver;
    border-radius: 5px 5px 0 0;
    padding: 4px;    
}

div.col.main div.content {
    border: 1px solid silver;
    padding: 1em;  
    background-color: white;
    font-size: 14px;
    font-family: Junicode,Gentium,Georgia,serif;
}
div.col.main div.content a:link,
div.col.main div.content a:visited {
    font-weight: inherit;
    color: #892B06;
}
span.hit.highlight {
    background-color: lime;
}

/*
 * buttons
 */
div.col.buttons div.options {
    border: 1px solid silver;
    padding: 0.5em;  
    background-color: white;    
}
div.col.buttons h4 {
    margin-top: 0;
    margin-bottom: 0;
}
div.col.buttons ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

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