--- subversion-1.1.1/doc/book/book/styles.css.orig Mon Sep 6 12:38:31 2004 +++ subversion-1.1.1/doc/book/book/styles.css Fri Dec 17 21:58:48 2004 @@ -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-spacing: 0px; } -.table TD +.table td { border: 1px rgb(180,180,200) solid; } -.table TH +.table th { background: rgb(180,180,200); border: 1px rgb(180,180,200) 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; @@ -146,10 +146,10 @@ border: 2px black solid; background: rgb(230,230,235); padding: 0.12in; - margin: 0 0.5in; + margin: 1em 0.5in; } -.sidebar P.title +.sidebar p.title { text-align: center; font-size: 125%; @@ -161,6 +161,7 @@ background: url(./images/info.png) no-repeat; margin: 0.12in 0; padding: 0 55px; + background-color: rgb(224,253,255); } .warning @@ -169,6 +170,7 @@ background: url(./images/warning.png) no-repeat; margin: 0.12in 0; padding: 0 55px; + background-color: rgb(224,253,255); } .note @@ -177,6 +179,7 @@ background: url(./images/note.png) no-repeat; margin: 0.12in 0; padding: 0 55px; + background-color: rgb(224,253,255); } .programlisting, .screen @@ -186,7 +189,9 @@ font-weight: normal; font-size: 90%; color: black; - margin: 0 0.5in; + margin: 1em 0.5in; + padding: 0.5em; + background-color: rgb(252,246,220); } .navheader, .navfooter @@ -195,7 +200,7 @@ background: rgb(180,180,200); } -.navheader HR, .navfooter HR +.navheader hr, .navfooter hr { display: none; }