File "lity.css"
Full path: /home/argothem/www/v4_old/plugins-dist/mediabox/lity/skins/_simple-white/lity.css
File size: 2.78 KB
MIME-type: text/plain
Charset: utf-8
.box_mediabox:before {
background: #fff;
opacity:0.9;
}
/* focus */
.box_mediabox button[class*="lity-"]:focus{
outline: 2px dotted #333;
}
/* Close button */
.lity-close,
.lity-close:hover,
.lity-close:active,
.lity-close:focus {
top:4px;
right: 2px;
width: 2.5rem;
height: 2.5rem;
line-height: 2.5rem;
font-size: 2.5rem;
color: #000;
}
/* Group navigation */
.lity-group-caption .lity-group-current {
display: block;
position: absolute;
top:-1.5rem;
right: 0;
color: #000;
font-weight: bold;
}
.lity-loading .lity-group-caption .lity-group-current {
left:50%;
margin-left: -2.125em;
width: 4.5em;
right: auto;
text-align: center;
top:50%;
margin-top:-1.5em;
color: #000;
}
/* start stop */
.lity-loading .lity-group-start-stop {
display: none;
}
.lity-group-start-stop {
display: block;
position: absolute;
top:-1.5rem;
left: 0;
width: 100%;
text-align: center;
color: #000;
font-weight: bold;
}
.lity-group-start-stop button {
display: inline-block;
border: 0;
padding: 0;
margin: 0;
background: none;
color:#000;
}
.lity-group-start-stop button b {
color: transparent;
}
.lity-group-start-stop button b::after {
content: attr(title);
display: inline-block;
color: #000;
padding-right: 0.75em;
}
.lity-group-start-stop .lity-stop {
display: none;
}
.lity-slideshow .lity-group-start-stop .lity-start {
display: none;
}
.lity-slideshow .lity-group-start-stop .lity-stop {
display: inline-block;
}
/* Next, prev */
.lity-next, .lity-previous {
display: block;
border:0;
padding: 0;
margin: 0;
position: fixed;
border-radius: 50%;
left:-4.75rem;
text-align: center;
top:50%;
margin-top: -6rem;
width: 8rem;
height: 12rem;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: rgba(0, 0, 0, 0)
}
.lity-next[disabled], .lity-previous[disabled] {
display: none;
}
.lity-next {
left: auto;
right: -4.75rem;
text-align: right;
}
.lity-next:hover, .lity-previous:hover,
.lity-next:active, .lity-previous:active,
.lity-next:focus, .lity-previous:focus {
background: rgba(255, 255, 255, .05)
}
.lity-next b, .lity-previous b {
display: inline-block;
position: absolute;
top: 50%;
left: 5.5rem;
font-size: 3rem;
line-height: 3rem;
margin-top: -1.5rem;
text-shadow: 0 0 10px #000;
color: #000;
font-style: normal;
opacity: 0.5;
}
.lity-next b {
right: 5.5rem;
left: auto;
}
.lity-next:hover b, .lity-previous:hover b,
.lity-next:active b, .lity-previous:active b,
.lity-next:focus b, .lity-previous:focus b {
display: inline-block;
opacity: 1;
}
/* Caption */
.lity-image-caption {
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.25);
color: #fff;
font-style: italic;
padding: 1rem;
}