You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/10/01 06:30:17 UTC

svn commit: r700675 - in /directory/sandbox/felixk/skins/studio-skin: ./ src/ src/main/ src/main/resources/ src/main/resources/META-INF/ src/main/resources/META-INF/maven/ src/main/resources/css/ src/main/resources/images/ src/site/

Author: felixk
Date: Tue Sep 30 21:30:14 2008
New Revision: 700675

URL: http://svn.apache.org/viewvc?rev=700675&view=rev
Log:
initial

Added:
    directory/sandbox/felixk/skins/studio-skin/pom.xml   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/
    directory/sandbox/felixk/skins/studio-skin/src/main/
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/META-INF/
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/META-INF/maven/
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/META-INF/maven/site.vm   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/maven-theme.css   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/site.css
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/body-bg.png   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/content-backgound.png   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/edit_out.png   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/edit_over.png   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/external.png   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/footer.png   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/header-blue.png   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/header.png   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/icon_error_sml.gif   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/icon_info_sml.gif   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/icon_success_sml.gif   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/icon_warning_sml.gif   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/news-blue.png   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/news.png   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/newwindow.png   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/post-blue.png   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/post.png   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/studio-icon_128x128.png   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/studio-icon_16x16.png   (with props)
    directory/sandbox/felixk/skins/studio-skin/src/site/
    directory/sandbox/felixk/skins/studio-skin/src/site/site.xml   (with props)
Modified:
    directory/sandbox/felixk/skins/studio-skin/   (props changed)

Propchange: directory/sandbox/felixk/skins/studio-skin/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Sep 30 21:30:14 2008
@@ -0,0 +1,3 @@
+.settings
+.project
+target

Added: directory/sandbox/felixk/skins/studio-skin/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/pom.xml?rev=700675&view=auto
==============================================================================
--- directory/sandbox/felixk/skins/studio-skin/pom.xml (added)
+++ directory/sandbox/felixk/skins/studio-skin/pom.xml Tue Sep 30 21:30:14 2008
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+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.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.directory.skins</groupId>
+  <artifactId>studio-skin</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
+  <name>Studio Skin</name>
+  <description>Studio Skin</description>
+</project>
+

