Changeset 540:4b43a57ad9b3 in documentViewer for css


Ignore:
Timestamp:
Aug 16, 2012, 5:09:49 PM (12 years ago)
Author:
casties
Branch:
default
Message:

more nicer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • css/docuviewer.css

    r539 r540  
    127127        margin-bottom: 0.5em;
    128128}
    129 div.tocbody div.ruler {
     129div.tocbody div.ruler.top {
    130130        text-align: center;
    131         margin-bottom: 0.5em;
     131        padding-bottom: 0.5em;
     132}
     133div.tocbody div.ruler.bottom {
     134        clear: both;
     135        text-align: center;
     136        padding-top: 0.5em;
    132137}
    133138
     
    197202        min-width: 30em;
    198203    background-color: white;
    199     font-family: Junicode,Gentium,Georgia,serif;
    200     font-size: 14px;
    201         line-height: 1.3;
    202204        border: 1px solid silver;
    203205    padding: 1em;
     
    232234    margin-bottom: 0.5em;
    233235}
    234 
    235236div.options.digilib li img {
    236237        vertical-align: middle;
     
    238239
    239240/*
     241 * text page
     242 */
     243div.col.main div.content.text {
     244    font-family: Junicode,Gentium,Georgia,serif;
     245    font-size: 14px;
     246        line-height: 1.3;
     247}
     248
     249/*
    240250 * search results
    241251 */
    242252div.col.results {
    243253    max-width: 20em;
     254    padding-right: 5px;
     255}
     256div.col.results div.result {
     257        border: 1px solid silver;
     258    border-radius: 5px;
     259    padding: 0.5em;
     260}
     261div.col.results h4 {
     262    margin-top: 0;
     263    margin-bottom: 0.5em;
     264}
     265div.col.results div.ruler {
     266        text-align: center;
     267        margin-bottom: 0.5em;
     268}
     269div.col.results div.query {
     270        margin-bottom: 0.5em;
    244271}
    245272
     
    260287        margin-bottom: 0.5em;
    261288}
     289div.index-info td {
     290        vertical-align: top;
     291}
    262292div.index-info td.type {
    263293        font-weight: bold;
     
    279309 * image page
    280310 */
    281 div.col.main div.content-images {
    282         border: 1px solid silver;
    283 }
    284 div.col.main div.content-images table {
     311div.col.main div.content.images {
     312        background-color: inherit;
     313        padding: 0;
     314}
     315div.col.main div.content.images table {
    285316        border-collapse: collapse; /* for tight digilib */
    286317}
    287318
    288319/*
     320 * xml page
     321 */
     322div.col.main div.content.xml {
     323        font-family: Monaco,Courier,monospace;
     324        font-size: 12px;
     325}
     326div.col.main div.content.xml div.pageHeaderTitle {
     327        display: none;
     328}
     329
     330
     331
     332/*
    289333 * thumbnail overview
    290334 */
    291335div.col.main div.content-thumbs {
    292336        border: 1px solid silver;
    293     padding: 1em;
     337    padding: 0.5em;
    294338}
    295339div.col.main table.thumbs td {
Note: See TracChangeset for help on using the changeset viewer.