refinerycms-project_portfolios 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,20 +1,15 @@
1
1
  module ProjectPortfolioHelper
2
+ def render_title(portfolio)
3
+ "<h3>#{portfolio.title}</h3>".html_safe if !portfolio.title.blank?
4
+ end
5
+
2
6
  def render_thumbnail(portfolio)
3
- #if portfolio.thumbnail_url.blank?
4
- # image_fu portfolio.thumbnail, nil
5
- #else
6
- # image_tag(portfolio.thumbnail_url)
7
- #end
8
- image_fu portfolio.thumbnail, :medium
7
+ portfolio_thumbnail_size = RefinerySetting.find_or_set(:portfolio_thumbnail_size, '126x80#c', :destroyable => false)
8
+ image_fu portfolio.thumbnail, portfolio_thumbnail_size
9
9
  end
10
10
 
11
11
  def render_image(portfolio)
12
- #if portfolio.image_url.blank?
13
- # image_fu portfolio.image, :width => '400'
14
- #elsif portfolio.image_url.present?
15
- # image_tag(portfolio.image_url, :width => '400')
16
- #end
17
- image_fu portfolio.image, nil
12
+ image_fu portfolio.image, :medium
18
13
  end
19
14
 
20
15
  end
@@ -3,10 +3,12 @@
3
3
  <h2><%= portfolio.project_name %><span style="float: right;" class="bClose close_icon"></span></h2>
4
4
  </div>
5
5
  <div class="popup-content" style="clear: both;">
6
- <h3><%= portfolio.title %></h3>
6
+ <%= render_title(portfolio) %>
7
+ <% if !portfolio.image.nil? %>
7
8
  <div class="popup-img">
8
9
  <%= render_image portfolio %>
9
10
  </div>
11
+ <% end %>
10
12
  <div class="popup-description">
11
13
  <%= portfolio.description.html_safe %>
12
14
  </div>
@@ -14,7 +14,7 @@
14
14
  <div class="image-grid-div">
15
15
  <ul id="portfolios" class="image-grid">
16
16
  <% @portfolios.each do |portfolio| %>
17
- <li class="thumbnail-box" data-id="id-<%= portfolio.id %>" data-type="<%= portfolio.tag_list.to_s.delete ' ' %>">
17
+ <li class="thumbnail-box" data-id="id-<%= portfolio.id %>" data-type="-<%= portfolio.tag_list.join('-').to_s.delete ' ' %>-">
18
18
  <a class="popup-link" popup-id="<%= portfolio.id %>" href="#">
19
19
  <%= render_thumbnail portfolio %>
20
20
  <strong class="popup-project-title"><%= portfolio.project_name %></strong>
