User: mkirchner
Date: 05/07/30 07:01:51

Added:
 /de/www/testdir/
  DeHome.css, newhome.html

Log:
 Entwurf fuer neue Homepage entsprechend Issue 48215
 Draft for new home page for de project according to issue 48215

File Changes:

Directory: /de/www/testdir/
===========================

File [added]: DeHome.css
Url: 
http://de.openoffice.org/source/browse/de/www/testdir/DeHome.css?rev=1.1&content-type=text/vnd.viewcvs-markup
Added lines: 355
----------------
/*
  CSS for de.openoffice.org homepage
  all derived from the main project home page DomainHome.css in the style dir
  Basicly you can find standard tags first, f ollowed by classed, and then more 
specific
*/

/*-------------------- Exceptions on standard css -----------------------*/
#leftcol {
        display: none;
        }
#bodytd {
        padding: 0px; /* no content padding for homepage */
        width: 100%;
        margin: 0px;
}
#bodycol {
  padding: 0px!important;
        margin: 0px;
        width: 100%;
}
/*-------------------- Standard Button Design ---------------------------*/
.button {
  display: block;
        width: 193px;
  margin: 0px;
  margin-bottom: .5em;
  padding: 0px;
  color: #505256;
        background: #C4DAE9 no-repeat;   
  font-size: 1.3em; 
        font-weight: bold;
        text-align: left;
        text-decoration: none;
        text-transform: lowercase;
}
.button:hover {
  color: #395073;
        background-color: #E1ECF4;
        cursor: pointer; 
}
.button span {
  display: block;
        width: 163px;
        margin: 0px;    
        padding-left: 30px;
        padding-top: 1em;       
        height: auto!important; /* IE 'hack' for min-height */
        height: 40px;
        min-height: 40px;
  background: url("http://www.openoffice.org/style/buttonsmall_bottom.gif";) 
no-repeat bottom right;
}
.button span small {
  font-weight: normal;
}
/*-------------------- Standard Content area design 
---------------------------*/
.content {
        float: left;
        width: 100%;
  margin: 0px;
        padding: 0px;
}
.contentpart {
        float: left;
  width: 100%;
        padding: 1em;
        border: none 0px;
}
.contentpart img {
  float: right;
        margin: 0px;
        clear: none;
}
.contentpart .contentsubpart {
  float: right;
  display: block;
  clear: none;
  width: 30%;
}
/*----------------Standard table design------------------------------------*/
/* might move this to global styles? */
table {
  border-collapse: collapse;
        border-bottom: #f6f8fb;
        width: 98%;
}
td {
        background: #f6f8fb 
url("http://www.openoffice.org/branding/images/lightbluefadeout.gif";) repeat-y 
top right;
  margin: 0px;
        clear: none;
        padding: 4px;   
        width: 74%;
        border-top: 3px #fff solid;
}
thead td {
  width: 100%;
        font-size: 1.2em;
        color: #06348C;
        margin-top: 0px;
        background: #DEE4EE 
url("http://www.openoffice.org/branding/images/lesslightbluefadeout.gif";) 
repeat-y top right;
        border-bottom: solid 1px #e9edf4;
        font-weight: bold; 
}
td.headcol { 
        background: #ecf1f5;
        color: #698ed1;
        text-align: right;
        width: 24%;
        padding: 4px;
        font-weight: bold;
        border-bottom: #f6f8fb;
        margin-bottom: .4em;    
}

/*-------------------- Spotlight (for product 
highligh)------------------------*/
.contentpart#spotlight {
        float: left;
        width: 100%;
        margin: 0px;
        margin-top: 1em;
        padding: 0px;
        background: 
url("http://www.openoffice.org/style/spotlight_background.gif";);
}
.contentpart#spotlight #spotlightgull {
  float: left;
  width: 100%;
  margin: 0px;
        padding: 0px;
        background: 
