1
0
forked from metin2/web

Moved assets to their own directory

This commit is contained in:
Exynox 2023-07-31 09:39:47 +03:00
parent 580d44e92d
commit 8a88940d4f
372 changed files with 429 additions and 421 deletions

View File

@ -10,23 +10,23 @@ .top-nav li {
.boxes-bottom { .boxes-bottom {
background: none; background: none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='img/box-bottom.png', sizingmethod='crop'); filter: progid:dximagetransform.microsoft.alphaimageloader(src='../../img/box-bottom.png', sizingmethod='crop');
} }
.boxes-bottom { .boxes-bottom {
background: none; background: none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='img/box-bottom.png', sizingmethod='crop'); filter: progid:dximagetransform.microsoft.alphaimageloader(src='../../img/box-bottom.png', sizingmethod='crop');
} }
.boxes-middle { .boxes-middle {
background: none; background: none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='img/box-middle.png', sizingmethod='crop'); filter: progid:dximagetransform.microsoft.alphaimageloader(src='../../img/box-middle.png', sizingmethod='crop');
} }
.shadow { .shadow {
background: none; background: none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='img/shadow-2.png', sizingmethod='crop'); filter: progid:dximagetransform.microsoft.alphaimageloader(src='../../img/shadow-2.png', sizingmethod='crop');
} }
.dist-item-img { .dist-item-img {
behavior:url(img/iepngfix.htc); behavior:url(../../img/iepngfix.htc);
} }
.distribute-content .distribute-item { .distribute-content .distribute-item {
margin:8px 0 6px; margin:8px 0 6px;

File diff suppressed because it is too large Load Diff

View File

@ -40,7 +40,7 @@ #register #pwInfo,
#lostPasswordCode #pwInfo, #lostPasswordCode #pwInfo,
#changePw #pwInfo, #changePw #pwInfo,
.formError .formErrorContent { .formError .formErrorContent {
background:url("/img/tooltip-bg.png") repeat-x scroll 0 0 #B9A16E; background:url("../img/tooltip-bg.png") repeat-x scroll 0 0 #B9A16E;
border:1px solid #60430a; border:1px solid #60430a;
box-shadow: 4px 4px 4px #000000; box-shadow: 4px 4px 4px #000000;
-moz-box-shadow: 4px 4px 4px #000000; -moz-box-shadow: 4px 4px 4px #000000;
@ -55,7 +55,7 @@ .formError .formErrorContent {
* html .formError .formErrorContent { height:auto; height:30px;} * html .formError .formErrorContent { height:auto; height:30px;}
#registerForm .valid-check { #registerForm .valid-check {
background:url("/img/ok.gif") no-repeat scroll 0 0 transparent; background:url("../img/ok.gif") no-repeat scroll 0 0 transparent;
height:20px; height:20px;
margin:0 0 0 10px; margin:0 0 0 10px;
position:absolute; position:absolute;
@ -74,7 +74,7 @@ .blackPopup .formErrorContent {
color:#FFF; color:#FFF;
} }
.formError .formErrorArrow { .formError .formErrorArrow {
background:url("/img/tooltip-arrow.gif") no-repeat scroll 0 0 transparent; background:url("../img/tooltip-arrow.gif") no-repeat scroll 0 0 transparent;
height:20px; height:20px;
left:5px; left:5px;
position:absolute; position:absolute;
@ -104,14 +104,14 @@ .blackPopup .formErrorArrow div {
color:#FFF; color:#FFF;
} }
.formError .icon { .formError .icon {
background:url(/img/warning_16.gif) no-repeat scroll 5px 2px; background:url(../img/warning_16.gif) no-repeat scroll 5px 2px;
padding:4px 10px 4px 25px; padding:4px 10px 4px 25px;
} }
.valid .icon {background:url(/img/info.gif) no-repeat scroll 5px 2px;} .valid .icon {background:url(../img/info.gif) no-repeat scroll 5px 2px;}
.valid .formErrorContent, .valid .formErrorContent,
.ajaxed .formErrorContent {background:#028e09 url(/img/tooltip-bg-green.png) repeat-x;} .ajaxed .formErrorContent {background:#028e09 url(../img/tooltip-bg-green.png) repeat-x;}
.valid .formErrorArrow, .valid .formErrorArrow,
.ajaxed .formErrorArrow {background:url(/img/tooltip-arrow-green.gif) no-repeat;} .ajaxed .formErrorArrow {background:url(../img/tooltip-arrow-green.gif) no-repeat;}
.tacformError {margin-left:250px !important;} .tacformError {margin-left:250px !important;}
/*############################### /*###############################
@ -127,7 +127,7 @@ #validChar {
font-weight:bold; font-weight:bold;
} }
#page .valid-icon { #page .valid-icon {
background:url("/img/valid-icon.gif") no-repeat scroll 0 0 transparent; background:url("../img/valid-icon.gif") no-repeat scroll 0 0 transparent;
display:inline; display:inline;
float:left; float:left;
height:16px; height:16px;
@ -142,7 +142,7 @@ #securePwd .securePwdBarBox {
width:180px; width:180px;
} }
#securePwd .securePwdBarBox, #securePwd #securePwdBar { /* has IE-fix */ #securePwd .securePwdBarBox, #securePwd #securePwdBar { /* has IE-fix */
background:transparent url(/img/secure-pwd-bar.gif) no-repeat 0 -13px; background:transparent url(../img/secure-pwd-bar.gif) no-repeat 0 -13px;
font-size:1px; font-size:1px;
height:13px; height:13px;
@ -197,7 +197,7 @@ #changePw #pwInfo h3 {
} }
#pwInfo li { #pwInfo li {
background:url("/img/check.gif") no-repeat scroll 0 0 transparent; background:url("../img/check.gif") no-repeat scroll 0 0 transparent;
min-height:15px; min-height:15px;
margin:0 0 5px; margin:0 0 5px;
padding:0 0 0 20px; padding:0 0 0 20px;
@ -238,7 +238,7 @@ .simple_overlay {
/* close button positioned on upper right corner */ /* close button positioned on upper right corner */
.overlay .close, .simple_overlay .close { .overlay .close, .simple_overlay .close {
background: url(/img/closelabel.gif) no-repeat; background: url(../img/closelabel.gif) no-repeat;
position:absolute; position:absolute;
right:-15px; right:-15px;
top:-15px; top:-15px;
@ -276,7 +276,7 @@ .forward, .back {
} }
.back { .back {
background:#D8C79C url(/img/prevlabel.gif) no-repeat center center; background:#D8C79C url(../img/prevlabel.gif) no-repeat center center;
left:0; left:0;
border-left:0; border-left:0;
-moz-border-radius-topleft:0; -moz-border-radius-topleft:0;
@ -286,7 +286,7 @@ .back {
} }
.forward { .forward {
background:#D8C79C url(/img/nextlabel.gif) no-repeat center center; background:#D8C79C url(../img/nextlabel.gif) no-repeat center center;
right:0; right:0;
border-right:0; border-right:0;
-moz-border-radius-topright:0; -moz-border-radius-topright:0;
@ -295,8 +295,8 @@ .forward {
-webkit-border-top-right-radius:0; -webkit-border-top-right-radius:0;
} }
.forward:hover {background:#D8C79C url(/img/nextlabel-hover.gif) no-repeat center center;} .forward:hover {background:#D8C79C url(../img/nextlabel-hover.gif) no-repeat center center;}
.back:hover {background:#D8C79C url(/img/prevlabel-hover.gif) no-repeat center center;} .back:hover {background:#D8C79C url(../img/prevlabel-hover.gif) no-repeat center center;}
/* when there is no next or previous link available this class is added */ /* when there is no next or previous link available this class is added */
.disabled { .disabled {
@ -335,7 +335,7 @@ #overlay {
} }
.contentWrap { .contentWrap {
background:transparent url(/img/tb-tutorials-bg.jpg) no-repeat scroll 0 0; background:transparent url(../img/tb-tutorials-bg.jpg) no-repeat scroll 0 0;
direction:ltr; direction:ltr;
height:574px; height:574px;
width:553px; width:553px;
@ -363,7 +363,7 @@ .navi a {
height:8px; height:8px;
float:left; float:left;
margin:3px; margin:3px;
background:url(/img/scrollable/arrow/navigator.png) 0 0 no-repeat; background:url(../img/scrollable/arrow/navigator.png) 0 0 no-repeat;
display:block; display:block;
font-size:1px; font-size:1px;
} }
@ -434,7 +434,7 @@ div.scrollable div.items div p.txt {
} }
a.browse { a.browse {
background:url(/img/prevlabel.gif) no-repeat center center; background:url(../img/prevlabel.gif) no-repeat center center;
cursor:pointer; cursor:pointer;
display:block; display:block;
float:left; float:left;
@ -444,7 +444,7 @@ a.browse {
} }
a.right { a.right {
background:url(/img/nextlabel.gif) no-repeat center center; background:url(../img/nextlabel.gif) no-repeat center center;
clear:right; clear:right;
margin-right:0; margin-right:0;
right:39px; right:39px;
@ -452,7 +452,7 @@ a.right {
top:416px; top:416px;
} }
a.right:hover { a.right:hover {
background:url(/img/nextlabel-hover.gif) no-repeat center center; background:url(../img/nextlabel-hover.gif) no-repeat center center;
} }
a.left { a.left {
@ -462,7 +462,7 @@ a.left {
top:416px; top:416px;
} }
a.left:hover { a.left:hover {
background:url(/img/prevlabel-hover.gif) no-repeat center center; background:url(../img/prevlabel-hover.gif) no-repeat center center;
} }
@ -492,7 +492,7 @@ .selectArea .left {
display: block; display: block;
} }
.selectArea .center { .selectArea .center {
background: url(/img/bg_select.png) no-repeat right top; background: url(../img/bg_select.png) no-repeat right top;
color:#000; color:#000;
height: 18px; height: 18px;
line-height:18px; line-height:18px;
@ -537,7 +537,7 @@ .darksel {
border-color:#333; border-color:#333;
} }
.darksel .center { .darksel .center {
background: #666 url(/img/bg_select_dark.png) no-repeat right top; background: #666 url(../img/bg_select_dark.png) no-repeat right top;
} }
.darksel .center {color:#fff;} .darksel .center {color:#fff;}
.darksel ul { .darksel ul {
@ -554,10 +554,10 @@ .selectBg {
border-color:#998153; border-color:#998153;
} }
.selectBg .center { .selectBg .center {
background: #D3BE93 url(/img/distributebox-select-bg.png) no-repeat right top; background: #D3BE93 url(../img/distributebox-select-bg.png) no-repeat right top;
} }
.selectBg ul li a {background: #D3BE93 url(/img/distributebox-select-bg.jpg) no-repeat 0 -20px;} .selectBg ul li a {background: #D3BE93 url(../img/distributebox-select-bg.jpg) no-repeat 0 -20px;}
.selectBg ul li a:hover {background: #D3BE93 url(/img/distributebox-select-bg.jpg) no-repeat 0 -40px;} .selectBg ul li a:hover {background: #D3BE93 url(../img/distributebox-select-bg.jpg) no-repeat 0 -40px;}
@ -603,7 +603,7 @@ #fancybox-loading div {
left: 0; left: 0;
width: 40px; width: 40px;
height: 480px; height: 480px;
background-image: url('/img/fancybox/fancybox.png'); background-image: url('../img/fancybox/fancybox.png');
} }
#fancybox-overlay { #fancybox-overlay {
@ -674,7 +674,7 @@ #fancybox-close {
right: -15px; right: -15px;
width: 25px; width: 25px;
height: 25px; height: 25px;
background-image: url('/img/closelabel.gif'); background-image: url('../img/closelabel.gif');
cursor: pointer; cursor: pointer;
z-index: 1103; z-index: 1103;
display: none; display: none;
@ -743,7 +743,7 @@ .fancybox-title-over {
#fancybox-title-over { #fancybox-title-over {
padding: 10px; padding: 10px;
background-image: url('/img/fancybox/fancy_title_over.png'); background-image: url('../img/fancybox/fancy_title_over.png');
display: block; display: block;
} }
@ -758,7 +758,7 @@ #fancybox-title-wrap span {
#fancybox-title-left { #fancybox-title-left {
padding-left: 15px; padding-left: 15px;
background-image: url('/img/fancybox/fancybox.png'); background-image: url('../img/fancybox/fancybox.png');
background-position: -40px -90px; background-position: -40px -90px;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
@ -766,14 +766,14 @@ #fancybox-title-left {
#fancybox-title-main { #fancybox-title-main {
font-weight: bold; font-weight: bold;
line-height: 29px; line-height: 29px;
background-image: url('/img/fancybox/fancybox-x.png'); background-image: url('../img/fancybox/fancybox-x.png');
background-position: 0px -40px; background-position: 0px -40px;
color: #FFF; color: #FFF;
} }
#fancybox-title-right { #fancybox-title-right {
padding-left: 15px; padding-left: 15px;
background-image: url('/img/fancybox/fancybox.png'); background-image: url('../img/fancybox/fancybox.png');
background-position: -55px -90px; background-position: -55px -90px;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
@ -785,7 +785,7 @@ #fancybox-left, #fancybox-right {
width: 35%; width: 35%;
cursor: pointer; cursor: pointer;
outline: none; outline: none;
background-image: url('/img/fancybox/blank.gif'); background-image: url('../img/fancybox/blank.gif');
z-index: 1102; z-index: 1102;
display: none; display: none;
} }
@ -811,12 +811,12 @@ #fancybox-left-ico, #fancybox-right-ico {
} }
#fancybox-left-ico { #fancybox-left-ico {
background-image: url('/img/fancybox/fancybox.png'); background-image: url('../img/fancybox/fancybox.png');
background-position: -40px -30px; background-position: -40px -30px;
} }
#fancybox-right-ico { #fancybox-right-ico {
background-image: url('/img/fancybox/fancybox.png'); background-image: url('../img/fancybox/fancybox.png');
background-position: -40px -60px; background-position: -40px -60px;
} }
@ -847,13 +847,13 @@ #fancy-bg-n {
top: -20px; top: -20px;
left: 0; left: 0;
width: 100%; width: 100%;
background-image: url('/img/fancybox/fancybox-x.png'); background-image: url('../img/fancybox/fancybox-x.png');
} }
#fancy-bg-ne { #fancy-bg-ne {
top: -20px; top: -20px;
right: -20px; right: -20px;
background-image: url('/img/fancybox/fancybox.png'); background-image: url('../img/fancybox/fancybox.png');
background-position: -40px -162px; background-position: -40px -162px;
} }
@ -861,14 +861,14 @@ #fancy-bg-e {
top: 0; top: 0;
right: -20px; right: -20px;
height: 100%; height: 100%;
background-image: url('/img/fancybox/fancybox-y.png'); background-image: url('../img/fancybox/fancybox-y.png');
background-position: -20px 0px; background-position: -20px 0px;
} }
#fancy-bg-se { #fancy-bg-se {
bottom: -20px; bottom: -20px;
right: -20px; right: -20px;
background-image: url('/img/fancybox/fancybox.png'); background-image: url('../img/fancybox/fancybox.png');
background-position: -40px -182px; background-position: -40px -182px;
} }
@ -876,14 +876,14 @@ #fancy-bg-s {
bottom: -20px; bottom: -20px;
left: 0; left: 0;
width: 100%; width: 100%;
background-image: url('/img/fancybox/fancybox-x.png'); background-image: url('../img/fancybox/fancybox-x.png');
background-position: 0px -20px; background-position: 0px -20px;
} }
#fancy-bg-sw { #fancy-bg-sw {
bottom: -20px; bottom: -20px;
left: -20px; left: -20px;
background-image: url('/img/fancybox/fancybox.png'); background-image: url('../img/fancybox/fancybox.png');
background-position: -40px -142px; background-position: -40px -142px;
} }
@ -891,38 +891,38 @@ #fancy-bg-w {
top: 0; top: 0;
left: -20px; left: -20px;
height: 100%; height: 100%;
background-image: url('/img/fancybox/fancybox-y.png'); background-image: url('../img/fancybox/fancybox-y.png');
} }
#fancy-bg-nw { #fancy-bg-nw {
top: -20px; top: -20px;
left: -20px; left: -20px;
background-image: url('/img/fancybox/fancybox.png'); background-image: url('../img/fancybox/fancybox.png');
background-position: -40px -122px; background-position: -40px -122px;
} }
/* IE */ /* IE */
#fancybox-loading.fancybox-ie div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_loading.png', sizingMethod='scale'); } #fancybox-loading.fancybox-ie div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; } .fancybox-ie #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_left.png', sizingMethod='scale'); } .fancybox-ie #fancybox-title-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_main.png', sizingMethod='scale'); } .fancybox-ie #fancybox-title-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_right.png', sizingMethod='scale'); } .fancybox-ie #fancybox-title-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_nav_left.png', sizingMethod='scale'); } .fancybox-ie #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_nav_right.png', sizingMethod='scale'); } .fancybox-ie #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie .fancy-bg { background: transparent !important; } .fancybox-ie .fancy-bg { background: transparent !important; }
.fancybox-ie #fancy-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); } .fancybox-ie #fancy-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); } .fancybox-ie #fancy-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); } .fancybox-ie #fancy-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); } .fancybox-ie #fancy-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); } .fancybox-ie #fancy-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); } .fancybox-ie #fancy-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); } .fancybox-ie #fancy-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); } .fancybox-ie #fancy-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/**************************************/ /**************************************/
/* Slider */ /* Slider */

View File

Before

Width:  |  Height:  |  Size: 649 B

After

Width:  |  Height:  |  Size: 649 B

View File

Before

Width:  |  Height:  |  Size: 137 B

After

Width:  |  Height:  |  Size: 137 B

View File

Before

Width:  |  Height:  |  Size: 677 B

After

Width:  |  Height:  |  Size: 677 B

View File

Before

Width:  |  Height:  |  Size: 657 B

After

Width:  |  Height:  |  Size: 657 B

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1004 B

After

Width:  |  Height:  |  Size: 1004 B

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

View File

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 617 B

After

Width:  |  Height:  |  Size: 617 B

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 549 B

After

Width:  |  Height:  |  Size: 549 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 104 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

View File

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

View File

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 97 KiB

View File

Before

Width:  |  Height:  |  Size: 144 B

After

Width:  |  Height:  |  Size: 144 B

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 543 B

After

Width:  |  Height:  |  Size: 543 B

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

View File

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Some files were not shown because too many files have changed in this diff Show More