[svnbook] r4664 committed - Stylesheet update.

svnbook at googlecode.com svnbook at googlecode.com
Thu Feb 13 11:34:49 CST 2014


Revision: 4664
Author:   jmfelderhoff at gmx.eu
Date:     Thu Feb 13 17:07:00 2014 UTC
Log:      Stylesheet update.
http://code.google.com/p/svnbook/source/detail?r=4664

Modified:
  /branches/1.6/de/book/styles.css
  /branches/1.6/de/stylesheets/custom-html-stylesheet.xsl

=======================================
--- /branches/1.6/de/book/styles.css	Wed Feb 12 19:12:26 2014 UTC
+++ /branches/1.6/de/book/styles.css	Thu Feb 13 17:07:00 2014 UTC
@@ -197,13 +197,22 @@
  .navheader hr, .navfooter hr {
    display: none;
  }
-#svn-footer {
-  font-size: 80%;
-  text-align: center;
+#vcws-version-notice {
+  margin-bottom: 1em;
+  background-color: yellow;
+  padding: 0.5em 1em;
  }
-#svn-footer hr {
+#vcws-version-notice p, #vcws-footer p {
+  margin: 0;
+}
+#vcws-version-notice hr, #vcws-footer hr {
    display: none;
  }
+#vcws-footer {
+  margin-top: 1em;
+  font-size: 80%;
+  text-align: center;
+}

  /* --------------------- */
  /* PRINT MEDIA OVERRIDES */
@@ -216,7 +225,10 @@
    .navheader, .navfooter {
      display: none;
    }
-  #svn-footer hr {
+  #vcws-version-notice {
+    display: none;
+  }
+  #vcws-footer hr {
      display: block;
    }
  }
=======================================
--- /branches/1.6/de/stylesheets/custom-html-stylesheet.xsl	Thu Aug 11  
18:37:12 2011 UTC
+++ /branches/1.6/de/stylesheets/custom-html-stylesheet.xsl	Thu Feb 13  
17:07:00 2014 UTC
@@ -2,12 +2,43 @@

    <!-- Here live locale-specific customizations to the HTML base  
stylesheet -->

+  <xsl:template name="user.header.navigation">
+    <div id="vcws-version-notice">
+<!--
+    <p>This documentation was written to describe the 1.6.x series of
+       Subversion.  If you are running a different version of Subversion,
+       you are strongly encouraged to visit <a  
href="http://www.svnbook.com/"
+       >http://www.svnbook.com/</a> and instead consult the version of this
+       documentation appropriate for your version of Subversion.</p>
+-->
+    <p>Diese Dokumentation wurde zur Beschreibung der Serie 1.6.x von
+       Subversion erstellt. Falls Sie eine unterschiedliche Version von
+       Subversion einsetzen, sei Ihnen dringend angeraten, bei
+       <a href="http://www.svnbook.com/" >http://www.svnbook.com/</a>
+       vorbeizuschauen und stattdessen die zu Ihrer Version von Subversion
+       passende Version dieser Dokumentation heranzzuiehen.</p>
+    </div>
+  </xsl:template>
+
    <xsl:template name="user.footer.navigation">
-    <div id="svn-footer">
+    <div id="vcws-footer">
      <hr/>
-    <p>You are reading <em>Version Control with Subversion</em> (for  
Subversion 1.6), by Ben Collins-Sussman, Brian W. Fitzpatrick, and C.  
Michael Pilato.<br/>
-       This work is licensed under the <a  
href="http://creativecommons.org/licenses/by/2.0/">Creative Commons  
Attribution License v2.0</a>.<br/>
-       To submit comments, corrections, or other contributions to the  
text, please visit <a  
href="http://www.svnbook.com/">http://www.svnbook.com/</a>.</p>
+<!--
+    <p>You are reading <em>Version Control with Subversion</em> (for
+       Subversion 1.6), by Ben Collins-Sussman, Brian W. Fitzpatrick, and
+       C. Michael Pilato.<br/>This work is licensed under the <a
+       href="http://creativecommons.org/licenses/by/2.0/" >Creative
+       Commons Attribution License v2.0</a>.<br/>To submit comments,
+       corrections, or other contributions to the text, please visit <a
+       href="http://www.svnbook.com/" >http://www.svnbook.com/</a>.</p>
+-->
+    <p>Sie lesen <em>Versionskontrolle mit Subversion</em> (für
+       Subversion 1.6), von Ben Collins-Sussman, Brian W. Fitzpatrick und
+       C. Michael Pilato.<br/>Dieeses Werk ist lizensiert unter der <a
+       href="http://creativecommons.org/licenses/by/2.0/" >Creative
+       Commons Attribution License v2.0</a>.<br/>Um Kommentare, Korrekturen
+       oder anderweitige Beiträge einzureichen, gehen Sie bitte auf
+       <a href="http://www.svnbook.com/" >http://www.svnbook.com/</a>.</p>
      </div>
    </xsl:template>



More information about the svnbook-dev mailing list