[cmake-commits] jjomier committed favicon.ico NONE 1.1 index.html NONE 1.1 kitware.css NONE 1.1 style.css NONE 1.1 styleIE6.css NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Mar 1 12:33:59 EST 2008


Update of /cvsroot/CMake/CMakeWeb/HTML2
In directory public:/mounts/ram/cvs-serv17258

Added Files:
	favicon.ico index.html kitware.css style.css styleIE6.css 
Log Message:
ENH: First checkin


--- NEW FILE: index.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>CMake Cross Platform Make</title></title>

<link href="kitware.css" rel="stylesheet" type="text/css" />

<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 6]> 
<link href="styleIE6.css" rel="stylesheet" type="text/css" />
<![endif]-->
<meta name="Description" content="CMake is an open-source, 
        cross-platfom build environment. It supports native build processes
        on Unix and Windows platforms under a variety of compilers." />
<meta name="Keywords" content="Software, compile, make, build, cross-platform" />
<META NAME="rating" CONTENT="General">
<META NAME="ROBOTS" CONTENT="ALL">


<SCRIPT LANGUAGE="JavaScript">
var numBanners = 2;
var banner = new Array();
banner[0] = '<a href="http://www.kitware.com"><div id="banner_1"></div></a>';
banner[1] = '<a href="http://lwn.net/Articles/188693/"><div id="banner_2"></div></a>';
</script>

</head>
<body>

<div id="bg">
<div id="frame">
  <div id="banner">
    
    <div id="search">
      <form id="form1" method="post" action="/cgi-bin/htsearch">
        <input name="searchtext" type="text" class="searchfield" id="searchtext" value="Search" />
      </form>
</div>
    <div id="nav">      
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a class="MenuBarItemSubmenu" href="#">HOME</a>
            <ul>
              <li><a href="about.html">About</a></li>
              <li><a href="copyright.html">Copyright</a></li>
              <li><a href="news.html">News</a></li>
              <li><a href="http://www.cdash.org">CDash</a></li>
              <li><a href="http://www.kitware.com">Kitware</a></li>
            </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">CMAKE</a>
          <ul>
            <li><a href="download.html">Download</a></li>
            <li><a href="install.html">Install</a></li>
            <li><a href="documentation.html">Documentation</a></li>
            <li><a href="http://www.cdash.org/Wiki/CDash:FAQ">FAQ</a></li>
            <li><a href="http://www.kitware.com/products/cmakebook.html">CMake Book</a></li> 
          </ul>
          </li>
           <li><a class="MenuBarItemSubmenu" href="#">DEVELOPERS</a>
            <ul>
              <li><a href="http://public.kitware.com/CDash/index.php?project=CMake">Dashboard</a></li>
              <li><a href="http://public.kitware.com/Bug">Bug Tracker</a> </li>
              <li><a href="mailinglist.html">Mailing list</a></li>
              <li><a href="http://www.cmake.org/Wiki/CMake">Wiki</a></li>
              <li><a href="testing.html">Testing Setup</a></li> 
            </ul>
        </li>
      </ul>
      </div>
    <div id="logo">
<map name="Map" id="Map">
  <area shape="poly" coords="5,82,5,5,94,32,296,32,294,81" href="../index.html" alt="Home" />
</map></div>
  </div>
  <div id="ContentBg">
    <div id="Content">
      <div id="ContentTxtProd"><div id="pngheader"></div><br />
 Welcome to CMake, the cross-platform, open-source make system. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, pre-processor generation, code generation, and template instantiation. Please go <a href="http://www.cmake.org/HTML/About.html">here </a> to learn more about CMake.
 <p> CMake was developed by <a href="http://www.kitware.com">Kitware </a> as part of the <a href="http://www.itk.org">NLM Insight Segmentation and Registration Toolkit </a> project. The <a href="http://www.asci.doe.gov/scs/views.htm">ASCI VIEWS project </a> also provided support in the context of their parallel computation environment. Other sponsors include the Insight, <a href="http://www.vtk.org">VTK </a>, and <a href="http://vxl.sourceforge.net">VXL </a> open source software communities. </p>
      </div>
      <div id="ContentImgProd">
      <script language="JavaScript">
      var bannerNum = Math.round(Math.random() * (numBanners-1));
      document.write(banner[bannerNum]);
    </script>
   </div>
      <br class="clear" />
      <br />
    
