Revision: 3497
          http://vexi.svn.sourceforge.net/vexi/?rev=3497&view=rev
Author:   clrg
Date:     2009-05-18 11:28:55 +0000 (Mon, 18 May 2009)

Log Message:
-----------
Updated web materials

Modified Paths:
--------------
    trunk/media/web/forum.html
    trunk/media/web/forum.png
    trunk/media/web/forum_current.png
    trunk/media/web/header-inner.png
    trunk/media/web/header-inner.xcf
    trunk/media/web/header-outer.png
    trunk/media/web/template.html
    trunk/media/web/vexi_tagline.png
    trunk/media/web/wiki.png
    trunk/media/web/wiki_current.png
    trunk/media/web/wiki_current.xcf

Added Paths:
-----------
    trunk/media/web/blog.png
    trunk/media/web/blog_current.png
    trunk/media/web/blog_template.xml

Added: trunk/media/web/blog.png
===================================================================
(Binary files differ)


Property changes on: trunk/media/web/blog.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/media/web/blog_current.png
===================================================================
(Binary files differ)


Property changes on: trunk/media/web/blog_current.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/media/web/blog_template.xml
===================================================================
--- trunk/media/web/blog_template.xml                           (rev 0)
+++ trunk/media/web/blog_template.xml   2009-05-18 11:28:55 UTC (rev 3497)
@@ -0,0 +1,474 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns='http://www.w3.org/1999/xhtml' 
xmlns:b='http://www.google.com/2005/gml/b' 
xmlns:data='http://www.google.com/2005/gml/data' 
xmlns:expr='http://www.google.com/2005/gml/expr'>
+  <head>
+    <b:include data='blog' name='all-head-content'/>
+    <title><data:blog.pageTitle/></title>
+    <link href='http://vexi.sourcefoge.net/web/blog_template.css' 
media='screen' rel='stylesheet' type='text/css'/>
+    <b:skin><![CDATA[
+/* Variable definitions
+   ====================
+ <Variable name="bgcolor" description="Page Background Color"
+           type="color" default="#ffffff" value="#ffffff">
+ <Variable name="textcolor" description="Text Color"
+           type="color" default="#333333" value="#333333">
+ <Variable name="linkcolor" description="Link Color"
+           type="color" default="#336699" value="#336699">
+ <Variable name="footerlinkcolor" description="Footer Link Color"
+           type="color" default="#336699" value="#336699">
+ <Variable name="sidebarlinkcolor" description="Sidebar Link Color"
+           type="color" default="#336699" value="#336699">
+ <Variable name="titlecolor" description="Title Color"
+           type="color" default="#6666ff" value="#6666ff">
+ <Variable name="bordercolor" description="Border Color"
+           type="color" default="#6666ff" value="#6666ff">
+ <Variable name="footercolor" description="Footer Color"
+           type="color" default="#6666ff" value="#6666ff">
+ <Variable name="descbgcolor" description="Description BG Color"
+           type="color" default="#6666ff" value="#6666ff">
+ <Variable name="pagetitlecolor" description="Page Title Color"
+           type="color" default="#6666ff" value="#6666ff">
+ <Variable name="pagetitlebgcolor" description="Page Title BG Color"
+           type="color" default="#6666ff" value="#6666ff">
+ <Variable name="datecolor" description="Date Color"
+           type="color" default="#6666ff" value="#6666ff">
+ <Variable name="sidebarcolor" description="Sidebar Color"
+           type="color" default="#6666ff" value="#6666ff">
+ <Variable name="descriptionColor" description="Description Color"
+           type="color" default="#6666ff" value="#6666ff">
+ 
+ <Variable name="bodyfont" description="Text Font"
+           type="font" default="normal normal 100% Verdana, Arial, 
Sans-serif;" value="normal normal 100% Verdana, Arial, Sans-serif;">
+ <Variable name="pagetitlefont" description="Page Title Font"
+           type="font" default="normal normal 210% Verdana, Arial, 
Sans-serif;" value="normal normal 210% Verdana, Arial, Sans-serif;">
+ <Variable name="headerfont" description="Header Font"
+           type="font" default="normal normal 210% Verdana, Arial, 
Sans-serif;" value="normal normal 210% Verdana, Arial, Sans-serif;">
+ <Variable name="titlefont" description="Title Font"
+           type="font" default="normal normal 210% Verdana, Arial, 
Sans-serif;" value="normal normal 210% Verdana, Arial, Sans-serif;">
+ <Variable name="dateHeaderFont" description="Date Header Font"
+           type="font" default="normal normal 100% Verdana, Arial, 
Sans-serif;" value="normal normal 100% Verdana, Arial, Sans-serif;">
+
+   <Variable name="startSide" description="Start side in blog language"
+             type="automatic" default="left" value="left">
+   <Variable name="endSide" description="End side in blog language"
+             type="automatic" default="right" value="right">
+*/
+
+body {
+  margin:0px;
+  padding:0px;
+  background:$bgcolor;
+  color:$textcolor;
+  font-size: small;
+}
+
+#outer-wrapper {
+  font:$bodyfont;
+}
+                       
+a {
+ color:$linkcolor;
+} 
+                       
+a:hover {
+ color:$titlecolor;
+} 
+
+a img { 
+  border-width: 0;
+}
+                        
+#content-wrapper {
+  padding: 0 1em 0 1em;
+}
+
+...@media all  {
+  div#main {
+    float:right;
+    width:76%;
+    padding:30px 0 10px 1em;
+    border-left:dotted 1px $bordercolor;
+    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
+    overflow: hidden;     /* fix for long non-text content breaking IE sidebar 
float */
+  }                      
+  div#sidebar {
+    margin:20px 0px 0px 0;
+    padding:0px;
+    text-align:left; 
+    float: left;
+    width: 21%;
+    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
+    overflow: hidden;     /* fix for long non-text content breaking IE sidebar 
float */
+  } 
+} 
+                        
+...@media handheld  {
+  div#main {
+   float:none;
+   width:90%; 
+ } 
+  
+  div#sidebar {
+    padding:30px 7% 10px 3%;
+  }                          
+}
+                        
+#header { 
+  padding:0px 0px 0px 0px;
+  margin:0px 0px 0px 0px;
+  border-bottom:dotted 1px $bordercolor;
+  background:$descbgcolor;
+}
+                                               
+h1 a:link  {
+ text-decoration:none;
+ color:$pagetitlecolor
+} 
+                       
+h1 a:visited  {
+  text-decoration:none;
+  color:$pagetitlecolor
+} 
+
+h1,h2,h3 {
+  margin: 0;
+}
+
+h1 { 
+  padding:25px 0px 10px 5%;
+  color:$pagetitlecolor;
+  background:$pagetitlebgcolor;
+  font:$pagetitlefont;
+  letter-spacing:-2px; 
+} 
+                       
+h3.post-title { 
+  color:$titlecolor;
+  font:$titlefont;
+  letter-spacing:-1px;
+}
+
+h3.post-title a,
+h3.post-title a:visited { 
+  color: $titlecolor;
+}
+                       
+h2.date-header  {
+  margin:10px 0px 0px 0px;
+  color:$datecolor;
+  font: $dateHeaderFont;
+}
+                       
+h4 {
+ color:#aa0033; 
+} 
+                                               
+#sidebar h2 { 
+  color:$sidebarcolor;
+  margin:0px; 
+  padding:0px;
+  font:$headerfont;
+}
+
+#sidebar .widget {
+  margin:0px 0px 33px 0px;
+  padding:0px 0px 0px 0px;
+  font-size:95%; 
+} 
+
+#sidebar ul {
+  list-style-type:none;
+  padding-left: 0;
+  margin-top: 0;
+}
+
+#sidebar li {
+  margin:0px 0px 0px 0px;
+  padding:0px 0px 0px 0px;
+  list-style-type:none;
+  font-size:95%; 
+} 
+
+.description {
+  padding:0px;
+  margin:7px 12% 7px 5%;
+  color:$descriptionColor;
+  background:transparent;
+  font:bold 100% Verdana,Sans-Serif;
+}
+
+ .post {
+  margin:0px 0px 30px 0px;
+} 
+                       
+.post strong {
+  color:$textcolor;
+  font-weight:bold; 
+} 
+
+pre,code {
+ color:$sidebarlinkcolor;
+} 
+
+strike {
+ color:$sidebarlinkcolor;
+} 
+
+.post-footer  {
+  padding:0px;
+  margin:0px;
+  color:$footercolor;
+  font-size:80%; 
+} 
+.post-footer a {
+  border:none;
+  color:$footerlinkcolor;
+  text-decoration:none; 
+} 
+
+.post-footer a:hover {
+  text-decoration:underline; 
+} 
+
+#comments {
+  padding:0px;
+  font-size:110%;
+  font-weight:bold;
+}
+
+#navbar { display:none; }
+
+.comment-author { 
+  margin-top: 10px;
+ }
+
+.comment-body {
+  font-size:100%;
+  font-weight:normal;
+  color:black; 
+} 
+
+.comment-footer {
+  padding-bottom:20px;
+  color:$footercolor;
+  font-size:80%;
+  font-weight:normal;
+  display:inline;
+  margin-right:10px 
+} 
+
+.deleted-comment  {
+  font-style:italic;
+  color:gray; 
+} 
+
+.comment-link  {
+  margin-left:.6em;
+} 
+
+.profile-textblock { 
+  clear: both;
+  margin-left: 0;
+}
+
+.profile-img { 
+  float: left;
+  margin: 0 5px 5px 0;
+  border: 2px solid $pagetitlebgcolor;
+}
+
+#sidebar a:link  {
+  color:$sidebarlinkcolor;
+  text-decoration:none; 
+}    
+
+#sidebar a:active  {
+  color:#ff0000;
+  text-decoration:none; 
+}     
+
+#sidebar a:visited  {
+  color:sidebarlinkcolor;
+  text-decoration:none; 
+} 
+
+#sidebar a:hover {
+  color:$sidebarcolor;
+  text-decoration:none; 
+} 
+
+.feed-links {
+  clear: both;
+  line-height: 2.5em;
+}
+
+#blog-pager-newer-link {
+  float: left;
+ }
+  
+#blog-pager-older-link {
+  float: right;
+}
+ 
+#blog-pager {   
+  text-align: center; 
+}
+
+.clear { 
+  clear: both;
+}
+
+.widget-content { 
+  margin-top: 0.5em;
+}
+
+/** Tweaks for layout editor preview */
+
+body#layout #outer-wrapper { 
+  margin-top: 0;
+}
+
+body#layout #main,
+body#layout #sidebar { 
+  margin-top: 10px;
+  padding-top: 0;
+}
+
+/** custom content */
+
+.blog-posts {
+  padding-left: 1em;
+}
+
+#sidebar h2 {
+  margin-bottom: 1em;
+}
+
+.widget-content {
+  padding-left: 1em;
+}
+
+.item-title {
+  margin-top: 1em;
+}
+
+.item-date {
+  display: block;
+  margin-left: 15px;
+  margin-bottom: 1em;
+}
+
+.post-body {
+  margin-left: 10px;
+}
+
+code {
+  color: #666666;
+  display: block;
+  border-left: 1px solid $bordercolor;
+  margin-left: 10px;
+  padding-left: 10px;
+}
+
+#header-wrapper { display:none; }
+
+#header-outer {
+    background:url('http://vexi.sourceforge.net/web/header-outer.png') 
repeat-x top;
+    color:"black";
+    height:96px;
+}
+
+#header-inner {
+    background:url('http://vexi.sourceforge.net/web/header-inner.png') 
no-repeat left;
+    color:black;
+    height:96px;
+}
+
+#header-upper {
+    background:url('http://vexi.sourceforge.net/web/header-upper.png') 
repeat-x top;
+    color:white;
+    height:48px;
+    margin-left:96px;
+    margin-right:32px;
+    text-align:center;
+}
+
+#header-lower {
+    background:none;
+    color:black;
+    height:48px;
+    margin-left:96px;
+    margin-right:17px;
+    text-align:right;
+    vertical-align:bottom;
+}
+#header-lower a { }
+
+.current {
+    background:url('http://vexi.sourceforge.net/web/current.png') no-repeat 
bottom center;
+}
+
+]]></b:skin>
+  </head>
+
+  <body>
+  <div id='outer-wrapper'><div id='wrap2'>
+
+    <!-- skip links for text browsers -->
+    <span id='skiplinks' style='display:none;'>
+      <a href='#main'>skip to main </a> |
+      <a href='#sidebar'>skip to sidebar</a>
+    </span>
+
+    <div id='header-wrapper'>
+      <b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
+<b:widget id='Header1' locked='true' title='Vexi (Header)' type='Header'/>
+</b:section>
+    </div>
+    
+    <div id='header-outer'>
+      <div id='header-inner'>
+        <div id='header-upper'>
+          <img height='48' 
src='http://vexi.sourceforge.net/web/vexi_tagline.png' width='500'/>
+        </div>
+        <div id='header-lower'>
+          <a href='http://vexi.sourceforge.net/blog/' target='_top'><img 
height='48' src='http://vexi.sourceforge.net//web/blog_current.png' 
width='100'/></a>
+          <a href='http://vexi.sourceforge.net/forum/' target='_top'><img 
height='48' src='http://vexi.sourceforge.net//web/forum.png' width='100'/></a>
+          <a href='http://vexi.sourceforge.net/' target='_top'><img 
height='48' src='http://vexi.sourceforge.net//web/wiki.png' width='100'/></a>
+        </div>
+      </div>
+    </div>
+ 
+    <div id='content-wrapper'>
+
+      <div id='crosscol-wrapper' style='text-align:center'>
+        <b:section class='crosscol' id='crosscol' showaddelement='no'/>
+      </div>
+
+      <div id='main-wrapper'>
+        <b:section class='main' id='main' showaddelement='no'>
+<b:widget id='AdSense2' locked='false' title='' type='AdSense'/>
+<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
+<b:widget id='HTML2' locked='false' title='' type='HTML'/>
+</b:section>
+      </div>
+
+      <div id='sidebar-wrapper'>
+        <b:section class='sidebar' id='sidebar' preferred='yes'>
+<b:widget id='HTML1' locked='false' title='' type='HTML'/>
+<b:widget id='LinkList1' locked='false' title='Related Links' type='LinkList'/>
+<b:widget id='Feed1' locked='false' title='Vexi Commits' type='Feed'/>
+<b:widget id='AdSense1' locked='false' title='' type='AdSense'/>
+<b:widget id='BlogArchive1' locked='false' title='Blog Archive' 
type='BlogArchive'/>
+<b:widget id='Label1' locked='false' title='Labels' type='Label'/>
+</b:section>
+      </div>
+
+      <!-- spacer for skins that want sidebar and main to be the same height-->
+      <div class='clear'>&#160;</div>
+
+    </div> <!-- end content-wrapper -->
+  </div></div> <!-- end outer-wrapper -->
+</body>
+</html>
+                

