Show
Ignore:
Timestamp:
08/30/09 22:13:15 (15 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/html/doxygen.css

    r290 r591  
     1/* The standard CSS for doxygen */ 
     2 
    13body, table, div, p, dl { 
    24        font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif; 
     
    1921} 
    2022 
     23dt { 
     24        font-weight: bold; 
     25} 
     26 
     27div.multicol { 
     28        -moz-column-gap: 1em; 
     29        -webkit-column-gap: 1em; 
     30        -moz-column-count: 3; 
     31        -webkit-column-count: 3; 
     32} 
     33 
     34p.startli, p.startdd { 
     35        margin-top: 2px; 
     36} 
     37 
     38p.endli { 
     39        margin-bottom: 0px; 
     40} 
     41 
     42p.enddd { 
     43        margin-bottom: 4px; 
     44} 
     45 
    2146/* @end */ 
    2247 
    2348caption { 
    2449        font-weight: bold; 
     50} 
     51 
     52span.legend { 
     53        font-size: 70%; 
     54        text-align: center; 
    2555} 
    2656 
     
    159189 
    160190img.formulaInl { 
     191        vertical-align: middle; 
     192} 
     193 
     194div.center { 
     195        text-align: center; 
     196        margin-top: 0px; 
     197        margin-bottom: 0px; 
     198        padding: 0px; 
     199} 
     200 
     201div.center img { 
     202        border: 0px; 
     203} 
     204 
     205img.footer { 
     206        border: 0px; 
    161207        vertical-align: middle; 
    162208} 
     
    268314} 
    269315 
     316.memItemLeft, .memTemplItemLeft { 
     317        white-space: nowrap; 
     318} 
     319 
    270320.memTemplParams { 
    271321        color: #606060; 
     322        white-space: nowrap; 
    272323} 
    273324 
     
    296347.memitem { 
    297348        padding: 0; 
     349        margin-bottom: 10px; 
    298350} 
    299351 
     
    313365        -webkit-border-top-left-radius: 8px; 
    314366        -webkit-border-top-right-radius: 8px; 
     367        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); 
    315368        -moz-border-radius-topleft: 8px; 
    316369        -moz-border-radius-topright: 8px; 
     370        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; 
     371 
    317372} 
    318373 
     
    323378        -webkit-border-bottom-left-radius: 8px; 
    324379        -webkit-border-bottom-right-radius: 8px; 
     380        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); 
    325381        -moz-border-radius-bottomleft: 8px; 
    326382        -moz-border-radius-bottomright: 8px; 
     383        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; 
    327384} 
    328385