<div id="ContentTabProd">
  <div id="TabbedPanels1" class="TabbedPanels">
    <ul class="TabbedPanelsTabGroup">
      <li class="TabbedPanelsTab" tabindex="0">Features</li>
      <li class="TabbedPanelsTab" tabindex="0">Download</li>
      <li class="TabbedPanelsTab" tabindex="0">Sponsors</li>
   <li class="TabbedPanelsTab" tabindex="0">License</li>
      <li class="TabbedPanelsTab" tabindex="0">Purchase</li>
    </ul>
    <div class="TabbedPanelsContentGroup">
      <div class="TabbedPanelsContent">
        <p><strong> CMake is an extensible, open-source system that has several powerful features.</strong></p>
         These features include:
    <ul>
      <li>Supports complex, large build environments. CMake has been
          proven in several large projects.</li>
      <li>Generates native build files (e.g., makefiles on Unix;
          workspaces/projects on MS Visual C++). Therefore standard
          tools can be used on any platform/compiler configuration.</li>
      <li>Has powerful commands include the ability to locate
          include files, libraries, executables; include external
          CMake files that encapsulate standard functionality;
          interfaces to testing systems; supports recursive
          directory traversal with variable inheritance; can run
          external programs; supports conditional builds; supports
          regular expression expansion; and so on.</li>
      <li>Supports in-place and out-of-place builds. Multiple
          compilation trees are possible from a single source tree.</li>

      <li>Can be easily extended to add new features.</li>
      <li>CMake is open source.</li>
      <li>CMake operates with a cache designed to be interfaced with
          a graphical editor. The cache provides optional interaction
          to conditionally control the build process.</li>
    </ul>
      </div>
      <div class="TabbedPanelsContent">
   <p><strong>Latest Release (2.4.8)</strong></p>
   <ul>
   <li>The 2.4.8 release was packaged with CPack which is included as part of the 2.4.8 release.</li>
   <li>The .sh files are self extracting gziped tar files. To install a .sh file, run it with /bin/sh and follow the directions.</li>
   <li>The OS-machine.tar.gz files are gziped tar files of the install tree.</li>
   <li>The OS-machine.tar.Z files are compressed tar files of the install tree.</li>
   <li>The tar file distributions can be untared in any directory. They are prefixed by the version of CMake.
   For example, the SunOS-sparc tar file is all under the directory cmake-2.4.8-SunOS-sparc.
   This prefix can be removed as long as the share, bin, man and doc directories are moved relative to each other.</li>
   <li>To build the source distributions, unpack them with zip or tar and follow the instructions in Readme.txt at the top of the source tree
   Source distributions.</li>
   </ul>
<br>
    <table bgcolor="#000000" cellspacing="1" width="100%"><tbody><tr><td>
    <table bgcolor="#ffffff" border="0" cellspacing="0" width="100%">
    <tbody><tr class="table-heading" bgcolor="#e0e0e0"><td><b>Platform</b></td><td><b>Files</b></td></tr>
<tr bgcolor="#f0f0f0"><td>Unix/Linux Source (has \n line feeds)</td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8.tar.gz">cmake-2.4.8.tar.gz</a></td></tr>

<tr bgcolor="#f0f0f0"><td></td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8.tar.Z">cmake-2.4.8.tar.Z</a></td></tr>
<tr bgcolor="#ffffff"><td>Windows Source (has \r\n line feeds)</td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8.zip">cmake-2.4.8.zip</a></td></tr>
    </tbody></table>
    </td></tr></tbody></table>

<br>
Binary distributions:
    <table bgcolor="#000000" cellspacing="1" width="100%"><tbody><tr><td>
    <table bgcolor="#ffffff" border="0" cellspacing="0" width="100%">
    <tbody><tr class="table-heading" bgcolor="#e0e0e0"><td><b>Platform</b></td><td><b>Files</b></td></tr>

