[svnbook commit] r1211 - in trunk/src/en/book: . images

cmpilato svnbook-dev at red-bean.com
Tue Apr 12 14:26:04 CDT 2005


Author: cmpilato
Date: Tue Apr 12 14:26:03 2005
New Revision: 1211

Modified:
   trunk/src/en/book/images/info.png
   trunk/src/en/book/images/note.png
   trunk/src/en/book/images/warning.png
   trunk/src/en/book/styles.css
Log:
* src/en/book/images/note.png
* src/en/book/images/warning.png
* src/en/book/images/info.png
  New transparent-backgrounded PNG versions from Jens Elkner.

* src/en/book/styles.css
  Lower-case style names, and make some other little (mostly color) tweaks.


Modified: trunk/src/en/book/images/info.png
==============================================================================
Binary files. No diff available.

Modified: trunk/src/en/book/images/note.png
==============================================================================
Binary files. No diff available.

Modified: trunk/src/en/book/images/warning.png
==============================================================================
Binary files. No diff available.

Modified: trunk/src/en/book/styles.css
==============================================================================
--- trunk/src/en/book/styles.css	(original)
+++ trunk/src/en/book/styles.css	Tue Apr 12 14:26:03 2005
@@ -2,14 +2,14 @@
 /* Custom style-sheet stuffs for the Subversion book in HTML form.      */
 /************************************************************************/
 
-BODY
+body
 {
     background: white;
     margin: 0.5in;
     font-family: arial,helvetica,sans-serif;
 }
 
-H1.title
+h1.title
 {
     font-size: 250%;
     font-style: normal;
@@ -17,14 +17,14 @@
     color: black;
 }
 
-H2.subtitle
+h2.subtitle
 {
     font-size: 150%;
     font-style: italic;
     color: black;
 }
 
-H2.title
+h2.title
 {
     font-size: 150%;
     font-style: normal;
@@ -32,7 +32,7 @@
     color: black;
 }
 
-H3.title
+h3.title
 {
     font-size: 125%;
     font-style: normal;
@@ -40,7 +40,7 @@
     color: black;
 }
 
-H4.title
+h4.title
 {
     font-size: 100%;
     font-style: normal;
@@ -48,7 +48,7 @@
     color: black;
 }
 
-.toc B
+.toc b
 {
     font-size: 125%;
     font-style: normal;
@@ -56,14 +56,14 @@
     color: black;
 }
 
-P,LI,UL,OL,DD,DT
+p,li,ul,ol,dd,dt
 {
     font-style: normal;
     font-weight: normal;
     color: black;
 }
 
-TT,PRE
+tt,pre
 {
     font-family: courier new,courier,fixed;
 }
@@ -81,26 +81,26 @@
     font-style: italic;
 }
 
-A
+a
 {
     color: blue;
     text-decoration: underline;
-}	
+}    
 
-A:hover 
+a:hover 
 {
     background: rgb(75%,75%,100%);
     color: blue;
     text-decoration: underline;
 }
 
-A:visited 
+a:visited 
 {
     color: purple;
     text-decoration: underline;
 }
 
-IMG
+img
 {
     border: none;
 }
@@ -110,24 +110,24 @@
     margin: 0.125in 0.5in;
 }
 
-.table TABLE
+.table table
 {
-    border: 1px rgb(180,180,200) solid;
+    border: 1px rgb(180,180,180) solid;
     border-spacing: 0px;
 }
 
-.table TD
+.table td
 {
-    border: 1px rgb(180,180,200) solid;
+    border: 1px rgb(180,180,180) solid;
 }
 
-.table TH
+.table th
 {
-    background: rgb(180,180,200);
-    border: 1px rgb(180,180,200) solid;
+    background: rgb(180,180,180);
+    border: 1px rgb(180,180,180) solid;
 }
 
-.table P.title, .figure P.title, .example P.title
+.table p.title, .figure p.title, .example p.title
 {
     text-align: left !important;
     font-size: 100% !important;
@@ -143,38 +143,38 @@
 
 .sidebar 
 {
-    border: 2px black solid;
-    background: rgb(230,230,235);
+    border: solid 2px rgb(180,180,180);
     padding: 0.12in;
-    margin: 0 0.5in;
+    margin: 1em 0.5in;
 }
 
-.sidebar P.title
+.sidebar p.title
 {
     text-align: center;
     font-size: 125%;
+    background: rgb(180,180,180);
 }
 
-.tip
+.note
 {
     border: black solid 1px;
-    background: url(./images/info.png) no-repeat;
+    background: url(./images/note.png) no-repeat rgb(252,246,220);
     margin: 0.12in 0;
     padding: 0 55px;
 }
 
-.warning
+.tip
 {
     border: black solid 1px;
-    background: url(./images/warning.png) no-repeat;
+    background: url(./images/info.png) no-repeat rgb(224,244,255);
     margin: 0.12in 0;
     padding: 0 55px;
 }
 
-.note
+.warning
 {
     border: black solid 1px;
-    background: url(./images/note.png) no-repeat;
+    background: url(./images/warning.png) no-repeat rgb(255,210,210);
     margin: 0.12in 0;
     padding: 0 55px;
 }
@@ -186,7 +186,13 @@
     font-weight: normal;
     font-size: 90%;
     color: black;
-    margin: 0 0.5in;
+    margin: 1em 0.5in;
+    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
@@ -195,7 +201,7 @@
     background: rgb(180,180,200);
 }
 
-.navheader HR, .navfooter HR
+.navheader hr, .navfooter hr
 {
     display: none;
 }



More information about the svnbook-dev mailing list