[svnbook] r4660 committed - Updated stylesheet

svnbook at googlecode.com svnbook at googlecode.com
Wed Feb 12 18:25:55 CST 2014


Revision: 4660
Author:   jmfelderhoff at gmx.eu
Date:     Wed Feb 12 19:12:26 2014 UTC
Log:      Updated stylesheet
http://code.google.com/p/svnbook/source/detail?r=4660

Modified:
  /branches/1.6/de/book/styles.css

=======================================
--- /branches/1.6/de/book/styles.css	Tue Aug 12 16:40:38 2008 UTC
+++ /branches/1.6/de/book/styles.css	Wed Feb 12 19:12:26 2014 UTC
@@ -4,7 +4,7 @@
    
*                                                                          *
    
****************************************************************************
    
*                                                                          *
- *   Copyright (c)  
2003-2008                                                *
+ *   Copyright (c)  
2003-2009                                                *
   *   Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael  
Pilato.          *
    
*                                                                          *
   *   This work is licensed under the Creative Commons Attribution  
License.  *
@@ -15,296 +15,208 @@
    
*                                                                          *
    
****************************************************************************/

-body
-{
-    background: white;
-    margin: 1in;
-    font-family: serif;
+body {
+  background: white;
+  background-repeat: repeat-y !important;
+  margin: 1in;
+  font-family: serif;
  }
-
-p, li, ul, ol, dd, dt
-{
-    font-style: normal;
-    font-weight: normal;
-    color: black;
+table {
+  border-collapse: collapse;
  }
-
-tt, pre
-{
-    font-family: monospace;
+p, li, ul, ol, dd, dt {
+  font-style: normal;
+  font-weight: normal;
+  color: black;
  }
-
-a
-{
-    color: blue;
-    text-decoration: underline;
-}
-
-a:hover
-{
-    background: rgb(75%,75%,100%);
-    color: blue;
-    text-decoration: underline;
+tt, pre {
+  font-family: monospace;
  }
-
-a:visited
-{
-    color: purple;
-    text-decoration: underline;
+a {
+  color: blue;
+  text-decoration: underline;
+}
+a:hover  {
+  background: rgb(75%,75%,100%);
+  color: blue;
+  text-decoration: underline;
  }
-
-img
-{
-    border: none;
+a:visited  {
+  color: purple;
+  text-decoration: underline;
  }
-
-h1.title
-{
-    font-size: 250%;
-    font-style: normal;
-    font-weight: bold;
-    color: black;
+img {
+  border: none;
  }
-
-h2.subtitle
-{
-    font-size: 150%;
-    font-style: italic;
-    color: black;
+h1.title {
+  font-size: 250%;
+  font-style: normal;
+  font-weight: bold;
+  color: black;
  }
-
-h2.title
-{
-    font-size: 150%;
-    font-style: normal;
-    font-weight: bold;
-    color: black;
+h2.subtitle {
+  font-size: 150%;
+  font-style: italic;
+  color: black;
  }
-
-h3.title
-{
-    font-size: 125%;
-    font-style: normal;
-    font-weight: bold;
-    color: black;
+h2.title {
+  font-size: 150%;
+  font-style: normal;
+  font-weight: bold;
+  color: black;
  }
-
-h4.title
-{
-    font-size: 100%;
-    font-style: normal;
-    font-weight: bold;
-    color: black;
+h3.title {
+  font-size: 125%;
+  font-style: normal;
+  font-weight: bold;
+  color: black;
  }
-
-strong
-{
-    font-weight: normal;
+h4.title {
+  font-size: 100%;
+  font-style: normal;
+  font-weight: bold;
+  color: black;
  }
-
-.toc b
-{
-    font-family: sans-serif;
-    font-size: 120%;
-    font-style: normal;
-    font-weight: bold;
-    color: black;
+strong {
+  font-weight: normal;
  }
-
-.title
-{
-    font-family: sans-serif;
+.toc b {
+  font-family: sans-serif;
+  font-size: 120%;
+  font-style: normal;
+  font-weight: bold;
+  color: black;
  }
-
-.screen, .programlisting, .structname
-{
-    font-family: monospace;
-    font-style: normal;
-    font-weight: normal;
+.title {
+  font-family: sans-serif;
  }
-
-.userinput
-{
-    font-weight: normal;
+.screen, .programlisting, .structname {
+  font-family: monospace;
+  font-style: normal;
+  font-weight: normal;
  }
-
-.command
-{
-    font-style: italic;
+.userinput {
+  font-weight: normal;
  }
-
-.filename
-{
-    font-family: serif;
-    font-style: italic;
+.command {
+  font-style: italic;
  }
-
-.figure, .example, .table
-{
-    margin: 0.125in 0.25in;
+.filename {
+  font-family: serif;
+  font-style: italic;
  }
-
-.figure p.title b, .example p.title b, .table p.title b
-{
-    font-family: serif;
-    font-size: 80%;
-    font-style: italic;
-    font-weight: normal;
+.figure, .example, .informalexample, .table {
+  margin: 0.125in 0.25in;
  }
-
-.table table
-{
-    border-width: 1px;
-    border-style: solid;
-    border-color: black;
-    border-spacing: 0;
-    background: rgb(240,240,240);
+.figure p.title b, .example p.title b, .table p.title b {
+  font-family: serif;
+  font-size: 80%;
+  font-style: italic;
+  font-weight: normal;
+}
+.table table {
+  border-width: 1px;
+  border-style: solid;
+  border-color: black;
+  border-spacing: 0;
+  background: rgb(240,240,240);
+}
+.table td, .table th {
+  border: none;
+  border-right: 1px black solid;
+  border-bottom: 1px black solid;
+  padding: 2px;
  }
-
-.table td
-{
-    border: none;
-    border-right: 1px black solid;
-    border-bottom: 1px black solid;
-    padding: 2px;
+.table th {
+  background: rgb(180,180,180);
  }
-
-.table th
-{
-    background: rgb(180,180,180);
-    border: none;
-    border-right: 1px black solid;
-    border-bottom: 1px black solid;
-    padding: 2px;
+.table p.title, .figure p.title, .example p.title {
+  text-align: left !important;
+  font-size: 100% !important;
  }
-
-.table p.title, .figure p.title, .example p.title
-{
-    text-align: left !important;
-    font-size: 100% !important;
+.table-break, .figure-break, .example-break {
+  display: none;
  }
-
-.author, .pubdate
-{
-    margin: 0;
-    font-size: 100%;
-    font-style: italic;
-    font-weight: normal;
-    color: black;
+.author, .pubdate {
+  margin: 0;
+  font-size: 100%;
+  font-style: italic;
+  font-weight: normal;
+  color: black;
  }
-
-.preface div.author, .preface .pubdate
-{
-    font-size: 80%;
+.preface div.author, .preface .pubdate {
+  font-size: 80%;
  }
-
-.sidebar
-{
-    border-top: dotted 1px black;
-    border-left: dotted 1px black;
-    border-right: solid 2px black;
-    border-bottom: solid 2px black;
-    background: rgb(240,220,170);
-    padding: 0 0.12in;
-    margin: 0.25in;
+.sidebar  {
+  border-top: dotted 1px black;
+  border-left: dotted 1px black;
+  border-right: solid 1px black;
+  border-bottom: solid 1px black;
+  background: #ddd;
+  padding: 0 0.12in;
+  margin: 0.25in;
  }
-
  .note .programlisting, .note .screen,
  .tip .programlisting, .tip .screen,
  .warning .programlisting, .warning .screen,
-.sidebar .programlisting, .sidebar .screen
-{
-    border: none;
-    background: none;
-}
-
-.sidebar p.title
-{
-    text-align: center;
-    font-size: 125%;
+.sidebar .programlisting, .sidebar .screen {
+  border: none;
+  background: none;
  }
-
-.note, .tip, .warning
-{
-    border: black solid 1px;
-    margin: 0.125in 0;
-    padding: 0 55px;
-    font-size: 90%;
+.sidebar p.title {
+  text-align: center;
+  font-size: 125%;
  }
-
-.note
-{
-    background: url(./images/note.png) no-repeat rgb(252,246,220);
+.note, .tip, .warning {
+  border-color: black;
+  border-style: double;
+  border-width: 3px 0;
+  margin: 0.25in 0;
+  font-size: 90%;
  }
-
-.tip
-{
-    background: url(./images/tip.png) no-repeat rgb(224,244,255);
+.note td, .tip td, .warning td {
+  padding: 0.125in;
  }
-
-.warning
-{
-    background: url(./images/warning.png) no-repeat rgb(255,210,210);
+.note .title, .tip .title, .warning .title,
+.note th, .tip th, .warning th {
+  display: none;
  }
-
-.note .title, .tip .title, .warning .title
-{
-    display: none;
+.programlisting, .screen {
+  font-size: 90%;
+  color: black;
+  padding: 0.5em;
  }
-
-.programlisting, .screen
-{
-    font-size: 90%;
-    color: black;
-    margin: 1em 0.25in;
-    padding: 0.5em;
-    background: rgb(240,240,240);
-    border-top: black dotted 1px;
-    border-left: black dotted 1px;
-    border-right: black solid 2px;
-    border-bottom: black solid 2px;
+.navheader, .navfooter {
+  border: black solid 1px;
+  background-color: rgb(182,38,133);
+  color: white;
  }
-
-.navheader, .navfooter
-{
-    border: black solid 1px;
-    background: rgb(180,180,200);
+.navheader a, .navfooter a {
+  color: white;
  }
-
-.navheader hr, .navfooter hr
-{
-    display: none;
+.navheader hr, .navfooter hr {
+  display: none;
  }
-
-#svn-footer
-{
-    font-size: 80%;
-    text-align: center;
+#svn-footer {
+  font-size: 80%;
+  text-align: center;
  }
-
-#svn-footer hr
-{
-    display: none;
+#svn-footer hr {
+  display: none;
  }

  /* --------------------- */
  /* PRINT MEDIA OVERRIDES */
  /* --------------------- */

- at media print
-{
-    body
-    {
-        margin: 0;
-    }
-
-    .navheader, .navfooter
-    {
-        display: none;
-    }
-
-    #svn-footer hr
-    {
-        display: block;
-    }
+ at media print {
+  body {
+    margin: 0;
+  }
+  .navheader, .navfooter {
+    display: none;
+  }
+  #svn-footer hr {
+    display: block;
+  }
  }



More information about the svnbook-dev mailing list