From: Michael D. <mik...@us...> - 2005-03-26 22:44:21
|
Update of /cvsroot/nhibernate/nhibernate/doc/reference/en/styles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20679/en/styles Modified Files: html.css html.xsl Log Message: Updated build file to build chm, single html, chunked html. little bit of work on content. made css more of a ms style. Index: html.css =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/doc/reference/en/styles/html.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** html.css 19 Oct 2004 04:32:02 -0000 1.1 --- html.css 26 Mar 2005 22:44:13 -0000 1.2 *************** *** 1,31 **** ! BODY { ! font: verdana; } ! A { color: #003399; } ! A:active { color: #003399; } ! A:visited { color: #888888; } ! P, OL, UL, LI, DL, DT, DD, BLOCKQUOTE { color: #000000; } ! TD, TH, SPAN { color: #000000; } ! BLOCKQUOTE { margin-right: 0px; } ! H1, H2, H3, H4, H5, H6 { color: #000000; font-weight:500; --- 1,39 ---- ! BODY ! { ! font-family: Verdana; } ! A ! { color: #003399; } ! A:active ! { color: #003399; } ! A:visited ! { color: #888888; } ! P, OL, UL, LI, DL, DT, DD, BLOCKQUOTE ! { color: #000000; } ! TD, TH, SPAN ! { color: #000000; } ! BLOCKQUOTE ! { margin-right: 0px; } ! H1, H2, H3, H4, H5, H6 ! { color: #000000; font-weight:500; *************** *** 34,38 **** } ! TABLE { border-collapse: collapse; border-spacing:0; --- 42,47 ---- } ! TABLE ! { border-collapse: collapse; border-spacing:0; *************** *** 41,63 **** } ! TD { padding: 4pt; } ! H1 { font-size: 150%; } ! H2 { font-size: 140%; } H3 { font-size: 110%; font-weight: bold; } ! H4 { font-size: 110%; font-weight: bold;} H5 { font-size: 100%; font-style: italic; } H6 { font-size: 100%; font-style: italic; } ! TT { ! font-size: 90%; font-family: "Courier New", Courier, monospace; color: #000000; } ! PRE { ! font-size: 100%; padding: 5px; border-style: solid; --- 50,76 ---- } ! TD ! { padding: 4pt; } ! H1 { font-size: 130%; font-weight: bold; } ! H2 { font-size: 120%; font-weight: bold; } H3 { font-size: 110%; font-weight: bold; } ! H4 { font-size: 110%; font-weight: bold; } H5 { font-size: 100%; font-style: italic; } H6 { font-size: 100%; font-style: italic; } ! TT ! { ! font-size: 90%; font-family: "Courier New", Courier, monospace; color: #000000; } ! PRE ! { ! font-size: 90%; ! font-family: "Courier New"; padding: 5px; border-style: solid; *************** *** 67,75 **** } ! UL, OL, LI { list-style: disc; } ! HR { width: 100%; height: 1px; --- 80,90 ---- } ! UL, OL, LI ! { list-style: disc; } ! HR ! { width: 100%; height: 1px; *************** *** 80,84 **** } ! .variablelist { padding-top: 10; padding-bottom:10; --- 95,100 ---- } ! .variablelist ! { padding-top: 10; padding-bottom:10; *************** *** 86,90 **** } ! .itemizedlist, UL { padding-top: 0; padding-bottom:0; --- 102,107 ---- } ! .itemizedlist, UL ! { padding-top: 0; padding-bottom:0; *************** *** 92,96 **** } ! .term { font-weight:bold; } --- 109,114 ---- } ! .term ! { font-weight:bold; } Index: html.xsl =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/doc/reference/en/styles/html.xsl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** html.xsl 21 Oct 2004 13:21:42 -0000 1.3 --- html.xsl 26 Mar 2005 22:44:13 -0000 1.4 *************** *** 33,37 **** --> <xsl:param name="html.stylesheet">../styles/html.css</xsl:param> ! <!-- These extensions are required for table printing and other stuff --> --- 33,44 ---- --> <xsl:param name="html.stylesheet">../styles/html.css</xsl:param> ! ! <!-- ! setting the images path so the xml can just refer to image ! by file name and then let the chm and html help files prepend ! the src however it is needed. ! --> ! <xsl:param name="img.src.path">../images/</xsl:param> ! <!-- These extensions are required for table printing and other stuff --> |