aaaaaaaaaaaaaaâ

You are not connected. Please login or register

test ảnh................

Go down  Message [Page 1 of 1]

1test ảnh................ Empty test ảnh................ 13/12/12, 08:51 am

Admin

Admin
Admin
Admin

test ảnh................ -bCyz125769_1113981787299_1759562244_212230_90621_n

test ảnh................ -QH6n125769_1113982747323_1759562244_212233_4865586_n

test ảnh................ -RXVv125769_1113991987554_1759562244_212254_7003607_n

test ảnh................ -lFp114509823723_88b3ee0526

test ảnh................ -8ieC1ap_20091203095954882

test ảnh................ -9iIq1ap_20091204073419920

test ảnh................ -H31K1ap_20091212083618265

test ảnh................ -VOyk1ap_20091215090758346

test ảnh................ -xkan1ap_20091216051241774

test ảnh................ -cxjp1ap_20100301021243427

test ảnh................ -8E3i1ap_20100301021321510

https://ripskin.forumvi.net

2test ảnh................ Empty Re: test ảnh................ 16/12/12, 10:30 pm

Admin

Admin
Admin
Admin

testtttttttttt

https://ripskin.forumvi.net

3test ảnh................ Empty Re: test ảnh................ 22/12/12, 07:53 pm

Admin

Admin
Admin
Admin

Mad

https://ripskin.forumvi.net

4test ảnh................ Empty Re: test ảnh................ 22/12/12, 08:19 pm

Admin

Admin
Admin
Admin

Very Happy

https://ripskin.forumvi.net

5test ảnh................ Empty Re: test ảnh................ 23/12/12, 11:38 am

Admin

Admin
Admin
Admin

Spoiler:

https://ripskin.forumvi.net

6test ảnh................ Empty Re: test ảnh................ 09/01/13, 09:54 pm

Admin

Admin
Admin
Admin

Code:
aaaaaaaaaaaa

https://ripskin.forumvi.net

7test ảnh................ Empty Re: test ảnh................ 04/05/14, 12:50 pm

Admin

Admin
Admin
Admin

yyyyy

https://ripskin.forumvi.net

8test ảnh................ Empty Re: test ảnh................ 13/09/14, 06:36 am

Admin

Admin
Admin
Admin