@@ -28,7 +28,7 @@ $(function() {
28
28
  if(tag == 'all') {
29
29
  var filteredProjects = projectsClone.find('li');
30
30
  } else {
31
- var filteredProjects = projectsClone.find('li[data-type*=' + removeSpaces(tag) + ']');
31
+ var filteredProjects = projectsClone.find('li[data-type*=-' + removeSpaces(tag) + '-]');
32
32
  }
33
33
  projects.quicksand(filteredProjects, {
34
34
  duration : 800,
@@ -1 +1 @@
1
- (function(a){a.fn.quicksand=function(f,b){var e={duration:750,easing:"swing",attribute:"data-id",adjustHeight:"auto",useScaling:true,enhancement:function(g){},selector:"> *",dx:0,dy:0};a.extend(e,b);if(a.browser.msie||(typeof(a.fn.scale)=="undefined")){e.useScaling=false}var c;if(typeof(arguments[1])=="function"){var c=arguments[1]}else{if(typeof(arguments[2]=="function")){var c=arguments[2]}}return this.each(function(v){var A;var y=[];var j=a(f).clone();var z=a(this);var h=a(this).css("height");var p;var k=false;var l=a(z).offset();var m=[];var x=a(this).find(e.selector);if(a.browser.msie&&a.browser.version.substr(0,1)<7){z.html("").append(j);return}var n=0;var s=function(){if(!n){n=1;$toDelete=z.find("> *");z.prepend(t.find("> *"));$toDelete.remove();if(k){z.css("height",p)}e.enhancement(z);if(typeof c=="function"){c.call(this)}}};var w=z.offsetParent();var u=w.offset();if(w.css("position")=="relative"){if(w.get(0).nodeName.toLowerCase()=="body"){}else{u.top+=(parseFloat(w.css("border-top-width"))||0);u.left+=(parseFloat(w.css("border-left-width"))||0)}}else{u.top-=(parseFloat(w.css("border-top-width"))||0);u.left-=(parseFloat(w.css("border-left-width"))||0);u.top-=(parseFloat(w.css("margin-top"))||0);u.left-=(parseFloat(w.css("margin-left"))||0)}if(isNaN(u.left)){u.left=0}if(isNaN(u.top)){u.top=0}u.left-=e.dx;u.top-=e.dy;z.css("height",a(this).height());x.each(function(B){m[B]=a(this).offset()});a(this).stop();var r=0;var q=0;x.each(function(B){a(this).stop();var C=a(this).get(0);if(C.style.position=="absolute"){r=-e.dx;q=-e.dy}else{r=e.dx;q=e.dy}C.style.position="absolute";C.style.margin="0";C.style.top=(m[B].top-parseFloat(C.style.marginTop)-u.top+q)+"px";C.style.left=(m[B].left-parseFloat(C.style.marginLeft)-u.left+r)+"px"});var t=a(z).clone();var g=t.get(0);g.innerHTML="";g.setAttribute("id","");g.style.height="auto";g.style.width=z.width()+"px";t.append(j);t.insertBefore(z);t.css("opacity",0);g.style.zIndex=-1;g.style.margin="0";g.style.position="absolute";g.style.top=l.top-u.top+"px";g.style.left=l.left-u.left+"px";if(e.adjustHeight==="dynamic"){z.animate({height:t.height()},e.duration,e.easing)}else{if(e.adjustHeight==="auto"){p=t.height();if(parseFloat(h)<parseFloat(p)){z.css("height",p)}else{k=true}}}x.each(function(B){var C=[];if(typeof(e.attribute)=="function"){A=e.attribute(a(this));j.each(function(){if(e.attribute(this)==A){C=a(this);return false}})}else{C=j.filter("["+e.attribute+"="+a(this).attr(e.attribute)+"]")}if(C.length){if(!e.useScaling){y.push({element:a(this),animation:{top:C.offset().top-u.top,left:C.offset().left-u.left,opacity:1}})}else{y.push({element:a(this),animation:{top:C.offset().top-u.top,left:C.offset().left-u.left,opacity:1,scale:"1.0"}})}}else{if(!e.useScaling){y.push({element:a(this),animation:{opacity:"0.0"}})}else{y.push({element:a(this),animation:{opacity:"0.0",scale:"0.0"}})}}});j.each(function(D){var C=[];var F=[];if(typeof(e.attribute)=="function"){A=e.attribute(a(this));x.each(function(){if(e.attribute(this)==A){C=a(this);return false}});j.each(function(){if(e.attribute(this)==A){F=a(this);return false}})}else{C=x.filter("["+e.attribute+"="+a(this).attr(e.attribute)+"]");F=j.filter("["+e.attribute+"="+a(this).attr(e.attribute)+"]")}var E;if(C.length===0){if(!e.useScaling){E={opacity:"1.0"}}else{E={opacity:"1.0",scale:"1.0"}}d=F.clone();var B=d.get(0);B.style.position="absolute";B.style.margin="0";B.style.top=F.offset().top-u.top+"px";B.style.left=F.offset().left-u.left+"px";d.css("opacity",0);if(e.useScaling){d.css("transform","scale(0.0)")}d.appendTo(z);y.push({element:a(d),animation:E})}});t.remove();e.enhancement(z);for(v=0;v<y.length;v++){y[v].element.animate(y[v].animation,e.duration,e.easing,s)}})}})(jQuery);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}});(function(b){b.fn.openPopup=function(B,y){function H(){var c=b("input[type=text]",E).length!=0,e=o.vStart!=null?o.vStart:D.scrollTop()+A;if(o.xLink){b("a#bContinue").attr({href:b("a.xlink").attr("href")});b("a#bContinue .btnLink").text(b("a.xlink").attr("title"))}E.css({left:D.scrollLeft()+z,position:"absolute",top:e,"z-index":o.zIndex}).appendTo(o.appendTo).hide(function(){c&&E.each(function(){E.find("input[type=text]").val("")});o.loadUrl!=null&&E.load(o.loadUrl)}).fadeIn(o.fadeSpeed,function(){c&&E.find("input[type=text]:first").focus();b.isFunction(y)&&y()});G()}function w(){o.modal&&b("#bModal").fadeOut(o.fadeSpeed,function(){b("#bModal").remove()});E.fadeOut(o.fadeSpeed,function(){o.loadUrl!=null&&E.empty()});o.scrollBar||b("html").css("overflow","auto");b("."+o.closeClass).die("click");D.unbind("keydown.bPopup");C.unbind(".bPopup")}function F(){if(v){var c=[D.height(),D.width()];return{"background-color":o.modalColor,height:c[0],left:x(),opacity:0,position:"absolute",top:0,width:c[1],"z-index":o.zIndex-1}}else{return{"background-color":o.modalColor,height:"100%",left:0,opacity:0,position:"fixed",top:0,width:"100%","z-index":o.zIndex-1}}}function G(){b("."+o.closeClass).live("click",function(){w();return false});o.follow&&C.bind("scroll.bPopup",function(){E.stop().animate({left:D.scrollLeft()+z,top:D.scrollTop()+A},o.followSpeed)}).bind("resize.bPopup",function(){if(o.modal&&v){var c=[D.height(),D.width()];q.css({height:c[0],width:c[1],left:x()})}c=j(E,o.amsl);A=c[0];z=c[1];E.stop().animate({left:D.scrollLeft()+z,top:D.scrollTop()+A},o.followSpeed)});o.escClose&&D.bind("keydown.bPopup",function(c){c.which==27&&w()})}function x(){return C.width()<b("body").width()?0:(b("body").width()-C.width())/2}function j(c,f){var g=(C.height()-c.height())/2-f,e=(C.width()-c.width())/2+x();return[g<20?20:g,e]}if(b.isFunction(B)){y=B;B=null}o=b.extend({},b.fn.openPopup.defaults,B);o.scrollBar||b("html").css("overflow","hidden");var E=b(this),q=b('<div id="bModal"></div>'),D=b(document),C=b(window),a=j(E,o.amsl),A=a[0],z=a[1],v=b.browser.msie&&parseInt(b.browser.version)==6&&typeof window.XMLHttpRequest!="object";return this.each(function(){o.modal&&q.css(F()).appendTo(o.appendTo).animate({opacity:o.opacity},o.fadeSpeed);H()})};b.fn.openPopup.defaults={amsl:150,appendTo:"body",closeClass:"bClose",escClose:true,fadeSpeed:250,follow:true,followSpeed:500,loadUrl:null,modal:true,modalColor:"#000",opacity:0.5,scrollBar:true,xLink:false,zIndex:9999};b.fn.closePopup=function(){b(this).trigger("click")}})(jQuery);function attatch_all_popup(){$("#portfolios a").click(function(){var a=$(this).attr("popup-id");$("#popup_content"+a).openPopup({amsl:50,fadeSpeed:500,opacity:0.8});return false})}$(document).ready(function(){attatch_all_popup()});$(function(){var a=$("#portfolios");var b=a.clone();$("#tags a").click(function(){$("#tags .button").removeClass("active");var c=$(this).html();$(this).parent().addClass("active");if(c=="all"){var e=b.find("li")}else{var e=b.find("li[data-type*="+removeSpaces(c)+"]")}a.quicksand(e,{duration:800,easing:"easeInOutQuad"},function(){attatch_all_popup()})})});function removeSpaces(a){return a.split(" ").join("")};
1
+ (function(a){a.fn.quicksand=function(f,b){var e={duration:750,easing:"swing",attribute:"data-id",adjustHeight:"auto",useScaling:true,enhancement:function(g){},selector:"> *",dx:0,dy:0};a.extend(e,b);if(a.browser.msie||(typeof(a.fn.scale)=="undefined")){e.useScaling=false}var c;if(typeof(arguments[1])=="function"){var c=arguments[1]}else{if(typeof(arguments[2]=="function")){var c=arguments[2]}}return this.each(function(v){var A;var y=[];var j=a(f).clone();var z=a(this);var h=a(this).css("height");var p;var k=false;var l=a(z).offset();var m=[];var x=a(this).find(e.selector);if(a.browser.msie&&a.browser.version.substr(0,1)<7){z.html("").append(j);return}var n=0;var s=function(){if(!n){n=1;$toDelete=z.find("> *");z.prepend(t.find("> *"));$toDelete.remove();if(k){z.css("height",p)}e.enhancement(z);if(typeof c=="function"){c.call(this)}}};var w=z.offsetParent();var u=w.offset();if(w.css("position")=="relative"){if(w.get(0).nodeName.toLowerCase()=="body"){}else{u.top+=(parseFloat(w.css("border-top-width"))||0);u.left+=(parseFloat(w.css("border-left-width"))||0)}}else{u.top-=(parseFloat(w.css("border-top-width"))||0);u.left-=(parseFloat(w.css("border-left-width"))||0);u.top-=(parseFloat(w.css("margin-top"))||0);u.left-=(parseFloat(w.css("margin-left"))||0)}if(isNaN(u.left)){u.left=0}if(isNaN(u.top)){u.top=0}u.left-=e.dx;u.top-=e.dy;z.css("height",a(this).height());x.each(function(B){m[B]=a(this).offset()});a(this).stop();var r=0;var q=0;x.each(function(B){a(this).stop();var C=a(this).get(0);if(C.style.position=="absolute"){r=-e.dx;q=-e.dy}else{r=e.dx;q=e.dy}C.style.position="absolute";C.style.margin="0";C.style.top=(m[B].top-parseFloat(C.style.marginTop)-u.top+q)+"px";C.style.left=(m[B].left-parseFloat(C.style.marginLeft)-u.left+r)+"px"});var t=a(z).clone();var g=t.get(0);g.innerHTML="";g.setAttribute("id","");g.style.height="auto";g.style.width=z.width()+"px";t.append(j);t.insertBefore(z);t.css("opacity",0);g.style.zIndex=-1;g.style.margin="0";g.style.position="absolute";g.style.top=l.top-u.top+"px";g.style.left=l.left-u.left+"px";if(e.adjustHeight==="dynamic"){z.animate({height:t.height()},e.duration,e.easing)}else{if(e.adjustHeight==="auto"){p=t.height();if(parseFloat(h)<parseFloat(p)){z.css("height",p)}else{k=true}}}x.each(function(B){var C=[];if(typeof(e.attribute)=="function"){A=e.attribute(a(this));j.each(function(){if(e.attribute(this)==A){C=a(this);return false}})}else{C=j.filter("["+e.attribute+"="+a(this).attr(e.attribute)+"]")}if(C.length){if(!e.useScaling){y.push({element:a(this),animation:{top:C.offset().top-u.top,left:C.offset().left-u.left,opacity:1}})}else{y.push({element:a(this),animation:{top:C.offset().top-u.top,left:C.offset().left-u.left,opacity:1,scale:"1.0"}})}}else{if(!e.useScaling){y.push({element:a(this),animation:{opacity:"0.0"}})}else{y.push({element:a(this),animation:{opacity:"0.0",scale:"0.0"}})}}});j.each(function(D){var C=[];var F=[];if(typeof(e.attribute)=="function"){A=e.attribute(a(this));x.each(function(){if(e.attribute(this)==A){C=a(this);return false}});j.each(function(){if(e.attribute(this)==A){F=a(this);return false}})}else{C=x.filter("["+e.attribute+"="+a(this).attr(e.attribute)+"]");F=j.filter("["+e.attribute+"="+a(this).attr(e.attribute)+"]")}var E;if(C.length===0){if(!e.useScaling){E={opacity:"1.0"}}else{E={opacity:"1.0",scale:"1.0"}}d=F.clone();var B=d.get(0);B.style.position="absolute";B.style.margin="0";B.style.top=F.offset().top-u.top+"px";B.style.left=F.offset().left-u.left+"px";d.css("opacity",0);if(e.useScaling){d.css("transform","scale(0.0)")}d.appendTo(z);y.push({element:a(d),animation:E})}});t.remove();e.enhancement(z);for(v=0;v<y.length;v++){y[v].element.animate(y[v].animation,e.duration,e.easing,s)}})}})(jQuery);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}});(function(b){b.fn.openPopup=function(B,y){function H(){var c=b("input[type=text]",E).length!=0,e=o.vStart!=null?o.vStart:D.scrollTop()+A;if(o.xLink){b("a#bContinue").attr({href:b("a.xlink").attr("href")});b("a#bContinue .btnLink").text(b("a.xlink").attr("title"))}E.css({left:D.scrollLeft()+z,position:"absolute",top:e,"z-index":o.zIndex}).appendTo(o.appendTo).hide(function(){c&&E.each(function(){E.find("input[type=text]").val("")});o.loadUrl!=null&&E.load(o.loadUrl)}).fadeIn(o.fadeSpeed,function(){c&&E.find("input[type=text]:first").focus();b.isFunction(y)&&y()});G()}function w(){o.modal&&b("#bModal").fadeOut(o.fadeSpeed,function(){b("#bModal").remove()});E.fadeOut(o.fadeSpeed,function(){o.loadUrl!=null&&E.empty()});o.scrollBar||b("html").css("overflow","auto");b("."+o.closeClass).die("click");D.unbind("keydown.bPopup");C.unbind(".bPopup")}function F(){if(v){var c=[D.height(),D.width()];return{"background-color":o.modalColor,height:c[0],left:x(),opacity:0,position:"absolute",top:0,width:c[1],"z-index":o.zIndex-1}}else{return{"background-color":o.modalColor,height:"100%",left:0,opacity:0,position:"fixed",top:0,width:"100%","z-index":o.zIndex-1}}}function G(){b("."+o.closeClass).live("click",function(){w();return false});o.follow&&C.bind("scroll.bPopup",function(){E.stop().animate({left:D.scrollLeft()+z,top:D.scrollTop()+A},o.followSpeed)}).bind("resize.bPopup",function(){if(o.modal&&v){var c=[D.height(),D.width()];q.css({height:c[0],width:c[1],left:x()})}c=j(E,o.amsl);A=c[0];z=c[1];E.stop().animate({left:D.scrollLeft()+z,top:D.scrollTop()+A},o.followSpeed)});o.escClose&&D.bind("keydown.bPopup",function(c){c.which==27&&w()})}function x(){return C.width()<b("body").width()?0:(b("body").width()-C.width())/2}function j(c,f){var g=(C.height()-c.height())/2-f,e=(C.width()-c.width())/2+x();return[g<20?20:g,e]}if(b.isFunction(B)){y=B;B=null}o=b.extend({},b.fn.openPopup.defaults,B);o.scrollBar||b("html").css("overflow","hidden");var E=b(this),q=b('<div id="bModal"></div>'),D=b(document),C=b(window),a=j(E,o.amsl),A=a[0],z=a[1],v=b.browser.msie&&parseInt(b.browser.version)==6&&typeof window.XMLHttpRequest!="object";return this.each(function(){o.modal&&q.css(F()).appendTo(o.appendTo).animate({opacity:o.opacity},o.fadeSpeed);H()})};b.fn.openPopup.defaults={amsl:150,appendTo:"body",closeClass:"bClose",escClose:true,fadeSpeed:250,follow:true,followSpeed:500,loadUrl:null,modal:true,modalColor:"#000",opacity:0.5,scrollBar:true,xLink:false,zIndex:9999};b.fn.closePopup=function(){b(this).trigger("click")}})(jQuery);function attatch_all_popup(){$("#portfolios a").click(function(){var a=$(this).attr("popup-id");$("#popup_content"+a).openPopup({amsl:50,fadeSpeed:500,opacity:0.8});return false})}$(document).ready(function(){attatch_all_popup()});$(function(){var a=$("#portfolios");var b=a.clone();$("#tags a").click(function(){$("#tags .button").removeClass("active");var c=$(this).html();$(this).parent().addClass("active");if(c=="all"){var e=b.find("li")}else{var e=b.find("li[data-type*=-"+removeSpaces(c)+"-]")}a.quicksand(e,{duration:800,easing:"easeInOutQuad"},function(){attatch_all_popup()})})});function removeSpaces(a){return a.split(" ").join("")};
@@ -6,18 +6,26 @@
6
6
  text-decoration: none;
