haiku/docs/interface_guidelines/docbook-css/driver.css
Augustin Cavalier 7d6915b4d0 Interface Guidelines: migrate to docs/, use DocBookCSS.
DocBookCSS is a mostly-pure-CSS2 implementation of the DocBook standard.
Unlike DocBookXSL which relies on transforming the XML, it utilizes the
XML-styling features of modern web browsers to display the DocBook.

Its appearance still is a long way from the Haiku Book and Userguide, but
it looks (mostly) the same as the old DocBookXSL so we can stop using that.
Eventually we just need to make DocBookCSS use our styling.
2015-02-12 17:08:04 -05:00

28 lines
1003 B
CSS

/*
* 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 "mozilla.css";
@import "opera.css";