url("http://www.openoffice.org/style/background_OOogulls.gif";) no-repeat top 
right;
}
.contentpart#spotlight p {
  padding: 0px;
  border: 0px;
}
.contentpart#spotlight h1 {
        margin: 0px;
        margin-top: .5em;
        padding: 0px;
  font-size: 1.8em;
}
.contentpart#spotlight .buttongroup {
        margin: 0px;
        margin-top: 1em;
        margin-right: 1em;
        padding: 0px;
  float: left;
        clear: none;
}
.contentpart#spotlight .buttongroup ul {
        float: left;
  list-style: none;
        display: block;
        margin: 0px;
        margin-bottom: .5em;
        padding: 0px;
}
.contentpart#spotlight .buttongroup #buttonnativelang {
  background-image: 
url("http://www.openoffice.org/style/buttonsmallnativelang_top.gif";);
}
.contentpart#spotlight .buttongroup #buttonnew {
  background-image: 
url("http://www.openoffice.org/style/buttonsmallnew_top.gif";);
}

.contentpart#spotlight .buttongroup #buttonneu {
  color: #000000;
  background: #FFFF80 no-repeat;   
  background-image: 
url("http://www.openoffice.org/style/buttonsmallnew_top.gif";);
}
.contentpart#spotlight .buttongroup #buttonproblem {
  color: #000000;
  background: #94406B no-repeat;   
  background-image: 
url("http://www.openoffice.org/style/buttonsmallnew_top.gif";);
}
.contentpart#spotlight .buttongroup #buttonwo {
  color: #000000;
  background: #DC4020 no-repeat;   
  background-image: 
url("http://www.openoffice.org/style/buttonsmallnew_top.gif";);
}
.contentpart#spotlight .buttongroup #buttonkontakt {
  color: #000000;
  background: #6060FF no-repeat;   
  background-image: 
url("http://www.openoffice.org/style/buttonsmallnew_top.gif";);
}

.contentpart#spotlight .buttongroup #buttonneu:hover  {
  color: #000000;
  background: #FFFF00 no-repeat;   
  background-image: 
url("http://www.openoffice.org/style/buttonsmallnew_top.gif";);
}
.contentpart#spotlight .buttongroup #buttonproblem:hover  {
  color: #000000;
  background: #94006B no-repeat;   
  background-image: 
url("http://www.openoffice.org/style/buttonsmallnew_top.gif";);
}
.contentpart#spotlight .buttongroup #buttonwo:hover  {
  color: #000000;
  background: #DC0020 no-repeat;   
  background-image: 
url("http://www.openoffice.org/style/buttonsmallnew_top.gif";);
}
.contentpart#spotlight .buttongroup #buttonkontakt:hover  {
  color: #000000;
  background: #0000FF no-repeat;   
  background-image: 
url("http://www.openoffice.org/style/buttonsmallnew_top.gif";);
}


.contentpart#spotlight #buttondownload {
        float:left;
        width: 350px;
        margin-top: 0.5em;
  margin-left: 4%;
        font-size: 1.4em;
        color: #000000;
  background: url("http://www.openoffice.org/style/buttondownload_top.gif";) 
no-repeat;
  background-color: #60DF60;
}
.contentpart#spotlight #buttondownload:hover {
  background-color: #00DF00;
}
.contentpart#spotlight #buttondownload span {
  display: block;
        width: 315px;
        min-height: 85px;
        height: auto!important; /*ie hack for minheight*/
        height: 85px;
        padding-top: 15px;
        padding-left: 35px;
        vertical-align: bottom;
  background: url("http://www.openoffice.org/style/buttondownload_bottom.gif";) 