7
7
  }
8
8
 
9
- #tags label {
10
- margin-left: 5px;;
9
+ #tags li {
10
+ margin: 0 10px 10px 0;
11
+ float: left;
12
+ text-align: center;
13
+ line-height: 17px;
14
+ overflow: hidden;
11
15
  }
12
16
 
13
- .button, .box {
17
+ .image-grid-div, .tags-div {
18
+ float: left;
19
+ }
20
+
21
+ .button, .thumbnail-box {
14
22
  border-top: 1px solid #987b48;
15
23
  background: #987b48;
16
- background: -webkit-gradient(linear, left top, left bottom, from(#322511), to(#987b48));
17
- background: -webkit-linear-gradient(top, #322511, #987b48);
18
- background: -moz-linear-gradient(top, #322511, #987b48);
19
- background: -ms-linear-gradient(top, #322511, #987b48);
20
- background: -o-linear-gradient(top, #322511, #987b48);
24
+ background: -webkit-gradient(linear, left top, left bottom, from(#664c24), to(#987b48));
25
+ background: -webkit-linear-gradient(top, #664c24, #987b48);
26
+ background: -moz-linear-gradient(top, #664c24, #987b48);
27
+ background: -ms-linear-gradient(top, #664c24, #987b48);
28
+ background: -o-linear-gradient(top, #664c24, #987b48);
21
29
  padding: 5px 10px;
22
30
  -webkit-border-radius: 8px;
23
31
  -moz-border-radius: 8px;
@@ -32,7 +40,7 @@
32
40
  text-decoration: none;
33
41
  vertical-align: middle;
34
42
  }
35
- .button:hover, .box:hover {
43
+ .button:hover, .thumbnail-box:hover {
36
44
  border-top-color: #302410;
37
45
  background: #302410;
38
46
  color: #ccc;
@@ -43,21 +51,18 @@
43
51
  }
44
52
 
45
53
  /* grid portfolio layout */
46
- .image-grid {
54
+ .image-grid, #tags {
47
55
  width: 700px;
48
56
  list-style: none;
49
57
  }
50
- .image-grid li img{
51
- width: 128px;
52
- max-height: 60px;
53
- }
58
+
54
59
  .image-grid li {
55
- width: 132px;
60
+ width: 126px;
56
61
  margin: 20px 0 0 20px;
57
62
  float: left;
58
63
  text-align: center;
59
64
  line-height: 17px;
60
- height: 80px;
65
+ height: 100px;
61
66
  overflow: hidden;
62
67
  }
63
68
  .image-grid li img, .image-grid li strong {
@@ -68,17 +73,11 @@
68
73
  color: #fff;
69
74
  }
70
75
 
71
- .box {
72
- background: #987b48;
73
- background: -webkit-gradient(linear, left top, left bottom, from(#664c24), to(#987b48));
74
- background: -webkit-linear-gradient(top, #664c24, #987b48);
75
- background: -moz-linear-gradient(top, #664c24, #987b48);
76
- background: -ms-linear-gradient(top, #664c24, #987b48);
77
- background: -o-linear-gradient(top, #664c24, #987b48);
78
- padding: 7px;
76
+ .thumbnail-box {
77
+ padding: 7px 10px 7px 7px;
79
78
  }
80
79
 
81
- .box img {
80
+ .thumbnail-box img {
82
81
  -webkit-border-radius: 5px;
83
82
  -moz-border-radius: 5px;
84
83
  border-radius: 5px;
@@ -102,23 +101,25 @@
102
101
  color: #BEB09A;
103
102
  margin: 0px;
104
103
  }
105
- .popup .title {
104
+ .popup .popup-title {
106
105
  padding: 7px 12px 7px 12px;
107
106
  background: #322511;
108
107
  text-shadow: 0px 1px 1px #000;
109
108
  }
110
- .popup .content{
109
+ .popup .popup-content{
111
110
  margin: 10px;
112
111
  }
113
- .popup .content img{
112
+ .popup .popup-content img{
114
113
  margin: 0px 10px 10px 0px;
115
114
  border: 2px solid #A89479;
116
115
  -moz-box-shadow: 5px 5px 5px #333;
117
116
  -webkit-box-shadow: 5px 5px 5px #333;
118
117
  -moz-border-radius: 5px;
119
118
  -webkit-border-radius: 5px;
120
-
119
+ float:left;
120
+ margin-right: 15px;
121
121
  }
122
+
122
123
  .popup p{
123
124
  color: #DFDCD8;
124
125
  }
@@ -127,4 +128,12 @@
127
128
  background: url("/images/close_yellow_icon.png") no-repeat scroll 0 0 transparent;
128
129
  height: 24px;
129
130
  width: 24px;
130
- }
131
+ }
132
+
133
+ .popup h3{
134
+ background-color: #8E714B;
135
+ padding-left: 10px;
136
+ -moz-border-radius: 5px;
137
+ -webkit-border-radius: 5px;
138
+ }
139
+
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-project_portfolios
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - A.K.M. Ashrafuzzaman
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-11-25 00:00:00 Z
18
+ date: 2011-11-28 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: acts-as-taggable-on