summaryrefslogtreecommitdiff
path: root/support/latex2man/latex2man.css
blob: f2c8e676cc0edcfb53fae062183000f660fee8d6 (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
/*
 * Project:     Documentation Tools
 * Descr:       Latex -->  MAN-page (groff -man), LATEX documentation
 *              CSS example definition, provided by Tom Brand <tbrand@manumit-systems.com>
 * Author:      Dr. Jürgen Vollmer, Juergen.Vollmer@informatik-vollmer.de
 * $Id: latex2man.css,v 1.1 2010/12/22 08:31:45 vollmer Exp $
 */
body
{
  background: #DDDDDD;
}
.titlehead
{
  text-align: center;
  color: maroon;
}
.datehead
{
  text-align: center;
  color: maroon;
  font-size: 8pt;
}
.authorhead
{
  text-align: center;
  color: maroon;
  font-size: 8pt;
}
.versionhead
{
  text-align: center;
  color: maroon;
  font-size: 8pt;
}
.sectionname
{
  color: #0077EE;
  font-variant: small-caps;
}
.subsectionname
{
  color: #1111EE;
}
.subsubsectionname
{
  color: #3333EE;
}
.progname
{
  font-family: "monospace";
}
.filename
{
  font-family: "monospace";
  color: blue;
}
.commandname
{
  font-family: "monospace";
  color: green;
}
.textstyle
{
  font-size: 9pt;
}
.optstyle
{
  font-weight: bold;
}
.argstyle
{
  font-style: italic;
}
.urlstyle
{
  color: #0033BB;
  font-weight: bold;
  text-decoration: none;
}
.urlstyle.link
{
}
.urlstyle:visited
{
  color: #BB3300;
}
.urlstyle:hover
{
  background-color: #C0C0C0;
  padding: 0.1em 0em 0.1em 0em;
}
.emailstyle
{
  color: #0033BB;
  font-weight: bold;
  text-decoration: none;
}
.emailstyle.link
{
}
.emailstyle.visited
{
  color: #BB3300;
}
.emailstyle.hover
{
  background-color: #C0C0C0;
  padding: 0.1em 0em 0.1em 0em;
}
.tablestyle
{
  border: 1px solid green;
}
.rowstyle
{
  background: #DDEEFF;
}
.cellstyle
{
  padding: 5px 7px 0px 0px;
}