break
}
canScroll = isScrollable(parent[0]);
parent = $(parent).parent()
}
if (delta !== 0 && !canScroll) {
if (F.group.length > 1 && !current.canShrink) {
if (deltaY > 0 || deltaX > 0) {
F.prev(deltaY > 0 ? 'down' : 'left')
} else if (deltaY < 0 || deltaX < 0) {
F.next(deltaY < 0 ? 'up' : 'right')
}
e.preventDefault()
}
}
})
}
},
trigger: function(event, o) {
var ret, obj = o || F.coming || F.current;
if (!obj) {
return
}
if ($.isFunction(obj[event])) {
ret = obj[event].apply(obj, Array.prototype.slice.call(arguments, 1))
}
if (ret === false) {
return false
}
if (event === 'onCancel' && !F.isOpened) {
F.isActive = false
}
if (obj.helpers) {
$.each(obj.helpers, function(helper, opts) {
if (opts && F.helpers[helper] && $.isFunction(F.helpers[helper][event])) {
F.helpers[helper][event](opts, obj)
}
})
}
$.event.trigger(event + '.fb')
},
isImage: function(str) {
return isString(str) && str.match(/\.(jp(e|g|eg)|gif|png|bmp|webp)((\?|#).*)?$/i)
},
isSWF: function(str) {
return isString(str) && str.match(/\.(swf)((\?|#).*)?$/i)
},
_start: function(index) {
var coming = {},
obj, href, type, margin, padding;
index = getScalar(index);
obj = F.group[index] || null;
if (!obj) {
return false
}
coming = $.extend(true, {}, F.opts, obj);
margin = coming.margin;
padding = coming.padding;
if ($.type(margin) === 'number') {
coming.margin = [margin, margin, margin, margin]
}
if ($.type(padding) === 'number') {
coming.padding = [padding, padding, padding, padding]
}
if (coming.modal) {
$.extend(true, coming, {
closeBtn: false,
closeClick: false,
nextClick: false,
arrows: false,
mouseWheel: false,
keys: null,
helpers: {
overlay: {
closeClick: false
}
}
})
}
if (coming.autoSize) {
coming.autoWidth = coming.autoHeight = true
}
if (coming.width === 'auto') {
coming.autoWidth = true
}
if (coming.height === 'auto') {
coming.autoHeight = true
}
coming.group = F.group;
coming.index = index;
F.coming = coming;
if (false === F.trigger('beforeLoad')) {
F.coming = null;
return
}
type = coming.type;
href = coming.href;
if (!type) {
F.coming = null;
if (F.current && F.router && F.router !== 'jumpto') {
F.current.index = index;
return F[F.router](F.direction)
}
return false
}
F.isActive = true;
if (type === 'image' || type === 'swf') {
coming.autoHeight = coming.autoWidth = false;
coming.scrolling = 'visible'
}
if (type === 'image') {
coming.aspectRatio = true
}
if (type === 'iframe' && isTouch) {
coming.scrolling = 'scroll'
}
coming.wrap = $(coming.tpl.wrap).addClass('fancybox-' + (isTouch ? 'mobile' : 'desktop') + ' fancybox-type-' + type + ' fancybox-tmp ' + coming.wrapCSS).appendTo(coming.parent);
$.extend(coming, {
skin: $('.fancybox-skin', coming.wrap),
outer: $('.fancybox-outer', coming.wrap),
inner: $('.fancybox-inner', coming.wrap)
});
$.each(["Top", "Right", "Bottom", "Left"], function(i, v) {
coming.skin.css('padding' + v, getValue(coming.padding[i]))
});
F.trigger('onReady');
if (type === 'inline' || type === 'html') {
if (!coming.content || !coming.content.length) {
return F._error('content')
}
} else if (!href) {
return F._error('href')
}
if (type === 'image') {
F._loadImage()
} else if (type === 'ajax') {
F._loadAjax()
} else if (type === 'iframe') {
F._loadIframe()
} else {
F._afterLoad()
}
},
_error: function(type) {
$.extend(F.coming, {
type: 'html',
autoWidth: true,
autoHeight: true,
minWidth: 0,
minHeight: 0,
scrolling: 'no',
hasError: type,
content: F.coming.tpl.error
});
F._afterLoad()
},
_loadImage: function() {
var img = F.imgPreload = new Image();
img.onload = function() {
this.onload = this.onerror = null;
F.coming.width = this.width;
F.coming.height = this.height;
F._afterLoad()
};
img.onerror = function() {
this.onload = this.onerror = null;
F._error('image')
};
img.src = F.coming.href;
if (img.complete === undefined || !img.complete) {
F.showLoading()
}
},
_loadAjax: function() {
var coming = F.coming;
F.showLoading();
F.ajaxLoad = $.ajax($.extend({}, coming.ajax, {
url: coming.href,
error: function(jqXHR, textStatus) {
if (F.coming && textStatus !== 'abort') {
F._error('ajax', jqXHR)
} else {
F.hideLoading()
}
},
success: function(data, textStatus) {
if (textStatus === 'success') {
coming.content = data;
F._afterLoad()
}
}
}))
},
_loadIframe: function() {
var coming = F.coming,
iframe = $(coming.tpl.iframe.replace(/\{rnd\}/g, new Date().getTime())).attr('scrolling', isTouch ? 'auto' : coming.iframe.scrolling).attr('src', coming.href);
$(coming.wrap).bind('onReset', function() {
try {
$(this).find('iframe').hide().attr('src', '//about:blank').end().empty()
} catch (e) {}
});
if (coming.iframe.preload) {
F.showLoading();
iframe.one('load', function() {
$(this).data('ready', 1);
if (!isTouch) {
$(this).bind('load.fb', F.update)
}
$(this).parents('.fancybox-wrap').width('100%').removeClass('fancybox-tmp').show();
F._afterLoad()
})
}
coming.content = iframe.appendTo(coming.inner);
if (!coming.iframe.preload) {
F._afterLoad()
}
},
_preloadImages: function() {
var group = F.group,
current = F.current,
len = group.length,
cnt = current.preload ? Math.min(current.preload, len - 1) : 0,
item, i;
for (i = 1; i <= cnt; i += 1) {
item = group[(current.index + i) % len];
if (item.type === 'image' && item.href) {
new Image().src = item.href
}
}
},
_afterLoad: function() {
var coming = F.coming,
previous = F.current,
placeholder = 'fancybox-placeholder',
current, content, type, scrolling, href, embed;
F.hideLoading();
if (!coming || F.isActive === false) {
return
}
if (false === F.trigger('afterLoad', coming, previous)) {
coming.wrap.stop(true).trigger('onReset').remove();
F.coming = null;
return
}
if (previous) {
F.trigger('beforeChange', previous);
previous.wrap.stop(true).removeClass('fancybox-opened').find('.fancybox-item, .fancybox-nav').remove();
if (previous.wrap.css('position') === 'fixed') {
previous.wrap.css(F._getPosition(true))
}
}
F.unbindEvents();
current = coming;
content = coming.content;
type = coming.type;
scrolling = coming.scrolling;
$.extend(F, {
wrap: current.wrap,
skin: current.skin,
outer: current.outer,
inner: current.inner,
current: current,
previous: previous
});
href = current.href;
switch (type) {
case 'inline':
case 'ajax':
case 'html':
if (current.selector) {
content = $('
').html(content).find(current.selector)
} else if (isQuery(content)) {
if (!content.data(placeholder)) {
content.data(placeholder, $('
').insertAfter(content).hide())
}
content = content.show().detach();
current.wrap.bind('onReset', function() {
if ($(this).find(content).length) {
content.hide().replaceAll(content.data(placeholder)).data(placeholder, false)
}
})
}
break;
case 'image':
content = current.tpl.image.replace('{href}', href);
break;
case 'swf':
content = '';
embed = '';
$.each(current.swf, function(name, val) {
content += '';
embed += ' ' + name + '="' + val + '"'
});
content += '
';
break
}
if (!(isQuery(content) && content.parent().is(current.inner))) {
current.inner.append(content)
}
F.trigger('beforeShow');
current.inner.css('overflow', scrolling === 'yes' ? 'scroll' : (scrolling === 'no' ? 'hidden' : scrolling));
F._setDimension();
current.wrap.removeClass('fancybox-tmp');
current.pos = $.extend({}, current.dim, F._getPosition(true));
F.isOpen = false;
F.coming = null;
F.bindEvents();
if (!F.isOpened) {
$('.fancybox-wrap').not(current.wrap).stop(true).trigger('onReset').remove()
} else if (previous.prevMethod) {
F.transitions[previous.prevMethod]()
}
F.transitions[F.isOpened ? current.nextMethod : current.openMethod]();
F._preloadImages()
},
_setDimension: function() {
var viewport = F.getViewport(),
steps = 0,
canShrink = false,
canExpand = false,
wrap = F.wrap,
skin = F.skin,
inner = F.inner,
current = F.current,
width = current.width,
height = current.height,
minWidth = current.minWidth,
minHeight = current.minHeight,
maxWidth = current.maxWidth,
maxHeight = current.maxHeight,
scrolling = current.scrolling,
scrollOut = current.scrollOutside ? current.scrollbarWidth : 0,
margin = current.margin,
wMargin = margin[1] + margin[3],
hMargin = margin[0] + margin[2],
wPadding, hPadding, wSpace, hSpace, origWidth, origHeight, origMaxWidth, origMaxHeight, ratio, width_, height_, maxWidth_, maxHeight_, iframe, body;
wrap.add(skin).add(inner).width('auto').height('auto');
wPadding = skin.outerWidth(true) - skin.width();
hPadding = skin.outerHeight(true) - skin.height();
wSpace = wMargin + wPadding;
hSpace = hMargin + hPadding;
origWidth = isPercentage(width) ? (viewport.w - wSpace) * getScalar(width) / 100 : width;
origHeight = isPercentage(height) ? (viewport.h - hSpace) * getScalar(height) / 100 : height;
if (current.type === 'iframe') {
iframe = current.content;
if (current.autoHeight && iframe.data('ready') === 1) {
try {
if (iframe[0].contentWindow.document.location) {
inner.width(origWidth).height(9999);
body = iframe.contents().find('body');
if (scrollOut) {
body.css('overflow-x', 'hidden')
}
origHeight = body.height()
}
} catch (e) {}
}
} else if (current.autoWidth || current.autoHeight) {
inner.addClass('fancybox-tmp');
if (!current.autoWidth) {
inner.width(origWidth)
}
if (!current.autoHeight) {
inner.height(origHeight)
}
if (current.autoWidth) {
origWidth = inner.width()
}
if (current.autoHeight) {
origHeight = inner.height()
}
inner.removeClass('fancybox-tmp')
}
width = getScalar(origWidth);
height = getScalar(origHeight);
ratio = origWidth / origHeight;
minWidth = getScalar(isPercentage(minWidth) ? getScalar(minWidth, 'w') - wSpace : minWidth);
maxWidth = getScalar(isPercentage(maxWidth) ? getScalar(maxWidth, 'w') - wSpace : maxWidth);
minHeight = getScalar(isPercentage(minHeight) ? getScalar(minHeight, 'h') - hSpace : minHeight);
maxHeight = getScalar(isPercentage(maxHeight) ? getScalar(maxHeight, 'h') - hSpace : maxHeight);
origMaxWidth = maxWidth;
origMaxHeight = maxHeight;
maxWidth_ = viewport.w - wMargin;
maxHeight_ = viewport.h - hMargin;
if (current.aspectRatio) {
if (width > maxWidth) {
width = maxWidth;
height = width / ratio
}
if (height > maxHeight) {
height = maxHeight;
width = height * ratio
}
if (width < minWidth) {
width = minWidth;
height = width / ratio
}
if (height < minHeight) {
height = minHeight;
width = height * ratio
}
} else {
width = Math.max(minWidth, Math.min(width, maxWidth));
height = Math.max(minHeight, Math.min(height, maxHeight))
} if (current.fitToView) {
maxWidth = Math.min(viewport.w - wSpace, maxWidth);
maxHeight = Math.min(viewport.h - hSpace, maxHeight);
inner.width(getScalar(width)).height(getScalar(height));
wrap.width(getScalar(width + wPadding));
width_ = wrap.width();
height_ = wrap.height();
if (current.aspectRatio) {
while ((width_ > maxWidth_ || height_ > maxHeight_) && width > minWidth && height > minHeight) {
if (steps++ > 19) {
break
}
height = Math.max(minHeight, Math.min(maxHeight, height - 10));
width = height * ratio;
if (width < minWidth) {
width = minWidth;
height = width / ratio
}
if (width > maxWidth) {
width = maxWidth;
height = width / ratio
}
inner.width(getScalar(width)).height(getScalar(height));
wrap.width(getScalar(width + wPadding));
width_ = wrap.width();
height_ = wrap.height()
}
} else {
width = Math.max(minWidth, Math.min(width, width - (width_ - maxWidth_)));
height = Math.max(minHeight, Math.min(height, height - (height_ - maxHeight_)))
}
}
if (scrollOut && scrolling === 'auto' && height < origHeight && (width + wPadding + scrollOut) < maxWidth_) {
width += scrollOut
}
inner.width(getScalar(width)).height(getScalar(height));
wrap.width(getScalar(width + wPadding));
width_ = wrap.width();
height_ = wrap.height();
canShrink = (width_ > maxWidth_ || height_ > maxHeight_) && width > minWidth && height > minHeight;
canExpand = current.aspectRatio ? (width < origMaxWidth && height < origMaxHeight && width < origWidth && height < origHeight) : ((width < origMaxWidth || height < origMaxHeight) && (width < origWidth || height < origHeight));
$.extend(current, {
dim: {
width: getValue(width_),
height: getValue(height_)
},
origWidth: origWidth,
origHeight: origHeight,
canShrink: canShrink,
canExpand: canExpand,
wPadding: wPadding,
hPadding: hPadding,
wrapSpace: height_ - skin.outerHeight(true),
skinSpace: skin.height() - height
});
if (!iframe && current.autoHeight && height > minHeight && height < maxHeight && !canExpand) {
inner.height('auto')
}
},
_getPosition: function(onlyAbsolute) {
var current = F.current,
viewport = F.getViewport(),
margin = current.margin,
width = F.wrap.width() + margin[1] + margin[3],
height = F.wrap.height() + margin[0] + margin[2],
rez = {
position: 'absolute',
top: margin[0],
left: margin[3]
};
if (current.autoCenter && current.fixed && !onlyAbsolute && height <= viewport.h && width <= viewport.w) {
rez.position = 'fixed'
} else if (!current.locked) {
rez.top += viewport.y;
rez.left += viewport.x
}
rez.top = getValue(Math.max(rez.top, rez.top + ((viewport.h - height) * current.topRatio)));
rez.left = getValue(Math.max(rez.left, rez.left + ((viewport.w - width) * current.leftRatio)));
return rez
},
_afterZoomIn: function() {
var current = F.current;
if (!current) {
return
}
F.isOpen = F.isOpened = true;
F.wrap.addClass('fancybox-opened').css('overflow', 'visible');
F.reposition();
if (current.closeClick || current.nextClick) {
F.inner.css('cursor', 'pointer').bind('click.fb', function(e) {
if (!$(e.target).is('a') && !$(e.target).parent().is('a')) {
F[current.closeClick ? 'close' : 'next']()
}
})
}
if (current.closeBtn) {
$(current.tpl.closeBtn).appendTo(F.skin).bind('click.fb', F.close)
}
if (current.arrows && F.group.length > 1) {
if (current.loop || current.index > 0) {
$(current.tpl.prev).appendTo(F.outer).bind('click.fb', F.prev)
}
if (current.loop || current.index < F.group.length - 1) {
$(current.tpl.next).appendTo(F.outer).bind('click.fb', F.next)
}
}
F.trigger('afterShow');
if (!current.loop && current.index === current.group.length - 1) {
F.play(false)
} else if (F.opts.autoPlay && !F.player.isActive) {
F.opts.autoPlay = false;
F.play()
}
},
_afterZoomOut: function() {
var current = F.current;
$('.fancybox-wrap').stop(true).trigger('onReset').remove();
$.extend(F, {
group: {},
opts: {},
router: false,
current: null,
isActive: false,
isOpened: false,
isOpen: false,
isClosing: false,
wrap: null,
skin: null,
outer: null,
inner: null
});
F.trigger('afterClose', current)
}
});
F.transitions = {
getOrigPosition: function() {
var current = F.current,
element = current.element,
orig = current.orig,
pos = {},
width = 50,
height = 50,
hPadding = current.hPadding,
wPadding = current.wPadding,
viewport = F.getViewport();
if (!orig && current.isDom && element.is(':visible')) {
orig = element.find('img:first');
if (!orig.length) {
orig = element
}
}
if (isQuery(orig)) {
pos = orig.offset();
if (orig.is('img')) {
width = orig.outerWidth();
height = orig.outerHeight()
}
} else {
pos.top = viewport.y + (viewport.h - height) * current.topRatio;
pos.left = viewport.x + (viewport.w - width) * current.leftRatio
} if (current.locked) {
pos.top -= viewport.y;
pos.left -= viewport.x
}
pos = {
top: getValue(pos.top - hPadding * current.topRatio),
left: getValue(pos.left - wPadding * current.leftRatio),
width: getValue(width + wPadding),
height: getValue(height + hPadding)
};
return pos
},
step: function(now, fx) {
var ratio, padding, value, prop = fx.prop,
current = F.current,
wrapSpace = current.wrapSpace,
skinSpace = current.skinSpace;
if (prop === 'width' || prop === 'height') {
ratio = fx.end === fx.start ? 1 : (now - fx.start) / (fx.end - fx.start);
if (F.isClosing) {
ratio = 1 - ratio
}
padding = prop === 'width' ? current.wPadding : current.hPadding;
value = now - padding;
F.skin[prop](getScalar(prop === 'width' ? value : value - (wrapSpace * ratio)));
F.inner[prop](getScalar(prop === 'width' ? value : value - (wrapSpace * ratio) - (skinSpace * ratio)))
}
},
zoomIn: function() {
var current = F.current,
startPos = current.pos,
effect = current.openEffect,
elastic = effect === 'elastic',
endPos = $.extend({
opacity: 1
}, startPos);
delete endPos.position;
if (elastic) {
startPos = this.getOrigPosition();
if (current.openOpacity) {
startPos.opacity = 0.1
}
} else if (effect === 'fade') {
startPos.opacity = 0.1
}
F.wrap.css(startPos).animate(endPos, {
duration: effect === 'none' ? 0 : current.openSpeed,
easing: current.openEasing,
step: elastic ? this.step : null,
complete: F._afterZoomIn
})
},
zoomOut: function() {
var current = F.current,
effect = current.closeEffect,
elastic = effect === 'elastic',
endPos = {
opacity: 0.1
};
if (elastic) {
endPos = this.getOrigPosition();
if (current.closeOpacity) {
endPos.opacity = 0.1
}
}
F.wrap.animate(endPos, {
duration: effect === 'none' ? 0 : current.closeSpeed,
easing: current.closeEasing,
step: elastic ? this.step : null,
complete: F._afterZoomOut
})
},
changeIn: function() {
var current = F.current,
effect = current.nextEffect,
startPos = current.pos,
endPos = {
opacity: 1
},
direction = F.direction,
distance = 200,
field;
startPos.opacity = 0.1;
if (effect === 'elastic') {
field = direction === 'down' || direction === 'up' ? 'top' : 'left';
if (direction === 'down' || direction === 'right') {
startPos[field] = getValue(getScalar(startPos[field]) - distance);
endPos[field] = '+=' + distance + 'px'
} else {
startPos[field] = getValue(getScalar(startPos[field]) + distance);
endPos[field] = '-=' + distance + 'px'
}
}
if (effect === 'none') {
F._afterZoomIn()
} else {
F.wrap.css(startPos).animate(endPos, {
duration: current.nextSpeed,
easing: current.nextEasing,
complete: F._afterZoomIn
})
}
},
changeOut: function() {
var previous = F.previous,
effect = previous.prevEffect,
endPos = {
opacity: 0.1
},
direction = F.direction,
distance = 200;
if (effect === 'elastic') {
endPos[direction === 'down' || direction === 'up' ? 'top' : 'left'] = (direction === 'up' || direction === 'left' ? '-' : '+') + '=' + distance + 'px'
}
previous.wrap.animate(endPos, {
duration: effect === 'none' ? 0 : previous.prevSpeed,
easing: previous.prevEasing,
complete: function() {
$(this).trigger('onReset').remove()
}
})
}
};
F.helpers.overlay = {
overlay: null,
update: function() {
var width = '100%',
offsetWidth;
this.overlay.width(width).height('100%');
if ($.browser.msie) {
offsetWidth = Math.max(document.documentElement.offsetWidth, document.body.offsetWidth);
if (D.width() > offsetWidth) {
width = D.width()
}
} else if (D.width() > W.width()) {
width = D.width()
}
this.overlay.width(width).height(D.height())
},
onReady: function(opts, obj) {
$('.fancybox-overlay').stop(true, true);
if (!this.overlay) {
$.extend(this, {
overlay: $('
').appendTo(obj.parent),
margin: D.height() > W.height() || $('body').css('overflow-y') === 'scroll' ? $('body').css('margin-right') : false,
el: document.all && !document.querySelector ? $('html') : $('body')
})
}
if (obj.fixed && !isTouch) {
this.overlay.addClass('fancybox-overlay-fixed');
if (obj.autoCenter) {
this.overlay.append(obj.wrap);
obj.locked = this.overlay
}
}
if (opts.showEarly === true) {
this.beforeShow.apply(this, arguments)
}
},
beforeShow: function(opts, obj) {
var overlay = this.overlay.unbind('.fb').width('auto').height('auto').css(opts.css);
if (opts.closeClick) {
overlay.bind('click.fb', function(e) {
if ($(e.target).hasClass('fancybox-overlay')) {
F.close()
}
})
}
if (obj.fixed && !isTouch) {
if (obj.locked) {
this.el.addClass('fancybox-lock');
if (this.margin !== false) {
$('body').css('margin-right', getScalar(this.margin) + obj.scrollbarWidth)
}
}
} else {
this.update()
}
overlay.show()
},
onUpdate: function(opts, obj) {
if (!obj.fixed || isTouch) {
this.update()
}
},
afterClose: function(opts) {
var that = this,
speed = opts.speedOut || 0;
if (that.overlay && !F.isActive) {
that.overlay.fadeOut(speed || 0, function() {
$('body').css('margin-right', that.margin);
that.el.removeClass('fancybox-lock');
that.overlay.remove();
that.overlay = null
})
}
}
};
F.helpers.title = {
beforeShow: function(opts) {
var text = F.current.title,
type = opts.type,
title, target;
if (!isString(text) || $.trim(text) === '') {
return
}
title = $('
' + text + '
');
switch (type) {
case 'inside':
target = F.skin;
break;
case 'outside':
target = F.wrap;
break;
case 'over':
target = F.inner;
break;
default:
target = F.skin;
title.appendTo('body').width(title.width()).wrapInner('');
F.current.margin[2] += Math.abs(getScalar(title.css('margin-bottom')));
break
}
if (opts.position === 'top') {
title.prependTo(target)
} else {
title.appendTo(target)
}
}
};
$.fn.fancybox = function(options) {
var index, that = $(this),
selector = this.selector || '',
run = function(e) {
var what = $(this).blur(),
idx = index,
relType, relVal;
if (!(e.ctrlKey || e.altKey || e.shiftKey || e.metaKey) && !what.is('.fancybox-wrap')) {
relType = options.groupAttr || 'data-fancybox-group';
relVal = what.attr(relType);
if (!relVal) {
relType = 'rel';
relVal = what.get(0)[relType]
}
if (relVal && relVal !== '' && relVal !== 'nofollow') {
what = selector.length ? $(selector) : that;
what = what.filter('[' + relType + '="' + relVal + '"]');
idx = what.index(this)
}
options.index = idx;
if (F.open(what, options) !== false) {
e.preventDefault()
}
}
};
options = options || {};
index = options.index || 0;
if (!selector || options.live === false) {
that.unbind('click.fb-start').bind('click.fb-start', run)
} else {
D.undelegate(selector, 'click.fb-start').delegate(selector + ":not('.fancybox-item, .fancybox-nav')", 'click.fb-start', run)
}
return this
};
D.ready(function() {
if ($.scrollbarWidth === undefined) {
$.scrollbarWidth = function() {
var parent = $('
').appendTo('body'),
child = parent.children(),
width = child.innerWidth() - child.height(99).innerWidth();
parent.remove();
return width
}
}
if ($.support.fixedPosition === undefined) {
$.support.fixedPosition = (function() {
var elem = $('
').appendTo('body'),
fixed = (elem[0].offsetTop === 20 || elem[0].offsetTop === 15);
elem.remove();
return fixed
}())
}
$.extend(F.defaults, {
scrollbarWidth: $.scrollbarWidth(),
fixed: $.support.fixedPosition,
parent: $('body')
})
})
}(window, document, jQuery));
$(document).ready(function() {
var Copyrights = "©Copyright by giObanii. ©Copyright by toxigeek.com. All Rights Reserved.";
$('table .postbody div img, .postbody .content img, .entry-content img, .post-entry div img').error(function() {
$(this).attr('src', 'http://goo.gl/XIZ7a').attr('alt', 'Image not avaliable')
});
$('table .postbody div img, .postbody .content img, .entry-content img, .post-entry div img').each(function() {
$(this).not('img[src*="smiles"], a img').wrap('')
});
$('table .postbody div a[href$=".png"], table .postbody div a[href$=".jpg"], table .postbody div a[href$=".gif"], .postbody .content a[href$=".png"], .postbody .content a[href$=".jpg"], .postbody .content a[href$=".gif"], .entry-content a[href$=".png"], .entry-content a[href$=".jpg"], .entry-content a[href$=".gif"], .post-entry div a[href$=".png"], .post-entry div a[href$=".jpg"], .post-entry div a[href$=".gif"]').not('a.fancybox').each(function() {
$(this).addClass('fancybox').attr('rel', 'fancybox')
});
$('table .postbody div a.fancybox, .postbody .content a.fancybox, .entry-content a.fancybox, .post-entry div a.fancybox').fancybox({
openEffect: 'elastic',
closeEffect: 'elastic',
nextEffect: 'elastic',
prevEffect: 'elastic',
});
$('table .postbody div a[href^="http://www.youtube"][href*="v="], .postbody .content a[href^="http://www.youtube"][href*="v="], .entry-content a[href^="http://www.youtube"][href*="v="], .post-entry div a[href^="http://www.youtube"][href*="v="]').each(function() {
var a = $(this);
var b = a.attr('href').slice(a.attr('href').indexOf('v=') + 2, a.attr('href').indexOf('v=') + 13);
if (a.attr('href').indexOf('list=') != -1) {
var c = a.attr('href').slice(a.attr('href').indexOf('list=') + 5) + '&';
var d = c.slice(0, c.indexOf("&"));
a.replaceWith('')
} else {
a.replaceWith('')
}
});
var u = document.location.href;
$('body').append('
');
$('a[href="/login"], a[href="/login?connexion"]').attr('id', 'login').attr('href', '#login_form');
$('a#login').fancybox();
$("#login_form").bind("submit");
$('a img#i_icon_mini_new_message').each(function() {
var nmp = $(this).attr("alt").match(/[0-9]+/);
$.fancybox('

bạn có ' + nmp + ' tin nhắn

')
});
$('ToxiGeek! | ').insertBefore('#pun-about ul li span.gensmall, .gen span.gensmall, #page-footer .navbar .linklist li.rightside span.gensmall, #gfooter .footer-links ul li a[href*="invision"]')
});

https://ripskin.forumvi.net

Sponsored content



Back to top  Message [Page 1 of 1]

Similar topics

-

» test ảnh................

Permissions in this forum:
You cannot reply to topics in this forum