Diff for /FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css between versions 1.3.2.1 and 1.5

version 1.3.2.1, 2008/01/18 22:05:30 version 1.5, 2008/01/07 04:16:37
Line 1 Line 1
/* $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css,v 1.3 2008/01/05 13:33:12 as Exp $ *//* $Paefchen: FreeBSD/tinderbox/webui/templates/paefchen/tinderstyle.css,v 1.4 2008/01/07 03:53:59 as Exp $ */
   
 body {  body {
         background-color        : #FFF;          background-color        : #FFF;
Line 9  body { Line 9  body {
         padding                         : 0;          padding                         : 0;
 }  }
   
body, td, li, input, select, #content h1, #content h2 {body, td, li, input, select, label, #content h1, #content h2 {
         color                           : #000;          color                           : #000;
         font-family                     : Verdana, sans-serif;          font-family                     : Verdana, sans-serif;
         font-size                       : 11px;          font-size                       : 11px;
Line 105  li a:link, li a:visited { Line 105  li a:link, li a:visited {
         text-decoration         : none;          text-decoration         : none;
 }  }
   
   fieldset {
           border-width            : 0;
           margin                          : 0;
           padding                         : 0;
   }
   
   label {
           display                         : block;
           font-weight                     : bold;
   }
   
 #header {  #header {
         color                           : #FFF;          color                           : #FFF;
         height                          : 40px;          height                          : 40px;
Line 124  li a:link, li a:visited { Line 135  li a:link, li a:visited {
 #topmenu {  #topmenu {
         position                        : absolute;          position                        : absolute;
         top                                     : 64px;          top                                     : 64px;
         width                           : 100%;  
 }  }
   
 #topmenu .right {  
         padding-right           : 20px;  
 }  
   
 #topmenu .right ul {  #topmenu .right ul {
         float                           : left;          float                           : left;
 }  }
Line 149  li a:link, li a:visited { Line 155  li a:link, li a:visited {
         margin                          : 64px 0 40px 0;          margin                          : 64px 0 40px 0;
 }  }
   
#content h1, #content h2 {#content h1, #content h2, #content label {
         border-width            : 1px 0 0 0;          border-width            : 1px 0 0 0;
         border-color            : #b4b4b4;          border-color            : #b4b4b4;
         border-style            : solid;          border-style            : solid;
         color                           : #737373;          color                           : #737373;
         background-color        : #f7f7f7;          background-color        : #f7f7f7;
        margin                          : 20px 0 10px 0;        margin                          : 5px 0 5px 0;
         padding                         : 2px 0;
 }  }
   
 #footer {  #footer {
Line 164  li a:link, li a:visited { Line 171  li a:link, li a:visited {
         left                            : 0;          left                            : 0;
         color                           : #737373;          color                           : #737373;
         font-weight                     : bold;          font-weight                     : bold;
        padding-top                        : 4px;        padding                         : 4px 20px 0 20px;
        width                           : 100%; 
         height                          : 19px;          height                          : 19px;
         background-color        : #DDD;          background-color        : #DDD;
         background-image        : url(images/hdr_fill.png);          background-image        : url(images/hdr_fill.png);
Line 176  li a:link, li a:visited { Line 182  li a:link, li a:visited {
         border-style            : solid;          border-style            : solid;
 }  }
   
 #footer .left {  
         padding-left            : 20px;  
 }  
   
 #footer .right {  
         padding-right           : 20px;  
 }  
   
 #footer table {  #footer table {
         float                           : left;          float                           : left;
         margin-left                     : 5px;          margin-left                     : 5px;
Line 202  li a:link, li a:visited { Line 200  li a:link, li a:visited {
 }  }
   
 .subcontent {  .subcontent {
        margin                          : 10px 0;          margin                          : 20px 0;  
 }  }
   
 .subcontent table th, .description table th {  .subcontent table th, .description table th {

Removed from v.1.3.2.1  
changed lines
  Added in v.1.5