1
0
forked from metin2/web

Updated assets to March 2013, added news.

This commit is contained in:
2023-07-23 12:35:14 +03:00
parent 041f12adaf
commit 2885d89dfe
11 changed files with 2721 additions and 1988 deletions

View File

@ -1,62 +1,77 @@
.page {
height: 100%;
overflow: visible;
height: 100%;
overflow: visible;
}
.top-nav li {
width:auto;
padding:0;
width:auto;
padding:0;
}
.boxes-bottom {
background: none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='img/box-bottom.png', sizingmethod='crop');
background: none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='img/box-bottom.png', sizingmethod='crop');
}
.boxes-bottom {
background: none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='img/box-bottom.png', sizingmethod='crop');
background: none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='img/box-bottom.png', sizingmethod='crop');
}
.boxes-middle {
background: none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='img/box-middle.png', sizingmethod='crop');
background: none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='img/box-middle.png', sizingmethod='crop');
}
.shadow {
background: none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='img/shadow-2.png', sizingmethod='crop');
background: none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='img/shadow-2.png', sizingmethod='crop');
}
.dist-item-img {
behavior:url(img/iepngfix.htc);
}
.distribute-content .distribute-item {
margin:8px 0 6px;
}
.distribute-box .distribute-item {
margin:0;
}
.distribute-content .dist-item-amount {
height:auto;
}
.distribute-content .content-bg-bottom {
padding-bottom:10px;
}
.download-inner-column-left{
width:300px;
width:300px;
}
.ranks-select-box {
margin-right:5px;
margin-left:3px;
margin-right:5px;
margin-left:3px;
}
.ranks-inner-content td{
height:21px;
height:21px;
}
.ranks-inner-content th{
height:23px;
height:23px;
}
.ranks-dropdowns-box{
overflow:hidden;
overflow:hidden;
}
.nav-box-btn{
margin: 0 0 0 10px;
margin: 0 0 0 10px;
}
.form-agb-box {
margin-top:-4px;
margin-top:-4px;
}
.form label input {
height: 15px;
margin-right: 2px;
height: 15px;
margin-right: 2px;
}
.form label {
margin-top: -3px;
margin-top: -3px;
}
.modul-box .modul-box-bg-bottom {
height: 170px;
overflow: visible;
height: 170px;
overflow: visible;
}
.button {padding-bottom:0px;}
.btn-center-input-small-space {float:none;}
@ -67,4 +82,11 @@
.pass-lost-box-small, .register-box {margin-left:6px}
.input-data-input input {padding:2px;}
.input-data-box {height:auto; height:129px;}
.pass-lost-box-small {height:auto; height:143px;}
.pass-lost-box-small {height:auto; height:143px;}
#creation div.gender img {
visibility:hidden;
display:none;
}
#creation div.genders, #creation div.gender {
background:none;
}

View File

@ -1,17 +1,22 @@
.ranks-inner-content td{
height:21px;
height:21px;
}
.ranks-inner-content th{
height:23px;
height:23px;
}
.form-agb-box {
margin-top:-4px;
margin-top:-4px;
}
.form label {
margin-top: -3px;
margin-top: -3px;
}
.form label input {
height: 15px;
margin-right: 2px;
height: 15px;
margin-right: 2px;
}
.button {padding-bottom:0px;}
.button {padding-bottom:0px;}
.distribute-content .distribute-box .amount {
width:35px;
margin-left:-14px;
}
.content .tabs4-big li a {height:38px; padding-top:8px;}

File diff suppressed because it is too large Load Diff

View File

