themes/printable/css/default.css
changeset 161 bed9d04fa144
parent 135 c5dbad7ec2d0
child 650 e45183014778
equal deleted inserted replaced
160:87a988ca4ff4 161:bed9d04fa144
     4  * This theme is Free Software; see the file "GPL" included with this package for details.
     4  * This theme is Free Software; see the file "GPL" included with this package for details.
     5  */
     5  */
     6  
     6  
     7 /* The basics */
     7 /* The basics */
     8 html,body                          { height: 100%; }
     8 html,body                          { height: 100%; }
     9 body                               { margin: 0; padding: 0; background-color: #FFFFFF; font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; font-size: 9pt; }
     9 body                               { /* color added in 1.0.2 to fix light text in dark desktop themes */ color: #202020; margin: 0; padding: 0; background-color: #FFFFFF; font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; font-size: 9pt; }
    10 .holder                            { border: 1px solid #CCCCCC; padding: 1px; background-color: #FFFFFF; color: #444444 }
    10 .holder                            { border: 1px solid #CCCCCC; padding: 1px; background-color: #FFFFFF; color: #444444 }
    11 div.pad                            { padding: 10px; }                         
    11 div.pad                            { padding: 10px; }                         
    12 table#title                        { margin: 0; padding: 0; height: 100px; background-color: #90B0D0; text-align: center; }
    12 table#title                        { margin: 0; padding: 0; height: 100px; background-color: #90B0D0; text-align: center; }
    13 
    13 
    14 /* Sidebar */
    14 /* Sidebar */