Modified: trunk/media/web/forum.html
===================================================================
--- trunk/media/web/forum.html  2009-05-17 23:35:26 UTC (rev 3496)
+++ trunk/media/web/forum.html  2009-05-18 11:28:55 UTC (rev 3497)
@@ -18,8 +18,9 @@
           <img src="/web/vexi_tagline.png" width="500" height="48" />
         </div>
         <div id="header-lower">
-          <a href="#"><img src="/web/wiki.png" width="120" height="48" /></a>
-          <a href="#"><img src="/web/forum_current.png" width="120" 
height="48" /></a>
+          <a href="/blog/"><img src="/web/blog.png" width="100" height="48" 
/></a>
+          <a href="/forum/"><img src="/web/forum_current.png" width="100" 
height="48" /></a>
+          <a href="/"><img src="/web/wiki.png" width="100" height="48" /></a>
         </div>
       </div>
     </div>

Modified: trunk/media/web/forum.png
===================================================================
(Binary files differ)

Modified: trunk/media/web/forum_current.png
===================================================================
(Binary files differ)

Modified: trunk/media/web/header-inner.png
===================================================================
(Binary files differ)

Modified: trunk/media/web/header-inner.xcf
===================================================================
(Binary files differ)

Modified: trunk/media/web/header-outer.png
===================================================================
(Binary files differ)

Modified: trunk/media/web/template.html
===================================================================
--- trunk/media/web/template.html       2009-05-17 23:35:26 UTC (rev 3496)
+++ trunk/media/web/template.html       2009-05-18 11:28:55 UTC (rev 3497)
@@ -18,8 +18,9 @@
           <img src="vexi_tagline.png" width="500" height="48" />
         </div>
         <div id="header-lower">
-          <a href="#"><img src="wiki.png" width="120" height="48" /></a>
-          <a href="#"><img src="forum_current.png" width="120" height="48" 
/></a>
+          <a href="#"><img src="blog.png" width="100" height="48" /></a>
+          <a href="#"><img src="forum_current.png" width="100" height="48" 
/></a>
+          <a href="#"><img src="wiki.png" width="100" height="48" /></a>
         </div>
       </div>
     </div>

Modified: trunk/media/web/vexi_tagline.png
===================================================================
(Binary files differ)

Modified: trunk/media/web/wiki.png
===================================================================
(Binary files differ)

Modified: trunk/media/web/wiki_current.png
===================================================================
(Binary files differ)

Modified: trunk/media/web/wiki_current.xcf
===================================================================
(Binary files differ)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to