Add gallery. Fix #15
@@ -11,3 +11,6 @@ locales:
|
||||
dev:
|
||||
rm public/packed/*
|
||||
$(CARTON) morbo $(LUTIM) --listen http://0.0.0.0:3000
|
||||
|
||||
devlog:
|
||||
multitail log/development.log
|
||||
|
||||
@@ -77,6 +77,12 @@
|
||||
"css": "cancel",
|
||||
"code": 59403,
|
||||
"src": "elusive"
|
||||
},
|
||||
{
|
||||
"uid": "baa375529925294ea0a2bc889c93ba2d",
|
||||
"css": "picture",
|
||||
"code": 59405,
|
||||
"src": "websymbols"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -319,6 +319,12 @@ sub startup {
|
||||
to('Controller#stats')->
|
||||
name('stats');
|
||||
|
||||
$r->get('/gallery' => sub {
|
||||
shift->render(
|
||||
template => 'gallery',
|
||||
);
|
||||
})->name('gallery');
|
||||
|
||||
$r->get('/myfiles' => sub {
|
||||
shift->render(
|
||||
template => 'myfiles'
|
||||
|
||||
@@ -10,4 +10,5 @@
|
||||
.icon-share:before { content: '\e808'; } /* '' */
|
||||
.icon-clipboard:before { content: '\e809'; } /* '' */
|
||||
.icon-ok:before { content: '\e80a'; } /* '' */
|
||||
.icon-cancel:before { content: '\e80b'; } /* '' */
|
||||
.icon-cancel:before { content: '\e80b'; } /* '' */
|
||||
.icon-picture:before { content: '\e80d'; } /* '' */
|
||||
@@ -10,4 +10,5 @@
|
||||
.icon-share { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-clipboard { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-picture { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
@@ -21,4 +21,5 @@
|
||||
.icon-share { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-clipboard { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-picture { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
@@ -1,10 +1,11 @@
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.eot?14873744');
|
||||
src: url('../font/fontello.eot?14873744#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff?14873744') format('woff'),
|
||||
url('../font/fontello.ttf?14873744') format('truetype'),
|
||||
url('../font/fontello.svg?14873744#fontello') format('svg');
|
||||
src: url('../font/fontello.eot?86455260');
|
||||
src: url('../font/fontello.eot?86455260#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?86455260') format('woff2'),
|
||||
url('../font/fontello.woff?86455260') format('woff'),
|
||||
url('../font/fontello.ttf?86455260') format('truetype'),
|
||||
url('../font/fontello.svg?86455260#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -14,7 +15,7 @@
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.svg?14873744#fontello') format('svg');
|
||||
src: url('../font/fontello.svg?86455260#fontello') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
@@ -65,4 +66,5 @@
|
||||
.icon-share:before { content: '\e808'; } /* '' */
|
||||
.icon-clipboard:before { content: '\e809'; } /* '' */
|
||||
.icon-ok:before { content: '\e80a'; } /* '' */
|
||||
.icon-cancel:before { content: '\e80b'; } /* '' */
|
||||
.icon-cancel:before { content: '\e80b'; } /* '' */
|
||||
.icon-picture:before { content: '\e80d'; } /* '' */
|
||||
@@ -57,3 +57,6 @@ label.always-encrypt {
|
||||
#copy-all {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
#gallery-url {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
@@ -46,3 +46,12 @@ Font license info
|
||||
Homepage: http://aristeides.com/
|
||||
|
||||
|
||||
## Web Symbols
|
||||
|
||||
Copyright (c) 2011 by Just Be Nice studio. All rights reserved.
|
||||
|
||||
Author: Just Be Nice studio
|
||||
License: SIL (http://scripts.sil.org/OFL)
|
||||
Homepage: http://www.justbenicestudio.com/
|
||||
|
||||
|
||||
|
||||
@@ -1,23 +1,36 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Copyright (C) 2015 by original authors @ fontello.com</metadata>
|
||||
<metadata>Copyright (C) 2016 by original authors @ fontello.com</metadata>
|
||||
<defs>
|
||||
<font id="fontello" horiz-adv-x="1000" >
|
||||
<font-face font-family="fontello" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
|
||||
<missing-glyph horiz-adv-x="1000" />
|
||||
<glyph glyph-name="twitter" unicode="" d="m904 622q-37-54-90-93 0-8 0-23 0-73-21-145t-64-139-103-117-144-82-181-30q-151 0-276 81 19-3 43-3 126 0 224 77-59 2-105 36t-64 89q19-2 34-2 24 0 48 6-63 13-104 62t-41 115v2q38-21 82-23-37 25-59 64t-22 86q0 49 25 91 68-83 164-133t208-55q-5 21-5 41 0 75 53 127t127 53q79 0 132-57 61 12 114 44-20-64-79-100 52 6 104 28z" horiz-adv-x="928.6" />
|
||||
<glyph glyph-name="git" unicode="" d="m332 5q0 56-92 56-88 0-88-58 0-57 96-57 84 0 84 59z m-33 421q0 35-17 57t-49 23q-69 0-69-81 0-75 69-75 66 0 66 76z m150 181v-112q-20-7-44-13 9-24 9-47 0-70-41-120t-110-63q-22-5-33-15t-11-33q0-17 13-28t32-18 44-12 48-15 44-21 32-35 13-55q0-170-203-170-38 0-72 7t-65 23-49 46-18 71q0 92 102 125v3q-38 22-38 70 0 61 35 76v3q-40 13-66 60t-27 92q0 78 53 130t131 51q54 0 100-26 54 0 121 26z m178-491h-124q2 25 2 74v340q0 53-2 72h124q-3-19-3-70v-342q0-49 3-74z m335 124v-110q-40-22-97-22-35 0-60 12t-39 27-22 44-10 51-2 58v196h1v2q-4 0-11 0t-10 1q-12 0-33-3v106h54v42q0 30-4 50h127q-3-23-3-92h95v-106q-8 0-24 1t-24 1h-47v-204q0-73 48-73 34 0 61 19z m-321 528q0-32-22-57t-54-24q-32 0-54 24t-23 57q0 33 22 57t55 25q33 0 54-25t22-57z" horiz-adv-x="1000" />
|
||||
<glyph glyph-name="flattr" unicode="" d="m0-37l0 514q0 179 85 278t259 99l548 0q-5-5-52-53t-100-101-109-109-95-93-42-37q-15 0-15 16l0 156-48 0q-59 0-94-6t-63-26-39-57-12-96l0-262z m67-117q5 5 53 53t100 101 109 110 95 93 41 36q15 0 15-16l0-156 48 0q116 0 162 36t45 149l0 262 224 223 0-514q0-179-84-278t-260-99l-548 0z" horiz-adv-x="959" />
|
||||
<glyph glyph-name="bitcoin" unicode="" d="m651 493q10-102-73-144 65-16 98-58t25-119q-4-40-18-70t-36-49-54-33-68-19-81-9v-142h-86v140q-45 0-68 1v-141h-86v142q-10 0-30 1t-31 0h-112l18 102h62q27 0 32 28v225h9q-4 0-9 0v160q-7 38-50 38h-62v92l119-1q35 0 54 1v141h86v-138q45 1 68 1v137h86v-141q44-4 78-13t63-25 46-43 20-64z m-120-304q0 20-8 35t-21 26-32 17-36 10-42 5-38 2-36 0-27-1v-189q5 0 21 0t27 0 29 1 33 2 32 5 31 8 26 11 22 17 14 22 5 29z m-39 265q0 19-7 33t-17 23-27 16-31 9-34 5-33 1-30 0-22-1v-171q3 0 20 0t26 0 27 1 31 3 29 6 27 10 21 15 15 22 5 28z" horiz-adv-x="714.3" />
|
||||
<glyph glyph-name="trash" unicode="" d="m286 439v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13z m143 0v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13z m142 0v-321q0-8-5-13t-12-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q7 0 12-5t5-13z m72-404v529h-500v-529q0-12 4-22t8-15 6-5h464q2 0 6 5t8 15 4 22z m-375 601h250l-27 65q-4 5-9 6h-177q-6-1-10-6z m518-18v-36q0-8-5-13t-13-5h-54v-529q0-46-26-80t-63-34h-464q-37 0-63 33t-27 79v531h-53q-8 0-13 5t-5 13v36q0 8 5 13t13 5h172l39 93q9 21 31 35t44 15h178q22 0 44-15t30-35l39-93h173q8 0 13-5t5-13z" horiz-adv-x="785.7" />
|
||||
<glyph glyph-name="download" unicode="" d="m714 100q0 15-10 25t-25 11-26-11-10-25 10-25 26-11 25 11 10 25z m143 0q0 15-10 25t-26 11-25-11-10-25 10-25 25-11 26 11 10 25z m72 125v-179q0-22-16-37t-38-16h-821q-23 0-38 16t-16 37v179q0 22 16 38t38 16h259l75-76q33-32 76-32t76 32l76 76h259q22 0 38-16t16-38z m-182 318q10-23-8-40l-250-250q-10-10-25-10t-25 10l-250 250q-17 17-8 40 10 21 33 21h143v250q0 15 11 25t25 11h143q14 0 25-11t10-25v-250h143q24 0 33-21z" horiz-adv-x="928.6" />
|
||||
<glyph glyph-name="spinner" unicode="" d="m469 614v204q129 0 237-61t169-170 62-237h-204q0 72-36 133t-95 96-133 35z" horiz-adv-x="937.5" />
|
||||
<glyph glyph-name="eye" unicode="" d="m929 314q-85 132-213 197 34-58 34-125 0-104-73-177t-177-73-177 73-73 177q0 67 34 125-128-65-213-197 75-114 187-182t242-68 242 68 187 182z m-402 215q0 11-8 19t-19 7q-70 0-120-50t-50-119q0-12 8-19t19-8 19 8 8 19q0 48 34 82t82 34q11 0 19 8t8 19z m473-215q0-19-11-38-78-129-210-206t-279-77-279 77-210 206q-11 19-11 38t11 39q78 128 210 205t279 78 279-78 210-205q11-20 11-39z" horiz-adv-x="1000" />
|
||||
<glyph glyph-name="share" unicode="" d="m679 279q74 0 126-53t52-126-52-126-126-53-127 53-52 126q0 7 1 19l-201 100q-51-48-121-48-75 0-127 53t-52 126 52 126 127 53q70 0 121-48l201 100q-1 12-1 19 0 74 52 126t127 53 126-53 52-126-52-126-126-53q-71 0-122 48l-201-100q1-12 1-19t-1-19l201-100q51 48 122 48z" horiz-adv-x="857.1" />
|
||||
<glyph glyph-name="clipboard" unicode="" d="m678 819q65 0 110-46t46-110l0-625q0-65-46-111t-110-46l-522 0q-65 0-110 46t-46 111l0 625q0 65 46 110t110 46l522 0z m-418-104l0-52q0-21 16-37t37-16l208 0q22 0 37 16t15 37l0 52-313 0z m469-677l0 625q0 21-15 37t-36 15l-53 0 0-52q0-43-30-73t-74-31l-208 0q-43 0-74 31t-30 73l0 52-53 0q-21 0-37-15t-15-37l0-625q0-21 15-37t37-16l522 0q21 0 36 16t15 37z m-104 52l-416 0q-26 0-26 25 0 12 7 19t19 8l416 0q11 0 19-8t7-19q0-25-26-25z m0 157l-416 0q-11 0-19 7t-7 19q0 25 26 25l416 0q26 0 26-25 0-11-7-19t-19-7z m0 156l-416 0q-26 0-26 25 0 11 7 19t19 7l416 0q11 0 19-7t7-19q0-25-26-25z" horiz-adv-x="834" />
|
||||
<glyph glyph-name="ok" unicode="" d="m932 534q0-22-15-38l-404-404-76-76q-16-15-38-15t-38 15l-76 76-202 202q-15 16-15 38t15 38l76 76q16 16 38 16t38-16l164-165 366 367q16 16 38 16t38-16l76-76q15-16 15-38z" horiz-adv-x="1000" />
|
||||
<glyph glyph-name="cancel" unicode="" d="m0 71l279 279-279 279 221 221 279-279 279 279 221-221-279-279 279-279-221-221-279 279-279-279z" horiz-adv-x="1000" />
|
||||
<glyph glyph-name="twitter" unicode="" d="M904 622q-37-54-90-93 0-8 0-23 0-73-21-145t-64-139-103-117-144-82-181-30q-151 0-276 81 19-2 43-2 126 0 224 77-59 1-105 36t-64 89q19-3 34-3 24 0 48 6-63 13-104 62t-41 115v2q38-21 82-23-37 25-59 64t-22 86q0 49 25 91 68-83 164-133t208-55q-5 21-5 41 0 75 53 127t127 53q79 0 132-57 61 12 114 44-20-64-79-100 52 6 104 28z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="git" unicode="" d="M332 5q0 56-92 56-88 0-88-58 0-57 96-57 84 0 84 59z m-33 421q0 35-17 57t-49 23q-69 0-69-81 0-75 69-75 66 0 66 76z m150 181v-112q-20-7-44-13 9-24 9-47 0-70-41-120t-110-63q-22-5-33-15t-11-33q0-17 13-28t32-18 44-12 48-15 44-21 32-35 13-55q0-170-203-170-38 0-72 7t-65 23-49 46-18 71q0 92 102 125v3q-38 22-38 70 0 61 35 76v3q-40 13-66 60t-27 92q0 78 53 130t131 51q54 0 100-26 54 0 121 26z m178-491h-124q2 25 2 74v340q0 53-2 72h124q-3-19-3-70v-342q0-49 3-74z m335 124v-110q-40-22-97-22-35 0-60 12t-39 27-22 44-10 51-2 58v196h1v2q-4 0-11 0t-10 1q-12 0-33-3v106h54v42q0 30-4 50h127q-3-23-3-92h95v-106q-8 0-24 1t-24 1h-47v-204q0-73 48-73 34 0 61 19z m-321 528q0-32-22-57t-54-24q-32 0-54 24t-23 57q0 33 22 57t55 25q33 0 54-25t22-57z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="flattr" unicode="" d="M0-37l0 514q0 179 85 278t259 99l548 0q-5-5-52-53t-100-101-109-109-95-93-42-37q-15 0-15 16l0 156-48 0q-59 0-94-6t-63-26-39-57-12-96l0-262z m67-117q5 5 53 53t100 101 109 110 95 93 41 36q15 0 15-16l0-156 48 0q116 0 162 36t45 149l0 262 224 223 0-514q0-179-84-278t-260-99l-548 0z" horiz-adv-x="959" />
|
||||
|
||||
<glyph glyph-name="bitcoin" unicode="" d="M651 493q10-102-73-144 65-16 98-58t25-119q-4-40-18-70t-36-49-54-33-68-19-81-9v-142h-86v140q-45 0-68 1v-141h-86v142q-10 0-30 1t-31 0h-112l18 102h62q27 0 32 28v225h9q-4 0-9 0v160q-7 38-50 38h-62v92l119-1q35 0 54 1v141h86v-138q45 1 68 1v137h86v-141q44-4 78-13t63-25 46-43 20-64z m-120-304q0 20-8 35t-21 26-32 17-36 10-42 5-38 2-36 0-27-1v-189q5 0 21 0t27 0 29 1 33 2 32 5 31 8 26 11 22 17 14 22 5 29z m-39 265q0 19-7 33t-17 23-27 16-31 9-34 5-33 1-30 0-22-1v-171q3 0 20 0t26 0 27 1 31 3 29 6 27 10 21 15 15 22 5 28z" horiz-adv-x="714.3" />
|
||||
|
||||
<glyph glyph-name="trash" unicode="" d="M286 439v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13z m143 0v-321q0-8-5-13t-13-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q8 0 13-5t5-13z m142 0v-321q0-8-5-13t-12-5h-36q-8 0-13 5t-5 13v321q0 8 5 13t13 5h36q7 0 12-5t5-13z m72-404v529h-500v-529q0-12 4-22t8-15 6-5h464q2 0 6 5t8 15 4 22z m-375 601h250l-27 65q-4 5-9 6h-177q-6-1-10-6z m518-18v-36q0-8-5-13t-13-5h-54v-529q0-46-26-80t-63-34h-464q-37 0-63 33t-27 79v531h-53q-8 0-13 5t-5 13v36q0 8 5 13t13 5h172l39 93q9 21 31 35t44 15h178q22 0 44-15t30-35l39-93h173q8 0 13-5t5-13z" horiz-adv-x="785.7" />
|
||||
|
||||
<glyph glyph-name="download" unicode="" d="M714 100q0 15-10 25t-25 11-26-11-10-25 10-25 26-11 25 11 10 25z m143 0q0 15-10 25t-26 11-25-11-10-25 10-25 25-11 26 11 10 25z m72 125v-179q0-22-16-37t-38-16h-821q-23 0-38 16t-16 37v179q0 22 16 38t38 16h259l75-76q33-32 76-32t76 32l76 76h259q22 0 38-16t16-38z m-182 318q10-23-8-40l-250-250q-10-10-25-10t-25 10l-250 250q-17 17-8 40 10 21 33 21h143v250q0 15 11 25t25 11h143q14 0 25-11t10-25v-250h143q24 0 33-21z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="spinner" unicode="" d="M469 614v204q129 0 237-61t169-170 62-237h-204q0 72-36 133t-95 96-133 35z" horiz-adv-x="937.5" />
|
||||
|
||||
<glyph glyph-name="eye" unicode="" d="M929 314q-85 132-213 197 34-58 34-125 0-104-73-177t-177-73-177 73-73 177q0 67 34 125-128-65-213-197 75-114 187-182t242-68 242 68 187 182z m-402 215q0 11-8 19t-19 7q-70 0-120-50t-50-119q0-11 8-19t19-8 19 8 8 19q0 48 34 82t82 34q11 0 19 8t8 19z m473-215q0-19-11-38-78-129-210-206t-279-77-279 77-210 206q-11 19-11 38t11 39q78 128 210 205t279 78 279-78 210-205q11-20 11-39z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="share" unicode="" d="M679 279q74 0 126-53t52-126-52-126-126-53-127 53-52 126q0 7 1 19l-201 100q-51-48-121-48-75 0-127 53t-52 126 52 126 127 53q70 0 121-48l201 100q-1 12-1 19 0 74 52 126t127 53 126-53 52-126-52-126-126-53q-71 0-122 48l-201-100q1-12 1-19t-1-19l201-100q51 48 122 48z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="clipboard" unicode="" d="M678 819q65 0 110-46t46-110l0-625q0-65-46-111t-110-46l-522 0q-65 0-110 46t-46 111l0 625q0 65 46 110t110 46l522 0z m-418-104l0-52q0-21 16-37t37-16l208 0q22 0 37 16t15 37l0 52-313 0z m469-677l0 625q0 21-15 37t-36 15l-53 0 0-52q0-43-30-73t-74-31l-208 0q-43 0-74 31t-30 73l0 52-53 0q-21 0-37-15t-15-37l0-625q0-21 15-37t37-16l522 0q21 0 36 16t15 37z m-104 52l-416 0q-26 0-26 25 0 12 7 19t19 8l416 0q11 0 19-8t7-19q0-25-26-25z m0 157l-416 0q-11 0-19 7t-7 19q0 25 26 25l416 0q26 0 26-25 0-11-7-19t-19-7z m0 156l-416 0q-26 0-26 25 0 11 7 19t19 7l416 0q11 0 19-7t7-19q0-25-26-25z" horiz-adv-x="834" />
|
||||
|
||||
<glyph glyph-name="ok" unicode="" d="M932 534q0-22-15-38l-404-404-76-76q-16-15-38-15t-38 15l-76 76-202 202q-15 16-15 38t15 38l76 76q16 16 38 16t38-16l164-165 366 367q16 16 38 16t38-16l76-76q15-16 15-38z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="cancel" unicode="" d="M0 71l279 279-279 279 221 221 279-279 279 279 221-221-279-279 279-279-221-221-279 279-279-279z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="picture" unicode="" d="M1360 849v-1000h-1360v1000h1360z m-1240-880h1120v760h-1120v-760z m1000 560q0-33-23-56t-57-24-56 24-24 56 24 57 56 23 57-23 23-57z m43-473q2-1 1-4t-4-3h-956q-4 0-4 4v2q18 36 135 280t144 299q1 2 4 3t3-2l311-386 152 122h7l1-2q39-50 102-155t104-158z" horiz-adv-x="1360" />
|
||||
</font>
|
||||
</defs>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 933 B |
|
After Width: | Height: | Size: 909 B |
|
After Width: | Height: | Size: 688 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 946 B |
|
After Width: | Height: | Size: 5.7 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 8.9 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 673 B |
|
After Width: | Height: | Size: 673 B |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 858 B |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 540 B |
@@ -0,0 +1,423 @@
|
||||
version 1.7.22
|
||||
|
||||
-bug fix: fixed bug related to video sizes in lightbox
|
||||
-bug fix: fixed bug when right button was disabled on non fixed thumbs
|
||||
|
||||
version 1.7.21
|
||||
|
||||
-bug fix: fixed one row only bug in tiles grid
|
||||
|
||||
version 1.7.20
|
||||
|
||||
-bug fix: fixed youtube player destroy function, was a bug there
|
||||
|
||||
version 1.7.19
|
||||
|
||||
change: changed functionality to: tile_videoplay_icon_always_on
|
||||
|
||||
version 1.7.18
|
||||
|
||||
-bug fix: fixed various bugs from 17.7.17
|
||||
|
||||
version 1.7.17
|
||||
|
||||
-bug fix: fixed jquery 1.8 issue with fading.
|
||||
-bug fix: fixed icon always on issue
|
||||
|
||||
version 1.7.16
|
||||
|
||||
-bug fix: fixed image border issue.
|
||||
|
||||
version 1.7.15
|
||||
|
||||
-bug fix: fixed tiles grid small issue with rtl
|
||||
|
||||
version 1.7.14
|
||||
|
||||
-bug fix: fixed nested type arrange on first load for mobile mode
|
||||
|
||||
version 1.7.13
|
||||
|
||||
-bug fix: fixed small js bug, about html variable
|
||||
-bug fix: added better protection against unwanted css transitions
|
||||
-bug fix: fixed vimeo didn't changed bug (vimeo removed the quick change video option)
|
||||
|
||||
version 1.7.12
|
||||
|
||||
-change: added line height to video title
|
||||
-bug fix: bring back the fixed tiles_max_columns function
|
||||
|
||||
version 1.7.11
|
||||
|
||||
-bog fix: improved lightbox wide video player
|
||||
|
||||
version 1.7.10
|
||||
|
||||
-change: added theme_align option to tiles grid
|
||||
|
||||
version 1.7.9
|
||||
|
||||
-bug fix: fixed some preloader error with tabs
|
||||
-bug fix: fixed tilegrid resize issues
|
||||
|
||||
version 1.7.8
|
||||
|
||||
-made some small js changes
|
||||
|
||||
version 1.7.7
|
||||
|
||||
-added support for image src as full image, and data-thumb as thumb
|
||||
|
||||
version 1.7.7
|
||||
|
||||
-bug fix: fixed direction arrows slide direction
|
||||
-bug fix: fixed titles with html tags
|
||||
|
||||
version 1.7.6
|
||||
|
||||
-feature: added tile text panel description
|
||||
-protection: added protection against width:100% css
|
||||
|
||||
version 1.7.5
|
||||
|
||||
-feature: added tile text panel top/bottom/middle positions (text outside image)
|
||||
-bug fix: fixed ie11 fullscreen mode
|
||||
|
||||
version 1.7.4
|
||||
|
||||
-bug fix: fixed left / right buttons on input objects
|
||||
|
||||
version 1.7.3
|
||||
|
||||
-feature: added category tab select type
|
||||
-bug fix: fixed video player misplaced on gallery resize
|
||||
|
||||
version 1.7.2
|
||||
|
||||
-protection: added protection agains lasy load
|
||||
|
||||
version 1.7.1
|
||||
|
||||
-feature: added "open lightbox at start" option for tiles theme
|
||||
|
||||
version 1.7
|
||||
|
||||
-feature: added "tiles - nested" gallery type
|
||||
-feature: added API functions to carousel type
|
||||
|
||||
version 1.6.8
|
||||
|
||||
-addition: added protection against undefined big images url's for the slider.
|
||||
-change: changed mediaelement to new version
|
||||
-bug fix: added z-index:0 to the gallery to avoid menu over the gallery
|
||||
|
||||
version 1.6.7
|
||||
|
||||
-change: changed files order include
|
||||
-change: improved error message on some cases
|
||||
|
||||
version 1.6.6
|
||||
|
||||
-bug fix: fixed min jquery version checking.
|
||||
|
||||
version 1.6.5
|
||||
|
||||
-feature: added minimal version jquery validation
|
||||
-bug fix: fixed tiles text panel appear
|
||||
|
||||
|
||||
version 1.6.4
|
||||
|
||||
-feature: keep order option in tiles columns
|
||||
-bug fix: text panel was blined on tiles resize
|
||||
|
||||
version 1.6.3
|
||||
|
||||
-bug fix: fixed text panel always on on tiles types
|
||||
|
||||
version 1.6.2
|
||||
|
||||
-bug fix: text panel was not hided on some of the cases
|
||||
-chagne: improved show/hide controls display
|
||||
|
||||
version 1.6.1
|
||||
|
||||
bug fix: fixed a small bug with tiles image effect
|
||||
|
||||
version 1.6
|
||||
|
||||
-feature: changed tiles view - make variable number of columns
|
||||
-change: improvement transition movement of tiles and justified types
|
||||
|
||||
version 1.5.9
|
||||
|
||||
-feature: added option thumb_fixed_size that alow to run dynamic size strips.
|
||||
|
||||
version 1.5.8
|
||||
|
||||
-bug fix: the video player stayed on compact mode on slide change
|
||||
|
||||
version 1.5.7
|
||||
|
||||
-feature: added option: tiles_align for columns type
|
||||
-change: changed default lightbox transition to "fade"
|
||||
|
||||
version 1.5.6
|
||||
|
||||
-bug fix: add "ug-rtl" style
|
||||
-feature: added option: tile_videoplay_icon_always_on in tile design section
|
||||
|
||||
version 1.5.5
|
||||
|
||||
-bug fix: fixed size bugs in justified type
|
||||
|
||||
version 1.5.4
|
||||
|
||||
-bug fix: fixed video gallery with tabs
|
||||
|
||||
version 1.5.3
|
||||
|
||||
-feature: added "destroy function to API"
|
||||
-bug fix: fixed destroy function
|
||||
|
||||
version 1.5.2
|
||||
|
||||
-bug fix: added remove html function to lightbox
|
||||
-bug fix: fixed some ie8 related issues
|
||||
-bug fix: disabled scrolling on lightbox with mousewheel: none
|
||||
|
||||
version 1.5.1
|
||||
|
||||
-bog fix: fixed theme default options (like autoplay=true) that was brocken in the last update
|
||||
|
||||
version 1.5
|
||||
|
||||
-feature: added "category tabs" support
|
||||
|
||||
version 1.4.6
|
||||
|
||||
-bug fix: fixed js error on carousel without navigation
|
||||
|
||||
version 1.4.5
|
||||
|
||||
- change: added support for "title" attribute as item description
|
||||
|
||||
version 1.4.4
|
||||
|
||||
-feature: enable slider area links
|
||||
-bug fix: on playing mode slides was advanced even when images was not loaded
|
||||
-bug fix: fixed mousewheel advance item on lightbox
|
||||
|
||||
version 1.4.3
|
||||
|
||||
-bug fix: gallery on hidden tab was dissapeared on fullscreen
|
||||
|
||||
version 1.4.2
|
||||
|
||||
-feature: added option gallery_shuffle
|
||||
-bug fix: bullets miss position after back from full screen
|
||||
|
||||
version 1.4.1
|
||||
|
||||
-bug fix: fixed some bug in justified tiles view in mobile width
|
||||
-bug fix: fixed issue with video size at tabs
|
||||
|
||||
version 1.4
|
||||
|
||||
-bug fix: add preloader to video player
|
||||
-change: video in lightbox compact mode opens in frame instead of on full screen
|
||||
|
||||
version 1.3.9
|
||||
|
||||
-feature: added option: slider_background_opacity
|
||||
-feature: added option: gallery_mousewheel_role
|
||||
-feature: added scale mode: fitdown
|
||||
-feature: added vertical page scroll on drag
|
||||
|
||||
-change: when go to full screen mode, disable the pause on mouseover mode
|
||||
-bug fix: carousel tile was dissapeared when size change less then tile width
|
||||
|
||||
version 1.3.8
|
||||
|
||||
-bug fix: fixed carousel related bug that text panel was over the icons
|
||||
|
||||
version 1.3.7
|
||||
|
||||
-bug fix: fixed carousel text panel didn't appeared on cloned items
|
||||
|
||||
version 1.3.6
|
||||
|
||||
-bug fix: fixed bug when closing the lightbox
|
||||
|
||||
version 1.3.5
|
||||
|
||||
-bug fix: the lightbox was closing on video slider touch
|
||||
|
||||
version 1.3.4
|
||||
|
||||
-feature: added mobile hide options to slider buttons and zoom panel
|
||||
|
||||
version 1.3.3
|
||||
|
||||
-feature: added top position navigation option in carousel view
|
||||
|
||||
version 1.3.2
|
||||
|
||||
-bug fix: fixed the flickering when close compact lightbox with view playing.
|
||||
-bug fix: fixed bug with text panel not always on on themes.
|
||||
|
||||
version 1.3.1
|
||||
|
||||
-bug fix: text panel was not show on carousel cloned items
|
||||
-bug fix: fixed issue with one item only on carousel
|
||||
|
||||
version 1.3
|
||||
|
||||
-feature: added "compact" lightbox type
|
||||
|
||||
version 1.2.16
|
||||
|
||||
-bug fix: fixed the responsivness of regular themes.
|
||||
|
||||
version 1.2.15
|
||||
|
||||
-bug fix: fixed hide preloader on tiles theme
|
||||
-bug fix: fixed empty image was trying to load
|
||||
|
||||
version 1.2.14
|
||||
|
||||
-feature: added lightbox close on escape key
|
||||
|
||||
version 1.2.13
|
||||
|
||||
-bug fix: make all the themes work within tabs
|
||||
|
||||
version 1.2.12
|
||||
|
||||
-bug fix: make the gallery to work within tabs
|
||||
|
||||
version 1.2.11
|
||||
|
||||
-bug fix: added clickable function for carousel and tiles grid mode for mobile and tablet
|
||||
|
||||
version 1.2.10
|
||||
|
||||
-bug fix: adopted tiles clickable functions for mobile and tablet
|
||||
|
||||
version 1.2.9
|
||||
|
||||
-bug fix: fixed text align in lightbox
|
||||
|
||||
version 1.2.8
|
||||
|
||||
-feature: added tiles text panel text source, title or description
|
||||
|
||||
version 1.2.7
|
||||
|
||||
-feature: added disable lightbox option (tile_enable_action).
|
||||
|
||||
version 1.2.6
|
||||
|
||||
-bug fix: fixed some bug with lightbox text cut off
|
||||
|
||||
version 1.2.5
|
||||
|
||||
-change: added css protection against unwanted css transitions
|
||||
|
||||
version 1.2.4
|
||||
|
||||
- bug fix: fixed destorted images on some of the themes like avada
|
||||
|
||||
version 1.2.3
|
||||
|
||||
-feature: added lightbox additional options including lightbox slider options
|
||||
|
||||
version 1.2.2
|
||||
|
||||
-bug fix: fixed lightbox textpanel positioning on mobile
|
||||
|
||||
version 1.2.1
|
||||
|
||||
-bug fix: fixed tiles type total height
|
||||
-bug fix: adopted the tiles galleries for touch
|
||||
-bug fix: fixed lightbox positioning when back from drag
|
||||
-bug fix: fixed tiles youtube play issues
|
||||
|
||||
version 1.2
|
||||
|
||||
-added theme: tiles (columns,justified)
|
||||
-added theme: tilesgrid
|
||||
-added theme: carousel
|
||||
|
||||
-option add: added grid option: grid_padding.
|
||||
-option add: added textpanel options: textpanel_fontfamily, etc.
|
||||
-option add: added option: slider_background_color
|
||||
-option add: added option: bullets_space_between to bullets object (for tiles types)
|
||||
-option add: added option: tiles_height, tiles_width for tiles fixed type
|
||||
-option add: added youtube video options: video_youtube_showinfo,
|
||||
|
||||
-change: removed background color from the gallery wrapper
|
||||
-change: changed gallery min height and min width options to fit into mobile devices.
|
||||
|
||||
-bug fix: fixed video gallery autoplay for vimeo video
|
||||
-bug fix: fixed video gallery description size
|
||||
-bug fix: fixed keyboard navigation in google chrome
|
||||
-bug fix: fixed bullets left margin on first item
|
||||
|
||||
|
||||
version (1.1.2015) 1.1.6
|
||||
|
||||
- bug fix: fixed video gallery title and description skin mobile view
|
||||
|
||||
version (13.12.2014) 1.1.5
|
||||
|
||||
- feature: added bottom buttons for video gallery
|
||||
- feature: added ugCheckForErrors function for error message output
|
||||
|
||||
version (2.12.2014) 1.1.4
|
||||
|
||||
- bug fix: fixed multiple video galleries on one page
|
||||
|
||||
version (2.12.2014) 1.1.3
|
||||
|
||||
- added video gallery theme
|
||||
- added option to disble panel at start for some seconds
|
||||
- bug fix: fixed small bug with youtube playback
|
||||
|
||||
version (29.11.2014) 1.1.2
|
||||
|
||||
- bug fix: when controls not alwqays on, don't show progress bar
|
||||
- bug fix: fixed fullscreen on ie11
|
||||
|
||||
version 1.1.1
|
||||
|
||||
-feature: added option: slider_videoplay_button_type. slider video play button type, square or round
|
||||
|
||||
version 1.1 (20.10.2014)
|
||||
|
||||
-feature: add grid bottom and grid top types
|
||||
-feature: added media players for youtube, vimeo, html5 video, soundcloud, wistia
|
||||
-feature: get automatically youtube images and thumbs by id
|
||||
-feature: added option: slider_zoom_max_ratio for limit the zooming
|
||||
-feature: added option: slider_scale_mode_media - saparate scale mode option for slider media item
|
||||
|
||||
-bug fix: fixed first image was not loaded sometimes.
|
||||
|
||||
version 1.0.3
|
||||
|
||||
-feature: add grid bottom and grid top types
|
||||
|
||||
version 1.0.2
|
||||
|
||||
-bug fix: fixed avia strip navigation.
|
||||
|
||||
version 1.0.1
|
||||
|
||||
- bug fix: removed max-width:100% from the images
|
||||
- bug fix: added strip arrows to alexis theme
|
||||
- change: set option "debug errors" to false
|
||||
- bug fix: added transition setting to strip scroll, was hard coded.
|
||||
- bug fix: fixed small bug in compact theme related to galllery resize
|
||||
- bug fix: fixed compatability with other draggable components
|
||||
|
||||
version 1.0 - first release
|
||||
@@ -0,0 +1,385 @@
|
||||
|
||||
/*------ Unite Gallery Alexis Skin -------*/
|
||||
|
||||
|
||||
.---------Slider_Arrows--------{}
|
||||
|
||||
.ug-arrow-left.ug-skin-alexis,
|
||||
.ug-arrow-right.ug-skin-alexis{
|
||||
width:35px;
|
||||
height:35px;
|
||||
background-image:url('images/slider_arrow_left.png');
|
||||
background-position:0px 0px;
|
||||
}
|
||||
|
||||
.ug-arrow-right.ug-skin-alexis{
|
||||
background-image:url('images/slider_arrow_right.png');
|
||||
}
|
||||
|
||||
.ug-arrow-left.ug-skin-alexis.ug-arrow-hover,
|
||||
.ug-arrow-right.ug-skin-alexis.ug-arrow-hover{
|
||||
background-position:0px -35px;
|
||||
}
|
||||
|
||||
.ug-arrow-left.ug-skin-alexis.ug-arrow-disabled,
|
||||
.ug-arrow-right.ug-skin-alexis.ug-arrow-disabled{
|
||||
background-position:0px -70px;
|
||||
}
|
||||
|
||||
|
||||
.---------Slider_Bullets--------{}
|
||||
|
||||
.ug-bullets.ug-skin-alexis .ug-bullet{
|
||||
width:28px;
|
||||
height:28px;
|
||||
background-image:url('images/slider_bullets.png');
|
||||
background-position:top left;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
.ug-bullets.ug-skin-alexis .ug-bullet.ug-bullet-active{
|
||||
background-position:bottom left;
|
||||
}
|
||||
|
||||
|
||||
.---------Slider_Buttons--------{}
|
||||
|
||||
/* --- play button -- */
|
||||
.ug-button-play.ug-skin-alexis{
|
||||
position:absolute;
|
||||
background-image:url('images/button_playpause.png');
|
||||
width:35px;
|
||||
height:35px;
|
||||
cursor:pointer;
|
||||
background-position:0px 0px;
|
||||
}
|
||||
|
||||
.ug-button-play.ug-skin-alexis.ug-button-hover{
|
||||
background-position:0px -35px;
|
||||
}
|
||||
|
||||
.ug-button-play.ug-skin-alexis.ug-stop-mode{
|
||||
background-position:0px -70px;
|
||||
}
|
||||
|
||||
.ug-button-play.ug-skin-alexis.ug-stop-mode.ug-button-hover{
|
||||
background-position:0px -105px;
|
||||
}
|
||||
|
||||
/* --- fullscreen button -- */
|
||||
|
||||
.ug-button-fullscreen.ug-skin-alexis{
|
||||
position:absolute;
|
||||
background-image:url('images/button_fullscreen.png');
|
||||
width:35px;
|
||||
height:35px;
|
||||
cursor:pointer;
|
||||
background-position:0px 0px;
|
||||
}
|
||||
|
||||
.ug-button-fullscreen.ug-skin-alexis.ug-button-hover{
|
||||
background-position:0px -35px;
|
||||
}
|
||||
|
||||
.ug-button-fullscreen.ug-skin-alexis.ug-fullscreenmode{
|
||||
background-position:0px -70px;
|
||||
}
|
||||
|
||||
.ug-button-fullscreen.ug-skin-alexis.ug-fullscreenmode.ug-button-hover{
|
||||
background-position:0px -105px;
|
||||
}
|
||||
|
||||
|
||||
.---------Zoom_Panel--------{}
|
||||
|
||||
/* --- zoom panel --- */
|
||||
|
||||
.ug-zoompanel.ug-skin-alexis .ug-zoompanel-button{
|
||||
background-repeat: no-repeat;
|
||||
cursor:pointer;
|
||||
height: 35px;
|
||||
width: 35px;
|
||||
margin-top:5px;
|
||||
background-position: 0px 0px;
|
||||
}
|
||||
|
||||
.ug-zoompanel.ug-skin-alexis .ug-zoompanel-plus{
|
||||
margin-top:0px;
|
||||
}
|
||||
|
||||
.ug-zoompanel.ug-skin-alexis .ug-zoompanel-plus{
|
||||
background-image:url('images/button_zoom_plus.png');
|
||||
}
|
||||
|
||||
.ug-zoompanel.ug-skin-alexis .ug-zoompanel-minus{
|
||||
background-image:url('images/button_zoom_minus.png');
|
||||
}
|
||||
|
||||
.ug-zoompanel.ug-skin-alexis .ug-zoompanel-return{
|
||||
background-image:url('images/button_zoom_back.png');
|
||||
}
|
||||
|
||||
.ug-zoompanel.ug-skin-alexis .ug-zoompanel-button.ug-button-hover{
|
||||
background-position: 0px -35px;
|
||||
}
|
||||
|
||||
.ug-zoompanel.ug-skin-alexis .ug-zoompanel-button-disabled,
|
||||
.ug-zoompanel.ug-skin-alexis .ug-zoompanel-button.ug-button-hover.ug-zoompanel-button-disabled{
|
||||
background-position: 0px -70px;
|
||||
cursor:default;
|
||||
}
|
||||
|
||||
|
||||
.---------Grid_Panel_Arrows--------{}
|
||||
|
||||
/*--- down arrow ---*/
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-alexis{
|
||||
width:40px;
|
||||
height:25px;
|
||||
background-position:0px -0px;
|
||||
background-image:url('images/grid_arrow_down.png');
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-alexis.ug-button-hover{
|
||||
background-position:0px -25px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-alexis.ug-button-hover.ug-button-disabled,
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-alexis.ug-button-disabled{
|
||||
background-position:0px -50px;
|
||||
}
|
||||
|
||||
|
||||
/*--- up arrow ---*/
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-alexis{
|
||||
width:40px;
|
||||
height:25px;
|
||||
background-position:0px 0px;
|
||||
background-image:url('images/grid_arrow_up.png');
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-alexis.ug-button-hover{
|
||||
background-position:0px -25px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-alexis.ug-button-hover.ug-button-disabled,
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-alexis.ug-button-disabled{
|
||||
background-position:0px -50px;
|
||||
}
|
||||
|
||||
/*--- left arrow ---*/
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-alexis{
|
||||
width:40px;
|
||||
height:40px;
|
||||
background-position:0px 0px;
|
||||
background-image:url('images/grid_arrow_left.png');
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-alexis.ug-button-hover{
|
||||
background-position:0px -40px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-alexis.ug-button-hover.ug-button-disabled,
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-alexis.ug-button-disabled{
|
||||
background-position:0px -80px;
|
||||
}
|
||||
|
||||
/*--- right arrow ---*/
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-alexis{
|
||||
width:40px;
|
||||
height:40px;
|
||||
background-position:0px 0px;
|
||||
background-image:url('images/grid_arrow_right.png');
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-alexis.ug-button-hover{
|
||||
background-position:0px -40px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-alexis.ug-button-hover.ug-button-disabled,
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-alexis.ug-button-disabled{
|
||||
background-position:0px -80px;
|
||||
}
|
||||
|
||||
/*--- left arrow - horizontal panel type ---*/
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-alexis{
|
||||
width:15px;
|
||||
height:30px;
|
||||
background-image:url('images/grid_arrow_left_hortype.png');
|
||||
background-position:0px 0px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-alexis.ug-button-hover{
|
||||
background-position:0px -30px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-alexis.ug-button-hover.ug-button-disabled,
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-alexis.ug-button-disabled{
|
||||
background-position:0px -60px;
|
||||
}
|
||||
|
||||
|
||||
/*--- right arrow - horizontal panel type ---*/
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-alexis{
|
||||
width:15px;
|
||||
height:30px;
|
||||
background-image:url('images/grid_arrow_right_hortype.png');
|
||||
background-position:0px 0px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-alexis.ug-button-hover{
|
||||
background-position:0px -30px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-alexis.ug-button-hover.ug-button-disabled,
|
||||
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-alexis.ug-button-disabled{
|
||||
background-position:0px -60px;
|
||||
}
|
||||
|
||||
|
||||
.---------Strip_Panel_Arrows--------{}
|
||||
|
||||
/* left and right arrows */
|
||||
|
||||
.ug-strip-panel .ug-strip-arrow-left.ug-skin-alexis,
|
||||
.ug-strip-panel .ug-strip-arrow-right.ug-skin-alexis{
|
||||
width:25px;
|
||||
height:50px;
|
||||
}
|
||||
|
||||
.ug-strip-panel .ug-strip-arrow-left.ug-skin-alexis .ug-strip-arrow-tip,
|
||||
.ug-strip-panel .ug-strip-arrow-right.ug-skin-alexis .ug-strip-arrow-tip{
|
||||
background-position:0px 0px;
|
||||
background-repeat:no-repeat;
|
||||
width:4px;
|
||||
height:7px;
|
||||
}
|
||||
|
||||
.ug-strip-panel .ug-strip-arrow-left.ug-skin-alexis .ug-strip-arrow-tip{
|
||||
background-image:url('images/arrows_strip_left.png');
|
||||
}
|
||||
|
||||
.ug-strip-panel .ug-strip-arrow-right.ug-skin-alexis .ug-strip-arrow-tip{
|
||||
background-image:url('images/arrows_strip_right.png');
|
||||
}
|
||||
|
||||
.ug-strip-panel .ug-strip-arrow-left.ug-skin-alexis.ug-button-hover .ug-strip-arrow-tip,
|
||||
.ug-strip-panel .ug-strip-arrow-right.ug-skin-alexis.ug-button-hover .ug-strip-arrow-tip{
|
||||
background-position:0px -7px;
|
||||
}
|
||||
|
||||
|
||||
/* up and down arrows */
|
||||
|
||||
.ug-strip-panel .ug-strip-arrow-up.ug-skin-alexis,
|
||||
.ug-strip-panel .ug-strip-arrow-down.ug-skin-alexis{
|
||||
height:25px;
|
||||
width:50px;
|
||||
}
|
||||
|
||||
.ug-strip-panel .ug-strip-arrow-up.ug-skin-alexis .ug-strip-arrow-tip,
|
||||
.ug-strip-panel .ug-strip-arrow-down.ug-skin-alexis .ug-strip-arrow-tip{
|
||||
background-position:0px 0px;
|
||||
background-repeat:no-repeat;
|
||||
width:7px;
|
||||
height:4px;
|
||||
}
|
||||
|
||||
.ug-strip-panel .ug-strip-arrow-up.ug-skin-alexis .ug-strip-arrow-tip{
|
||||
background-image:url('images/arrows_strip_up.png');
|
||||
}
|
||||
|
||||
.ug-strip-panel .ug-strip-arrow-down.ug-skin-alexis .ug-strip-arrow-tip{
|
||||
background-image:url('images/arrows_strip_down.png');
|
||||
}
|
||||
|
||||
.ug-strip-panel .ug-strip-arrow-up.ug-skin-alexis.ug-button-hover .ug-strip-arrow-tip,
|
||||
.ug-strip-panel .ug-strip-arrow-down.ug-skin-alexis.ug-button-hover .ug-strip-arrow-tip{
|
||||
background-position:-7px 0px;
|
||||
}
|
||||
|
||||
.ug-strip-panel .ug-strip-arrow.ug-skin-alexis.ug-button-disabled .ug-strip-arrow-tip{
|
||||
background-position:0px 0px;
|
||||
opacity:0.5;
|
||||
filter: alpha(opacity = 50);
|
||||
}
|
||||
|
||||
.---------Panel_Handle_Tip--------{}
|
||||
|
||||
/* left and right handle */
|
||||
.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-alexis,
|
||||
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-alexis{
|
||||
width:37px;
|
||||
height:40px;
|
||||
background-image:url('images/grid_handle_right.png');
|
||||
background-repeat:no-repeat;
|
||||
background-position:0px 0px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-alexis{
|
||||
background-image:url('images/grid_handle_left.png');
|
||||
background-position:0px 0px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-handle-tip-left.ug-button-hover.ug-skin-alexis,
|
||||
.ug-gallery-wrapper .ug-handle-tip-right.ug-button-hover.ug-skin-alexis{
|
||||
background-position:0px 0px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-alexis.ug-button-closed{
|
||||
background-image:url('images/grid_handle_left.png');
|
||||
background-position:0px 0px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-alexis.ug-button-closed{
|
||||
background-image:url('images/grid_handle_right.png');
|
||||
background-position:0px 0px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-alexis.ug-button-closed.ug-button-hover{
|
||||
background-position:0px 0px;
|
||||
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-alexis.ug-button-closed.ug-button-hover{
|
||||
background-position:0px 0px;
|
||||
}
|
||||
|
||||
|
||||
/* top and bottom handle */
|
||||
|
||||
.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-alexis,
|
||||
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-alexis{
|
||||
width:36px;
|
||||
height:19px;
|
||||
background-image:url('images/grid_handle_up.png');
|
||||
background-repeat:no-repeat;
|
||||
background-position:-36px 0px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-alexis{
|
||||
background-image:url('images/grid_handle_bottom.png');
|
||||
background-position:-36px 0px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-alexis.ug-button-hover,
|
||||
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-alexis.ug-button-hover{
|
||||
background-position:0px 0px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-alexis.ug-button-closed,
|
||||
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-alexis.ug-button-closed{
|
||||
background-position:-108px 0px;
|
||||
}
|
||||
|
||||
.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-alexis.ug-button-closed.ug-button-hover,
|
||||
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-alexis.ug-button-closed.ug-button-hover{
|
||||
background-position:-72px 0px;
|
||||
}
|
||||
|
||||
|
After Width: | Height: | Size: 195 B |
|
After Width: | Height: | Size: 199 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 470 B |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 493 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 764 B |
|
After Width: | Height: | Size: 785 B |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 464 B |
|
After Width: | Height: | Size: 369 B |
|
After Width: | Height: | Size: 151 B |
|
After Width: | Height: | Size: 195 B |
|
After Width: | Height: | Size: 199 B |
|
After Width: | Height: | Size: 147 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 604 B |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 913 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 877 B |
|
After Width: | Height: | Size: 942 B |
|
After Width: | Height: | Size: 368 B |
|
After Width: | Height: | Size: 285 B |
|
After Width: | Height: | Size: 340 B |
|
After Width: | Height: | Size: 470 B |
|
After Width: | Height: | Size: 493 B |
|
After Width: | Height: | Size: 452 B |
|
After Width: | Height: | Size: 388 B |
|
After Width: | Height: | Size: 374 B |
|
After Width: | Height: | Size: 401 B |
|
After Width: | Height: | Size: 369 B |
|
After Width: | Height: | Size: 369 B |
|
After Width: | Height: | Size: 640 B |
|
After Width: | Height: | Size: 580 B |
|
After Width: | Height: | Size: 620 B |