@ -37,6 +37,8 @@
display:none
}
#register #pwInfo,
#lostPasswordCode #pwInfo,
#changePw #pwInfo,
.formError .formErrorContent {
background:url("/img/tooltip-bg.png") repeat-x scroll 0 0 #B9A16E;
border:1px solid #60430a;
@ -64,7 +66,7 @@
#registerForm .tacformError {left:760px !important;}
.greenPopup .formErrorContent {
.greenPopup .formErrorContent {
width:235px;
}
.blackPopup .formErrorContent {
@ -143,7 +145,7 @@
background:transparent url(/img/secure-pwd-bar.gif) no-repeat 0 -13px;
font-size:1px;
height:13px;
}
#securePwd #securePwdBar {float:left; background-position:0 0; width:0px;}
#pwdWarning {
@ -168,8 +170,12 @@
#toPwInfo {font-size:11px; color:#8D0404; cursor:pointer;}
#registerForm img {display:inline;}
#register #pwInfo {
#registerForm img,
#lostPasswordCodeForm img,
#changepwForm img {display:inline;}
#register #pwInfo,
#lostPasswordCode #pwInfo,
#changePw #pwInfo {
left:55px;
font-weight:normal;
padding:10px;
@ -180,7 +186,9 @@
#pwInfo {display:none;}
#register #pwInfo h3 {
#register #pwInfo h3,
#lostPasswordCode #pwInfo h3,
#changePw #pwInfo h3 {
color:#8D0404;
font-size:12px;
min-height:15px;
@ -195,6 +203,12 @@
padding:0 0 0 20px;
}
#pwInfo p {
margin:0;
font-weight:normal;
font-size:11px;
}
.nodisplay {
display: none;
}
@ -206,20 +220,20 @@
.simple_overlay {
/* must be initially hidden */
display:none;
/* place overlay on top of other elements */
z-index:10000;
/* styling */
background-color:#333;
width:675px;
width:675px;
min-height:200px;
border:1px solid #666;
position:fixed;
/* CSS3 styling for latest browsers */
-moz-box-shadow:0 0 90px 5px #000;
-webkit-box-shadow: 0 0 90px #000;
-webkit-box-shadow: 0 0 90px #000;
}
/* close button positioned on upper right corner */
@ -243,11 +257,11 @@
.forward, .back, .info {background:#D8C79C;}
.forward, .back {
/* absolute positioning relative to the overlay */
position:absolute;
top:40%;
border:1px solid #666;
top:40%;
border:1px solid #666;
cursor:pointer;
display:block;
padding:10px 20px;
@ -258,7 +272,7 @@
width:20px;
/* upcoming CSS3 features */
-moz-border-radius:5px;
-webkit-border-radius:5px;
-webkit-border-radius:5px;
}
.back {
@ -278,7 +292,7 @@
-moz-border-radius-topright:0;
-moz-border-radius-bottomright:0;
-webkit-border-bottom-right-radius:0;
-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;}
@ -286,14 +300,14 @@
/* when there is no next or previous link available this class is added */
.disabled {
visibility:hidden;
visibility:hidden;
}
/* the "information box" */
.info {
position:absolute;
bottom:0;
left:0;
left:0;
padding:10px 15px;
color:#160400;
font-size:11px;
@ -301,7 +315,7 @@
}
.info strong {
display:block;
display:block;
}
/* progress indicator (animated gif). should be initially hidden */
@ -336,68 +350,68 @@
width:553px;
}
.navi {
margin-left:328px;
width:200px;
height:20px;
}
/* items inside navigator */
.navi a {
width:8px;
height:8px;
float:left;
margin:3px;
background:url(/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
display:block;
font-size:1px;
}
/* mouseover state */
.navi a:hover {
background-position:0 -8px;
}
/* active state (current page state) */
.navi a.active {
background-position:0 -16px;
.navi {
margin-left:328px;
width:200px;
height:20px;
}
div.scrollable {
/* required settings */
position:relative;
overflow:hidden;
width:553px;
height:574px;
}
/*
root element for scrollable items. Must be absolutely positioned
and it should have a extremely large width to accomodate scrollable items.
it's enough that you set width and height for the root element and
not for this element.
*/
div.scrollable div.items {
/* this cannot be too large */
width:20000em;
position:absolute;
clear:both;
}
/*
a single item. must be floated in horizontal scrolling.
typically, this element is the one that *you* will style
the most.
*/
/* items inside navigator */
.navi a {
width:8px;
height:8px;
float:left;
margin:3px;
background:url(/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
display:block;
font-size:1px;
}
/* mouseover state */
.navi a:hover {
background-position:0 -8px;
}
/* active state (current page state) */
.navi a.active {
background-position:0 -16px;
}
div.scrollable {
/* required settings */
position:relative;
overflow:hidden;
width:553px;
height:574px;
}
/*
root element for scrollable items. Must be absolutely positioned
and it should have a extremely large width to accomodate scrollable items.
it's enough that you set width and height for the root element and
not for this element.
*/
div.scrollable div.items {
/* this cannot be too large */
width:20000em;
position:absolute;
clear:both;
}
/*
a single item. must be floated in horizontal scrolling.
typically, this element is the one that *you* will style
the most.
*/
div.scrollable div.items div {
float:left;
height:515px;
float:left;
height:515px;
width:481px;
padding:49px 36px 10px;
}
}
div.scrollable div.items div p.pager {
margin:9px 0 0;
@ -553,7 +567,7 @@ a.left:hover {
* Simple and fancy lightbox alternative
*
* Examples and documentation at: http://fancybox.net
*
*
* Copyright (c) 2008 - 2010 Janis Skarnelis
*
* Version: 1.3.1 (05/03/2010)
@ -745,6 +759,7 @@ a.left:hover {
#fancybox-title-left {
padding-left: 15px;
background-image: url('/img/fancybox/fancy_title_left.png');
background-position: -40px -90px;
background-repeat: no-repeat;
}
@ -759,6 +774,7 @@ a.left:hover {
#fancybox-title-right {
padding-left: 15px;
background-image: url('/img/fancybox/fancy_title_right.png');
background-position: -55px -90px;
background-repeat: no-repeat;
}
@ -853,7 +869,7 @@ a.left:hover {
bottom: -20px;
right: -20px;
background-image: url('/img/fancybox/fancybox.png');
background-position: -40px -182px;
background-position: -40px -182px;
}
#fancy-bg-s {
@ -907,3 +923,48 @@ a.left:hover {
.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-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/**************************************/
/* Slider */
/**************************************/
.coda-slider-wrapper { padding: 0 0 }
/*.coda-slider { background: #ebebeb }*/
#coda-slider-1 { height: 170px; }
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 150px; overflow: hidden !important; padding-right: 20px }
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 480px }
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 235px }
.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }
/* Arrow styling */
.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 0px; width: 20px }
/* Tab nav */
.coda-nav ul li a.current { background: white }
/* Panel padding */
.coda-slider .panel-wrapper { padding: 0px; width:480px; height:150px; }
/* Preloader */
.coda-slider p.loading { padding: 20px; text-align: center }
/* Don't change anything below here unless you know what you're doing */
/* Tabbed nav - enlargen height (>0px) to show tab butons */
.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; position: absolute; top: 145px; right: 50px; height: 0px;}
.coda-nav ul li { display: inline }
.coda-nav ul li a { background: #999; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none; }
/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto; /* position:absolute; left:0px;*/ }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider .panel-container { position: relative }
.coda-nav-left, .coda-nav-right { float: left }
.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

