File: dbtdg.css

package info (click to toggle)
xae 1.0beta6-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 28,184 kB
  • ctags: 12,210
  • sloc: java: 27,149; xml: 20,864; lisp: 12,921; perl: 1,054; sh: 237; makefile: 169
file content (26 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (2)
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
/* CSS2 Stylesheet for
 * DocBook: The Definitive Guide
 * Copyright (C) 1999 O'Reilly & Associates, Inc.
 */

DIV.example-output {
  padding-left: 15px;
  border-style: solid;
  border-width: 0px;
  border-left-width: 2px;
  border-color: black;
}

DIV.example-source {
  background: #E8E8E8;
}

p.publisher {
  text-align: center;
}

BODY.BOOK {
  background-image: url(figures/htmltitlepage.gif);
  background-repeat: no-repeat;
  background-position: top center;
}