Changeset 535:510bae2b593b in documentViewer for css


Ignore:
Timestamp:
Jul 26, 2012, 5:32:31 PM (12 years ago)
Author:
casties
Branch:
default
Message:

more fixes, e.g. IE support. first version of index page.

Location:
css
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • css/docuviewer.css

    r533 r535  
    3131div.page-head div.title {
    3232    max-width: 50em;
    33     border: 1px solid silver;
     33    background-color: white;
     34        font-family: Georgia,Times,serif;
     35        font-size: 14px;
     36        line-height: 1.3;
     37        border: 1px solid silver;
    3438    padding: 0.5em; 
    35     background-color: white;
    3639}
    3740
     
    7073}
    7174
     75div.toc-switcher-col {
     76        display: table-cell;
     77}
    7278div.toc-switcher {
    73     display: table-cell;
     79    display: block; /* moz only does relative with block */
     80    position: relative;
    7481    width: 26.5px; /* for moz and webkit -- don't ask me */
    7582}
    7683div.toc-switcher ul {
    7784    position: absolute;
    78     /* z-index: 20; */
    7985    transform: rotate(270deg);
    8086    transform-origin: top left;
     
    8591    -o-transform: rotate(270deg);
    8692    -o-transform-origin: top left;
    87     left: 12px;
    88     top: 486px;
     93        left: 7px;
     94    top: 32em;
     95    width: 40em;
    8996    padding: 0px;
    9097}
     98
    9199div.toc-switcher li {
    92100    list-style-type: none;
     
    105113
    106114div.tocbody {
    107     /* z-index: 10; */
    108115    display: table-cell;
    109116    border: 1px solid silver;
     
    138145div.tocbody table.thumbs .thumbsel {
    139146    padding: 2px;
    140     border: 1px solid blue;
     147    border: 1px solid #892B06;
    141148}
    142149div.tocbody table.thumbs .thumbcap {
     
    164171
    165172div.col.main div.content {
    166     border: 1px solid silver;
    167     padding: 1em; 
    168     background-color: white;
     173        min-width: 30em;
     174    background-color: white;
     175    font-family: Junicode,Gentium,Georgia,serif;
    169176    font-size: 14px;
    170     font-family: Junicode,Gentium,Georgia,serif;
     177        line-height: 1.3;
     178        border: 1px solid silver;
     179    padding: 1em;
    171180}
    172181div.col.main div.content a:link,
     
    183192 */
    184193div.col.buttons div.options {
    185     border: 1px solid silver;
    186     padding: 0.5em; 
    187     background-color: white;   
     194    background-color: white;
     195        border: 1px solid silver;
     196    border-radius: 5px;
     197    padding: 0.5em;
     198    margin-bottom: 5px; 
    188199}
    189200div.col.buttons h4 {
     
    205216}
    206217
     218/*
     219 * index page
     220 */
     221div.index-image {
     222        float: left;
     223        padding-left: 1em;
     224        padding-right: 1em;
     225        padding-bottom: 1em;
     226}
     227div.index-info td.type {
     228        font-weight: bold;
     229}
Note: See TracChangeset for help on using the changeset viewer.