no-repeat bottom left;
        background: none; /*temporary*/
}
.contentpart#spotlight #buttondownload sub {
  font-size: .6em;
        font-weight: normal;
        margin-top: .2em;
}
.contentpart#spotlight .graphicalpresentation {
  float: right;
        clear: none;
        overflow: hidden;
        display: block;
        margin: 0px;
  padding: 0px;
        width: 30%;
        font-size: .8em;
        text-align: right;
}
.contentpart#spotlight .graphicalpresentation h2 {
  font-size: 1.2em;
}
.contentpart#spotlight .graphicalpresentation img {
        float: left;
  padding:0px;
        margin: 0px;
        margin-left: auto;
}
.contentpart#spotlight .ooocomponents {
        display: none;
        float: right;
        width: 100%;
  margin: 0px;
        margin-bottom: 1px;
        padding :0px;
        background: #F6F8FB 
url("http://www.openoffice.org/branding/images/fadelightbluetowhitevertica.gif";)
 repeat-x top right;
  border: none 0px;
        border-top: 1px solid #5684af;
}
.contentpart#spotlight .ooocomponentslist {
        float: right;
        display: block;
  list-style: none;
        margin: 0px;
        padding: 0px;
        text-align: right;
}
.contentpart#spotlight .ooocomponentslist li {
        float: right;
        clear: none;
        width: 3.8em;
        margin: 0px;
        margin-left: 2px;
        margin-right: 1px;
        padding: 0px;
}
.contentpart#spotlight .ooocomponentslist a {
        width: 3.7em;
  margin: 0px;
  padding: 1px;
        padding-top: 20px;
        display: block;
        color: #06348C;
        background: no-repeat top center;
        text-decoration: none;
        text-align: center;
  vertical-align: middle;
        float: right;
        clear: none;
}
.contentpart#spotlight .ooocomponentslist a:hover {
        background-color: #fff;
  color: #698ed1;
}
.contentpart#spotlight .ooocomponentslist .ooobase a {
  background-image: 
url("http://www.openoffice.org/branding/images/iconooobase.gif";);
}
.contentpart#spotlight .ooocomponentslist .ooocalc a {
  background-image: 
url("http://www.openoffice.org/branding/images/iconooocalc.gif";);
}
.contentpart#spotlight .ooocomponentslist .ooodraw a {
  background-image: 
url("http://www.openoffice.org/branding/images/iconooodraw.gif";);
}
.contentpart#spotlight .ooocomponentslist .ooomath a {
  background-image: 
url("http://www.openoffice.org/branding/images/iconooomath.gif";);
}
.contentpart#spotlight .ooocomponentslist .oooimpress a {
  background-image: 
url("http://www.openoffice.org/branding/images/iconooopres.gif";);
}
.contentpart#spotlight .ooocomponentslist .ooowriter a {
  background-image: 
url("http://www.openoffice.org/branding/images/iconooowrit.gif";);
}
/*-------------------- Styling the news excerpts --------------------------*/
.contentpart#news {
  float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
        padding-top: 2em;
        margin-top: -1px;
        color: #444;
        background: #fff 
url("http://www.openoffice.org/branding/images/shadow.gif";) repeat-x;
}
.contentpart#news .item {
        width: 60%;
        padding: 1%;
        padding-top: 0.5%;
        padding-bottom: 0.5%;
}
.contentpart#news .item h1 {
        margin: 0px;
        margin-top: -4x;
        padding: 4px;
        color: #06348C;
  font-size: 1.2em;

        background: #DEE4EE 
url("http://www.openoffice.org/branding/images/lesslightbluefadeout.gif";) 
repeat-y top right;
        border-bottom: solid 1px #e9edf4;
        font-weight: bold; 

  
}
.contentpart#news img {
  float: right;
}
.contentpart#news #newsprimaryarticle {
        background: #f6f8fb 
url("http://www.openoffice.org/branding/images/lightbluefadeout.gif";) repeat-y 
top right;
}

File [added]: newhome.html
Url: 
http://de.openoffice.org/source/browse/de/www/testdir/newhome.html?rev=1.1&content-type=text/vnd.viewcvs-markup
Added lines: 225
----------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
           
 
 <head>
    <title>
        de.OpenOffice.org: Home
    </title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <meta http-equiv="Content-Style-Type" content="text/css" />
    <meta name="version" content="0.1" />
    