<tr bgcolor="#f0f0f0"><td>Windows (Win32 Installer)</td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-win32-x86.exe">cmake-2.4.8-win32-x86.exe</a></td></tr>
<tr bgcolor="#f0f0f0"><td>Windows ZIP</td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-win32-x86.zip">cmake-2.4.8-win32-x86.zip</a></td></tr>

<tr bgcolor="#ffffff"><td>Mac OSX Universal (.dmg installer only for Tiger)</td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-Darwin-universal.dmg">cmake-2.4.8-Darwin-universal.dmg</a></td></tr>
<tr bgcolor="#ffffff"><td></td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-Darwin-universal.tar.gz">cmake-2.4.8-Darwin-universal.tar.gz</a></td></tr>
<tr bgcolor="#ffffff"><td></td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-Darwin-universal.tar.Z">cmake-2.4.8-Darwin-universal.tar.Z</a></td></tr>


<tr bgcolor="#f0f0f0"><td>Linux i386</td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-Linux-i386.sh">cmake-2.4.8-Linux-i386.sh</a></td></tr>
<tr bgcolor="#f0f0f0"><td></td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-Linux-i386.tar.gz">cmake-2.4.8-Linux-i386.tar.gz</a></td></tr>
<tr bgcolor="#f0f0f0"><td></td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-Linux-i386.tar.Z">cmake-2.4.8-Linux-i386.tar.Z</a></td></tr>

<tr bgcolor="#ffffff"><td>SunOS Sparc</td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-SunOS-sparc.sh">cmake-2.4.8-SunOS-sparc.sh</a></td></tr>
<tr bgcolor="#ffffff"><td></td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-SunOS-sparc.tar.gz">cmake-2.4.8-SunOS-sparc.tar.gz</a></td></tr>
<tr bgcolor="#ffffff"><td></td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-SunOS-sparc.tar.Z">cmake-2.4.8-SunOS-sparc.tar.Z</a></td></tr>

<tr bgcolor="#f0f0f0"><td>IRIX64 64</td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-IRIX64-64.sh">cmake-2.4.8-IRIX64-64.sh </a></td></tr>

<tr bgcolor="#f0f0f0"><td></td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-IRIX64-64.tar.gz">cmake-2.4.8-IRIX64-64.tar.gz</a></td></tr>
<tr bgcolor="#f0f0f0"><td></td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-IRIX64-64.tar.Z">cmake-2.4.8-IRIX64-64.tar.Z</a></td></tr>

<tr bgcolor="#ffffff"><td>IRIX64 n32</td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-IRIX64-n32.sh">cmake-2.4.8-IRIX64-n32.sh</a></td></tr>
<tr bgcolor="#ffffff"><td></td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-IRIX64-n32.tar.gz">cmake-2.4.8-IRIX64-n32.tar.gz</a></td></tr>
<tr bgcolor="#ffffff"><td></td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-IRIX64-n32.tar.Z">cmake-2.4.8-IRIX64-n32.tar.Z</a></td></tr>

<tr bgcolor="#f0f0f0"><td>HPUX 9000/785</td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-HP-UX-9000_785.sh">cmake-2.4.8-HP-UX-9000_785.sh</a></td></tr>
<tr bgcolor="#f0f0f0"><td></td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-HP-UX-9000_785.tar.gz">cmake-2.4.8-HP-UX-9000_785.tar.gz</a></td></tr>

<tr bgcolor="#f0f0f0"><td></td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-HP-UX-9000_785.tar.Z">cmake-2.4.8-HP-UX-9000_785.tar.Z</a></td></tr>

