Apache2-PodBrowser
view release on metacpan or search on metacpan
lib/Apache2/PodBrowser.pm view on Meta::CPAN
C<Apache2::PodBrowser> uses the L<Apache::Test> framework to test its
work. L<Apache2::Pod::HTML> tests almost only the presence of POD.
=back
=head1 Embedding HTML in POD
=begin html
<div style="width: 80px; height: 104px; background-color: #fff;
float: right;">
<img align="right"
alt="Picture of Torsten Foertsch"
src="Apache2%3A%3APodBrowser/torsten-foertsch.jpg"
border="0">
</div>
=end html
POD provides the
lib/Apache2/PodBrowser/auto.css view on Meta::CPAN
BODY {
background: white;
color: black;
font-family: times,serif;
margin: 0;
padding: 1ex;
}
pre, code, kbd, samp, tt {
font-family: monospace,monospace;
font-size: 1em;
}
TABLE {
border-collapse: collapse;
border-spacing: 0;
border-width: 0;
color: inherit;
}
A:link, A:visited {
background: transparent;
color: #006699;
}
PRE {
background: #eeeeee;
border: 1px solid #888888;
color: black;
padding-top: 1em;
padding-bottom: 1em;
white-space: pre;
}
H1 {
background: transparent;
color: #006699;
font-size: x-large;
font-family: tahoma,sans-serif;
}
H2 {
background: transparent;
color: #006699;
font-size: large;
font-family: tahoma,sans-serif;
}
.block {
background: transparent;
}
TD .block {
color: #006699;
background: #dddddd;
padding: 0.2em;
font-size: large;
}
HR {
display: none;
}
.podindex A {
display: inline-block;
lib/Apache2/PodBrowser/fancy.css view on Meta::CPAN
BODY {
background-color: #fff;
color: black;
font-family: sans-serif;
margin: 0;
padding: 1ex 32px 1ex 10px;
}
TABLE {
border-collapse: collapse;
border-spacing: 0;
border-width: 0;
color: inherit;
}
A:link, A:visited {
background: transparent;
color: #069;
}
pre, code, kbd, samp, tt {
font-family: monospace,monospace;
font-size: 1em;
}
PRE {
background: #eeeeee;
border: 1px solid #888888;
color: black;
padding-top: 1em;
padding-bottom: 1em;
white-space: pre;
}
CODE {
color: #c00;
font-weight: bold;
}
DT {
color: #06c;
}
H1 {
background: transparent;
color: #069;
font-size: 120%;
font-family: sans-serif;
}
H2 {
background: transparent;
color: #069;
font-size: 110%;
font-family: sans-serif;
}
H3 {
background: transparent;
color: #06c;
font-size: 100%;
font-family: sans-serif;
font-style: italic;
}
H3 A:link, H3 A:visited {
color: #06c;
}
H4 {
background: transparent;
color: #06c;
font-size: 100%;
font-family: sans-serif;
}
H4 A:link, H4 A:visited {
color: #06c;
}
.block {
background: transparent;
}
TD .block {
color: #069;
background: #dddddd;
padding: 0.2em;
font-size: large;
}
.podindex a {
display: inline-block;
width: 19em;
}
.podindex .indexgroup a {
lib/Apache2/PodBrowser/fancy.css view on Meta::CPAN
font-family: sans-serif;
font-variant: small-caps;
text-decoration: none;
font-weight: bold;
padding-top: 10px;
border-left: solid #aab 1px;
border-bottom: solid #aab 1px;
text-align: center;
width: 20px;
height: 28px;
background-color: #eef;
-moz-border-radius-bottomleft: 0.8em;
-webkit-border-bottom-left-radius: 0.8em;
border-bottom-left-radius: 0.8em;
-moz-opacity: 0.7;
opacity: 0.7;
}
DIV.indexgroup:hover:before {
content: "Content >>";
height: auto;
lib/Apache2/PodBrowser/fancy.css view on Meta::CPAN
color: #069;
font-size: 80%;
font-family: sans-serif;
font-variant: small-caps;
text-decoration: none;
font-weight: bold;
padding: 0.3em;
border: solid #aab 1px;
width: auto;
height: auto;
background-color: #eef;
-moz-border-radius-bottomleft: 0.8em;
-webkit-border-bottom-left-radius: 0.8em;
border-bottom-left-radius: 0.8em;
-moz-opacity: 0.7;
opacity: 0.7;
}
DIV.indexgroup {
display: block;
position: fixed;
lib/Apache2/PodBrowser/fancy.css view on Meta::CPAN
DIV.indexgroup:hover > * {
display: block;
position: relative;
right: 0;
width: 30em;
height: 19.7em;
border-left: solid #aab 1px;
border-right: solid #aab 1px;
overflow: auto;
background-color: #eee;
margin: 0;
}
DIV.indexgroup:hover > div {
height: 6em;
padding-left: 1em;
}
DIV.uplink {
position: fixed;
lib/Apache2/PodBrowser/fancy.css view on Meta::CPAN
color: #069;
font-size: 80%;
font-family: sans-serif;
font-variant: small-caps;
text-decoration: none;
font-weight: bold;
padding-top: 10px;
padding-left: 6px;
padding-right: 6px;
border: solid #aab 1px;
background-color: #eef;
-moz-border-radius-topleft: 0.8em;
-webkit-border-top-left-radius: 0.8em;
border-top-left-radius: 0.8em;
-moz-border-radius-bottomleft: 0.8em;
-webkit-border-bottom-left-radius: 0.8em;
border-bottom-left-radius: 0.8em;
-moz-opacity: 0.7;
opacity: 0.7;
display: block;
margin: 0;
( run in 3.308 seconds using v1.01-cache-2.11-cpan-f56aa216473 )