VirtualBox

source: vbox/trunk/doc/manual/docbook-changelog-formatcfg.xsl

Last change on this file was 98103, checked in by vboxsync, 16 months ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 2.9 KB
Line 
1<?xml version="1.0"?>
2
3<!--
4 Copyright (C) 2006-2023 Oracle and/or its affiliates.
5
6 This file is part of VirtualBox base platform packages, as
7 available from https://www.virtualbox.org.
8
9 This program is free software; you can redistribute it and/or
10 modify it under the terms of the GNU General Public License
11 as published by the Free Software Foundation, in version 3 of the
12 License.
13
14 This program is distributed in the hope that it will be useful, but
15 WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, see <https://www.gnu.org/licenses>.
21
22 SPDX-License-Identifier: GPL-3.0-only
23-->
24
25<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
26
27<!-- Single html file template -->
28<xsl:import href="html/docbook.xsl"/>
29<xsl:import href="common-formatcfg.xsl"/>
30
31<!-- Adjust some params -->
32<!--
33<xsl:param name="draft.mode" select="'no'"/>
34<xsl:param name="generate.toc">book nop</xsl:param>
35<xsl:param name="generate.index" select="0"></xsl:param>
36<xsl:param name="suppress.navigation" select="1"></xsl:param>
37<xsl:param name="header.rule" select="0"></xsl:param>
38<xsl:param name="abstract.notitle.enabled" select="0"></xsl:param>
39<xsl:param name="footer.rule" select="0"></xsl:param>
40<xsl:param name="css.decoration" select="1"></xsl:param>
41<xsl:param name="html.cleanup" select="1"></xsl:param>
42<xsl:param name="css.decoration" select="1"></xsl:param>
43-->
44
45<!-- Our hand written css styling -->
46<xsl:template name="user.head.content">
47 <style type="text/css">
48 <xsl:comment>
49 <!--
50 body
51 {
52 height: 100%;
53 font-family: Verdana, Sans-serif, Arial, 'Trebuchet MS', 'Times New Roman';
54 font-size: small;
55 position: absolute;
56 margin: 0px 0 0 0;
57 }
58 h2
59 {
60 text-decoration: none;
61 font-size: 1.2em;
62 font-family: Verdana, Sans-serif, Arial, 'Trebuchet MS', 'Times New Roman';
63 margin: 5px 0 0;
64 padding: 1px 5px 1px;
65 border: 1px solid #6b89d4; /* #84C43B; */
66 -moz-border-radius: 0.3em;
67 background: #e6edff; /* #d7e9a7; */
68 }
69 #watermark
70 {
71 margin: 0;
72 position: fixed;
73 top: 40%;
74 color: #eeeeee;
75 width: 100%;
76 height: 100%;
77 text-align: center;
78 vertical-align: middle;
79 font-size: 9em;
80 font-weight: bold;
81 z-index:-1;
82 }
83 -->
84 </xsl:comment>
85 </style>
86</xsl:template>
87
88<!-- Remove the title page at all -->
89<!--
90<xsl:template name="book.titlepage">
91 -->
92 <!-- Doesn't work with Qt, grrr -->
93 <!--<xsl:text><div id="watermark">VirtualBox<br />Change Log</div></xsl:text>-->
94<!--
95</xsl:template>
96-->
97
98<!-- Disable any links into the manual -->
99<xsl:template match="xref" name="xref">
100 <xsl:text>the manual for more information</xsl:text>
101</xsl:template>
102
103</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use