<style type="text/css" media="screen, projection">
/*<![CDATA[*/
<!--
  @import url('DeHome.css');
-->
/*]]>*/
</style>


</head>
 
 
<body>

<div
     class="contentpart"
     id="spotlight">
     
  <div
       id="spotlightgull">
    <div
         class="buttongroup">
      <ul>
        <li> <a
               href="http://projects.openoffice.org/native-lang.html";
               class="button"
               id="buttonneu"
               title="Informationen zu OOo">
               <span>Neu hier ?</span></a> </li>
        <li> <a
               href="http://www.openoffice.org/about_us/new.html";
               class="button"
               id="buttonproblem"
               title="Support, Tutorials, Documentation - alles in Deutsch">
               <span>Probleme ?</span></a> </li>
        <li> <a
               href="http://www.openoffice.org/about_us/new.html";
               class="button"
               id="buttonwo"
               title="Alle Informationen der De-Seiten auf einen Blick">
               <span>Wo finde ich ?</span></a> </li>
        <li> <a
               href="http://www.openoffice.org/about_us/new.html";
               class="button"
               id="buttonkontakt"
               title="Der schnellste Weg zu Ihren Antworten!">
               <span>Kontakt !</span></a> </li>
      </ul>
    </div>

    
    <div
         class="graphicalpresentation"> <img
           src="http://www.openoffice.org/branding/images/gulleggs.gif";
           alt="Ein Bild von Seem&ouml;weneiern"
           title="Seagull eggs (by: Thomas Christensen)"
           longdesc="http://gallery.tc.dk/sejero/DSCF2294_seagull_eggs"; />
<div
           class="ooocomponents">
        <h2> OpenOffice.org 2.0 Beta Komponenten: </h2>
        <ul
             class="ooocomponentslist">
          <li
               class="ooobase"> <a
                       href="http://www.openoffice.org/product2/base.html"; 
                       title="Datenbank">Base</a> </li>
          <li
               class="ooocalc"> <a
                       href="http://www.openoffice.org/product2/calc.html"; 
                       title="Tabellenkalkulation">Calc</a> </li>
          <li
               class="ooodraw"> <a
                       href="http://www.openoffice.org/product2/draw.html"; 
                       title="Vektorzeichnen">Draw</a> </li>
          <li
               class="ooomath"> <a
                       href="http://www.openoffice.org/product2/math.html"; 
                       title="Formeln erstellen">Math</a> </li>
          <li
               class="oooimpress"> <a
                       href="http://www.openoffice.org/product2/impress.html";
                       title="Pr&auml;sentationen">Impress</a> </li>
          <li
               class="ooowriter"> <a
                       href="http://www.openoffice.org/product2/writer.html"; 
                       title="Textverarbeitung">Writer</a> </li>
        </ul>
      </div> 
           
    </div>

    
    <h1> Freie Office Suite </h1>
    <p> de.OpenOffice.org m&ouml;chte den Kontakt zu deutschsprachigen 
Entwicklern, Benutzern, Beratern, Fachleuten aus Industrie und Presse und 
allgemein interessierten Personen herstellen und f&ouml;rdern.</p>
    <p>OpenOffice.org ist sowohl eine <a 
href="http://www.openoffice.org/product2/reqts.html";>multi-platform</a> und <a 
href="http://www.openoffice.org/project/l10n/languages.html";>multi-linguale</a> 
<a href="http://www.openoffice.org/product2/index.html";>Office Suite</a> als 
auch ein <a 
href="http://www.opensource.org/docs/definition.php";>Open-Source</a>-Projekt. 
Kompatibel mit allen anderen gr&ouml;sseren Office Suiten, is OpenOffice.org 
frei: frei herunterladbar, frei gebrauchbar, frei verteilbar. Helfen Sie uns, 
die OpenOffice.org Gemeinschaft zu vergr&oacute;ssern: <a 
href="http://www.openoffice.org/contributing.html";>Registrieren</a> Sie sich 
jetzt.</p>
    
    <p>
   
    <div> <span class="button" id="buttondownload"><span>Download<br />
      <ul style="font-size: .6em;">
        <li>
                <a href="http://download.openoffice.org/1.1.4/index.html"; 
                title="Was der Anwender braucht">Die stabile Version 
