OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-meta Date: 17-Feb-2006 09:59:46
Branch: HEAD Handle: 2006021708594500
Modified files:
openpkg-meta canvas-nav-bar.php canvas-nav-path.php
canvas-nav-tab.php canvas-nav.php canvas-style.php
Log:
flush pending changes
Summary:
Revision Changes Path
1.6 +1 -1 openpkg-meta/canvas-nav-bar.php
1.3 +1 -1 openpkg-meta/canvas-nav-path.php
1.4 +4 -2 openpkg-meta/canvas-nav-tab.php
1.7 +20 -0 openpkg-meta/canvas-nav.php
1.3 +13 -12 openpkg-meta/canvas-style.php
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-meta/canvas-nav-bar.php
============================================================================
$ cvs diff -u -r1.5 -r1.6 canvas-nav-bar.php
--- openpkg-meta/canvas-nav-bar.php 27 Nov 2005 13:30:58 -0000 1.5
+++ openpkg-meta/canvas-nav-bar.php 17 Feb 2006 08:59:45 -0000 1.6
@@ -33,7 +33,7 @@
width: 180px;
margin-bottom: 20px;
font-family: sans-serif,helvetica,lucida,verdana,arial;
- font-size: 10pt;
+ font-size: 9pt;
}
DIV.navbar UL {
padding: 0px;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-meta/canvas-nav-path.php
============================================================================
$ cvs diff -u -r1.2 -r1.3 canvas-nav-path.php
--- openpkg-meta/canvas-nav-path.php 27 Nov 2005 13:30:58 -0000 1.2
+++ openpkg-meta/canvas-nav-path.php 17 Feb 2006 08:59:45 -0000 1.3
@@ -31,7 +31,7 @@
SPAN.navpath {
font-family: sans-serif,helvetica,lucida,verdana,arial;
- font-size: 10pt;
+ font-size: 9pt;
white-space: nowrap;
color: #bbbbbb;
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-meta/canvas-nav-tab.php
============================================================================
$ cvs diff -u -r1.3 -r1.4 canvas-nav-tab.php
--- openpkg-meta/canvas-nav-tab.php 27 Nov 2005 13:30:59 -0000 1.3
+++ openpkg-meta/canvas-nav-tab.php 17 Feb 2006 08:59:45 -0000 1.4
@@ -94,13 +94,15 @@
<script language="php">
$class = array();
- $class["project"] = "inactive";
- $class["foundation"] = "inactive";
+ $class["project"] = "inactive";
+ $class["corporation"] = "inactive";
+ $class["foundation"] = "inactive";
$class[$this["site"]] = "active";
</script>
<table class="navtab">
<tr>
<td class="<?php echo $class["project"] ?>"><a
href="http://www.openpkg.org/">OpenPKG Project</a></td>
+ <td class="<?php echo $class["corporation"] ?>"><a
href="http://www.openpkg.com/">OpenPKG Corporation</a></td>
<td class="<?php echo $class["foundation"] ?>"><a
href="http://www.openpkg.net/">OpenPKG Foundation</a></td>
</tr>
</table>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-meta/canvas-nav.php
============================================================================
$ cvs diff -u -r1.6 -r1.7 canvas-nav.php
--- openpkg-meta/canvas-nav.php 4 Dec 2005 09:33:12 -0000 1.6
+++ openpkg-meta/canvas-nav.php 17 Feb 2006 08:59:45 -0000 1.7
@@ -40,6 +40,26 @@
</li>
</ul>
</li>
+ <li id="corporation"><a href="http://www.openpkg.com/">OpenPKG
Corporation</a>
+ <ul>
+ <li id="corporation"><a href="">Corporation</a>
+ <ul>
+ <li id="about"><a href="corporation/about.php">About</a></li>
+ <li id="summary"><a href="corporation/summary.php">Summary</a></li>
+ <li id="imprint"><a href="corporation/imprint.php">Imprint</a></li>
+ </ul>
+ </li>
+ <li id="services"><a href="services/">Services</a>
+ </li>
+ <li id="people"><a href="people/">People</a>
+ <ul>
+ <li id="mvr"><a href="mvr/">Marcel von Ranson</a></li>
+ <li id="thl"><a href="thl/">Thomas Lotterer</a></li>
+ <li id="rse"><a href="rse/">Ralf S. Engelschall</a></li>
+ </ul>
+ </li>
+ </ul>
+ </li>
<li id="foundation"><a href="http://www.openpkg.net/">OpenPKG
Foundation</a>
<ul>
<li id="foundation"><a href="">Foundation</a>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-meta/canvas-style.php
============================================================================
$ cvs diff -u -r1.2 -r1.3 canvas-style.php
--- openpkg-meta/canvas-style.php 26 Nov 2005 17:57:04 -0000 1.2
+++ openpkg-meta/canvas-style.php 17 Feb 2006 08:59:45 -0000 1.3
@@ -37,7 +37,6 @@
TEXTAREA,
BLOCKQUOTE,A,I,B,EM {
font-family: helvetica,lucida,arial,sans-serif;
- font-size: 10pt;
}
/* use teletype font for code */
@@ -54,14 +53,14 @@
/* lists */
UL {
list-style-type: square;
- list-style-image: url('style/box.png');
+ list-style-image: url('canvas-style.d/box.png');
padding-left: 40px;
}
UL LI {
margin-top: 4px;
}
UL.compact LI {
- margin-top: 0px;
+ margin-top: 1px;
}
/* pull-quotes */
@@ -69,7 +68,7 @@
text-indent: 0px;
float: left;
width: 12em;
- margin: 1em 1em 1em 0;
+ margin: 1em 1em 1em 0em;
text-align: left;
font-size: 80%;
font-weight: bold;
@@ -79,17 +78,19 @@
text-indent: 0px;
float: right;
width: 12em;
- margin: 1em 0 1em 1em;
+ margin: 1em 0em 1em 1em;
text-align: left;
font-size: 80%;
font-weight: bold;
color: #000000;
}
+/* indented paragraph */
P.indent {
text-indent: 2em;
}
+/* headlines */
H1, H2, H3 {
font-family: tahoma,arial,helvetica,lucida,sans-serif;
font-weight: bold;
@@ -109,16 +110,16 @@
margin-bottom: 0.25em;
}
-IMG#founder_logo {
- float: right;
- margin-top: 20px;
-}
-
+/* images */
A IMG {
border: 0px;
}
-
-IMG.portrait {
+IMG.float-right {
+ float: right;
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+IMG.portrait-right {
margin-left: 10px;
border: 1px solid #999999;
float: right;
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]