Changeset 974

Show
Ignore:
Timestamp:
08/10/06 11:18:42 (2 years ago)
Author:
arjanmol
Message:

new logo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • homepage/trunk/func.php

    r395 r974  
    2525global $topdir; 
    2626print ' 
     27  <div id="header"> 
     28    <h1>Gaphor</h1> 
     29  </div> 
     30 
    2731  <div id="nav"> 
    28     <h1><span id="titletext">Gaphor</span></h1> 
    29     <!-- <img src="'.$topdir.'/images/gaphor.png" alt="Gaphor"/></h1>--> 
    3032    <ul> 
    3133      <li><a href="'.$topdir.'/index.php">Home</a></li> 
  • homepage/trunk/gaphor.css

    r944 r974  
    11body { 
    2     background-color: #f8f8f8
     2    background-color: #fafafa
    33    padding: 0px; 
    44    margin: 0px; 
     
    1010} 
    1111 
     12#header { 
     13 position: absolute; 
     14 left: 0px; 
     15 right: 0px; 
     16 height: 100px; 
     17 background: #fafafa url(images/gaphor-logo-line.png) repeat-x; 
     18 margin-top: 8px; 
     19} 
     20 
     21#header h1 { 
     22 background: #fafafa url(images/gaphor-logo.png) no-repeat; 
     23 width: 359px; 
     24 height: 100px; 
     25 text-indent: -5000em; 
     26 margin: 0px 0px 0px 20px; 
     27} 
     28 
    1229#nav { 
    13     height: 88px; 
     30    height: 84px; 
    1431    border-bottom: thin solid #000; 
    1532    margin-bottom:20px; 
    16     background: #374456 url(./images/navbg.png) repeat-x top left;  
    17 } 
    18  
    19 #nav h1 { 
    20     position: absolute; 
    21     top: 2px; 
    22     left: 20px; 
    23     width: 350px; 
    24     height: 100px; 
    25     z-index: 2; 
    26     margin: 0px; 
    27     padding: 0px; 
    28     background-image: url("images/gaphor.png"); 
    2933} 
    3034 
    3135#nav ul { 
    3236    position: absolute; 
    33     top: 88px; 
     37    top: 84px; 
    3438    width: 100%; 
    3539    font-size: 80%;