Changeset 543:6cdc31e9ed8e in documentViewer for css


Ignore:
Timestamp:
Aug 22, 2012, 2:25:38 PM (12 years ago)
Author:
casties
Branch:
default
Message:

fixed problem with dict-mode in default view.
added configurable footer and logo in site_template.pt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • css/docuviewer.css

    r542 r543  
    253253        line-height: 1.3;
    254254}
    255 
     255div.col.main div.content.text div.emptyPage {
     256    font-family: Verdana,Arial,sans-serif;
     257    font-size: 12px;
     258}
    256259/*
    257260 * search results
     
    326329}
    327330
    328 
    329 
    330331/*
    331332 * thumbnail overview
     
    338339        text-align: center;
    339340}
     341
     342/*
     343 * footer
     344 */
     345div.footer {
     346    max-width: 68em;
     347        margin-top: 1em;
     348        border-top: 1px solid silver;
     349        margin-left: 28px;
     350        margin-right: 28px;
     351        text-align: center;
     352}
     353div.footer div.content {
     354        font-size: 10px;
     355        color: grey;   
     356}
     357div.footer div.content a:link,
     358div.footer div.content a:visited {
     359        color: grey;
     360}
Note: See TracChangeset for help on using the changeset viewer.