1 /* CSS to make pod2html files look a little bit better. */
7 body p
, body ul
, ol
, body dl
{
17 padding-bottom: 0.5em;
23 background-color: #f8f8f8;
26 border-left: 6px solid rgb
(204,64,64);
32 /* Bold, italic in man pages. */
43 body
> h1:first-of-type
{
47 body
> h1:first-of-type
+ p
{
54 /* Warning heading in man pages. */
56 -moz-border-radius-topleft: 5px;
57 -moz-border-radius-topright: 5px;
58 border-radius-topleft: 5px;
59 border-radius-topright: 5px;
62 background-color: rgb
(204,0,0);
64 a
[name
="warning"]:before
{
65 content: "\00a0\00a0\00a0";
67 a
[name
="warning"]:after
{
68 content: "\00a0\00a0\00a0";
71 /* Put the index on the right hand side in a floating box. */
75 border-left: 3em solid white
;
76 background-color: #fcfcfc;
85 ul
[id
="index"] a
[href
] {
86 text-decoration: none
;
89 ul
[id
="index"] a
[href
]:hover
{
90 text-decoration: underline
;
93 ul
[id
="index"] a
[href
]:before
{
108 ul
[id
="index"] > li
{
109 margin-bottom: 0.5em;
112 ul
[id
="index"] > li ul
{
119 margin-bottom: 0.5em;
122 ul
[id
="index"] > li ul li
{
128 ul[id="index"] > li ul li:after {
134 /* Get rid of those horrible <hr>'s :-( */
135 hr
{ display: none
; }
137 /* Demote <h1>'s and set rest of headers relative. */
141 border-bottom: solid
1px rgb
(204,0,0);