You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by wa...@apache.org on 2011/08/14 04:45:58 UTC

svn commit: r1157456 [1/2] - in /incubator/ooo/site/trunk: content/openofficeorg/css/ content/openofficeorg/images/ content/openofficeorg/www/ templates/

Author: wave
Date: Sun Aug 14 02:45:57 2011
New Revision: 1157456

URL: http://svn.apache.org/viewvc?rev=1157456&view=rev
Log:
Formatting and css improvements for www/index.html - it now looks and acts like www.openoffice.org

Added:
    incubator/ooo/site/trunk/content/openofficeorg/css/ooohtml.css   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/images/action-bg.png   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/images/action-clipart.png   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/images/action-contract.png   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/images/action-dictionaries.png   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/images/action-download.png   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/images/action-expand.png   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/images/action-extend.png   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/images/action-help.png   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/images/action-info.png   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/images/action-link.png   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/images/action-participate.png   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/images/action-templates.png   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/images/action.png   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/images/campaign-divider.png   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/images/download-bg.png   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/www/exceptions.css   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/www/home.css   (with props)
    incubator/ooo/site/trunk/content/openofficeorg/www/styles.css   (with props)
Modified:
    incubator/ooo/site/trunk/content/openofficeorg/www/index.html
    incubator/ooo/site/trunk/templates/skeleton.html

Added: incubator/ooo/site/trunk/content/openofficeorg/css/ooohtml.css
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/css/ooohtml.css?rev=1157456&view=auto
==============================================================================
--- incubator/ooo/site/trunk/content/openofficeorg/css/ooohtml.css (added)
+++ incubator/ooo/site/trunk/content/openofficeorg/css/ooohtml.css Sun Aug 14 02:45:57 2011
@@ -0,0 +1,205 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements.  See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+body {
+  color: white;
+  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
+  font-size: 12pt;
+  margin: 0;
+}
+
+#banner {
+  padding: 0 0 0 0;
+  color: black;
+  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
+  font-size:18pt;
+  vertical-align: middle;
+}
+
+a {
+  color: #107EC0;
+}
+
+a:visited {
+ color: #107EC0;
+}
+
+a:hover {
+ color: #107EC0;
+}
+
+a img { border: none; }
+
+h1,h2,h3,h4,h5,h6 {
+  color: #193240;
+}
+
+#content {
+  margin: 0 50px 20px 50px;
+  padding: 0 8px 40px;
+  color: #333;
+  overflow: auto;
+  width: 95%
+}
+
+#content h1,h2,h3,h4,h5,h6 {
+  font-weight: normal;
+  margin: 10px 0 15px;
+  padding: 5px 0;
+}
+
+#content h1 {
+  font-size: 1.4em;
+  padding: 15px;
+  border-top: 1px solid #a3afb6;
+}
+
+#content h2 {
+  font-size: 1.2em;
+  margin-top: 2em;
+}
+
+#content h3,h4,h5,h6 {
+  border-bottom: none;
+  font-size: 1em;
+  margin-bottom: 0;
+}
+
+#content li {
+  margin-bottom: 0.5em;
+}
+
+table {
+  border-collapse:collapse;
+  margin: auto;
+}
+
+th {
+  height: 40px;
+  background: #f5f8fa;
+  border: 1px solid #a3afb6;
+  vertical-align: middle;
+  font-size: 0.9em;
+}
+
+td {
+  vertical-align: top;
+  border: 1px solid #a3afb6;
+  padding: 0.4em 0.5em 0.4em 0.5em;
+  font-size: 0.9em;
+}
+
+.w140 {
+  width: 140px;
+}
+
+.w160 {
+  width: 160px;
+}
+
+.w180 {
+  width: 180px;
+}
+
+.w200 {
+  width: 200px;
+}
+
+.w220 {
+  width: 220px;
+}
+
+.codehilite {
+  background-color: #F0F000;
+  padding: 0.01em 1em;
+  border-radius: 10px;
+}
+
+#navigation {
+  border: 1px solid #e6ebed;
+  border-left: none;
+  -moz-border-radius: 0 10px 10px 0;
+  border-radius: 0 10px 10px 0;
+  font-size: 0.9em;
+  color: #003;
+  float: left;
+  padding: 15px 15px 5px 25px;
+  width: 180px;
+  background: none repeat scroll 0 0 #f5f8fa;
+  margin: 0 0 20px 0;
+}
+
+#navigation img {
+  padding-bottom: 15px;
+  margin-left: auto;
+  margin-right: auto;
+  display: block;
+}
+
+#navigation h1 {
+  color: #000;
+  font-size: 1em;
+  padding: 0;
+  margin-top: 0.8em;
+  margin-bottom: 0;
+  border-bottom: 1px solid #a3afb6;
+}
+
+#navigation ul {
+  margin: 0 0;
+  padding: 0;
+  list-style: none;
+}
+
+#navigation li {
+  border-bottom: 1px solid #e6ebed; 
+  margin: 0.2em 0;
+  padding: 0;
+}
+
+#navigation li a {
+  margin: 0;
+  text-decoration:none;
+}
+
+#navigation li a:hover {
+ color: #107EC0;
+ background-color: #e6ebed;
+}
+
+#footer {
+  margin: 20px 150px 20px 250px;
+  border-top: 1px solid #ccc;
+  color:#666;
+  font-size: 0.8em;
+  padding: 0 8px;
+  text-align: center;
+}
+
+#asf-logo {
+  width: 180px;
+  padding-top: 20px;
+}
+
+
+
+/* definition lists */
+dd {}
+dl {}
+dt {
+  display: inline;
+  float: left;
+}
\ No newline at end of file

