File: driver.css

package info (click to toggle)
xhtmlrenderer 0.0~R8%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 11,288 kB
  • ctags: 7,218
  • sloc: java: 46,036; xml: 1,518; makefile: 27; sh: 11
file content (28 lines) | stat: -rw-r--r-- 1,023 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * driver.css
 *
 * Copyright (c) 2004 David Holroyd, and contributors
 * See the file 'COPYING' for terms of use
 *
 * Part of the Docbook-CSS stylesheet
 *   http://www.badgers-in-foil.co.uk/projects/docbook-css/
 *
 * This is the 'driver' file of the stylesheet.  It imports all the major
 * stylesheet components.  If you want to make use of this stylesheet in your
 * XML document (e.g. for display in a web browser), include a line like this
 * at the top of the XML file (replacing <ver> with the version number):
 *
 *   <?xml-stylesheet href="docbook-css-<ver>/driver.css" type="text/css"?>
 *
 * If you want to customise the stylesheet, a customisation layer can be
 * created by simply witing a new CSS file, and including a declaration to
 * import this file at the top.  The customisation layer can then override any
 * of the existing stylesheet rules, or create new ones.
 */

@import "core.css";
@import "tables.css";
@import "styles.css";
@import "l10n.css";
@import "mozilla.css";
@import "opera.css";