templates/header.tmpl
changeset 1417 90b62337f8dd
parent 1336 8c094fb47b59
child 1425 8fe4116b3253
equal deleted inserted replaced
1416:19d2776f1725 1417:90b62337f8dd
    19   padding: 2pt;
    19   padding: 2pt;
    20   color: white;
    20   color: white;
    21   font-family: sans;
    21   font-family: sans;
    22   font-weight: bold;
    22   font-weight: bold;
    23 }
    23 }
       
    24 
    24 .metatag {
    25 .metatag {
    25   background-color: #888888;
    26   background-color: #888888;
    26   color: white;
    27   color: white;
    27   text-align: right;
    28   text-align: right;
    28 }
    29 }
    29 
    30 
    30 /* Common */
    31 /* Common */
    31 pre { margin: 0; }
    32 pre { margin: 0; }
    32 
    33 
       
    34 .logo {
       
    35   background-color: #333;
       
    36   padding: 4pt;
       
    37   margin: 8pt 0 8pt 8pt;
       
    38   font-family: sans;
       
    39   font-size: 60%;
       
    40   color: white;
       
    41   float: right;
       
    42   clear: right;
       
    43   text-align: left;
       
    44 }
       
    45 
       
    46 .logo a {
       
    47   font-weight: bold;
       
    48   font-size: 150%; 
       
    49   color: #999;
       
    50 }
    33 
    51 
    34 /* Changelog entries */
    52 /* Changelog entries */
    35 .changelogEntry { width: 100%; }
    53 .changelogEntry { width: 100%; }
    36 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; }
    54 .changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; }
    37 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }
    55 .changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; }