From owner-svn-doc-projects@FreeBSD.ORG Thu Apr 11 06:35:52 2013 Return-Path: Delivered-To: svn-doc-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8034CF5B; Thu, 11 Apr 2013 06:35:52 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 59A2B294; Thu, 11 Apr 2013 06:35:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3B6ZqvL050033; Thu, 11 Apr 2013 06:35:52 GMT (envelope-from gabor@svn.freebsd.org) Received: (from gabor@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3B6ZqKY050031; Thu, 11 Apr 2013 06:35:52 GMT (envelope-from gabor@svn.freebsd.org) Message-Id: <201304110635.r3B6ZqKY050031@svn.freebsd.org> From: Gabor Kovesdan Date: Thu, 11 Apr 2013 06:35:52 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r41404 - in projects/xml-tools/share: misc xsl X-SVN-Group: doc-projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for doc projects trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 06:35:52 -0000 Author: gabor Date: Thu Apr 11 06:35:51 2013 New Revision: 41404 URL: http://svnweb.freebsd.org/changeset/doc/41404 Log: - Create cleaner XHTML and exclusively use CSS for formatting Modified: projects/xml-tools/share/misc/docbook.css projects/xml-tools/share/xsl/freebsd-xhtml-common.xsl Modified: projects/xml-tools/share/misc/docbook.css ============================================================================== --- projects/xml-tools/share/misc/docbook.css Wed Apr 10 23:16:59 2013 (r41403) +++ projects/xml-tools/share/misc/docbook.css Thu Apr 11 06:35:51 2013 (r41404) @@ -26,6 +26,79 @@ * $FreeBSD$ */ +/* + * General DocBook styles from the DocBook XSL distribution + */ + +.formalpara-title { + font-weight: bold; +} + +div.blockquote-title { + font-weight: bold; + margin-top: 1em; + margin-bottom: 1em; +} + +span.msgmain-title { + font-weight: bold; +} + +span.msgsub-title { + font-weight: bold; +} + +span.msgrel-title { + font-weight: bold; +} + +div.msglevel, div.msgorig, div.msgaud { + margin-top: 1em; + margin-bottom: 1em; +} + +span.msglevel-title, span.msgorig-title, span.msgaud-title { + font-weight: bold; +} + +div.msgexplan { + margin-top: 1em; + margin-bottom: 1em; +} + +span.msgexplan-title { + font-weight: bold; +} + +div.figure-title { + font-weight: bold; +} + +div.example-title { + font-weight: bold; +} + +div.equation-title { + font-weight: bold; +} + +div.table-title { + font-weight: bold; +} + +div.sidebar-title { + font-weight: bold; +} + +div.synopsis { + white-space: pre; + font-family: monospace; +} + +/* + * FreeBSD-specific formatting + */ + body address { line-height: 1.3; margin: .6em 0; @@ -158,11 +231,15 @@ html { text-decoration: underline; } -.screen { +div.screen { + white-space: pre; + font-family: monospace; padding: 1ex; } -.programlisting { +div.programlisting { + white-space: pre; + font-family: monospace; padding: 1ex; background-color: #eee; border: 1px solid #ccc; Modified: projects/xml-tools/share/xsl/freebsd-xhtml-common.xsl ============================================================================== --- projects/xml-tools/share/xsl/freebsd-xhtml-common.xsl Wed Apr 10 23:16:59 2013 (r41403) +++ projects/xml-tools/share/xsl/freebsd-xhtml-common.xsl Thu Apr 11 06:35:51 2013 (r41404) @@ -28,6 +28,7 @@ +