Changeset 139 for doc/html/doxygen.css

Show
Ignore:
Timestamp:
08/18/08 14:27:50 (16 years ago)
Author:
smidl
Message:

Documentation update

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/doxygen.css

    r91 r139  
    408408        margin:0.5em; 
    409409} 
     410/* these are for tree view when used as main index */ 
    410411.directory {  
    411412        font-size: 9pt;  
     
    417418        font-size: 11pt;  
    418419} 
     420 
     421/* The following two styles can be used to replace the root node title */ 
     422/* with an image of your choice.  Simply uncomment the next two styles, */ 
     423/* specify the name of your image and be sure to set 'height' to the */ 
     424/* proper pixel height of your image. */ 
     425 
     426/* .directory h3.swap { */ 
     427/*      height: 61px; */ 
     428/*      background-repeat: no-repeat; */ 
     429/*      background-image: url("yourimage.gif"); */ 
     430/* } */ 
     431/* .directory h3.swap span { */ 
     432/*      display: none; */ 
     433/* } */ 
     434 
    419435.directory > h3 {  
    420436        margin-top: 0;  
     
    431447        vertical-align: -30%;  
    432448} 
    433  
     449/* these are for tree view when not used as main index */ 
     450.directory-alt {  
     451        font-size: 100%;  
     452        font-weight: bold;  
     453} 
     454.directory-alt h3 {  
     455        margin: 0px;  
     456        margin-top: 1em;  
     457        font-size: 11pt;  
     458} 
     459.directory-alt > h3 {  
     460        margin-top: 0;  
     461} 
     462.directory-alt p {  
     463        margin: 0px;  
     464        white-space: nowrap;  
     465} 
     466.directory-alt div {  
     467        display: none;  
     468        margin: 0px;  
     469} 
     470.directory-alt img {  
     471        vertical-align: -30%;  
     472} 
     473