Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
cd2ed0c9
Commit
cd2ed0c9
authored
Oct 14, 2003
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Oct 14, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the default.dsl sheet -- the default is good enough.
parent
5b99b3df
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
52 deletions
+1
-52
Makefile.in
documentation/Makefile.in
+1
-1
default.dsl
documentation/default.dsl
+0
-51
No files found.
documentation/Makefile.in
View file @
cd2ed0c9
...
...
@@ -73,7 +73,7 @@ txt: $(ALLBOOKS:%=%.txt)
.SUFFIXES
:
.sgml .html .pdf .ps .txt
.sgml.html
:
$(DB2HTML)
-u
-d
$(SRCDIR)
/default.dsl
$<
$(DB2HTML)
-u
$<
.sgml.pdf
:
$(DB2PDF)
$<
...
...
documentation/default.dsl
deleted
100644 → 0
View file @
5b99b3df
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY walsh-style PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL>
<
!
ENTITY
cygnus-style
SYSTEM
"/
usr
/
lib
/
sgml
/
stylesheet
/
dsssl
/
docbook
/
cygnus
/
cygnus-both
.
dsl
"
CDATA
DSSSL
>
]>
<style
-sheet
>
<
style-specification
id
=
"html"
use
=
"docbook"
>
<
style-specification-body
>
;
Use
the
section
id
as
the
filename
rather
than
;
cryptic
filenames
like
x1547
.html
(
define
%
use-id-as-filename
%
#t
)
;
Repeat
the
section
number
in
each
section
to
make
it
easier
;
when
browsing
the
doc
(
define
%
section-autolabel
%
#t
)
;;(
define
%
stylesheet
%
"../../winehq.css"
)
;;(
define
%
stylesheet-type
%
"text/css"
)
;
All
that
remains
is
to
hard-code
various
aspects
of
the
look
and
feel
;
(
colors
,
italics
,
etc
.)
(
define
%
shade-verbatim
%
#t
)
;;
Customize
the
body
tag
color
attributes
(
define
%
body-attr
%
(
list
(
list
"BGCOLOR"
"#FFFFFF"
)
(
list
"TEXT"
"#000000"
)
(
list
"LINK"
"#a50d0d"
)
(
list
"VLINK"
"#505050"
)
(
list
"ALINK"
"#a50d0d"
)))
;;
Change
the
background
color
of
programlisting
and
screen
,
etc
.
(
define
(
$
shade-verbatim-attr
$
)
(
list
(
list
"BORDER"
"0"
)
;(
list
"BGCOLOR"
"#E0E0E0"
)
;
light
grey
(
list
"BGCOLOR"
"#E0D0D0"
)
;
light
grayish
red
;(
list
"BGCOLOR"
"#bc8686"
)
;
dark
rose
;(
list
"BGCOLOR"
"#FFD39B"
)
;
burlywood1
(
tan
)
;(
list
"BGCOLOR"
"#FFE7BA"
)
;
wheat1
(
light
tan
)
(
list
"WIDTH"
(
$
table-width
$
))))
</
style-specification-body
>
</
style-specification
>
<
external-specification
id
=
"docbook"
document
=
"walsh-style"
>
</
style-sheet
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment