Album
view release on metacpan or search on metacpan
Version 1.901.0
Version 1.7.2
Version 1.7.1
Version 1.7.0
* Resolve CPAN numbering conflicts.
Version 1.07
* Added primary index in top dir, plus associates style sheets and
format (key: main). Added background image.
* 'album' will no longer write external stylesheets by default. Use
--extcss to initally create the external style sheets.
* When using external style sheets or formats, 'album' will verify
that the style sheets match the formats by checking the VERSION
lines.
* Index pages are now written in subdirectory index/ , and numbered
index0001.html and so on.
script/album view on Meta::CPAN
border-spacing: 0 0;
}
table.hb td {
padding: 0 0 0 0;
}
EOD
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%;
script/album view on Meta::CPAN
}
td.vbuttons {
vertical-align: top;
}
EOD
$css_for{index} = $load->("index", heredoc(<<" EOD", 4));
/* ALBUM-CSS-VERSION: ${css_major}.${css_minor} */
$css_for_ipage
a.info {
position: relative; z-index: 24; background-color: $LGREY;
color: $BLACK; text-decoration:none;
}
a.info:hover {
z-index: 25; background-color: $LGREY;
}
a.info:hover span {
display: block;
position: absolute; top: 2em; left: 2em; width: 25em;
border: 0px; background-color: $MGREY; color: $BLACK;
text-align: center;
}
a.info span {
display: none;
}
table.outer {
background: $MGREY;
border-collapse: separate;
border-width: 2px; /* border=2 */
border-style: solid;
border-color: $GR232 $GR114 $GR114 $GR232;
border-spacing: 3px; /* cellspacing = 3 */
}
table.outer tr {
background: $LGREY;
}
table.outer td {
border-width: 1px;
border-style: solid;
border-color: $GR124 $GR245 $GR245 $GR124;
}
table.inner {
/* need a width otherwise we cannot center it */
width: ${helper}px;
border: outset 0px;
script/album view on Meta::CPAN
}
img.thumb {
border: 0;
}
EOD
my $css_for_image = heredoc(<<" EOD", 4);
/* ALBUM-CSS-VERSION: ${css_major}.${css_minor} */
$css_for_ipage
a.info {
position: relative; z-index: 24; background-color: $DGREY;
color:$BLACK; text-decoration:none;
}
a.info:hover {
z-index: 25; background-color: $DGREY;
}
a.info span {
display: none;
}
a.info:hover span {
display: block;
position: absolute; top:2em; left: 2em; width: 15em;
border: 0px; background-color: $MGREY; color: $BLACK;
text-align: center;
}
EOD
$css_for{large} = $load->("large", $css_for_image);
$css_for{medium} = $load->("medium", $css_for_image);
$css_for{journal} = $load->("journal", heredoc(<<" EOD", 4));
/* 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;
}
table.outer td.twocol {
vertical-align: top;
text-align: left;
}
table.outer td.jl {
vertical-align: top;
text-align: left;
}
table.outer td.jr {
width: ${thumb}px;
vertical-align: top;
text-align: center;
background: $LGREY;
}
table.outer td.buttons {
vertical-align: middle;
text-align: right;
padding-right: 0.1in;
}
EOD
$css_for{main} = $load->("main", heredoc(<<" EOD", 4));
/* ALBUM-CSS-VERSION: ${css_major}.${css_minor} */
body {
$css_fontfam;
font-size: 80%;
background: $LGREY;
background-image: url("icons/bg.jpg");
background-repeat: no-repeat;
background-position: 10% 60%;
}
p.ftr {
padding-left: 10%;
padding-top: 40%;
font-size: 80%;
text-align: left;
color: $DDGREY;
}
p.indextitle {
padding-left: 10%;
( run in 1.216 second using v1.01-cache-2.11-cpan-0b5f733616e )