You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2009/11/29 05:06:31 UTC

svn commit: r885192 - in /incubator/photark/site/trunk/site-publish: images/header_background.png images/notep_16.gif images/photark_logo_small.jpg images/photark_logo_small_transparent.gif images/photark_screenshot_002.jpg photark.css

Author: lresende
Date: Sun Nov 29 05:06:30 2009
New Revision: 885192

URL: http://svn.apache.org/viewvc?rev=885192&view=rev
Log:
New static resources used by the confluence based website

Added:
    incubator/photark/site/trunk/site-publish/images/header_background.png   (with props)
    incubator/photark/site/trunk/site-publish/images/notep_16.gif   (with props)
    incubator/photark/site/trunk/site-publish/images/photark_logo_small.jpg   (with props)
    incubator/photark/site/trunk/site-publish/images/photark_logo_small_transparent.gif   (with props)
    incubator/photark/site/trunk/site-publish/images/photark_screenshot_002.jpg   (with props)
    incubator/photark/site/trunk/site-publish/photark.css   (with props)

Added: incubator/photark/site/trunk/site-publish/images/header_background.png
URL: http://svn.apache.org/viewvc/incubator/photark/site/trunk/site-publish/images/header_background.png?rev=885192&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/photark/site/trunk/site-publish/images/header_background.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/photark/site/trunk/site-publish/images/notep_16.gif
URL: http://svn.apache.org/viewvc/incubator/photark/site/trunk/site-publish/images/notep_16.gif?rev=885192&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/photark/site/trunk/site-publish/images/notep_16.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: incubator/photark/site/trunk/site-publish/images/photark_logo_small.jpg
URL: http://svn.apache.org/viewvc/incubator/photark/site/trunk/site-publish/images/photark_logo_small.jpg?rev=885192&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/photark/site/trunk/site-publish/images/photark_logo_small.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: incubator/photark/site/trunk/site-publish/images/photark_logo_small_transparent.gif
URL: http://svn.apache.org/viewvc/incubator/photark/site/trunk/site-publish/images/photark_logo_small_transparent.gif?rev=885192&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/photark/site/trunk/site-publish/images/photark_logo_small_transparent.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: incubator/photark/site/trunk/site-publish/images/photark_screenshot_002.jpg
URL: http://svn.apache.org/viewvc/incubator/photark/site/trunk/site-publish/images/photark_screenshot_002.jpg?rev=885192&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/photark/site/trunk/site-publish/images/photark_screenshot_002.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: incubator/photark/site/trunk/site-publish/photark.css
URL: http://svn.apache.org/viewvc/incubator/photark/site/trunk/site-publish/photark.css?rev=885192&view=auto
==============================================================================
--- incubator/photark/site/trunk/site-publish/photark.css (added)
+++ incubator/photark/site/trunk/site-publish/photark.css Sun Nov 29 05:06:30 2009
@@ -0,0 +1,63 @@
+@charset "UTF-8";
+/* CSS Document */
+
+/* styles for links in the top bar */
+#topNavigator  { color: #000000; font-style: normal; }
+
+#topNavigator  a:link {color: #000000;}
+#topNavigator  a:visited {color: #000000;}
+#topNavigator  a:active {color: #000000;}
+#topNavigator  a:hover {color: #000000;}
+
+.topNavigator {
+    background-color: #d4dff5;
+}
+
+
+#navigation {
+	background:#ffffff url('bg_menu.png') no-repeat 0px -2px;
+	width:172px;
+	min-height:200px;
+	height:auto;
+	float:left;
+	padding-right:50px;
+	padding-top:20px;
+	padding-left : 0px;
+	overflow : hidden;
+	text-align:right;
+}
+
+#navigation h5{
+	color:#033f7d;
+	font-weight:bold;
+	display:block;
+	background:transparent url('menuknop.png') no-repeat left top;
+	overflow : hidden;
+	vertical-align:baseline;
+	white-space : nowrap;
+	width:120px;
+	height:26px;
+	padding-right:24px;
+	padding-left : 0px;
+	font-size:1.2em;
+	margin-top:1em;
+	margin-bottom:0px;
+	float:right;
+}
+
+#navigation ul{
+	text-align:right;
+	display:block;
+	float:right;
+	margin:0px;
+	padding-right:24px;
+	list-style:none;
+	line-height:1.5em;
+	font-weight:bold;
+}
+
+#navigation a{
+	text-decoration:none;
+	color:#4a4a4a;
+}
+

Propchange: incubator/photark/site/trunk/site-publish/photark.css
------------------------------------------------------------------------------
    svn:eol-style = native