(1.1.4)</a></li>
        <li>
                <a href="http://download.openoffice.org/680/index.html"; 
                        title="Nur f&uuml;r Tester: geben Sie uns 
R&uuml;ckmeldung, was nicht funktioniert">Die Testversion (1.9+beta)</a></li>
        <li>
                <a href="http://distribution.openoffice.org/cdrom/index.html"; 
                        title="Weitere n&uuml;tzliche 
Downloads">mehr...</a></li>
      </ul>
      </span></span>
    </div>
    </p>
    
  </div>
</div>


<div
     class="contentpart"
     id="news">
  <div
       class="contentsubpart"
       id="othermedia">
    <table
            summary="Was nur fuer die Community interessant ist">
        <thead>
        <tr>
          <td  > de.OOo Interna </td>
        </tr>
        </thead>
      <tbody>
        <tr>
        <td><a 
href="http://software.newsforge.com/software/05/07/12/1544207.shtml";>
        CoLead-Wahl bis 30.4.
                </a>
        </td>
        </tr>
        <tr>
        <td><a 
href="http://software.newsforge.com/software/05/07/12/1544207.shtml";>
        neue Mailingliste zur CDROM
                </a>
        </td>
        </tr>
        <tr>
        <td><a 
href="http://software.newsforge.com/software/05/07/12/1544207.shtml";>
                        Unsere neuste Mitarbeiterin:<br/> Karin Mustermann
                </a>
        </td>
        </tr>
      </tbody>
    </table>

    <table
            summary="Was irgendwie noch auf der Seite schnell untergebracht 
werden soll">
        <thead>
        <tr>
                <td > Aktuelle Downloads </td>
        </tr>
        </thead>
      <tbody>
        <tr>
        <td><a 
href="http://software.newsforge.com/software/05/07/12/1544207.shtml";>
        1.Jan. Leitfaden zur Migration von MSO
        
                </a>
        </td>
        </tr>
        <tr>
        <td><a 
href="http://software.newsforge.com/software/05/07/12/1544207.shtml";>
        2.Dez. Writer Dokumentation zu Ooo 2.0
                </a>
        </td>
        </tr>
      </tbody>
    </table>


  </div>
  
  <div
       class="item"
       >
    <h1>de.OOo braucht Sie!  </h1>
    <p>
    Eine Reihe von englisch- und franz&ouml;sischsprachigen Dokumentationen
        sollen ins Deutsche &uuml;bersetzt werden. Zudem m&uuml;ssen 
entsprechende
        Screenshots mit deutscher Lokalisierung erstellt werden. Wenn Sie
        interessiert sind hieran mitzuarbeiten finden sie <a 
href="http://de.openoffice.org/"; > hier </a> Beschreibung und
        Hinweise. (Kontakt: Timo Kozlowski)
    
    </p>
       <h1>OpenOffice.org im Gespr&auml;ch</h1>
       <p>
       Am 4.4. ver&ouml;ffentlichte OOo einen Patch, der eine m&ouml;gliche 
       Sicherheitl&uuml;cke schliesst.
       <p>
       </p>
        OpenOffice.org wird auf dem LinuxTag Karlsruhe (22.-25. Juni) vertreten
        sein.
       <p>
       </p>
        Unser Auftritt auf der Cebit 2005 war ein grosser Erfolg. Hier finden 
Sie
        Bilder und Eindr&uuml;cke von OOo Teilnehmern.
       </p>
  </div>
  <div class="item"></div>
</div>
<!-- Modified from main project home page -->
 
</body>
</html>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Antwort per Email an