1
public/js/jquery.codaslider.min.js vendored Normal file
View File

@ -0,0 +1 @@
$(function(){});var sliderCount=1;$.fn.codaSlider=function(a){a=$.extend({autoHeight:true,autoHeightEaseDuration:1000,autoHeightEaseFunction:"easeInOutExpo",autoSlide:true,autoSlideInterval:7000,autoSlideStopWhenClicked:true,crossLinking:true,dynamicArrows:false,dynamicArrowLeftText:"&#171; left",dynamicArrowRightText:"right &#187;",dynamicTabs:true,dynamicTabsAlign:"right",dynamicTabsPosition:"bottom",externalTriggerSelector:"a.xtrig",firstPanelToLoad:1,panelTitleSelector:"h2.title",slideEaseDuration:1000,slideEaseFunction:"easeInOutExpo"},a);return this.each(function(){var e=$(this);if(a.dynamicArrows){e.parent().addClass("arrows");e.before('<div class="coda-nav-left" id="coda-nav-left-'+sliderCount+'"><a href="#">'+a.dynamicArrowLeftText+"</a></div>");e.after('<div class="coda-nav-right" id="coda-nav-right-'+sliderCount+'"><a href="#">'+a.dynamicArrowRightText+"</a></div>")}var b=e.find(".panel").width();var j=e.find(".panel").size();var k=b*j;var f=0;$(".panel",e).wrapAll('<div class="panel-container"></div>');$(".panel-container",e).css({width:k});if(a.crossLinking&&location.hash&&parseInt(location.hash.slice(1))<=j){var c=parseInt(location.hash.slice(1));var g=-(b*(c-1));$(".panel-container",e).css({marginLeft:g})}else{if(a.firstPanelToLoad!=1&&a.firstPanelToLoad<=j){var c=a.firstPanelToLoad;var g=-(b*(c-1));$(".panel-container",e).css({marginLeft:g})}else{var c=1}}if(a.dynamicTabs){var i='<div class="coda-nav" id="coda-nav-'+sliderCount+'"><ul></ul></div>';switch(a.dynamicTabsPosition){case"bottom":e.parent().append(i);break;default:e.parent().prepend(i);break}ul=$("#coda-nav-"+sliderCount+" ul");$(".panel",e).each(function(l){ul.append('<li class="tab'+(l+1)+'"><a href="#'+(l+1)+'">'+$(this).find(a.panelTitleSelector).text()+"</a></li>")});navContainerWidth=e.width()+e.siblings(".coda-nav-left").width()+e.siblings(".coda-nav-right").width();ul.parent().css({width:navContainerWidth});switch(a.dynamicTabsAlign){case"center":ul.css({width:($("li",ul).width()+2)*j});break;case"right":ul.css({"float":"right"});break}}$("#coda-nav-"+sliderCount+" a").each(function(l){$(this).bind("click",function(){f++;$(this).addClass("current").parents("ul").find("a").not($(this)).removeClass("current");g=-(b*l);h(l);c=l+1;$(".panel-container",e).animate({marginLeft:g},a.slideEaseDuration,a.slideEaseFunction);if(!a.crossLinking){return false}})});$(a.externalTriggerSelector).each(function(){if(sliderCount==parseInt($(this).attr("rel").slice(12))){$(this).bind("click",function(){f++;targetPanel=parseInt($(this).attr("href").slice(1));g=-(b*(targetPanel-1));h(targetPanel-1);c=targetPanel;e.siblings(".coda-nav").find("a").removeClass("current").parents("ul").find("li:eq("+(targetPanel-1)+") a").addClass("current");$(".panel-container",e).animate({marginLeft:g},a.slideEaseDuration,a.slideEaseFunction);if(!a.crossLinking){return false}})}});if(a.crossLinking&&location.hash&&parseInt(location.hash.slice(1))<=j){$("#coda-nav-"+sliderCount+" a:eq("+(location.hash.slice(1)-1)+")").addClass("current")}else{if(a.firstPanelToLoad!=1&&a.firstPanelToLoad<=j){$("#coda-nav-"+sliderCount+" a:eq("+(a.firstPanelToLoad-1)+")").addClass("current")}else{$("#coda-nav-"+sliderCount+" a:eq(0)").addClass("current")}}if(a.autoHeight){panelHeight=$(".panel:eq("+(c-1)+")",e).height();e.css({height:panelHeight})}if(a.autoSlide){e.ready(function(){setTimeout(d,a.autoSlideInterval)})}function h(l){if(a.autoHeight){panelHeight=$(".panel:eq("+l+")",e).height();e.animate({height:panelHeight},a.autoHeightEaseDuration,a.autoHeightEaseFunction)}}function d(){if(f==0||!a.autoSlideStopWhenClicked){if(c==j){var l=0;c=1}else{var l=-(b*c);c+=1}h(c-1);e.siblings(".coda-nav").find("a").removeClass("current").parents("ul").find("li:eq("+(c-1)+") a").addClass("current");$(".panel-container",e).animate({marginLeft:l},a.slideEaseDuration,a.slideEaseFunction);setTimeout(d,a.autoSlideInterval)}}$(".panel",e).show().end().find("p.loading").remove();e.removeClass("preload");sliderCount++})};

