[svnbook] r3873 committed - * src/en/book/styles.css...

svnbook at googlecode.com svnbook at googlecode.com
Fri Jul 1 09:47:56 CDT 2011


Revision: 3873
Author:   cmpilato at gmail.com
Date:     Fri Jul  1 07:47:27 2011
Log:      * src/en/book/styles.css
   More style tweaks.  Dial back in the in-text color changes (to
   near-zero).  But as a trade-off, color the navigation bars similarly
   to the printed book's pinkishpurplish tone.

http://code.google.com/p/svnbook/source/detail?r=3873

Modified:
  /trunk/src/en/book/styles.css

=======================================
--- /trunk/src/en/book/styles.css	Fri Jul  1 07:32:30 2011
+++ /trunk/src/en/book/styles.css	Fri Jul  1 07:47:27 2011
@@ -146,9 +146,9 @@
  .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);
+  border-right: solid 1px black;
+  border-bottom: solid 1px black;
+  background: #ddd;
    padding: 0 0.12in;
    margin: 0.25in;
  }
@@ -181,15 +181,14 @@
    font-size: 90%;
    color: black;
    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: rgb(180,180,200);
+  background-color: rgb(182,38,133);
+  color: white;
+}
+.navheader a, .navfooter a {
+  color: white;
  }
  .navheader hr, .navfooter hr {
    display: none;




More information about the svnbook-dev mailing list