Porting fix.
[wine/multimedia.git] / documentation / default.dsl
blob6e1eb9dd0c3bc1c697d52d95000adb738ee03a8a
1 <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
2 <!ENTITY walsh-style PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL>
3 <!ENTITY cygnus-style SYSTEM "/usr/lib/sgml/stylesheet/dsssl/docbook/cygnus/cygnus-both.dsl" CDATA DSSSL>
4 ]>
6 <style-sheet>
7 <style-specification id="html" use="docbook">
8 <style-specification-body>
10 ; Use the section id as the filename rather than
11 ; cryptic filenames like x1547.html
12 (define %use-id-as-filename% #t)
14 ; Repeat the section number in each section to make it easier
15 ; when browsing the doc
16 (define %section-autolabel% #t)
18 ;;(define %stylesheet% "../../winehq.css")
19 ;;(define %stylesheet-type% "text/css")
21 ; All that remains is to hard-code various aspects of the look and feel
22 ; (colors, italics, etc.)
24 (define %shade-verbatim% #t)
26 ;; Customize the body tag color attributes
27 (define %body-attr% 
28   (list
29    (list "BGCOLOR" "#FFFFFF")
30    (list "TEXT" "#000000")
31    (list "LINK" "#a50d0d")
32    (list "VLINK" "#505050")
33    (list "ALINK" "#a50d0d")))
35 ;; Change the background color of programlisting and screen, etc.
36 (define ($shade-verbatim-attr$)
37   (list
38    (list "BORDER" "0")
39    ;(list "BGCOLOR" "#E0E0E0")  ; light grey
40    (list "BGCOLOR" "#E0D0D0")  ; light grayish red
41    ;(list "BGCOLOR" "#bc8686")  ; dark rose
42    ;(list "BGCOLOR" "#FFD39B")  ; burlywood1 (tan)
43    ;(list "BGCOLOR" "#FFE7BA")  ; wheat1 (light tan)
44    (list "WIDTH" ($table-width$))))
46 </style-specification-body>
47 </style-specification>
49 <external-specification id="docbook" document="walsh-style">
51 </style-sheet>