tbrowser.css - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
 (HTM) git clone git://src.adamsgaard.dk/pism
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
       tbrowser.css (816B)
       ---
            1 body, table, div, p, dl {
            2     font: 400 16px/22px Roboto,sans-serif;
            3 }
            4 
            5 #projectname {
            6     font-size: 150%;
            7     font-weight: bold;
            8     font-family: Roboto,sans-serif;
            9     padding-left: 10px;
           10 }
           11 
           12 #projectbrief
           13 {
           14     font-family: Roboto,sans-serif;
           15 }
           16 
           17 #projectnumber {
           18     font: inherit;
           19 }
           20 
           21 div.qindex, div.navtab{
           22     text-align: left;
           23 }
           24 
           25 div.toc li {
           26     font-family: Roboto,sans-serif;
           27 }
           28 
           29 div.toc h3 {
           30     font-family: Roboto,sans-serif;
           31 }
           32 
           33 .params .paramdir {
           34     font-family: monospace,fixed;
           35 }
           36 
           37 ul.navpath {
           38     font-size: inherit;
           39 }
           40 
           41 .memproto, dl.reflist dt {
           42     padding: 0px 0px 0px 0px;
           43     background-image: none;
           44 }
           45 
           46 .memdoc, dl.reflist dd {
           47     background-image: none;
           48 }
           49 
           50 .tabsearch {
           51     background-image: none;
           52 }
           53 
           54 .fieldtable th {
           55     background-image: none;
           56 }
           57 
           58 div.header {
           59     background-image: none;
           60