first commit
BIN
assets/plugin/lightview/._css
Executable file
BIN
assets/plugin/lightview/._js
Executable file
BIN
assets/plugin/lightview/css/._lightview
Executable file
BIN
assets/plugin/lightview/css/lightview/._lightview.css
Executable file
BIN
assets/plugin/lightview/css/lightview/._skins
Executable file
712
assets/plugin/lightview/css/lightview/lightview.css
Executable file
@ -0,0 +1,712 @@
|
||||
/*
|
||||
* Part of Lightview - The jQuery Lightbox
|
||||
* http://projects.nickstakenburg.com/lightview
|
||||
*
|
||||
* IMPORTANT:
|
||||
* When modifying or adding skins it's recommended to do this in a seperate file,
|
||||
* overwriting or building on top of the styling defined here to make updating easier.
|
||||
*
|
||||
* Documentation:
|
||||
* http://projects.nickstakenburg.com/lightview/documentation/skins
|
||||
*
|
||||
*/
|
||||
|
||||
.lv_window {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
}
|
||||
.lv_window, .lv_window [class^="lv_"],
|
||||
.lv_overlay, .lv_overlay [class^="lv_"],
|
||||
.lv_thumbnails, .lv_thumbnails [class^="lv_"],
|
||||
.lv_controls_top, .lv_controls_top [class^="lv_"],
|
||||
.lv_controls_top_close, .lv_controls_top_close [class^="lv_"] {
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.lv_window,
|
||||
.lv_controls_top,
|
||||
.lv_controls_top_close,
|
||||
.lv_thumbnails,
|
||||
.lv_thumbnails_top_close {
|
||||
z-index: 100000;
|
||||
}
|
||||
.lv_skin {
|
||||
float: left;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.lv_bubble,
|
||||
.lv_shadow {
|
||||
position: absolute;
|
||||
}
|
||||
.lv_bubble * {
|
||||
display: inline;
|
||||
position: relative;
|
||||
float: left;
|
||||
z-index: none;
|
||||
}
|
||||
|
||||
.lv_skin * {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.lv_overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
/* wrapper for the spinner */
|
||||
.lv_spinner_wrapper {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* The the previous/next overlay buttons on top of images */
|
||||
.lv_inner_previous_next_overlays {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
zoom: 1;
|
||||
background: url('skins/blank.gif');
|
||||
}
|
||||
.lv_inner_previous_next_overlays * { padding: 0; margin: 0; }
|
||||
.lv_inner_previous_next_overlays .lv_button {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: 49%;
|
||||
background: url('skins/blank.gif');
|
||||
zoom: 1;
|
||||
cursor: pointer;
|
||||
}
|
||||
.lv_button_inner_previous_overlay { float: left; }
|
||||
.lv_button_inner_next_overlay { float: right; }
|
||||
|
||||
|
||||
.lv_title_caption {
|
||||
position:absolute;
|
||||
font: 11px/18px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, sans-serif;
|
||||
color: #eaeaea;
|
||||
}
|
||||
.lv_title_caption_slider { position: relative; float:left; overflow-y: hidden;}
|
||||
.lv_title_caption_slide { position: relative; float: left; top: 0; left: 0; padding: 15px 0 7px 0; }
|
||||
.lv_title { font-weight: bold; }
|
||||
.lv_title, .lv_caption {
|
||||
float: left;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.lv_update_queue {
|
||||
position: absolute;
|
||||
top: -15000px;
|
||||
left: -15000px;
|
||||
width: 5000px;
|
||||
height: 5000px;
|
||||
visibility: hidden;
|
||||
}
|
||||
.lv_update_queue .lv_window,
|
||||
.lv_update_queue .lv_content {
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
float: left;
|
||||
top: auto;
|
||||
left: auto;
|
||||
width: 100%;
|
||||
}
|
||||
.lv_content .lv_content_wrapper {
|
||||
float: left;
|
||||
clear: both;
|
||||
position: relative;
|
||||
}
|
||||
.lv_update_queue .lv_content_wrapper {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
.lv_content_wrapper canvas {
|
||||
float: left;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
.lv_content {
|
||||
position: absolute;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: auto; /* scrollbars */
|
||||
text-align: left;
|
||||
background: url('skins/blank.gif'); /* Chrome 18+ opacity bug */
|
||||
}
|
||||
|
||||
.lv_measure_element {
|
||||
position: relative;
|
||||
float: left;
|
||||
clear: both;
|
||||
}
|
||||
.lv_content_canvas,
|
||||
.lv_content_image,
|
||||
.lv_content_flash,
|
||||
.lv_content_object,
|
||||
.lv_content_iframe,
|
||||
.lv_content_html {
|
||||
float: left;
|
||||
border: 0;
|
||||
clear: both;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: none;
|
||||
}
|
||||
|
||||
|
||||
.lv_blank_background, /* IE */
|
||||
.lv_content /* Chrome 18+ */
|
||||
{ background-image: url('skins/blank.gif'); }
|
||||
|
||||
/* The buttons on the side when you view a gallery */
|
||||
.lv_side_buttons_underneath {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
height: 67px;
|
||||
margin-top: -34px;
|
||||
}
|
||||
.lv_side_buttons_underneath * { padding: 0; margin: 0; }
|
||||
|
||||
.lv_side_buttons_underneath .lv_side_left { float: left; }
|
||||
.lv_side_buttons_underneath .lv_side_right { float: right; }
|
||||
|
||||
.lv_side,
|
||||
.lv_side_button {
|
||||
height: 37px;
|
||||
width: 41px;
|
||||
position: absolute;
|
||||
}
|
||||
.lv_side {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
padding: 15px 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.lv_side_left { margin-left: -41px; }
|
||||
.lv_side_right { margin-right: -41px; }
|
||||
.lv_side_button {
|
||||
height: 31px;
|
||||
width: 41px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.lv_side_button_previous {
|
||||
margin-left: 0px;
|
||||
background-image: url("skins/light/sprite.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0px -33px;
|
||||
}
|
||||
.lv_side_button_previous:hover,
|
||||
.lv_side_left .lv_side_button_out { background-position: 0px -64px; }
|
||||
.lv_side_button_next {
|
||||
margin-left: 0px;
|
||||
background-image: url("skins/light/sprite.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: -41px -33px;
|
||||
}
|
||||
.lv_side_button_next:hover,
|
||||
.lv_side_right .lv_side_button_out { background-position: -41px -64px; }
|
||||
.lv_side_buttons_underneath .lv_side_button_out { margin-left: 0; }
|
||||
|
||||
/* disabled states */
|
||||
.lv_side_buttons_underneath .lv_side_left_disabled .lv_side_button,
|
||||
.lv_side_buttons_underneath .lv_side_left_disabled:hover .lv_side_button { background-position: 0px -95px; }
|
||||
|
||||
.lv_button_top_close {
|
||||
width: 33px;
|
||||
height: 33px;
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
background-image: url("skins/light/sprite.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0px 0px;
|
||||
/* the spacing option set on the relative controls is taken into account when positioning */
|
||||
top: 17px;
|
||||
/* left or right is set on the css of the skin */
|
||||
}
|
||||
.lv_button_top_close:hover {
|
||||
background-position: -33px 0px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Top Controls
|
||||
*/
|
||||
.lv_controls_top {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
width: 126px;
|
||||
margin-left: -63px;
|
||||
height: 63px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.lv_controls_top_with_slideshow {
|
||||
width: 147px;
|
||||
margin-left: -74px;
|
||||
}
|
||||
|
||||
.lv_controls_top .lv_top_middle {
|
||||
width: 100%;
|
||||
height: 33px;
|
||||
margin-top: 15px;
|
||||
float: left;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.lv_controls_top .lv_top_button {
|
||||
height: 100%;
|
||||
float: left;
|
||||
position: relative;
|
||||
}
|
||||
.lv_controls_top .lv_icon {
|
||||
background-image: url("skins/light/sprite.png");
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
font-family: "Lucida Sans", "Lucida Grande", Tahoma, sans-serif;
|
||||
color: #d4d4d4;
|
||||
text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
|
||||
position: relative;
|
||||
}
|
||||
.lv_controls_top .lv_icon_disabled {
|
||||
cursor: default;
|
||||
color: #2e2e2e;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.lv_top_previous { width: 63px; }
|
||||
.lv_top_previous .lv_icon { background-position: 0px -96px; }
|
||||
.lv_top_previous:hover .lv_icon { background-position: 0px -129px; }
|
||||
.lv_top_previous .lv_icon_disabled,
|
||||
.lv_top_previous:hover .lv_icon_disabled { background-position: 0px -162px; }
|
||||
|
||||
.lv_top_slideshow { width: 21px; display: none; position: relative; }
|
||||
.lv_controls_top_with_slideshow .lv_top_slideshow { display: block; }
|
||||
.lv_top_slideshow .lv_icon { background-position: -63px -96px; }
|
||||
.lv_top_slideshow:hover .lv_icon { background-position: -63px -129px; }
|
||||
.lv_top_slideshow .lv_icon_disabled,
|
||||
.lv_top_slideshow:hover .lv_icon_disabled { background-position: -63px -162px; }
|
||||
|
||||
.lv_top_slideshow_playing .lv_icon { background-position: -148px -96px; }
|
||||
.lv_top_slideshow_playing:hover .lv_icon { background-position: -148px -129px; }
|
||||
|
||||
|
||||
.lv_top_next { width: 62px; }
|
||||
.lv_top_next .lv_icon { background-position: -84px -96px; }
|
||||
.lv_top_next:hover .lv_icon { background-position: -84px -129px; }
|
||||
.lv_top_next .lv_icon_disabled,
|
||||
.lv_top_next:hover .lv_icon_disabled { background-position: -84px -162px; }
|
||||
|
||||
.lv_icon span { margin-top: 5px; width: 30px; text-align: center; line-height: 23px; }
|
||||
.lv_top_previous span { float: right; margin-right: 7px; }
|
||||
.lv_top_next span { float: left; margin-left: 6px; }
|
||||
|
||||
|
||||
.lv_controls_top_close {
|
||||
height: 33px;
|
||||
width: 33px; /* 46 */
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding: 13px;
|
||||
}
|
||||
.lv_controls_top_close_button {
|
||||
height: 33px;
|
||||
width: 33px;
|
||||
float: left;
|
||||
position: relative;
|
||||
background-image: url("skins/light/sprite.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: -166px -21px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.lv_controls_top_close_button:hover {
|
||||
background-position: -166px -54px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Relative Controls / Slider
|
||||
*/
|
||||
.lv_controls_relative {
|
||||
position: absolute;
|
||||
bottom: 10px;
|
||||
left: 50%;
|
||||
margin-left: -150px;
|
||||
height: 50px;
|
||||
overflow: hidden;
|
||||
background: url('skins/blank.gif');
|
||||
}
|
||||
.lv_slider {
|
||||
font-family: "Lucida Sans", "Lucida Grande", Tahoma, sans-serif;
|
||||
font-size: 9px;
|
||||
height: 21px;
|
||||
line-height: 21px;
|
||||
padding: 15px 0 14px 0;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
.lv_slider .lv_slider_numbers {
|
||||
float: left;
|
||||
position: relative;
|
||||
height: 21px;
|
||||
overflow: hidden;
|
||||
margin: 0 2px;
|
||||
}
|
||||
.lv_slider .lv_slider_slide {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 21px;
|
||||
}
|
||||
|
||||
.lv_slider_number,
|
||||
.lv_slider_number_empty {
|
||||
float: left;
|
||||
position: relative;
|
||||
height: 21px;
|
||||
width: 28px;
|
||||
line-height: 21px;
|
||||
overflow: hidden;
|
||||
color: #d4d4d4;
|
||||
text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
|
||||
background: #4a4a4a;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
zoom: 1;
|
||||
text-transform: none;
|
||||
text-decoration: none;
|
||||
border: none;
|
||||
background-repeat: no-repeat;
|
||||
background: url('skins/light/sprite.png');
|
||||
background-position: -67px 0px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.lv_slider_number_empty { background-position: -151px 0px; cursor: default; }
|
||||
.lv_slider_number_last { margin-right: 0; }
|
||||
|
||||
.lv_slider_number:hover {
|
||||
background-position: -95px 0px;
|
||||
|
||||
}
|
||||
.lv_slider_numbers .lv_slider_number_active,
|
||||
.lv_slider_numbers .lv_slider_number_active:hover {
|
||||
background-position: -123px 0px;
|
||||
color: #808080;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.lv_slider .lv_slider_icon,
|
||||
.lv_slider .lv_icon {
|
||||
height: 21px;
|
||||
width: 21px;
|
||||
}
|
||||
.lv_slider .lv_slider_icon {
|
||||
zoom: 1;
|
||||
padding: 0 2px; /* IE6 needs padding instead of margin */
|
||||
display: inline;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
}
|
||||
.lv_slider .lv_icon {
|
||||
background: url('skins/light/sprite.png');
|
||||
background-repeat: no-repeat;
|
||||
/* IE6 */
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 2px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.lv_slider_previous .lv_icon { background-position: -82px -21px; }
|
||||
.lv_slider_previous .lv_icon:hover { background-position: -82px -42px; }
|
||||
.lv_slider_previous_disabled .lv_icon,
|
||||
.lv_slider_previous_disabled .lv_icon:hover { background-position: -82px -63px; cursor: default; }
|
||||
|
||||
.lv_slider_next .lv_icon { background-position: -103px -21px; }
|
||||
.lv_slider_next .lv_icon:hover { background-position: -103px -42px; }
|
||||
.lv_slider_next_disabled .lv_icon,
|
||||
.lv_slider_next_disabled .lv_icon:hover { background-position: -103px -63px; cursor: default; }
|
||||
|
||||
.lv_slider_slideshow { position: relative; top : 0; left: 0; display: inline; }
|
||||
.lv_slider_slideshow .lv_icon { background-position: -125px -21px;}
|
||||
.lv_slider_slideshow .lv_icon:hover { background-position: -125px -42px; }
|
||||
.lv_slider_slideshow_playing .lv_icon { background-position: -146px -21px; }
|
||||
.lv_slider_slideshow_playing .lv_icon:hover { background-position: -146px -42px; }
|
||||
.lv_slider_slideshow_disabled .lv_icon,
|
||||
.lv_slider_slideshow_disabled .lv_icon:hover { background-position: -125px -63px; cursor: default; }
|
||||
|
||||
|
||||
/* thumbnails */
|
||||
.lv_thumbnails {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 92px;
|
||||
padding: 15px 0 25px 0;
|
||||
overflow: hidden;
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.lv_thumbnails_slider {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.lv_thumbnails_slide {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.lv_thumbnail {
|
||||
width: 92px;
|
||||
height: 92px;
|
||||
float: left;
|
||||
position: relative;
|
||||
display: inline;
|
||||
overflow: hidden; /* IE6 */
|
||||
}
|
||||
.lv_thumbnail_image {
|
||||
position: relative;
|
||||
background: red;
|
||||
background: #161616;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
margin: 6px;
|
||||
float: left;
|
||||
box-shadow: 0 -1px 4px rgba(0, 0, 0, .3);
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
display: inline; /* IE6 */
|
||||
z-index: 0; /* IE8 */
|
||||
|
||||
}
|
||||
.lv_thumbnail_image img { position: absolute; }
|
||||
.lv_thumbnail_active .lv_thumbnail_image {
|
||||
filter: alpha(opacity=35);
|
||||
opacity: .35;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.lv_thumbnail_icon {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-left: -18px;
|
||||
margin-top: -18px;
|
||||
background-position: 99px 99px;
|
||||
background-repeat: no-repeat;
|
||||
display: block !important;
|
||||
display: none; /* IE6 */
|
||||
}
|
||||
|
||||
.lv_thumbnail_image_spinner_overlay {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
float: left;
|
||||
position: relative;
|
||||
background: #161616;
|
||||
}
|
||||
|
||||
.lv_thumbnail_icon_video { background-position: 0px -196px; }
|
||||
.lv_thumbnail:hover .lv_thumbnail_icon_video { background-position: -36px -196px; }
|
||||
.lv_thumbnail_active:hover .lv_thumbnail_icon_video { background-position: 0px -196px; }
|
||||
|
||||
/*
|
||||
* Skins
|
||||
*/
|
||||
/* normalization for all skins */
|
||||
.lv_content { text-align: left; }
|
||||
|
||||
.lv_content,
|
||||
.lv_content h1,
|
||||
.lv_content h2,
|
||||
.lv_content h3,
|
||||
.lv_content h4,
|
||||
.lv_content h5,
|
||||
.lv_content h6 { color: #333; }
|
||||
|
||||
.lv_content a,
|
||||
.lv_content a:hover {
|
||||
color: #0088cc;
|
||||
font-weight: normal;
|
||||
background: none;
|
||||
border: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
.lv_content a:hover { text-decoration: underline; }
|
||||
|
||||
.lv_title_caption a,
|
||||
.lv_title_caption a:hover {
|
||||
color: #b4b4b4;
|
||||
font-weight: normal;
|
||||
background: none;
|
||||
border: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
.lv_title_caption a:hover { text-decoration: underline; }
|
||||
|
||||
/*
|
||||
* skin: 'light'
|
||||
*/
|
||||
/* title/caption */
|
||||
.lv_window_light .lv_title_caption { text-shadow: 0px 1px 1px rgba(0,0,0,.25); }
|
||||
|
||||
/* close button */
|
||||
.lv_window_light .lv_button_top_close {
|
||||
top: 17px;
|
||||
left: 55px;
|
||||
}
|
||||
|
||||
/* sprite */
|
||||
.lv_window_light .lv_side_button_previous,
|
||||
.lv_window_light .lv_side_button_next,
|
||||
.lv_window_light .lv_button_top_close,
|
||||
.lv_window_light .lv_controls_top_close_button,
|
||||
.lv_window_light .lv_slider .lv_icon,
|
||||
.lv_window_light .lv_slider_number,
|
||||
.lv_window_light .lv_slider_number_empty,
|
||||
.lv_window_light .lv_controls_top_close_button,
|
||||
.lv_controls_top_skin_light .lv_icon,
|
||||
.lv_controls_top_close_skin_light .lv_controls_top_close_button,
|
||||
.lv_thumbnails_skin_light .lv_thumbnail_icon {
|
||||
background-image: url('skins/light/sprite.png') !important;
|
||||
background-image: url('skins/light/sprite_ie_lt_7.png'); /* IE < 7 */
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* skin: 'dark'
|
||||
*/
|
||||
/* normalization */
|
||||
.lv_content_dark,
|
||||
.lv_content_dark h1,
|
||||
.lv_content_dark h2,
|
||||
.lv_content_dark h3,
|
||||
.lv_content_dark h4,
|
||||
.lv_content_dark h5,
|
||||
.lv_content_dark h6 {
|
||||
color: #f3f3f3;
|
||||
}
|
||||
|
||||
.lv_content_dark a,
|
||||
.lv_content_dark a:hover {
|
||||
color: #b4b4b4;
|
||||
}
|
||||
|
||||
/* sprite */
|
||||
.lv_window_dark .lv_side_buttons_underneath .lv_side_button_previous,
|
||||
.lv_window_dark .lv_side_buttons_underneath .lv_side_button_next,
|
||||
.lv_window_dark .lv_button_top_close,
|
||||
.lv_window_dark .lv_controls_top_close_button,
|
||||
.lv_window_dark .lv_slider .lv_icon,
|
||||
.lv_window_dark .lv_slider .lv_slider_number,
|
||||
.lv_window_dark .lv_slider .lv_slider_number_empty,
|
||||
.lv_window_dark .lv_controls_top_close_button,
|
||||
.lv_controls_top_skin_dark .lv_icon,
|
||||
.lv_controls_top_close_skin_dark .lv_controls_top_close_button,
|
||||
.lv_thumbnails_skin_dark .lv_thumbnail_icon {
|
||||
background-image: url('skins/dark/sprite.png') !important;
|
||||
background-image: url('skins/dark/sprite_ie_lt_7.png'); /* IE < 7 */
|
||||
}
|
||||
|
||||
/* close button */
|
||||
.lv_window_dark .lv_button_top_close {
|
||||
top: 18px;
|
||||
left: 53px;
|
||||
}
|
||||
|
||||
/* controls: 'relative' */
|
||||
.lv_window_dark .lv_slider_number { color: #acacac; }
|
||||
.lv_window_dark .lv_slider_number:hover { color: #e3e3e3; }
|
||||
.lv_window_dark .lv_slider_number_active,
|
||||
.lv_window_dark .lv_slider_number_active:hover { color: #5d5d5d;}
|
||||
|
||||
/* controls: 'top' */
|
||||
.lv_controls_top_skin_dark .lv_icon { color: #a6a6a6; }
|
||||
.lv_controls_top_skin_dark .lv_icon:hover { color: #e0e0e0; }
|
||||
.lv_controls_top_skin_dark .lv_icon_disabled,
|
||||
.lv_controls_top_skin_dark .lv_icon_disabled:hover { color: #575757; }
|
||||
|
||||
|
||||
/*
|
||||
* skin: 'mac'
|
||||
*/
|
||||
/* title/caption */
|
||||
.lv_window_mac .lv_title_caption { text-shadow: 0px 1px 1px rgba(0,0,0,.25); }
|
||||
|
||||
/* sprite */
|
||||
.lv_window_mac .lv_side_button_previous,
|
||||
.lv_window_mac .lv_side_button_next,
|
||||
.lv_window_mac .lv_button_top_close,
|
||||
.lv_window_mac .lv_controls_top_close_button,
|
||||
.lv_window_mac .lv_slider .lv_icon,
|
||||
.lv_window_mac .lv_slider_number,
|
||||
.lv_window_mac .lv_slider_number_empty,
|
||||
.lv_window_mac .lv_controls_top_close_button,
|
||||
.lv_controls_top_skin_mac .lv_icon,
|
||||
.lv_controls_top_close_skin_mac .lv_controls_top_close_button,
|
||||
.lv_thumbnails_skin_mac .lv_thumbnail_icon {
|
||||
background-image: url('skins/mac/sprite.png') !important;
|
||||
background-image: url('skins/mac/sprite_ie_lt_7.png'); /* IE < 7 */
|
||||
}
|
||||
|
||||
/* close button */
|
||||
.lv_window_mac .lv_button_top_close {
|
||||
top: 39px;
|
||||
left: 39px;
|
||||
}
|
||||
|
||||
/* controls: 'relative' */
|
||||
.lv_window_mac .lv_slider_number { color: #acacac; }
|
||||
.lv_window_mac .lv_slider_number:hover { color: #e1e1e1; }
|
||||
.lv_window_mac .lv_slider_number_active,
|
||||
.lv_window_mac .lv_slider_number_active:hover { color: #5d5d5d; }
|
||||
|
||||
/* controls: 'top' */
|
||||
.lv_controls_top_skin_mac .lv_icon { color: #a6a6a6; }
|
||||
.lv_controls_top_skin_mac .lv_icon:hover { color: #e0e0e0; }
|
||||
.lv_controls_top_skin_mac .lv_icon_disabled,
|
||||
.lv_controls_top_skin_mac .lv_icon_disabled:hover { color: #575757; }
|
||||
|
BIN
assets/plugin/lightview/css/lightview/skins/._blank.gif
Executable file
BIN
assets/plugin/lightview/css/lightview/skins/._dark
Executable file
BIN
assets/plugin/lightview/css/lightview/skins/._light
Executable file
BIN
assets/plugin/lightview/css/lightview/skins/._mac
Executable file
BIN
assets/plugin/lightview/css/lightview/skins/blank.gif
Executable file
After Width: | Height: | Size: 43 B |
BIN
assets/plugin/lightview/css/lightview/skins/dark/._sprite.png
Executable file
BIN
assets/plugin/lightview/css/lightview/skins/dark/._sprite_ie_lt_7.png
Executable file
BIN
assets/plugin/lightview/css/lightview/skins/dark/sprite.png
Executable file
After Width: | Height: | Size: 16 KiB |
BIN
assets/plugin/lightview/css/lightview/skins/dark/sprite_ie_lt_7.png
Executable file
After Width: | Height: | Size: 6.3 KiB |
BIN
assets/plugin/lightview/css/lightview/skins/light/._sprite.png
Executable file
BIN
assets/plugin/lightview/css/lightview/skins/light/._sprite_ie_lt_7.png
Executable file
BIN
assets/plugin/lightview/css/lightview/skins/light/sprite.png
Executable file
After Width: | Height: | Size: 15 KiB |
BIN
assets/plugin/lightview/css/lightview/skins/light/sprite_ie_lt_7.png
Executable file
After Width: | Height: | Size: 5.6 KiB |
BIN
assets/plugin/lightview/css/lightview/skins/mac/._sprite.png
Executable file
BIN
assets/plugin/lightview/css/lightview/skins/mac/._sprite_ie_lt_7.png
Executable file
BIN
assets/plugin/lightview/css/lightview/skins/mac/sprite.png
Executable file
After Width: | Height: | Size: 13 KiB |
BIN
assets/plugin/lightview/css/lightview/skins/mac/sprite_ie_lt_7.png
Executable file
After Width: | Height: | Size: 4.9 KiB |
BIN
assets/plugin/lightview/js/._excanvas
Executable file
BIN
assets/plugin/lightview/js/._lightview
Executable file
BIN
assets/plugin/lightview/js/._spinners
Executable file
BIN
assets/plugin/lightview/js/excanvas/._LICENSE
Executable file
BIN
assets/plugin/lightview/js/excanvas/._excanvas.js
Executable file
202
assets/plugin/lightview/js/excanvas/LICENSE
Executable file
@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|