<tr bgcolor="#ffffff"><td>AIX powerpc</td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-AIX-powerpc.sh">cmake-2.4.8-AIX-powerpc.sh</a></td></tr>
<tr bgcolor="#ffffff"><td></td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-AIX-powerpc.tar.Z">cmake-2.4.8-AIX-powerpc.tar.Z</a></td></tr>
<tr bgcolor="#ffffff"><td></td><td><a href="http://www.cmake.org/files/v2.4/cmake-2.4.8-AIX-powerpc.tar.gz">cmake-2.4.8-AIX-powerpc.tar.gz</a></td></tr>



    </tbody></table>
    </td></tr></tbody></table>

   <p><strong>Other types of download</strong></p>
   Please see the <a href="download.html">complete download page</a> for more information.
   
  </div>
    <div class="TabbedPanelsContent">
        <p><strong>Many generous sponsors and contributors have supported this work.</strong></p>
         The supporting agencies and institutes supporting this work include:<br><br>
    <table border="0" width="100%">
    <tr>
    <td><img src="img/nlm_logo.gif" /></td>
    <td>National Library of Medicine (NLM) - Dr. Terry Yoo at NLM/NIH is 
    sponsoring the bulk of this work as part of the Insight segmentation
    and registration toolkit 
    <a href="http://www.itk.org">(ITK)</a>. 
    CMake was originally created for 
    the multi-platform support necessary for ITK.</td>
    </tr>
    
    <tr>
    <td><img src="img/itkLogo.gif" /></td>
    <td>Insight Segmentation and Registration Toolkit - ITK is the original 
    sponsoring project for CMake. ITK is being funded by NLM to develop
    cutting-edge algorithms and techniques to support the 
    <a href="http://www.nlm.nih.gov/research/visible/visible_human.html">
    Visible Human Project.</a></td>
    </tr>
    
        <tr>
    <td><img src="img/asci.gif" /></td>
    <td><a href="http://www.asci.doe.gov/scs/views.htm">ASCI VIEWS Project</a> - 
    Jim Ahrens at the Advanced Computing Laboratory at Los Alamos National 
    Lab is technical project leader. He has supported the deployment of 
    CMake for building parallel processing applications.</td>
    </tr>
    
        <tr>
    <td><img src="img/NAMICLogo.gif" /></td>
    <td><a href="http://www.na-mic.org">NA-MIC Project</a> - 
    National Alliance for Medical
    Image Computing (NAMIC) is funded by the National Institutes of Health
    through the NIH Roadmap for Medical Research, Grant U54 EB005149. Information
    on the National Centers for Biomedical Computing can be obtained from the
    <a href="http://nihroadmap.nih.gov/bioinformatics">NIH Roadmap for Bioinformatics
    and Computational Biology</a>.</td>
    </tr>
    </table> 

      </div>
      <div class="TabbedPanelsContent">
        <p><strong>CDash is distributed under BSD License</strong></p>
        <blockquote>
         Copyright (c) 2008, Kitware Inc. <br>
     All rights reserved.<br><br>
Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 <ul>
     <li>Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.</li>
     <li>Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.</li>
     <li>Neither the name of Kitware Inc. nor the
       names of its contributors may be used to endorse or promote products
       derived from this software without specific prior written permission.</li>
</ul>
<p>
 THIS SOFTWARE IS PROVIDED BY  Kitware Inc. ``AS IS'' AND ANY
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL  Kitware Inc. BE LIABLE FOR ANY
 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
        </blockquote>
      </div>
      <div class="TabbedPanelsContent">
        <p><strong>Kitware offers consulting on CMake</strong></p>
        <ul>
          <li>On-Site training and 1-day course on software process.</li>
          <li>The CMake Book to get started with CMake.</li>
          <li>Hosting of your personal Software Quality System.</li>
        </ul>
        <p><strong>call us at (518) 371-3971 for more information.</strong>
    </div>
    </div>
  </div>
  <br />
      </div>

   
<br class="clear" />
    <br />
    </div>
  </div>
  <div id="footer"><br />&copy;2008 Copyright Kitware, Inc.</div>
</div>
</div>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
//-->
</script>

</body>
</html>

--- NEW FILE: kitware.css ---
html {
  height: 100%;


}

body {
  margin: 0px;
  padding: 0px;
  background-image: url(img/BgBlue.gif);
  background-repeat: repeat;
  height: 100%;
}
div#frame{
  width:814px;
  margin-right: auto;
  margin-left: auto;
}
div#banner{
  width:814px;
  padding:0;
  height: 121px;
  margin-top: 0;
  margin-bottom: 0;
  background-image: url(img/banner.jpg);
}
div#bg {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(img/grad1.jpg);
  background-repeat: repeat-y;
  height: 100%;
  padding: 0;
}


div#nav {
  position: relative;
  right: 15px;
  display: block;
  float: right;
  height: 20px;
  top: 101px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #CCCCCC;
  width: 400px;
  z-index: 10;
}
.searchfield {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #90A3C1;
  color: #000033;
  margin-left: 10px;
  padding-left: 3px;
  text-align: left;
  width: 166px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}


