Apache2-PodBrowser
view release on metacpan or search on metacpan
0.08 Thu Feb 24 16:36:32 CET 2011
- fixing browser issue with monospace font sizes
- fix :withtestmore in test files
0.07 Tue Jun 22 16:38:18 CEST 2010
- skip tests that need BrowserMatch unless mod_setenvif is present
- MMapDB cache for POD index page
0.06 Fri Jun 11 18:12:28 CEST 2010
- remaining debug warning eliminated
- compatibility with perl 5.12.1
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 {
lib/Apache2/PodBrowser/auto.css view on Meta::CPAN
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;
width: 19em;
}
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 {
width: 2em;
text-align: center;
}
@media screen {
DIV.indexgroup:before {
content: "C";
display: block;
color: #069;
font-size: 80%;
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;
lib/Apache2/PodBrowser/fancy.css view on Meta::CPAN
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
padding: 0.3em;
}
DIV.indexgroup:hover:after {
content: "<< Content";
text-align: right;
display: block;
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;
lib/Apache2/PodBrowser/fancy.css view on Meta::CPAN
width: 21px;
overflow: clip;
}
DIV.uplink:hover {
width: 16em;
}
DIV.uplink A {
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;
lib/Apache2/PodBrowser/fancy.css view on Meta::CPAN
}
}
@media print {
DIV.indexgroup, DIV.uplink {
display: none;
}
BODY {
font-size: 70%;
}
}
HR {
display: none;
}
( run in 0.793 second using v1.01-cache-2.11-cpan-5735350b133 )