File: pddp.css

package info (click to toggle)
pd-pddp 0.2.1-7
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 304 kB
  • sloc: ansic: 497; makefile: 335; sh: 30; xml: 28; tcl: 15
file content (18 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
  color: brown ;
  background: gray url(test.bg.jpg) ;
  margin-top: 10 ;
  font-family: Helvetica, sans-serif ;
  font-size: larger ;
}

pre.programlisting {
  display: table ;
  background-color: #EEEEEE ;
  padding: 2pt ;
  border-style: solid ;
  border-width: 1pt ;
  border-color: #000000 ;
  border-spacing: 3pt ;
  margin: 3pt ;
}