Propchange: incubator/ooo/site/trunk/content/openofficeorg/css/ooohtml.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/ooo/site/trunk/content/openofficeorg/images/action-bg.png
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/images/action-bg.png?rev=1157456&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ooo/site/trunk/content/openofficeorg/images/action-bg.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ooo/site/trunk/content/openofficeorg/images/action-clipart.png
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/images/action-clipart.png?rev=1157456&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ooo/site/trunk/content/openofficeorg/images/action-clipart.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ooo/site/trunk/content/openofficeorg/images/action-contract.png
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/images/action-contract.png?rev=1157456&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ooo/site/trunk/content/openofficeorg/images/action-contract.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ooo/site/trunk/content/openofficeorg/images/action-dictionaries.png
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/images/action-dictionaries.png?rev=1157456&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ooo/site/trunk/content/openofficeorg/images/action-dictionaries.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ooo/site/trunk/content/openofficeorg/images/action-download.png
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/images/action-download.png?rev=1157456&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ooo/site/trunk/content/openofficeorg/images/action-download.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ooo/site/trunk/content/openofficeorg/images/action-expand.png
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/images/action-expand.png?rev=1157456&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ooo/site/trunk/content/openofficeorg/images/action-expand.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ooo/site/trunk/content/openofficeorg/images/action-extend.png
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/images/action-extend.png?rev=1157456&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ooo/site/trunk/content/openofficeorg/images/action-extend.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ooo/site/trunk/content/openofficeorg/images/action-help.png
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/images/action-help.png?rev=1157456&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ooo/site/trunk/content/openofficeorg/images/action-help.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ooo/site/trunk/content/openofficeorg/images/action-info.png
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/images/action-info.png?rev=1157456&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ooo/site/trunk/content/openofficeorg/images/action-info.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ooo/site/trunk/content/openofficeorg/images/action-link.png
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/images/action-link.png?rev=1157456&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ooo/site/trunk/content/openofficeorg/images/action-link.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ooo/site/trunk/content/openofficeorg/images/action-participate.png
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/images/action-participate.png?rev=1157456&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ooo/site/trunk/content/openofficeorg/images/action-participate.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ooo/site/trunk/content/openofficeorg/images/action-templates.png
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/images/action-templates.png?rev=1157456&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ooo/site/trunk/content/openofficeorg/images/action-templates.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ooo/site/trunk/content/openofficeorg/images/action.png
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/images/action.png?rev=1157456&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ooo/site/trunk/content/openofficeorg/images/action.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ooo/site/trunk/content/openofficeorg/images/campaign-divider.png
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/images/campaign-divider.png?rev=1157456&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ooo/site/trunk/content/openofficeorg/images/campaign-divider.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ooo/site/trunk/content/openofficeorg/images/download-bg.png
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/images/download-bg.png?rev=1157456&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/ooo/site/trunk/content/openofficeorg/images/download-bg.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/ooo/site/trunk/content/openofficeorg/www/exceptions.css
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/www/exceptions.css?rev=1157456&view=auto
==============================================================================
--- incubator/ooo/site/trunk/content/openofficeorg/www/exceptions.css (added)
+++ incubator/ooo/site/trunk/content/openofficeorg/www/exceptions.css Sun Aug 14 02:45:57 2011
@@ -0,0 +1,91 @@
+img { border: 0px; }
+h1 { padding-left: 0.5em; }
+#hr { visibility:hidden; }
+
+#leftcol { display: none; }
+#bodytd { padding: 0px; width: 100%; margin: 0px; }
+#navcol { display: none; }
+.warning { border: solid 3px #F00; background: #FDD; padding: 1em; }
+
+.optionset { margin: 0 0 0 -2px; float: left; width: 67%; max-width: 1200px; }
+.optionset a { margin: 0; padding: .1em 0 .25em 3%; width: 97%; color: #333; }
+.optionset p { margin: 0; padding: .1em 0 .25em 3%; width: 97%; color: #333; }
+.optionset p a { margin: 0; padding: 0; color: #333; }
+#bodycol .optionset p a:hover, #bodycol .optionset .button:hover p a { color: #000; }
+.optionset .button { margin-top: 20px; }
+.optionset .button h2 { margin: 0 0 0 -1px; padding: 0; cursor: pointer; border: none; }
+.optionset .button h2 a { display: block; padding: 25px 25% 0 3%; font-weight: bold; width: 72%; text-decoration: none; cursor: pointer; }
+.optionset .button h3 { margin: 0 0 0 -1px; padding: 0; cursor: pointer; border: none; }
+.optionset .button h3 a { display: block; padding: 25px 25% 0 3%; font-weight: bold; width: 72%; text-decoration: none; cursor: pointer; }
+.optionset .button p { padding: 0; font-size: .9em; padding-bottom: 25px; cursor: pointer; }
+.optionset .button p a { display: block; padding: .1em 25% .25em 3%; text-decoration: none; cursor: pointer; width: 72%; }
+.optionset .first { margin-top: 0; }
+.optionset p.promotional { margin-top: 25px; }
+
+.green { background: url(cachedimages/button-green.png) #D1EAA0 right top no-repeat; }
+.green:hover { background: url(cachedimages/button-green.png) #C3E480 right -200px no-repeat; }
+.green h2 a { color: #718D36; }
+.green:hover h2 a, #bodycol .green h2 a:hover { color: #546828; }
+.sub-green { background: #E9FEBE; border-top: 1px solid #C3E480; border-bottom: 1px solid #C3E480; font-size: .8em; }
+.sub-green p { padding: .1em 3%; width: 94%; }
+
+.grey { background: #C0C0C0 right top no-repeat; cursor: default; }
+.grey:hover { background: #A0A0A0 right -200px no-repeat; cursor: default; }
+.grey h2 a { color: #404040; cursor: default; }
+.grey h3 { color: #404040; cursor: default; }
+.grey h3 a { color: #404040; cursor: default; }
+.grey p { color: #404040; cursor: default; }
+.grey p a { color: #404040; cursor: default; }
+.grey:hover h2 a, #bodycol .grey h2 a:hover { color: #202020; cursor: default; }
+.grey:hover h3 a, #bodycol .grey h3 a:hover { color: #202020; cursor: default; }
+.grey:hover p a, #bodycol .grey p a:hover { color: #202020; cursor: default; }
+.sub-grey { background: #E0E0E0; border-top: 1px solid #E0E0E0; border-bottom: 1px solid #E0E0E0; font-size: .8em; cursor: default; }
+.sub-grey p { padding: .1em 3%; width: 94%; cursor: default; }
+
+/* exchanged the normal picture with one that includes the extension repository graphic */
+.blue { background: url(cachedimages/button-blue-ext.png) #D8E5F6 right top no-repeat; }
+.blue:hover { background: url(cachedimages/button-blue-ext.png) #C3D9F1 right -200px no-repeat; }
+.blue h2 a { color: #2D72CE; }
+.blue:hover h2 a, #bodycol .blue h2 a:hover { color: #21549A; }
+.sub-blue { background: #E1E1FF; border-top: 1px solid #D1D1FF; border-bottom: 1px solid #D1D1FF; font-size: .8em; }
+.sub-blue p { padding: .1em 3%; width: 94%; }
+
+.yellow { background: url(cachedimages/button-yellow.png) #FFF379 right top no-repeat; }
+.yellow:hover { background: url(cachedimages/button-yellow.png) #FFF24F right -200px no-repeat; }
+.yellow h2 a { color: #E09C09; }
+.yellow:hover h2 a, #bodycol .yellow h2 a:hover { color: #C80; }
+.sub-yellow { background: #FFFEAF; border-top: 1px solid #FBD34E; border-bottom: 1px solid #FBD34E; font-size: .8em; }
+.sub-yellow p { padding: .1em 3%; width: 94%; }
+
+.orange { background: url(cachedimages/button-orange.png) #FFD9A7 right 0 no-repeat; }
+.orange:hover { background: url(cachedimages/button-orange.png) #FFBE67 right -200px no-repeat; }
+.orange h2 a { color: #D36812; }
+.orange:hover h2 a, #bodycol .orange h2 a:hover { color: #C94800; }
+.sub-orange { background: #FFE2B5; border-top: 1px solid #FFB15E; border-bottom: 1px solid #FFB15E; font-size: .8em; }
+.sub-orange p { padding: .1em 3%; width: 94%; }
+
+.additionalinformation { background: none; float: right; width: 28%; clear: none; }
+.additionalinformation h2 { border-bottom: 1px solid #CCC; margin-bottom: 5px; margin-top: 0px; }
+.additionalinformation h3 { margin-left: 5px; margin-bottom: 5px; }
+.additionalinformation li { margin-left: 5px; font-size: 12px; }
+.additionalinformation #nativelang { background-image: url(cachedimages/nativelang.gif); background-repeat: no-repeat; background-position: top left; }
+
+#downloadextendedtext p { background: none; }
+#downloadextendedtext ul { background: none; font-weight: bold; list-style: none; margin: 0px; padding: 0px; font-size: 2em; width: 100%; float: left; color: #333; padding-left: 20px; }
+#downloadextendedtext ul a { color: #333; text-decoration: none; background: none; }
+#downloadextendedtext ul a:hover { color: #666;text-decoration: none; }
+#downloadextendedtext ul li { float: left; margin: 0px; padding: 4px; margin-right: .5em; border: 1px #D7EFA4 solid; margin-bottom: .5em; width: 7em; height: 1.7em; }
+#downloadextendedtext ul li:hover { background: #D7EFA4; }
+#downloadextendedtext ul li ul { font-weight: normal; width: auto; margin: 0px; padding: 0px; font-size: .4em; color: #555; }
+#downloadextendedtext ul.nonqabuilds { font-size: 1.4em; }
+#downloadextendedtext ul.nonqabuilds li { width: auto; }
+#downloadextendedtext ul.nonqabuilds li ul { font-size: .5em; }
+
+/* .4em is a little bit too small for nonqa */
+/*Overrides some of the special settings for the parent li*/
+#downloadextendedtext ul li ul li { border: 0px none; margin: 0px; padding: 0px; width: auto; margin-right: .4em; }
+#downloadextendedtext ul li ul li:hover { background: none; }
+
+.largetable table tr.even td { background: #EEEEEE; }
+.largetable table tr.odd td  { background: none; }
+.builds   { background-position: left; background-repeat: no-repeat; padding: 2px 0 2px 18px; display: block; }

Propchange: incubator/ooo/site/trunk/content/openofficeorg/www/exceptions.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/ooo/site/trunk/content/openofficeorg/www/home.css
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/www/home.css?rev=1157456&view=auto
==============================================================================
--- incubator/ooo/site/trunk/content/openofficeorg/www/home.css (added)
+++ incubator/ooo/site/trunk/content/openofficeorg/www/home.css Sun Aug 14 02:45:57 2011
@@ -0,0 +1,50 @@
+#navcol { display: none; }
+#bodycol, #midcol { margin: 0px; width: 100%; width: auto; }
+#breadcrumbs { visibility: hidden; }
+
+#actionstatements { margin: 40px 0 50px 3.5%; width: 650px; float: left; }
+#actionstatements a { text-decoration: none; width: 590px; display: block; outline: none; margin: 0; }
+#actionstatements h2 { font-size: 1.5em; color: #666; margin: 0; border: none; }
+#actionstatements h2 a { color: #444; padding: 5px 0 5px 60px; }
+#actionstatements p { margin: 0; padding: 0; line-height: 150%; color: #999; font-size: .8em; }
+#actionstatements p a { color: #555; padding: 0 0 8px 60px; }
+
+#actionstatements ul { margin: 0; padding: 0; }
+#actionstatements li { margin: 0; padding: 0; list-style: none; background: url(/openofficeorg/images/action-bg.png) no-repeat; }
+#actionstatements li:hover { background: url(/openofficeorg/images/action-bg.png) #E8F0FD repeat-x; }
+#actionstatements li:hover div.action-text:hover h2 a { color: #06338B; }
+#actionstatements li:hover div.action-text:hover p a, #actionstatements li:hover div.action-text:hover p a:hover, #actionstatements div.action-download:hover #downloadbutton p.options a:hover { color: #0949C1; }
+#actionstatements hr { display: block; width: 100%; border: none; border-top: 1px solid white; border-bottom: 1px dotted #CCC; margin: 0 0 15px 0; padding: 0; background: #FFF; }
+
+#actionstatements div.action-link:hover { background: url(/openofficeorg/images/action-link.png) top right no-repeat; margin: 0 5px 0 0; }
+#actionstatements div.action-expand:hover { background: url(/openofficeorg/images/action-expand.png) top right no-repeat; margin: 0 5px 0 0; }
+#actionstatements div.action-contract:hover { background: url(/openofficeorg/images/action-contract.png) top right no-repeat; margin: 0 5px 0 0; }
+
+#actionstatements div.action-info { background: url(/openofficeorg/images/action-info.png) no-repeat; }
+#actionstatements div.action-info:hover { background: url(/openofficeorg/images/action-info.png) 0 -250px no-repeat; }
+#actionstatements div.action-download { background: url(/openofficeorg/images/action-download.png) no-repeat; }
+#actionstatements div.action-download:hover { background: url(/openofficeorg/images/action-download.png) 0 -250px no-repeat; }
+#actionstatements div.action-download #action-download-extra a { display: inline; margin: 0; padding: 0; text-decoration: underline; }
+#actionstatements div.action-help { background: url(/openofficeorg/images/action-help.png) no-repeat; }
+#actionstatements div.action-help:hover { background: url(/openofficeorg/images/action-help.png) 0 -250px no-repeat; }
+#actionstatements div.action-extend { background: url(/openofficeorg/images/action-extend.png) no-repeat; }
+#actionstatements div.action-extend:hover { background: url(/openofficeorg/images/action-extend.png) 0 -250px no-repeat; }
+#actionstatements div.action-participate { background: url(/openofficeorg/images/action-participate.png) no-repeat; }
+#actionstatements div.action-participate:hover { background: url(/openofficeorg/images/action-participate.png) 0 -250px no-repeat; }
+
+#actionstatements div.action-download #buttonwrap { padding: 15px 0 20px 60px; }
+#actionstatements div.action-download #downloadbutton { display: block; width: 550px; background: #C7E094 url(/openofficeorg/images/download-bg.png) right top no-repeat; }
+#actionstatements div.action-download:hover #downloadbutton { background: #CCE891 url(/openofficeorg/images/download-bg.png) right -200px no-repeat; }
+#actionstatements div.action-download:hover #downloadbutton:hover { background: #CCE891 url(/openofficeorg/images/download-bg.png) right -400px no-repeat; cursor: pointer; }
+#actionstatements div.action-download #downloadbutton h3 { margin: 0; padding: 25px 0 7px 30px; font-size: 1.6em; }
+#actionstatements div.action-download #downloadbutton h3 a { color: #718D36; text-decoration: none; }
+#actionstatements div.action-download #downloadbutton:hover h3 a { color: #546828; }
+#actionstatements div.action-download #downloadbutton p { display: block; width: 500px; margin: 0; padding: 2px 0 20px 30px; color: #333; }
+#actionstatements div.action-download p.options { cursor: default; padding: 5px 0 5px 30px; width: 520px; color: #333; background: #E9FEBE; border-top: 1px solid #C3E480; border-bottom: 1px solid #C3E480; }
+#actionstatements div.action-download p.options a { color: #546828; }
+#actionstatements div.action-download p.options:hover a:hover { color: #2E3816; }
+
+#news { width: 30%; float: right; margin: 30px 20px 0 0; }
+#news div.campaign { min-height: 50px; width: 90%; padding: 0 5% 30px 5%; margin: 10px 0 0 0; background: url(/openofficeorg/images/campaign-divider.png) no-repeat center bottom; clear: right; }
+#news div.campaign h2 { margin: 0; padding: 0; border: none; width: 100%; color: #06338B; background: none; }
+#news div.campaign p { line-height: 150%; padding: 10px 0 0 0; color: #333; text-align: left; background: none; }
\ No newline at end of file

Propchange: incubator/ooo/site/trunk/content/openofficeorg/www/home.css
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/ooo/site/trunk/content/openofficeorg/www/index.html
URL: http://svn.apache.org/viewvc/incubator/ooo/site/trunk/content/openofficeorg/www/index.html?rev=1157456&r1=1157455&r2=1157456&view=diff
==============================================================================
--- incubator/ooo/site/trunk/content/openofficeorg/www/index.html (original)
+++ incubator/ooo/site/trunk/content/openofficeorg/www/index.html Sun Aug 14 02:45:57 2011
@@ -3,39 +3,12 @@
 <head>
   <meta name="verify-v1" content="7/WnCcvax+gnJU1u0eXYQOYtS6zlmE13fsCzq+qnlUs="/>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title> - The Free and Open Productivity Suite</title>
-  <link rel="stylesheet" type="text/css" href="/openofficeorg/css/ooo.css"/>
-  <link rel="stylesheet" type="text/css" href="/openofficeorg/www/product/product.css" media="screen"/>
-    <link href="http://asset-1.openoffice.org/branding/kenai/stylesheets/layout.css?20110729.62b47ea" media="screen" rel="stylesheet" type="text/css" /> 
-    <link rel="alternate" href="http://planet.services.openoffice.org/atom.xml" title="" type="application/atom+xml" /> 
-    <link rel="shortcut icon" type="image/x-icon" href="/branding/kenai/images/favicon.ico" /> 
-    <link rel="icon" type="image/x-icon" href="/branding/kenai/images/favicon.ico" /> 
-    
-    <!--[if IE 7]>
-    <link href="http://asset-1.openoffice.org/stylesheets/ie7_packaged.css?20110729.62b47ea" media="screen" rel="stylesheet" type="text/css" />    <![endif]--> 
-    <!--[if IE 6]>
-    <link href="http://asset-2.openoffice.org/stylesheets/iex60.css?20110729.62b47ea" media="screen" rel="stylesheet" type="text/css" />    <![endif]--> 
-    <link href="http://asset-3.openoffice.org/stylesheets/print_packaged.css?20110729.62b47ea" media="print" rel="stylesheet" type="text/css" /> 
-    <script src="http://asset-1.openoffice.org/javascripts/head_packaged.js?20110729.62b47ea" type="text/javascript"></script> 
-        <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script> 
-    <script type="text/javascript"> 
-        stLight.options({
-                publisher:'bcd30425-1749-43d6-a311-18a82f89771a',
-        });
-    </script> 
-    <script type="text/javascript"> 
-//<![CDATA[
-var page={"token":"229af270ad506a3621a82cad981cef639b7e04d3"};
-//]]>
-</script> 
-    <link href="http://asset-0.openoffice.org/branding/kenai/stylesheets/style_kenai.css?20110729.62b47ea" media="screen" rel="stylesheet" type="text/css" /> 
-    <link href="http://asset-2.openoffice.org/branding/kenai/stylesheets/print.css?20110729.62b47ea" media="print" rel="stylesheet" type="text/css" /> 
-  <script type="text/javascript" src="http://download.openoffice.org/globalvars.js"></script>
-  <script type="text/javascript" src="http://download.openoffice.org/languages.js"></script>
-  <script type="text/javascript" src="http://download.openoffice.org/download.js"></script>
-  <script type="text/javascript" src="http://download.openoffice.org/download_bouncer.js"></script>
-  <script type="text/javascript" src="http://download.openoffice.org/download_mirrorbrain.js"></script>
-
+  <title>OpenOffice.org - The Free and Open Productivity Suite</title>
+  <script type="text/javascript" src="../download/globalvars.js"></script>
+  <script type="text/javascript" src="../download/languages.js"></script>
+  <script type="text/javascript" src="../download/download.js"></script>
+  <script type="text/javascript" src="../download/download_bouncer.js"></script>
+  <script type="text/javascript" src="../download/download_mirrorbrain.js"></script>
   <script type="text/javascript">
   <!--
   var SHOWDOWNLOAD = false;
@@ -65,12 +38,12 @@ var page={"token":"229af270ad506a3621a82
 
 	}
 
-	newHTML += "</div><p class=\"options\"><a href=\"http://download.openoffice.org/other.html\""
+	newHTML += "</div><p class=\"options\"><a href=\"/openofficeorg/download/other.html\""
 	+ "title=\"Get all platforms and languages, non-JRE versions, language packs to download\" onclick=\"document.location = this.href; return false;\">"
 	+ "Get all platforms and languages</a> | "
 	+ "<a href=\"http://development.openoffice.org/releases/" + VERSION + ".html\""
 	+ "title=\"What is new, what has been improved in OOo " + VERSION + "?\">Release Notes</a> | "
-	+ "<a href=\"http://download.openoffice.org/md5sums/" + VERSION + "_md5sums.txt\" title=\"MD5 checksums for OOo " + VERSION
+	+ "<a href=\"/openofficeorg/download/md5sums/" + VERSION + "_md5sums.txt\" title=\"MD5 checksums for OOo " + VERSION
 	+ "\">MD5 checksums</a> | " + "<a href=\"http://distribution.openoffice.org/cdrom/iso_download.html\" title=\"ISO images\">ISO images</a> | "
 	+ "<a href=\"http://distribution.openoffice.org/cdrom/index.html#cdrom\" title=\"Order CD-ROM\""
 	+ "onclick=\"document.location = this.href; return false;\" >order CD-ROM</a> | "
@@ -86,6 +59,15 @@ var page={"token":"229af270ad506a3621a82
   }
   //-->
   </script>
+  <style type="text/css">
+  /* <![CDATA[ */
+  /*-------------------- Exceptions on standard css -----------------------*/
+  @import "home.css";
+  @import "styles.css";
+  @import "exceptions.css";
+  /* ]]> */
+  </style>
+  <link rel="stylesheet" type="text/css" href="/openofficeorg/www/product/product.css" media="screen"/>
 </head>
 
 <body>
@@ -101,8 +83,8 @@ var page={"token":"229af270ad506a3621a82
 
   <li><div class="action-download"><div class="action-text action-expand"
   onclick="if ( SHOWDOWNLOAD ) { this.className='action-text action-contract' } else { this.className='action-text action-expand' }">
-  <h2><a href="http://download.openoffice.org" onclick="toggleDownload(); return false;">I want to download OpenOffice.org</a></h2>
-  <p><a href="http://download.openoffice.org" onclick="toggleDownload(); return false;">
+  <h2><a href="/openofficeorg/download" onclick="toggleDownload(); return false;">I want to download OpenOffice.org</a></h2>
+  <p><a href="/openofficeorg/download" onclick="toggleDownload(); return false;">
   Download OpenOffice.org for free, or find out about other ways of getting it.</a></p>
   </div>
   <div id="action-download-extra"></div></div></li>