Propchange: directory/sandbox/felixk/skins/studio-skin/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/META-INF/maven/site.vm
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/META-INF/maven/site.vm?rev=700675&view=auto
==============================================================================
--- directory/sandbox/felixk/skins/studio-skin/src/main/resources/META-INF/maven/site.vm (added)
+++ directory/sandbox/felixk/skins/studio-skin/src/main/resources/META-INF/maven/site.vm Tue Sep 30 21:30:14 2008
@@ -0,0 +1,367 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+#macro ( link $href $name )
+  #if ( ( $href.toLowerCase().startsWith("http") || $href.toLowerCase().startsWith("https") ) )
+    <a href="$href" class="externalLink">$name</a>
+  #else
+    <a href="$href">$name</a>
+  #end
+#end
+
+#macro ( banner $banner $id )
+  #if ( $banner )
+    #if( $banner.href )
+      <a href="$banner.href" id="$id" #if( $banner.alt ) title="$banner.alt" #end >
+    #else
+        <div id="$id">
+    #end
+
+    #if( $banner.src )
+        #set ( $src = $banner.src )
+        #if ( ! ( $src.toLowerCase().startsWith("http") || $src.toLowerCase().startsWith("https") ) )
+            #set ( $src = $PathTool.calculateLink( $src, $relativePath ) )
+            #set ( $src = $src.replaceAll( "\\", "/" ) )
+        #end
+        #if ( $banner.alt )
+            #set ( $alt = $banner.alt )
+        #else
+            #set ( $alt = $banner.name )
+        #end
+        <img src="$src" alt="$alt" />
+    #else
+        $banner.name
+    #end
+
+    #if( $banner.href )
+        </a>
+    #else
+        </div>
+    #end
+  #end
+#end
+
+#macro ( links $links )
+  #set ( $counter = 0 )
+  #foreach( $item in $links )
+    #set ( $counter = $counter + 1 )
+    #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
+    #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
+    #link( $currentItemHref $item.name )
+    #if ( $links.size() > $counter )
+      |
+    #end
+  #end
+#end
+
+#macro ( breadcrumbs $breadcrumbs )
+  #set ( $counter = 0 )
+  #foreach( $item in $breadcrumbs )
+    #set ( $counter = $counter + 1 )
+    #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
+    #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
+
+    #if ( $currentItemHref == $alignedFileName || $currentItemHref == "" )
+      $item.name
+    #else
+      #link( $currentItemHref $item.name )
+    #end
+    #if ( $breadcrumbs.size() > $counter )
+      &gt;
+    #end
+  #end
+#end
+
+#macro ( displayTree $display $item )
+  #if ( $item && $item.items && $item.items.size() > 0 )
+    #foreach( $subitem in $item.items )
+      #set ( $subitemHref = $PathTool.calculateLink( $subitem.href, $relativePath ) )
+      #set ( $subitemHref = $subitemHref.replaceAll( "\\", "/" ) )
+      #if ( $alignedFileName == $subitemHref )
+        #set ( $display = true )
+      #end
+
+      #displayTree( $display $subitem )
+    #end
+  #end
+#end
+
+#macro ( menuItem $item )
+  #set ( $collapse = "none" )
+  #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
+  #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
+
+  #if ( $item && $item.items && $item.items.size() > 0 )
+    #if ( $item.collapse == false )
+      #set ( $collapse = "expanded" )
+    #else
+      ## By default collapsed
+      #set ( $collapse = "collapsed" )
+    #end
+
+    #set ( $display = false )
+    #displayTree( $display $item )
+
+    #if ( $alignedFileName == $currentItemHref || $display )
+      #set ( $collapse = "expanded" )
+    #end
+  #end
+  <li class="$collapse">
+    #if ( $item.img )
+      #if ( ! ( $item.img.toLowerCase().startsWith("http") || $item.img.toLowerCase().startsWith("https") ) )
+        #set ( $src = $PathTool.calculateLink( $item.img, $relativePath ) )
+        #set ( $src = $src.replaceAll( "\\", "/" ) )
+        <img src="$src"/>
+      #else
+        <img src="$item.img" align="absbottom" style="border-width: 0"/>
+      #end
+    #end
+    #if ( $alignedFileName == $currentItemHref )
+      <strong>$item.name</strong>
+    #else
+      #link( $currentItemHref $item.name )
+    #end
+  #if ( $item && $item.items && $item.items.size() > 0 )
+    #if ( $collapse == "expanded" )
+      <ul>
+        #foreach( $subitem in $item.items )
+          #menuItem( $subitem )
+        #end
+      </ul>
+    #end
+  #end
+  </li>
+#end
+
+#macro ( mainMenu $menus )
+  #foreach( $menu in $menus )
+    #if ( $menu.name )
+    <h5>$menu.name</h5>
+    #end
+    #if ( $menu.items && $menu.items.size() > 0 )
+    <ul>
+      #foreach( $item in $menu.items )
+        #menuItem( $item )
+      #end
+    </ul>
+    #end
+  #end
+#end
+
+#macro ( copyright )
+  #if ( $project )
+    #set ( $currentYear = ${currentDate.year} + 1900 )
+
+    #if ( ${project.inceptionYear} && ( ${project.inceptionYear} != ${currentYear.toString()} ) )
+      ${project.inceptionYear}-${currentYear}
+    #else
+      ${currentYear}
+    #end
+
+    #if ( ${project.organization} && ${project.organization.name} )
+      ${project.organization.name}
+    #end
+  #end
+#end
+
+#macro ( publishDate $position $publishDate $version )
+  #if ( $publishDate && $publishDate.format )
+    #set ( $format = $publishDate.format )
+  #else
+    #set ( $format = "yyyy-MM-dd" )
+  #end
+
+  $dateFormat.applyPattern( $format )
+
+  #set ( $dateToday = $dateFormat.format( $currentDate ) )
+
+  #if ( $publishDate && $publishDate.position )
+    #set ( $datePosition = $publishDate.position )
+  #else
+    #set ( $datePosition = "left" )
+  #end
+
+  #if ( $version )
+    #if ( $version.position )
+      #set ( $versionPosition = $version.position )
+    #else
+      #set ( $versionPosition = "left" )
+    #end
+  #else
+    #set ( $version = "" )
+    #set ( $versionPosition = "left" )
+  #end
+
+  #set ( $breadcrumbs = $decoration.body.breadcrumbs )
+  #set ( $links = $decoration.body.links )
+
+  #if ( $datePosition.equalsIgnoreCase( "right" ) && $links && $links.size() > 0 )
+    #set ( $prefix = "&nbsp;|" )
+  #else
+    #set ( $prefix = "" )
+  #end
+
+  #if ( $datePosition.equalsIgnoreCase( $position ) )
+    #if ( ( $datePosition.equalsIgnoreCase( "right" ) ) || ( $datePosition.equalsIgnoreCase( "bottom" ) ) )
+      $prefix $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday
+      #if ( $versionPosition.equalsIgnoreCase( $position ) )
+        &nbsp;| $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
+      #end
+    #elseif ( ( $datePosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $datePosition.equalsIgnoreCase( "navigation-top" ) ) )
+      <div id="lastPublished">
+        $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday
+        #if ( $versionPosition.equalsIgnoreCase( $position ) )
+          &nbsp;| $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
+        #end
+      </div>
+    #elseif ( $datePosition.equalsIgnoreCase("left") )
+      <div class="xleft">
+        $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday
+        #if ( $versionPosition.equalsIgnoreCase( $position ) )
+          &nbsp;| $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
+        #end
+        #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
+          | #breadcrumbs( $breadcrumbs )
+        #end
+      </div>
+    #end
+  #elseif ( $versionPosition.equalsIgnoreCase( $position ) )
+    #if ( ( $versionPosition.equalsIgnoreCase( "right" ) ) || ( $versionPosition.equalsIgnoreCase( "bottom" ) ) )
+      $prefix $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
+    #elseif ( ( $versionPosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $versionPosition.equalsIgnoreCase( "navigation-top" ) ) )
+      <div id="lastPublished">
+        $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
+      </div>
+    #elseif ( $versionPosition.equalsIgnoreCase("left") )
+      <div class="xleft">
+        $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
+        #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
+          | #breadcrumbs( $breadcrumbs )
+        #end
+      </div>
+    #end
+  #elseif ( $position.equalsIgnoreCase( "left" ) )
+    #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
+      <div class="xleft">
+        #breadcrumbs( $breadcrumbs )
+      </div>
+    #end
+  #end
+#end
+
+#macro ( poweredByLogo $poweredBy )
+    #if( $poweredBy )
+        #foreach ($item in $poweredBy)
+            #if( $item.href )
+                #set ( $href = $PathTool.calculateLink( $item.href, $relativePath ) )
+                #set ( $href = $href.replaceAll( "\\", "/" ) )
+            #else
+                #set ( $href="http://maven.apache.org/" )
+            #end
+
+            #if( $item.name )
+                #set ( $name = $item.name )
+            #else
+                #set ( $name = $i18n.getString( "site-renderer", $locale, "template.builtby" )  )
+                #set ( $name = "${name} Maven"  )
+            #end
+
+            #if( $item.img )
+                #set ( $img = $item.img )
+            #else
+                #set ( $img = "images/logos/maven-feather.png" )
+            #end
+
+            <a href="$href" title="$name" class="poweredBy">
+              #set ( $img = $PathTool.calculateLink( $img, $relativePath ) )
+              #set ( $img = $img.replaceAll( "\\", "/" ) )
+              <img  class="poweredBy"  
+                    alt="$name" 
+                    src="$img" 
+                    width="90"
+                    height="30"
+              />
+            </a>
+        #end
+        #if( $poweredBy.isEmpty() )
+          <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy">
+            <img class="poweredBy" 
+                 alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" 
+                 src="$relativePath/images/logos/maven-feather.png" 
+                 width="90"
+                 height="30"
+                 border="1" />
+          </a>
+        #end
+    #else
+        <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy">
+          <img class="poweredBy" 
+               alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" 
+               src="$relativePath/images/logos/maven-feather.png" 
+               width="90"
+               height="30"
+               border="1"
+               />
+        </a>
+    #end
+#end
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>$title</title>
+    <style type="text/css" media="all">
+      @import url("$relativePath/css/maven-theme.css");
+      @import url("$relativePath/css/site.css");
+    </style>
+    <link rel="shortcut icon" href="$relativePath/images/studio-icon_16x16.png">
+    
+    #foreach( $author in $authors )
+      <meta name="author" content="$author" />
+    #end
+    <meta http-equiv="Content-Type" content="text/html; charset=${outputEncoding}" />
+    #if ( $decoration.body.head )
+      #foreach( $item in $decoration.body.head.getChildren() )
+        ## Workaround for DOXIA-150 due to a non-desired behaviour in p-u
+        ## @see org.codehaus.plexus.util.xml.Xpp3Dom#toString()
+        ## @see org.codehaus.plexus.util.xml.Xpp3Dom#toUnescapedString()
+        #set ( $documentHeader = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" )
+        #set ( $documentHeader = $documentHeader.replaceAll( "\\", "" ) )
+        #if ( $item.name == "script" )
+          $StringUtils.replace( $item.toUnescapedString(), $documentHeader, "" )
+        #else
+          $StringUtils.replace( $item.toString(), $documentHeader, "" )
+        #end
+      #end
+    #end
+  </head>
+  <body>
+    <div id="container">
+      <div id="header">
+        <div id="subProjectsNavBar">
+          <div>#links( $decoration.body.links )#publishDate( "right" $decoration.publishDate $decoration.version )</div>
+        </div><!-- subProjectsNavBar -->
+      </div><!-- header -->
+
+      <div id="content">
+        <div id="leftColumn">
+          <div id="navigation">
+            #publishDate( "navigation-top" $decoration.publishDate $decoration.version )
+            #mainMenu( $decoration.body.menus )
+            #poweredByLogo( $decoration.poweredBy )
+            #publishDate( "navigation-bottom" $decoration.publishDate $decoration.version )
+          </div><!-- navigation -->
+          <br />
+          <hr width="75%" />
+          <br />
+        </div><!-- leftColumn -->
+        
+        <div id="rightColumn">
+          <div id="editPage">
+            $bodyContent
+        </div><!-- rightColumn -->
+        <div id="endContent" />
+      </div><!-- content -->
+      
+      <div id="footer">&#169;#copyright()#publishDate( "bottom" $decoration.publishDate $decoration.version )</div><!-- content -->
+    </div><!-- container -->
+  </body>
+</html>

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/META-INF/maven/site.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/maven-theme.css?rev=700675&view=auto
==============================================================================
--- directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/maven-theme.css (added)
+++ directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/maven-theme.css Tue Sep 30 21:30:14 2008
@@ -0,0 +1,160 @@
+/*
+ * 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 {
+  padding: 0px 0px 10px 0px;
+}
+body, td, select, input, li{
+  font-family: Verdana, Helvetica, Arial, sans-serif;
+  font-size: 13px;
+}
+code{
+  font-family: Courier, monospace;
+  font-size: 13px;
+}
+a {
+  text-decoration: none;
+}
+a:link {
+  color:#36a;
+}
+a:visited  {
+  color:#47a;
+}
+a:active, a:hover {
+  color:#69c;
+}
+#legend li.externalLink {
+  background: url(../images/external.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: url(../images/external.png) right center no-repeat;
+  padding-right: 18px;
+}
+#legend li.newWindow {
+  background: url(../images/newwindow.png) left top no-repeat;
+  padding-left: 18px;
+}
+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
+  background: url(../images/newwindow.png) right center no-repeat;
+  padding-right: 18px;
+}
+h2 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #999;
+  color: #900;
+  background-color: #ddd;
+  font-weight:900;
+  font-size: x-large;
+}
+h3 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  color: #900;
+  background-color: #eee;
+  font-weight: normal;
+  font-size: large;
+}
+h4 {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #bbb;
+  color: #900;
+  background-color: #fff;
+  font-weight: normal;
+  font-size: large;
+}
+h5 {
+  padding: 4px 4px 4px 6px;
+  color: #900;
+  font-size: medium;
+}
+p {
+  line-height: 1.3em;
+  font-size: small;
+}
+#breadcrumbs {
+  border-top: 1px solid #aaa;
+  border-bottom: 1px solid #aaa;
+  background-color: #ccc;
+}
+#leftColumn {
+  margin: 10px 0 0 5px;
+  border: 1px solid #999;
+  background-color: #eee;
+}
+#navcolumn h5 {
+  font-size: smaller;
+  border-bottom: 1px solid #aaaaaa;
+  padding-top: 2px;
+  color: #000;
+}
+
+table.bodyTable th {
+  color: white;
+  background-color: #bbb;
+  text-align: left;
+  font-weight: bold;
+}
+
+table.bodyTable th, table.bodyTable td {
+  font-size: 1em;
+}
+
+table.bodyTable tr.a {
+  background-color: #ddd;
+}
+
+table.bodyTable tr.b {
+  background-color: #eee;
+}
+
+.source {
+  border: 1px solid #999;
+}
+dl {
+  padding: 4px 4px 4px 6px;
+  border: 1px solid #aaa;
+  background-color: #ffc;
+}
+dt {
+  color: #900;
+}
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 8px;
+}
+#banner {
+  border-bottom: 1px solid #fff;
+}
+.errormark, .warningmark, .donemark, .infomark {
+  background: url(../images/icon_error_sml.gif) no-repeat;
+}
+
+.warningmark {
+  background-image: url(../images/icon_warning_sml.gif);
+}
+
+.donemark {
+  background-image: url(../images/icon_success_sml.gif);
+}
+
+.infomark {
+  background-image: url(../images/icon_info_sml.gif);
+}
+

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/maven-theme.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/site.css
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/site.css?rev=700675&view=auto
==============================================================================
--- directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/site.css (added)
+++ directory/sandbox/felixk/skins/studio-skin/src/main/resources/css/site.css Tue Sep 30 21:30:14 2008
@@ -0,0 +1,345 @@
+body {
+	background-color: white;
+	background-image: url('../images/body-bg.png');
+	background-repeat: repeat-x;
+	background-position: bottom;
+	background-attachment: fixed;
+	color: #777777;
+	font-family: 'Lucida Sans', 'Helvetica', 'Sans-serif', 'sans';
+	font-size: 9pt;
+	line-height: 1.8em;
+	height: 99%;
+	padding: 0px;
+	margin: 0px;
+}
+
+#container {
+	width: 1000px;
+	margin-left: auto;
+	margin-right: auto;
+	left: auto;
+	right: auto;
+	height: 100%;
+}
+
+#header {
+	width: 1000px;
+	height: 157px;
+	background-image: url('../images/header-blue.png');
+	background-repeat: no-repeat;
+}
+
+#subProjectsNavBar {
+	color: white;
+	text-align: right;
+	margin: 0px;
+	color: #ffffff;
+	padding: 134px 14px 2px;
+	font-size: 12px;
+}
+
+#subProjectsNavBar a, #subProjectsNavBar a:link, #subProjectsNavBar a:visited {
+	color: #ffffff;
+	text-decoration:none;
+}
+
+#subProjectsNavBar a:hover {
+	color: #ffffff;
+	border-bottom: solid #ffffff 1px;
+}
+
+#subProjectsNavBar a strong {
+	font-size: 14px;
+	font-weight: bold;
+	color: #ffffff;
+	border-bottom: solid #ffffff 1px;
+}
+
+#content {
+	background: url(images/content-backgound.png) repeat-y;
+}
+
+#endContent {
+	clear: both;
+}
+
+#leftColumn {
+	float: left;
+	width: 206px;
+}
+
+#rightColumn {
+	float: right;
+	width: 760px;
+	padding-right: 25px;
+	text-align: left;
+	padding-top: 8px;
+}
+
+#editPage {
+	float: right;
+	padding-top: 5px;
+}
+
+h1,h2,h3,h4,h5,h6,h7,h8 {
+	color: #2c7a95;
+}
+
+h2 {
+	font-size: 1.25em;
+}
+
+h3 {
+	font-size: 1em;
+}
+
+h5 {
+	font-size: 1em;
+}
+
+a {
+	color: #777777;
+	text-decoration: underline;
+}
+
+a:hover {
+	color: #000000;
+}
+
+a.none {
+	background: transparent;
+	padding-right: 0px;
+}
+
+#navigation {
+	padding-left: 20px;
+	font-weight: 600;
+}
+
+#navigation ul {
+	margin: 0px;
+	padding: 0px;
+}
+
+#navigation li {
+	list-style-type: none;
+	margin-left: 15px;
+	padding-left: 0px;
+	font-size: 10px;
+}
+
+#navigation li ul {
+	margin-left: 1.5em;
+}
+
+#navigation a {
+	text-decoration: none;
+	color: #777777;
+}
+
+#navigation a:hover {
+	color: #000000;
+	font-weight: bolder;
+}
+
+#navigation div {
+	line-height: 1.5em;
+	margin-bottom: 2em;
+}
+
+#navigation h5 {
+	font-size: 1em;
+	margin-bottom: 0px;
+	padding-bottom: 0px;
+}
+
+#navigation strong {
+	color: #000000;
+}
+
+.blogSurtitle {
+	padding-bottom: 10px;
+}
+
+.blogSurtitle img {
+	display: none;
+}
+
+.endsection, .pagesubheading {
+	display: none;
+}
+
+.blogpost .wiki-content {
+	padding-left: 25px;
+}
+
+.blogDate {
+	color: #2c7a95;
+	text-decoration: none;
+	font-weight: bolder;
+	background: url(images/news-blue.png) no-repeat;
+	padding: 1px;
+	padding-left: 20px;
+
+}
+
+.blogHeading a {
+	color: #2c7a95;
+	text-decoration: none;
+	font-weight: bolder;
+	padding-left: 20px;
+	margin: 10px;
+	background: url(images/post-blue.png) no-repeat;
+}
+
+#footer {
+	font-size: 11px;
+	width: 1000px;
+	height: 32px;
+	text-align: center;
+	background-image: url('../images/footer.png');
+	background-repeat: no-repeat;
+}
+
+.nobr sup img {
+	display:none;
+}
+
+
+.preformattedContent pre {
+	padding: 5px 10px;
+	border: 1px dashed #2c7a95;
+	background-color: #f0f0f0;
+}
+
+blockquote {
+	margin: 10px;
+	padding: 0px 10px;
+	border-left: 1px solid #2c7a95;
+}
+
+table.confluenceTable
+{
+    margin: 5px;
+    border-collapse: collapse;
+}
+
+/* Added as a temporary fix for CONF-4223. The table elements appear to be inheriting the border: none attribute from the sectionMacro class */
+table.confluenceTable td.confluenceTd
+{
+    border-width: 1px;
+    border-style: solid;
+    border-color: #ccc;
+    padding: 3px 4px 3px 4px;
+}
+
+/* Added as a temporary fix for CONF-4223. The table elements appear to be inheriting the border: none attribute from the sectionMacro class */
+table.confluenceTable th.confluenceTh
+{
+    border-width: 1px;
+    border-style: solid;
+    border-color: #ccc;
+    padding: 3px 4px 3px 4px;
+    background-color: #f0f0f0;
+    text-align: center;
+}
+
+td.confluenceTd
+{
+    border-width: 1px;
+    border-style: solid;
+    border-color: #ccc;
+    padding: 3px 4px 3px 4px;
+}
+
+th.confluenceTh
+{
+    border-width: 1px;
+    border-style: solid;
+    border-color: #ccc;
+    padding: 3px 4px 3px 4px;
+    background-color: #f0f0f0;
+    text-align: center;
+}
+
+.noteMacro {
+	border: 1px solid #f0c000;
+	background-color: #ffffce;
+    margin-top: 5px; 
+    margin-bottom: 5px
+}
+
+.warningMacro { 
+    border: 1px solid #c00;
+    background-color: #fcc; 
+    text-align:left; 
+    margin-top: 5px; 
+    margin-bottom: 5px
+}
+
+.infoMacro {
+    border: 1px solid #3c78b5; 
+    background-color: #D8E4F1; 
+    text-align:left; 
+    margin-top: 5px; 
+    margin-bottom: 5px
+}
+
+.tipMacro { 
+    border: 1px solid #090;
+    background-color: #dfd; 
+    text-align:left; 
+    margin-top: 5px; 
+    margin-bottom: 5px
+}
+
+.code {
+ 	border: 1px dashed #3c78b5;
+    font-size: 11px;
+	font-family: Courier;
+    margin: 10px;
+	line-height: 13px;
+}
+
+.codeHeader {
+    background-color: #f0f0f0;
+ 	border-bottom: 1px dashed #3c78b5;
+    padding: 3px;
+	text-align: center;
+}
+
+.codeContent {
+    text-align: left;
+    background-color: #f0f0f0;
+    padding: 3px;
+}
+
+.code-keyword {
+  color: #000091;
+  background-color: inherit;
+}
+
+.code-object {
+  color: #910091;
+  background-color: inherit;
+}
+
+.code-quote {
+  color: #009100;
+  background-color: inherit;
+}
+
+.code-comment {
+  color: #808080;
+  background-color: inherit;
+}
+
+.code-xml .code-keyword {
+  color: inherit;
+  font-weight: bold;
+}
+
+.code-tag {
+  color: #000091;
+  background-color: inherit;
+}
\ No newline at end of file

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/body-bg.png
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/body-bg.png?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/body-bg.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/content-backgound.png
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/content-backgound.png?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/content-backgound.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/edit_out.png
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/edit_out.png?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/edit_out.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/edit_over.png
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/edit_over.png?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/edit_over.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/external.png
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/external.png?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/footer.png
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/footer.png?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/footer.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/header-blue.png
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/header-blue.png?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/header-blue.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/header.png
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/header.png?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/header.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/icon_error_sml.gif
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/icon_error_sml.gif?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/icon_info_sml.gif
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/icon_info_sml.gif?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/icon_success_sml.gif
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/icon_success_sml.gif?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/icon_warning_sml.gif
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/icon_warning_sml.gif?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/news-blue.png
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/news-blue.png?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/news-blue.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/news.png
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/news.png?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/news.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/newwindow.png
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/newwindow.png?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/post-blue.png
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/post-blue.png?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/post-blue.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/post.png
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/post.png?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/post.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/studio-icon_128x128.png
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/studio-icon_128x128.png?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/studio-icon_128x128.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/studio-icon_16x16.png
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/studio-icon_16x16.png?rev=700675&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/sandbox/felixk/skins/studio-skin/src/main/resources/images/studio-icon_16x16.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: directory/sandbox/felixk/skins/studio-skin/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/skins/studio-skin/src/site/site.xml?rev=700675&view=auto
==============================================================================
--- directory/sandbox/felixk/skins/studio-skin/src/site/site.xml (added)
+++ directory/sandbox/felixk/skins/studio-skin/src/site/site.xml Tue Sep 30 21:30:14 2008
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+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.
+-->
+
+<project>
+  <bannerLeft>
+    <name>${project.name}</name>
+    <src>http://maven.apache.org/images/apache-maven-project.png</src>
+    <href>http://maven.apache.org/</href>
+  </bannerLeft>
+  <skin>
+    <groupId>org.apache.directory.skins</groupId>
+    <artifactId>studio-skin</artifactId>
+    <version>1.0.0</version>
+  </skin>
+</project>

Propchange: directory/sandbox/felixk/skins/studio-skin/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native