1
public/js/jquery.easing.min.js vendored Normal file
View File

@ -0,0 +1 @@
jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(e,f,a,h,g){return jQuery.easing[jQuery.easing.def](e,f,a,h,g)},easeInQuad:function(e,f,a,h,g){return h*(f/=g)*f+a},easeOutQuad:function(e,f,a,h,g){return -h*(f/=g)*(f-2)+a},easeInOutQuad:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f+a}return -h/2*((--f)*(f-2)-1)+a},easeInCubic:function(e,f,a,h,g){return h*(f/=g)*f*f+a},easeOutCubic:function(e,f,a,h,g){return h*((f=f/g-1)*f*f+1)+a},easeInOutCubic:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f+a}return h/2*((f-=2)*f*f+2)+a},easeInQuart:function(e,f,a,h,g){return h*(f/=g)*f*f*f+a},easeOutQuart:function(e,f,a,h,g){return -h*((f=f/g-1)*f*f*f-1)+a},easeInOutQuart:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f+a}return -h/2*((f-=2)*f*f*f-2)+a},easeInQuint:function(e,f,a,h,g){return h*(f/=g)*f*f*f*f+a},easeOutQuint:function(e,f,a,h,g){return h*((f=f/g-1)*f*f*f*f+1)+a},easeInOutQuint:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f*f+a}return h/2*((f-=2)*f*f*f*f+2)+a},easeInSine:function(e,f,a,h,g){return -h*Math.cos(f/g*(Math.PI/2))+h+a},easeOutSine:function(e,f,a,h,g){return h*Math.sin(f/g*(Math.PI/2))+a},easeInOutSine:function(e,f,a,h,g){return -h/2*(Math.cos(Math.PI*f/g)-1)+a},easeInExpo:function(e,f,a,h,g){return(f==0)?a:h*Math.pow(2,10*(f/g-1))+a},easeOutExpo:function(e,f,a,h,g){return(f==g)?a+h:h*(-Math.pow(2,-10*f/g)+1)+a},easeInOutExpo:function(e,f,a,h,g){if(f==0){return a}if(f==g){return a+h}if((f/=g/2)<1){return h/2*Math.pow(2,10*(f-1))+a}return h/2*(-Math.pow(2,-10*--f)+2)+a},easeInCirc:function(e,f,a,h,g){return -h*(Math.sqrt(1-(f/=g)*f)-1)+a},easeOutCirc:function(e,f,a,h,g){return h*Math.sqrt(1-(f=f/g-1)*f)+a},easeInOutCirc:function(e,f,a,h,g){if((f/=g/2)<1){return -h/2*(Math.sqrt(1-f*f)-1)+a}return h/2*(Math.sqrt(1-(f-=2)*f)+1)+a},easeInElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}return -(g*Math.pow(2,10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j))+e},easeOutElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}return g*Math.pow(2,-10*h)*Math.sin((h*k-i)*(2*Math.PI)/j)+l+e},easeInOutElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k/2)==2){return e+l}if(!j){j=k*(0.3*1.5)}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}if(h<1){return -0.5*(g*Math.pow(2,10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j))+e}return g*Math.pow(2,-10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j)*0.5+l+e},easeInBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}return i*(f/=h)*f*((g+1)*f-g)+a},easeOutBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}return i*((f=f/h-1)*f*((g+1)*f+g)+1)+a},easeInOutBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}if((f/=h/2)<1){return i/2*(f*f*(((g*=(1.525))+1)*f-g))+a}return i/2*((f-=2)*f*(((g*=(1.525))+1)*f+g)+2)+a},easeInBounce:function(e,f,a,h,g){return h-jQuery.easing.easeOutBounce(e,g-f,0,h,g)+a},easeOutBounce:function(e,f,a,h,g){if((f/=g)<(1/2.75)){return h*(7.5625*f*f)+a}else{if(f<(2/2.75)){return h*(7.5625*(f-=(1.5/2.75))*f+0.75)+a}else{if(f<(2.5/2.75)){return h*(7.5625*(f-=(2.25/2.75))*f+0.9375)+a}else{return h*(7.5625*(f-=(2.625/2.75))*f+0.984375)+a}}}},easeInOutBounce:function(e,f,a,h,g){if(f<g/2){return jQuery.easing.easeInBounce(e,f*2,0,h,g)*0.5+a}return jQuery.easing.easeOutBounce(e,f*2-g,0,h,g)*0.5+h*0.5+a}});