App-sitelenmute
view release on metacpan or search on metacpan
share/view/index.css view on Meta::CPAN
position: absolute;
top: 0;
left: 0;
color: #fff;
background: #111; /* IE<9 */
background: rgba(0, 0, 0, 0.7);
font-family: sans-serif;
font-size: 80%;
padding: 0.5em;
}
#gallery #content #header > :not(:first-child)
{
padding-left: 0.5em;
}
#gallery #content #header img
{
vertical-align: middle;
height: 1em;
}
#gallery #content #header #throbber
{
height: 100%;
}
#gallery #content #header a
{
text-decoration: none;
color: #fff;
}
#gallery #content #header a:hover
{
text-decoration: underline;
}
/* Caption */
#caption
{
background: #111; /* IE<9 */
background: rgba(0, 0, 0, 0.7);
background: linear-gradient(to left,
rgba(0, 0, 0, 0.7) 60%,
rgba(0, 0, 0, 0.5) 75%,
rgba(0, 0, 0, 0.1) 93%,
rgba(0, 0, 0, 0));
font-family: sans-serif;
text-align: right;
color: #fff;
display: none;
position: absolute;
right: 0;
bottom: 5%;
padding: 0.5em 5% 0.5em 10%;
}
#caption #title
{
font-weight: bold;
font-size: 3em;
}
#caption #desc
{
white-space: pre-wrap;
font-size: 1.5em;
}
@media (max-height: 60em)
{
#caption #title { font-size: 5vh }
#caption #desc { font-size: 2.5vh }
}
@media (max-height: 30em)
{
#caption #title { font-size: 1.5em }
#caption #desc { font-size: 1em; }
}
/* Navigation arrows */
#gallery #content #left,
#gallery #content #right
{
position: absolute;
width: 5%;
min-width: 2.5em;
top: 0;
bottom: 0;
}
#gallery #content #left
{
left: 0;
}
#gallery #content #right
{
right: 0;
}
#gallery #content #left div,
#gallery #content #right div
{
position: absolute;
cursor: pointer;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0.3;
filter: alpha(opacity=30);
}
#gallery #content #left div:hover,
#gallery #content #right div:hover
{
opacity: 0.6;
filter: alpha(opacity=60);
( run in 0.374 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )