Album
view release on metacpan or search on metacpan
script/album view on Meta::CPAN
my $css_for_ipage = heredoc(<<" EOD", 0);
$css_for_common
body {
background: $DGREY;
}
td {
font-size: 80%;
}
p.hdl, p.hdr {
font-size: 140%; font-weight: bold;
margin-top: 0; margin-bottom: 0;
}
p.ftl, p.ftr {
font-size: 80%;
margin-top: 0; margin-bottom: 0;
}
td.topleft {
text-align: left;
vertical-align: top;
}
script/album view on Meta::CPAN
table.inner {
/* need a width otherwise we cannot center it */
width: ${helper}px;
border: outset 0px;
}
table.inner td {
border: inset 0px;
padding: 0 0 0 0;
}
p.hdr {
font-size: 140%; font-weight: bold;
margin-top: 0; margin-bottom: 0;
}
p.hdr a:link {
color: $BLACK; text-decoration: underline;
}
p.hdr a:visited {
color: $BLACK; text-decoration: underline;
}
p.hdr a:hover {
color: $RED; text-decoration: underline;
script/album view on Meta::CPAN
/* ALBUM-CSS-VERSION: ${css_major}.${css_minor} */
$css_for_common
body {
font-size: 100%;
background: $WHITE;
}
td {
font-size: 100%;
}
p.hdl {
font-size: 140%; font-weight: bold;
margin-left: 0.1in; margin-top: 0.1in; margin-bottom: 0.1in;
}
table.outer {
width: 600px;
border-spacing: 10px;
}
tr.grey {
background: $DGREY;
}
script/album view on Meta::CPAN
p.ftr {
padding-left: 10%;
padding-top: 40%;
font-size: 80%;
text-align: left;
color: $DDGREY;
}
p.indextitle {
padding-left: 10%;
font-size: 500%;
font-weight: bold;
color: $WHITE;
}
p.indextitle a {
text-decoration: none;
color: $WHITE;
}
EOD
}
sub css_for {
( run in 1.039 second using v1.01-cache-2.11-cpan-c221a9de4ec )