div#search {
  display: block;
  height: 24px;
  width: 180px;
  position: relative;
  top: 0px;
  float: left;
  left: 634px;
  text-align: right;
}
div#Content{
  width:814px;
  margin: 0 auto;
  padding: 0;
  background-image: url(img/grad2.jpg);
  background-repeat: no-repeat;
}
div#logo {
  height: 100px;
  width: 300px;
  top: 0px;
  position: relative;
  float: left;
  left: -179px;
}

div#ContentBg {
  background-image: url(img/grad3.jpg);
  background-repeat: repeat-y;
}
div#ContentListBio{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  width: 160px;
  float: left;
  margin: 0;
  line-height: 18px;
  text-align: left;
  position: relative;
  left: 15px;
  top: 25px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #999999;
  overflow: hidden;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
div#ContentTabProd {
  text-align: left;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

div#ContentImgProd{
  width: 407px;
  float: right;
  margin: 0;
  padding: 0;
  right: 11px;
  position: relative;
  top: 10px;
  text-align: right;
}
.ContentMenu {
  text-align: left;
}

div#ContentTabBio {
  float: left;
  position: relative;
  top: 143px;
  left: 8px;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

div#ContentImgBio {
  width: 625px;
  float: right;
  right: 11px;
  position: relative;
  top: 10px;
  text-align: right;
}
div#ContentMenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 10px;
}
div#ContentFeatProd {
  height: 25px;
  width: 814px;
  margin-right: auto;
  margin-left: auto;
}




div#ContentTxtProd {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  width: 360px;
  float: left;
  margin: 0;
  line-height: 2em;
  text-align: justify;
  position: relative;
  left: 20px;
  padding: 0px;
  top: 25px;
}
div#ContentTxtProdWide {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  width: 600px;
  float: left;
  margin: 0;
  line-height: 2em;
  text-align: justify;
  position: relative;
  left: 20px;
  padding: 0px;
  top: 25px;
}
div#ContentTxtProdWide h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
}
div#ContentNews {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: normal;
  text-align: left;
}
div#ContentNews strong {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}





div#ContentTxtBio {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  width: 485px;
  float: left;
  margin: 0;
  line-height: 2em;
  text-align: justify;
  position: relative;
  left: 14px;
  top: 25px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #999999;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
}

div#footer{
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  background-image: url(img/grad3.jpg);
  background-repeat: repeat-y;
  height: 20px;
  width: 814px;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 20px;
  line-height: 12px;
}
div#footer a:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #0099CC;
  text-decoration: underline;
}

.clear {
  clear: both;
}
a:hover {
  color: #0099CC;
  text-decoration: underline;
}

a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #003366;
  text-decoration: none;
}
div#ContentFeatProdLeft {
  height: 170px;
  width: 266px;
  position: relative;
  bottom: 100px;
  float: left;
  left: 7px;
}
div#ContentFeatProdMid {
  height: 170px;
  width: 266px;
  position: relative;
  bottom: 100px;
  float: left;
  left: 8px;
}
div#ContentFeatProdRight {
  height: 170px;
  width: 266px;
  position: relative;
  bottom: 100px;
  float: right;
  right: 7px;
}

--- NEW FILE: favicon.ico ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: style.css ---
#pngheader {
  width: 368px;
  height: 63px;
  background: url(img/header_cmake.png) no-repeat left top;
}

#banner_1 {
  width: 405px;
  height: 321px;
  background: url(img/cmake_1.png) no-repeat left top;
}

#banner_2 {
  width: 405px;
  height: 321px;
  background: url(img/cmake_2.png) no-repeat left top;
}

--- NEW FILE: styleIE6.css ---
#pngheader {
 background: transparent;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/header_cmake.png', sizingMethod='scale');
}

#banner_1 {
 background: transparent;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/cmake_1.png', sizingMethod='scale');
 cursor: pointer;
}

#banner_2{
 background: transparent;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/cmake_2.png', sizingMethod='scale');
 cursor: pointer;
}



More information about the Cmake-commits mailing list