]> code.delx.au - pulseaudio/blob - man/xmltoman.css
579a4fdcd43e0db3952abbb8e3faffbbd5ae5047
[pulseaudio] / man / xmltoman.css
1 /* $Id$ */
2
3 /***
4 This file is part of PulseAudio.
5
6 PulseAudio is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free
8 Software Foundation; either version 2 of the License, or (at your
9 option) any later version.
10
11 PulseAudio is distributed in the hope that it will be useful, but WITHOUT
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with PulseAudio; if not, write to the Free Software Foundation,
18 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
19 ***/
20
21 body { color: black; background-color: white; }
22 a:link, a:visited { color: #900000; }
23 h1 { text-transform:uppercase; font-size: 18pt; }
24 p { margin-left:1cm; margin-right:1cm; }
25 .cmd { font-family:monospace; }
26 .file { font-family:monospace; }
27 .arg { text-transform:uppercase; font-family:monospace; font-style: italic; }
28 .opt { font-family:monospace; font-weight: bold; }
29 .manref { font-family:monospace; }
30 .option .optdesc { margin-left:2cm; }