You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/02/19 21:09:25 UTC

svn commit: r1447892 - in /incubator/marmotta/site/trunk/content: resources/css/site.css resources/images/ resources/images/marmotta.png site.xml

Author: wikier
Date: Tue Feb 19 20:09:25 2013
New Revision: 1447892

URL: http://svn.apache.org/r1447892
Log:
simplified marmotta site

Added:
    incubator/marmotta/site/trunk/content/resources/images/
    incubator/marmotta/site/trunk/content/resources/images/marmotta.png   (with props)
Modified:
    incubator/marmotta/site/trunk/content/resources/css/site.css
    incubator/marmotta/site/trunk/content/site.xml

Modified: incubator/marmotta/site/trunk/content/resources/css/site.css
URL: http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/content/resources/css/site.css?rev=1447892&r1=1447891&r2=1447892&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/content/resources/css/site.css (original)
+++ incubator/marmotta/site/trunk/content/resources/css/site.css Tue Feb 19 20:09:25 2013
@@ -1,8 +1,66 @@
 
+
+/*
+div.navbar-inner {
+    -webkit-box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px 0px, rgba(0, 0, 0, 0.0980392) 0px -1px 0px 0px inset;
+    background-color: #2C2C2C;
+    background-image: -webkit-linear-gradient(top, #333, #222);
+    background-repeat: repeat-x;
+    border-bottom-left-radius: 0px;
+    border-bottom-right-radius: 0px;
+    border-top-left-radius: 0px;
+    border-top-right-radius: 0px;
+    box-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 3px 0px, rgba(0, 0, 0, 0.0980392) 0px -1px 0px 0px inset;
+    color: #999;
+    display: block;
+    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+    font-size: 13px;
+    height: 43px;
+    line-height: 18px;
+    margin-bottom: 0px;
+    margin-left: 0px;
+    margin-right: 0px;
+    margin-top: 0px;
+    min-height: 40px;
+    padding-left: 0px;
+    padding-right: 0px;
+    width: 100%;
+}
+
+div.navbar-inner div.container {
+    background-color: transparent;
+    color: #999;
+    display: block;
+    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+    font-size: 13px;
+    height: 43px;
+    line-height: 18px;
+    margin-bottom: 0px;
+    margin-left: 162.5px;
+    margin-right: 162px;
+    margin-top: 0px;
+    width: 85%;
+}
+*/
+
 div#banner {
 	margin-bottom: 15px;
 }
 
+div.pull-left {
+    display: none;
+}
+
+div.pull-right {
+    float: right;
+    margin-left: 1em;
+    margin-bottom: 2em;
+}
+
+div.clear {
+    clear: left;
+}
+
 div#breadcrumbs {
     width: auto;
     top: 10px;

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

Propchange: incubator/marmotta/site/trunk/content/resources/images/marmotta.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/marmotta/site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/incubator/marmotta/site/trunk/content/site.xml?rev=1447892&r1=1447891&r2=1447892&view=diff
==============================================================================
--- incubator/marmotta/site/trunk/content/site.xml (original)
+++ incubator/marmotta/site/trunk/content/site.xml Tue Feb 19 20:09:25 2013
@@ -17,18 +17,26 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
          name="Apache Marmotta">
-
-    <bannerLeft>
-        <name>Apache Marmotta (incubating)</name>
-        <src>http://svn.apache.org/repos/asf/incubator/marmotta/logo/logo/Marmotta_Logo_128.png</src>
-        <href>http://marmotta.incubator.apache.org</href>
-    </bannerLeft>
     
     <skin>
         <groupId>org.apache.maven.skins</groupId>
         <artifactId>maven-fluido-skin</artifactId>
         <version>1.3.0</version>
-    </skin>    
+    </skin>  
+
+    <custom>
+        <fluidoSkin>
+            <topBarEnabled>true</topBarEnabled>s
+            <sideBarEnabled>false</sideBarEnabled>
+            <googleSearch />
+        </fluidoSkin>
+    </custom>
+
+    <bannerRight>
+        <name>Apache Marmotta (incubating)</name>
+        <src>/images/marmotta.png</src>
+        <href>http://marmotta.incubator.apache.org</href>
+    </bannerRight>  
 
     <body>
         <menu ref="parent" inherit="bottom" />