Setting up a structure inspired by EGF.
diff --git a/_index.html b/_index.html
new file mode 100644
index 0000000..7e29740
--- /dev/null
+++ b/_index.html
@@ -0,0 +1,125 @@
+
+<div id="bigbuttons">
+<h3>Primary Links</h3>
+<ul>
+ <li><a id="buttonDownload"
+ href="http://wiki.eclipse.org/EGF_Installation" title="Download">
+ <strong>Download</strong> Eclipse Distribution, Update Site, Dropins </a>
+ </li>
+ <li><a id="buttonDocumentation"
+ class="bigButton" href="http://wiki.eclipse.org/EGF_Tutorial_and_Use_Cases"
+ title="Documentation"> <strong>Documentation</strong> Tutorials, Examples, Videos, Reference Documentation </a>
+ </li>
+ <li><a id="buttonSupport"
+ href="http://wiki.eclipse.org/EGF" title="Support"> <strong>Support</strong>
+ Bug Tracker, Newsgroup, Professional Support </a>
+ </li>
+ <li><a id="buttonDocumentation"
+ href="http://wiki.eclipse.org/images/6/66/EGF_Introduction.pdf"> <strong>Introduction</strong>
+ </a>
+ </li>
+</ul>
+</div>
+
+
+<div id="midcolumn">
+
+<h3>EGF: a Software Factory Tool</h3>
+<div id="introText">
+ <p>EGF (Eclipse Generation Factories) is a software factory tool with the purpose to generate software artifacts,
+ such as code or application, in order to automate software development.
+ <a title="Presentation of EGF" href="http://wiki.eclipse.org/images/6/66/EGF_Introduction.pdf">Introduction</a></p>
+</div>
+
+<table>
+ <tr>
+ <th><img src="resources/EGF_Overview.png" alt="EGF Overview" /></th>
+ <th>
+ <div class="featureDescription">
+ <ul>
+ <li>Software production with factory components</li>
+ <li>Reuse of off-the-shelf factory components</li>
+ <li>Development by assembly</li>
+ <li>Adaptation to a specific context</li>
+ </ul>
+ </div>
+ </th>
+ </tr>
+</table>
+
+<div id="EGFConceptsText">
+ <p>EGF is an engine based on four types of generation unit:
+ <ul>
+ <li><b>Task</b>: it enables to execute code written in a language (e.g., Java, Ant, JRuby) or tools (e.g., Acceleo, ATL, Jet)</li>
+ <li><b>Factory component</b>: it declares generation parameters and orchestrates calls to tasks or other factory components</li>
+ <li><b>Pattern</b>: it is a powerful formalism which enables to process resources (e.g., model, file), in a language (e.g., Java, Jet), with parameters (e.g., navigation strategy, post-processor, reporter)</li>
+ <li><b>Generation Chain</b>: it is a domain-specific model which enables to abstract generations</li>
+ </ul>
+ EGF is designed to be extensible and accept new types of generation unit.
+ On the other hand, because a task is able to execute code and tools, EGF is not strictly limited to generation.
+ </p>
+</div>
+
+<table>
+ <tr>
+ <th><a title="Activity Workflow With Java and Ruby" href="http://vimeo.com/15705526">
+ <img src="resources/EgfActivityWorkflowJavaRuby.png"/>
+ <div class="overlay"></div>
+ </a></th>
+ <th><p>Video: <strong> Activity Workflow combining Java and JRuby</strong></p>
+ <p>Example of dynamic execution</p>
+ </th>
+ </tr>
+</table>
+
+<div>
+ <h3>Software Factories Portfolios</h3>
+ <p>A software factory portfolio provides an off-the-shelf generation solution. EGF is released with two portfolios:
+ <ul>
+ <li><b>Enhanced EMF Generation</b>: 1) it enriches the EMF generation with new generation topics (e.g., html doc, ecoretools diagrams, Java doc), 2) it opens the EMF Generation customization with the EGF patterns</li>
+ <li><b>Build chain editor and generator</b>: it provides 1) an editor to model a build chain for continuous integration, and 2) a generator with targets, by default, Hudson/jenkins and Buckminster</li>
+ </ul>
+ </p>
+</div>
+
+
+<table>
+ <tr>
+ <th><a title="Generation Chain" href="http://vimeo.com/29472598">
+ <img src="resources/EgfGenerationChain.png"/>
+ <div class="overlay"></div>
+ </a></th>
+ <th><p>Video: <strong> Generation Chain</strong></p>
+ <p>Generation chain and the EMF generation</p>
+ </th>
+ </tr>
+</table>
+
+</div>
+
+
+<div id="rightcolumn">
+
+ <div>
+ <h3>
+ <a href="/projects/project_summary.php?projectid=modeling.emf.egf">About This Project</a>
+ </h3>
+
+ <div id="stats">
+ <div id="newAndNoteworthy"><!-- <h3>New And Noteworthy</h3> -->
+ <a href="http://wiki.eclipse.org/EGF_New_And_Noteworthy">New and Noteworthy</a>
+ </div>
+ <h4>Commit stats</h4>
+ <a href="http://www.eclipse.org/projects/project_summary.php?projectid=modeling.emf.egf">
+ <img src="http://dash.eclipse.org/dash/commits/web-app/active-graph.cgi?project=modeling.emf.egf"/>
+ </a>
+ </div>
+
+ </div>
+
+ <div id="headlines">
+ <h3>News</h3>
+ %%HEADLINES%%
+ </div>
+
+</div>
diff --git a/index.php b/index.php
index 44c316b..0ece1dd 100644
--- a/index.php
+++ b/index.php
@@ -7,7 +7,7 @@
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- *
+ * Olivier Constant (Thales Global Services SAS)
*******************************************************************************/
require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon());
diff --git a/midcolumn_example.php b/midcolumn_example.php
deleted file mode 100755
index a9cf77b..0000000
--- a/midcolumn_example.php
+++ /dev/null
@@ -1,91 +0,0 @@
-<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
-/*******************************************************************************
- * Copyright (c) 2009-2010 Eclipse Foundation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *
- *******************************************************************************/
-
- #
- # Begin: page-specific settings. Change these.
- $pageTitle = "Nova #midcolumn Template";
- $pageKeywords = "Nova, template, #midcolumn";
- $pageAuthor = "Nathan Gervais";
-
- # Paste your HTML content between the EOHTML markers!
- ob_start();
- ?>
- <div id="midcolumn">
- <h1><H1> tag</h1>
-
- <p>
- This is a <p> tag.
- </p>
-
- <p>
- This is a <p> tag. With a lot of text. <br/>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- </p>
-
-
- <h3><h3> tag</h3>
- <div class="homeitem">
- <ul>
- <li>This is an unordered list</li>
- <li>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>
- <li>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</li>
- <li>Curabitur vel lorem in turpis adipiscing dictum. Nunc mi est, scelerisque vitae, venenatis et, euismod et, sem. Praesent aliquet mi vel felis. Pellentesque pellentesque convallis ante. Praesent imperdiet velit vitae justo. Nullam quis purus. Aenean neque enim, consequat non, mattis eu, gravida sed, massa.</li>
- </ul>
- <ol>
- <li>This is an ordered list</li>
- <li>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>
- <li>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</li>
- <li>Curabitur vel lorem in turpis adipiscing dictum. Nunc mi est, scelerisque vitae, venenatis et, euismod et, sem. Praesent aliquet mi vel felis. Pellentesque pellentesque convallis ante. Praesent imperdiet velit vitae justo. Nullam quis purus. Aenean neque enim, consequat non, mattis eu, gravida sed, massa.</li>
- </ol>
- </div>
-
- <h2><h2> tag</h2>
- <table>
- <tr>
- <td>Tables look </td>
- <td>like this</td>
- </tr>
- <tr>
- <td>Data</td>
- <td>Data</td>
- </tr>
- <tr>
- <td>Data</td>
- <td>Data</td>
- </tr>
- </table>
-
- </div>
-
- <!-- remove the entire <div> tag to omit the right column! -->
- <div id="rightcolumn">
- <div class="sideitem">
- <h6>Related Links</h6>
- <ul>
- <li><a href="midcolumn.php">#midcolumn Template</a></li>
- <li><a href="fullcolumn.php">#fullcolumn Template</a></li>
- </ul>
- </div>
- <div class="sideitem">
- <h6><h6> tag</h6>
- <div class="modal">
- Wrapping your content using a div.modal tag here will add the gradient background
- </div>
- </div>
- </div>
-
-
- <?
- $html = ob_get_clean();
-
- # Generate the web page
- $App->generatePage('Nova', $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
-?>
\ No newline at end of file
diff --git a/pages/_index.html b/pages/_index.html
deleted file mode 100755
index 9ea9b77..0000000
--- a/pages/_index.html
+++ /dev/null
@@ -1,87 +0,0 @@
-<div id="bigbuttons">
-<h3>Primary Links</h3>
-<ul>
- <li><a id="buttonDownload" href="download.php" title="Download">Eclipse
- Distribution, Update Site, Dropins</a></li>
- <li><a id="buttonDocumentation" href="midcolumn_example.php"
- title="Documentation">Tutorials, Examples, Videos, Reference Documentation</a></li>
- <li><a id="buttonSupport" href="midcolumn_example.php" title="Download">Bug
- Tracker, Newsgroup, Professional Support</a></li>
- <li><a id="buttonInvolved" href="midcolumn_example.php" title="Getting Involved">CVS,
- Workspace Setup, Wiki, Committers</a></li>
-</ul>
-</div>
-
-<div id="midcolumn">
-<h3>MyProject - use this header describe what it does</h3>
-<div id="introText">
-
-<p class="left">MyProject is a framework for development of cool stuff and
-more cool stuff. Just describe your project here very briefly. Use the center
-section below for a screenshot, a screenshot collage or a screencast.</p>
-
-<p class="right"> This project was just provisioned. You can see the proposal
-<a href="/proposals/modeling.emf.diffmerge">here</a>
-
-</p>
-
-</div>
-
-
-
-<!--
-<h3>...and yet powerful</h3>
- -->
-<div id="feature_1">
-
-<h4>Some cool feature</h4>
-<p>MyProject has this really cool feature that you describe here in few words, just as a teaser.</p>
-</div>
-
-<div id="feature_2">
-<h4>Another Feature</h4>
-<p>When working with MyProject, great things happen, and one of them is described here.</p>
-</div>
-
-<div id="feature_3">
-<h4>Another Feature</h4>
-<p>When working with MyProject, great things happen, and one of them is described here.</p>
-</div>
-
-<div id="feature_4">
-<h4>User Experience</h4>
-<p>
-Experiment with style.css to create columns for text, just the way you want it. This section
-is a bit wider and can contain more words, even small logos or graphics to describe a neat feature in more detail.</p>
-</div>
-
-<div id="feature_more">
-<h4>and much more...</h4>
-<p>Read the MyProject <a href="/project/documentation.php">documentation</a> and join the discussion at the <a href="http://www.eclipse.org/forums/eclipse.newsgroup.name">forum</a> to understand how powerful MyProject is.</p>
-<p> Want to know more? <a href="/projects/project_summary.php?projectid=modeling.emf.diffmerge">About This Project</a>
-</div>
-
-</div>
-
-<div id="rightcolumn">
-
-<div>
-<h3>Current Status</h3>
-<p>Update this section occasionally to let your community know what's new and exciting with your project....</p>
-</div>
-
-<div id="headlines">
-<h3>New and Noteworthy</h3>
-<p>... or a link to your new and noteworthy.</p>
-</div>
-
-<div id="headlines">
-<h3>Headlines on the web</h3>
-<p>Project headlines...</p>
-</div>
-
-<div id="headlines">
-<h3>Another announcement</h3>
-<p>MyProject is pleased to announce...</p>
-</div>
-</div>
\ No newline at end of file
diff --git a/project-info/executive-summary.html b/project-info/executive-summary.html
deleted file mode 100755
index e69de29..0000000
--- a/project-info/executive-summary.html
+++ /dev/null
diff --git a/project-info/home-page-one-liner.html b/project-info/home-page-one-liner.html
deleted file mode 100755
index e9b2050..0000000
--- a/project-info/home-page-one-liner.html
+++ /dev/null
@@ -1 +0,0 @@
-Phoenix
\ No newline at end of file
diff --git a/project-info/maillist b/project-info/maillist
deleted file mode 100755
index c191d00..0000000
--- a/project-info/maillist
+++ /dev/null
@@ -1 +0,0 @@
-::epf-dev::Mailing list for the Eclipse Process Framework Project.
\ No newline at end of file
diff --git a/project-info/newsgroup b/project-info/newsgroup
deleted file mode 100755
index 4cb94f6..0000000
--- a/project-info/newsgroup
+++ /dev/null
@@ -1 +0,0 @@
-::eclipse.technology.epf::The Eclipse Process Framework (EPF) aims at producing a customizable software process enginering framework, with exemplary process content and tools, supporting a broad variety of project types and development styles. Want to know more? See the EPF home page.
\ No newline at end of file
diff --git a/project-info/overview.html b/project-info/overview.html
new file mode 100644
index 0000000..24fe1d8
--- /dev/null
+++ b/project-info/overview.html
@@ -0,0 +1,3 @@
+<p>EMF Diff/Merge is a diff/merge tool for models that emphasizes consistent merging.</p>
+
+<p>Link: <a href="http://wiki.eclipse.org/EMF_DiffMerge">EMF Diff/Merge Wiki</a></p>
diff --git a/project-info/project-info.xml b/project-info/project-info.xml
deleted file mode 100755
index c3bf39f..0000000
--- a/project-info/project-info.xml
+++ /dev/null
@@ -1,198 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<project>
- <!--
- - This example is annotated to be instructive. In order to be instructive, the
- - example is a mish-mash of information from a variety of projects. Obviously,
- - when you write the project-info.xml file for your project, the file will
- - contain information only about your one project.
- -->
- <!--
- - Unless otherwise specified, all URLs are to be specified using rooted relative
- - paths. In other words:
- - CORRECT: "/webtools/foo/bar.php"
- - INCORRECT: "foo/bar.php"
- - INCORRECT: "http://www.eclipse.org/webtools/foo/bar.php"
- -->
-
- <!--
- - Each Eclipse project as an official name, e.g.,
- - "AJDT - AspectJ Development Tools Project" and a foundation database
- - key, e.g., "technology.ajdt". These are stored in an Eclipse Foundation
- - database; You can override the name stored on the database by filling
- - the <name/> tag
- -->
- <name>Phoenix Project</name>
-
- <!--
- - Each project can also have a short name to be used in HTML lists and
- - other horizontally challenged places.
- -->
- <short-name>Phoenix</short-name>
-
- <!--
- - Each Eclipse project has one or more Bugzilla products and components.
- - Some projects also have a separate web page describing how to submit
- - a bug, how bugs are prioritized, and other useful information.
- - The <bugzilla> collects this information.
- -
- - <bugzilla url="..."> <product name="..."/> ... </bugzilla>
- - The url is optional; if absent, the url will default to the Bugzilla
- - page of the first product. Multiple <product>s are allowed.
- -->
- <bugzilla>
- <product name="Phoenix"/>
- </bugzilla>
-
- <!--
- - Committers and non-committer Contributors are the raison d'etre of
- - an Eclipse project, thus each project should list and acknowledge these
- - developers. Some of the Committers are 'special' in the sense that
- - they are the project leaders. The <team> element contains the
- - URL of the project's pages listing these important people.
- -->
- <team url="/phoenix/about.php" />
-
- <!--
- - The source code of each Eclipse project is stored in CVS. Eclipse maintains
- - a number of CVS repositories, thus the <cvs> element specifies which
- - CVS repository and (if applicable) which root path stores this project's
- - source code.
- -
- - A top-level project typically specifies only the repository:
- - <cvs repository="/cvsroot/tptp"/>
- - A sub-project includes the root path as well:
- - <cvs repository="/cvsroot/technology/">
- - <module path="org.eclipse.higgins" />
- - </cvs>
- -->
- <cvs repository="/cvsroot/technology/">
- <module path="org.eclipse.phoenix" />
- </cvs>
-
- <!--
- - The description of an Eclipse project shows up in many places: the
- - project's home page, perhaps the /projects/ page listing all the
- - top-level projects, in the Roadmap, and so on. Some of the descriptions
- - are separate HTML files (such as those described in
- - http://phoenix.eclipse.org/projects/dev_process/project-status-infrastructure.php).
- - It would be nice
- - This <description> element contains two additional descriptions.
- - 1. The optional <description url="..."> points to a web page with a larger
- - description of the entire project.
- - 2. The required <description paragraph-url="..."> points to a file
- - containing a couple of simple HTML paragraphs describing the project.
- - This file is often stored in the /project-info/ directory, thus the
- - url would be something like "/tptp/project-info/description.html".
- -->
- <description url="/phoenix/about.php"
- paragraph-url="/phoenix/project-info/project-page-paragraph.html"/>
-
- <!--
- - In addition to the description, each Eclipse project is also required to
- - provide an up-to-date status summary. "Up to date" means revised at least
- - quarterly.
- - The required <summary paragraph-url="..."> points to a file
- - containing a number of simple HTML paragraphs with an executive summary
- - of the project status.
- - This file is often stored in the /project-info/ directory, thus the
- - url would be something like "/technology/project-info/executive-summary.html".
- -->
- <summary paragraph-url="/technology/phoenix/project-info/executive-summary.html"/>
-
- <!--
- - It is important to help new users get started with an Eclipse project
- - because most Eclipse projects are solving some difficult technical
- - problem and thus are somewhat complex. The <getting-started> element
- - points to a web page on the project's site that describes how to
- - get started using and extending the project's tools and frameworks.
- -->
- <getting-started url="/phoenix/docs/" />
-
- <!--
- - It is also important to help new contributors get started with an Eclipse project.
- - Most Eclipse projects have interesting/complex development environment
- - setups or to-do lists. The <contributing> element
- - points to a web page on the project's site that describes how to
- - get started developing on, and contributing to, the project.
- -->
- <contributing url="/phoenix/docs/" />
-
- <!--
- - Each Eclipse project is required to maintain a current Project IP Log.
- - See http://www.eclipse.org/projects/dev_process/project-log.php
- - The <ip-log> contains the URL of that log. If the project has
- - other legal information as well, it can use the <legal> element
- - instead and then include the IP Log information on the Legal web page.
- -->
- <ip-log url="" />
- <legal url="" />
-
- <!--
- - Each Eclipse project has one or more mailing lists.
- - Some projects also have a separate web page describing these lists
- - while others rely on the main Eclipse mailing lists page.
- -
- - <mailing-lists url="..."> <list name="..."/> ... </mailing-lists>
- - The url is optional; if absent, the url will default to the Eclipse
- - mailing lists page. Multiple <lists>s are allowed.
- -
- - Note that currently mailing lists must be redundantly listed in
- - the separate project-info/maillist file as well.
- -->
- <mailing-lists>
- <list name="phoenix-dev"/>
- </mailing-lists>
-
- <!--
- - Each Eclipse project has one or more newsgroups.
- - Some projects also have a separate web page describing these lists
- - while others rely on the main Eclipse newsgroups page.
- -
- - <newsgroups url="..."> <newsgroup name="..."/> ... </newsgroups>
- - The url is optional; if absent, the url will default to the Eclipse
- - newsgroups page. Multiple <newsgroups>s are allowed.
- -->
- <newsgroups>
- <newsgroup name="eclipse.technology.phoenix" />
- </newsgroups>
-
- <!--
- - The dashboard attempts to measure the liveness of a project in many
- - ways including the traffic on the mailing lists and newsgroups. There
- - are other places where significant project-related traffic can occur
- - including blogs and articles. When listed here, the dashboard incorporates
- - them into the liveness measure (or rather, "will incorporate").
- -->
- <articles>
- </articles>
-
- <blogs>
- </blogs>
-
- <!--
- - Each Eclipse project needs to have a plan both for its internal purposes
- - (to guide development and resource allocation) and for the larger Eclipse
- - community and ecosystem to understand what will be delivered and when
- - it will be delivered.
- -->
- <project-plan url="" />
-
- <!--
- - Each Eclipse project creates (optional) nightly builds and milestone builds,
- - but the important builds of a project are the releases. This section of the
- - status file records the completed (past) and scheduled (future) releases of
- - the project.
- - The status, name, and date are required attributes. The download is optional
- - and only valid for completed releases; the plan is optional and valid for
- - all releases. The three valid types of releases are, in order of ascending
- - uncertainity: "completed", "scheduled", and "tentative". Dates can be
- - specified as particular day DD/MM/YYYY (e.g., 22/03/2005) or a particular
- - month MM/YYYY (e.g., 10/2005), or a quarter NQYYYY (e.g., 3Q2005). Obviously
- - completed releases should include the exact day the release was completed.
- -
- - In the following example, we have three completed, two scheduled, and one
- - tentative release.
- -->
- <releases>
- </releases>
-</project>
\ No newline at end of file
diff --git a/project-info/project-page-paragraph.html b/project-info/project-page-paragraph.html
index e2772bd..4ff3d49 100755
--- a/project-info/project-page-paragraph.html
+++ b/project-info/project-page-paragraph.html
@@ -1 +1,3 @@
-EMF Diff/merge is a diff/merge tool for models.
\ No newline at end of file
+<p>EMF Diff/merge is a diff/merge tool for models that emphasizes consistent merging.</p>
+
+<p>Link: <a href="http://wiki.eclipse.org/EMF_DiffMerge">EMF Diff/Merge Wiki</a></p>
diff --git a/style.css b/style.css
index 3272ae2..f65568a 100755
--- a/style.css
+++ b/style.css
@@ -1,167 +1,35 @@
-@CHARSET "UTF-8";
+/* Improvements to default CSS have been removed since they have been integrated by the default CSS (http://www.eclipse.org/default/style.css). */
+
#novaContent {
- background: url("images/backgroundMain.png") no-repeat white;
+ background: url("/default/images/backgroundMainEmpty.png") no-repeat white;
}
-#midcolumn {
- width: 640px;
- padding: 0 10px 10px 10px;
+#bigbuttons {
+ background: url("images/Logo_EGF.png") no-repeat;
+ background-position: 20px 10px;
}
-#rightcolumn {
- width: 260px;
+#midcolumn img {
+ margin-bottom: 15px;
}
-
-h3 {
- clear: both;
-}
-
-h7 {
- font-weight: bold;
- padding: 5px;
-}
-
-a strong {
- text-decoration: underline;
-}
-
-#introText p.left {
- width: 48%;
+div.block {
float: left;
-}
-
-#introText p.right {
- width: 48%;
- float: right;
-}
-
-#feature_1 {
- float: left;
- width: 30%;
- margin-right: 3%;
-}
-
-#feature_2 {
- float: left;
- width: 30%;
+ width: 40%;
margin-right: 3%
}
-#feature_3 {
- float: left;
- width: 30%;
-}
-
-#feature_4 {
- clear: both;
- float: left;
- width: 63%;
- margin-right: 3%;
-}
-
-#feature_more {
- float: left;
- width: 30%;
-}
-
-#bigbuttons {
- position: relative;
- padding-left: 420px;
- width : 560px;
-}
-#bigbuttons h3{
- visibility: hidden;
- height:0;
-}
-
-#bigbuttons a {
-}
-
-#bigbuttons ul li {
- vertical-align:bottom;
- display:inline-block;
- list-style-type:none;
- padding: 0;
- margin: 0;
-}
-
-#bigbuttons a:hover {
- text-decoration: underline;
- color : black;
-}
-
-#bigbuttons a {
- margin: 50px;
- display:inline-block;
- list-style-type:none;
- padding-left: 70px;
- padding-top: 10px;
- margin: 0;
- width: 180px;
- height: 77px;
- color : black;
-}
-
-#buttonDownload {
- background:transparent url("images/buttonDownload_empty.png") no-repeat 0 0;
-}
-
-#buttonDocumentation {
- background:transparent url("images/buttonDocumentation_empty.png") no-repeat 0 0;
-}
-
-#buttonSupport {
- background:transparent url("images/buttonSupport_empty.png") no-repeat 0 0;
-}
-
-#buttonInvolved {
- background:transparent url("images/buttonInvolved_empty.png") no-repeat 0 0;
-}
-
-#bigbuttons a * {
-}
-
-#bigbuttons strong{
- display:block;
- text-decoration: none;
-}
-
-#headlines {
+#headlines h4 {
+ font-size: 12px;
+ border-bottom-style: dotted;
+ border-bottom-width: 1px;
}
#headlines ul li {
- margin: 0 0;
- list-style-type: none;
- list-style-image: none;
-}
-
-
-#headlines div.title {
- display: inline;
- margin-right: 0.5em;
-}
-
-#headlines div.meta {
- display: inline;
- color: #444444;
- font-size: smaller;
-}
-
-#headlines div.item {
- display: block;
- }
-
-#screencast {
- margin-bottom: 10px;
+ border-bottom-style: solid;
+ border-bottom-width: 1px;
}
#newAndNoteworthy a {
- display: block;
- width:218px;
- height:51px;
- padding: 0;
- text-indent: -9000px;
- background:transparent url("images/bannerNewAndNoteworthy08M4.png") no-repeat 0 0;
- margin-top: 10px;
-}
\ No newline at end of file
+ background: transparent url("images/newAndNoteworthy.png") no-repeat 0 0;
+}