mirror of https://github.com/juliancwirko/abc.git
Julian Ćwirko
10 years ago
commit
901693e05a
64 changed files with 18631 additions and 0 deletions
@ -0,0 +1,81 @@
|
||||
'use strict'; |
||||
|
||||
var abc = (function ($) { |
||||
|
||||
var |
||||
mainMenu = function () { |
||||
var menuOvrl = $('.js-main-menu-ovrl'), |
||||
menuHamburger = $('.js-main-menu-open'); |
||||
$('.js-main-menu-open').on('click', function (e) { |
||||
e.preventDefault(); |
||||
menuHamburger.hide(); |
||||
menuOvrl.addClass('open'); |
||||
}); |
||||
$('.js-main-menu-close').on('click', function (e) { |
||||
e.preventDefault(); |
||||
menuOvrl.removeClass('open'); |
||||
menuHamburger.show(); |
||||
}); |
||||
}, |
||||
|
||||
// change color according to the background
|
||||
headerTitles = function () { |
||||
if ($('.js-bg-check').length && $('.js-blog-bg-image').length) { |
||||
var imgPath = $('.js-blog-bg-image').css('background-image'); |
||||
imgPath = imgPath && imgPath.match(/url\((['"])?(.*?)\1\)/); |
||||
imgPath = imgPath && imgPath[2]; |
||||
if (imgPath) { |
||||
$('<img>').attr('src', imgPath).load(function() { |
||||
$(this).remove(); |
||||
BackgroundCheck.init({ |
||||
targets: '.js-bg-check', |
||||
images: '.js-blog-bg-image', |
||||
threshold: 70, |
||||
classes: { |
||||
light: 'element-dark', // when background is light
|
||||
dark: 'element-light', // when background is dark
|
||||
complex: 'element-complex' |
||||
} |
||||
}); |
||||
}); |
||||
} |
||||
} |
||||
}, |
||||
|
||||
niceSroll = function() { |
||||
$('html').niceScroll({ |
||||
cursorcolor:'#fff', |
||||
cursorwidth: 5, |
||||
cursorborder: '1px solid #fff', |
||||
zindex: 99999, |
||||
cursorborderradius: 10, |
||||
scrollspeed: 80, |
||||
mousescrollstep: 40, |
||||
autohidemode: 'cursor', |
||||
railpadding: {right: 5} |
||||
}); |
||||
}, |
||||
|
||||
// https://highlightjs.org/
|
||||
syntaxHighlighter = function () { |
||||
hljs.initHighlightingOnLoad(); |
||||
}, |
||||
|
||||
// abc javascripts initialization
|
||||
init = function () { |
||||
mainMenu(); |
||||
$(document).foundation(); |
||||
headerTitles(); |
||||
niceSroll(); |
||||
syntaxHighlighter(); |
||||
}; |
||||
|
||||
return { |
||||
init: init |
||||
}; |
||||
|
||||
})(jQuery); |
||||
|
||||
(function () { |
||||
abc.init(); |
||||
})(); |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,114 @@
|
||||
/* jquery.nicescroll 3.5.4 InuYaksa*2013 MIT http://areaaperta.com/nicescroll */(function(e){"function"===typeof define&&define.amd?define(["jquery"],e):e(jQuery)})(function(e){var y=!1,C=!1,J=5E3,K=2E3,x=0,F=["ms","moz","webkit","o"],s=window.requestAnimationFrame||!1,v=window.cancelAnimationFrame||!1;if(!s)for(var L in F){var D=F[L];s||(s=window[D+"RequestAnimationFrame"]);v||(v=window[D+"CancelAnimationFrame"]||window[D+"CancelRequestAnimationFrame"])}var z=window.MutationObserver||window.WebKitMutationObserver||!1,G={zindex:"auto",cursoropacitymin:0,cursoropacitymax:1,cursorcolor:"#424242", |
||||
cursorwidth:"5px",cursorborder:"1px solid #fff",cursorborderradius:"5px",scrollspeed:60,mousescrollstep:24,touchbehavior:!1,hwacceleration:!0,usetransition:!0,boxzoom:!1,dblclickzoom:!0,gesturezoom:!0,grabcursorenabled:!0,autohidemode:!0,background:"",iframeautoresize:!0,cursorminheight:32,preservenativescrolling:!0,railoffset:!1,bouncescroll:!0,spacebarenabled:!0,railpadding:{top:0,right:0,left:0,bottom:0},disableoutline:!0,horizrailenabled:!0,railalign:"right",railvalign:"bottom",enabletranslate3d:!0, |
||||
enablemousewheel:!0,enablekeyboard:!0,smoothscroll:!0,sensitiverail:!0,enablemouselockapi:!0,cursorfixedheight:!1,directionlockdeadzone:6,hidecursordelay:400,nativeparentscrolling:!0,enablescrollonselection:!0,overflowx:!0,overflowy:!0,cursordragspeed:0.3,rtlmode:"auto",cursordragontouch:!1,oneaxismousemode:"auto",scriptpath:function(){var e=document.getElementsByTagName("script"),e=e[e.length-1].src.split("?")[0];return 0<e.split("/").length?e.split("/").slice(0,-1).join("/")+"/":""}()},E=!1,M=function(){if(E)return E; |
||||
var e=document.createElement("DIV"),b={haspointerlock:"pointerLockElement"in document||"mozPointerLockElement"in document||"webkitPointerLockElement"in document};b.isopera="opera"in window;b.isopera12=b.isopera&&"getUserMedia"in navigator;b.isoperamini="[object OperaMini]"===Object.prototype.toString.call(window.operamini);b.isie="all"in document&&"attachEvent"in e&&!b.isopera;b.isieold=b.isie&&!("msInterpolationMode"in e.style);b.isie7=b.isie&&!b.isieold&&(!("documentMode"in document)||7==document.documentMode); |
||||
b.isie8=b.isie&&"documentMode"in document&&8==document.documentMode;b.isie9=b.isie&&"performance"in window&&9<=document.documentMode;b.isie10=b.isie&&"performance"in window&&10<=document.documentMode;b.isie9mobile=/iemobile.9/i.test(navigator.userAgent);b.isie9mobile&&(b.isie9=!1);b.isie7mobile=!b.isie9mobile&&b.isie7&&/iemobile/i.test(navigator.userAgent);b.ismozilla="MozAppearance"in e.style;b.iswebkit="WebkitAppearance"in e.style;b.ischrome="chrome"in window;b.ischrome22=b.ischrome&&b.haspointerlock; |
||||
b.ischrome26=b.ischrome&&"transition"in e.style;b.cantouch="ontouchstart"in document.documentElement||"ontouchstart"in window;b.hasmstouch=window.navigator.msPointerEnabled||!1;b.ismac=/^mac$/i.test(navigator.platform);b.isios=b.cantouch&&/iphone|ipad|ipod/i.test(navigator.platform);b.isios4=b.isios&&!("seal"in Object);b.isandroid=/android/i.test(navigator.userAgent);b.trstyle=!1;b.hastransform=!1;b.hastranslate3d=!1;b.transitionstyle=!1;b.hastransition=!1;b.transitionend=!1;for(var h=["transform", |
||||
"msTransform","webkitTransform","MozTransform","OTransform"],k=0;k<h.length;k++)if("undefined"!=typeof e.style[h[k]]){b.trstyle=h[k];break}b.hastransform=!1!=b.trstyle;b.hastransform&&(e.style[b.trstyle]="translate3d(1px,2px,3px)",b.hastranslate3d=/translate3d/.test(e.style[b.trstyle]));b.transitionstyle=!1;b.prefixstyle="";b.transitionend=!1;for(var h="transition webkitTransition MozTransition OTransition OTransition msTransition KhtmlTransition".split(" "),l=" -webkit- -moz- -o- -o -ms- -khtml-".split(" "), |
||||
q="transitionend webkitTransitionEnd transitionend otransitionend oTransitionEnd msTransitionEnd KhtmlTransitionEnd".split(" "),k=0;k<h.length;k++)if(h[k]in e.style){b.transitionstyle=h[k];b.prefixstyle=l[k];b.transitionend=q[k];break}b.ischrome26&&(b.prefixstyle=l[1]);b.hastransition=b.transitionstyle;a:{h=["-moz-grab","-webkit-grab","grab"];if(b.ischrome&&!b.ischrome22||b.isie)h=[];for(k=0;k<h.length;k++)if(l=h[k],e.style.cursor=l,e.style.cursor==l){h=l;break a}h="url(http://www.google.com/intl/en_ALL/mapfiles/openhand.cur),n-resize"}b.cursorgrabvalue= |
||||
h;b.hasmousecapture="setCapture"in e;b.hasMutationObserver=!1!==z;return E=b},N=function(g,b){function h(){var c=a.win;if("zIndex"in c)return c.zIndex();for(;0<c.length&&9!=c[0].nodeType;){var b=c.css("zIndex");if(!isNaN(b)&&0!=b)return parseInt(b);c=c.parent()}return!1}function k(c,b,f){b=c.css(b);c=parseFloat(b);return isNaN(c)?(c=w[b]||0,f=3==c?f?a.win.outerHeight()-a.win.innerHeight():a.win.outerWidth()-a.win.innerWidth():1,a.isie8&&c&&(c+=1),f?c:0):c}function l(c,b,f,e){a._bind(c,b,function(a){a= |
||||
a?a:window.event;var e={original:a,target:a.target||a.srcElement,type:"wheel",deltaMode:"MozMousePixelScroll"==a.type?0:1,deltaX:0,deltaZ:0,preventDefault:function(){a.preventDefault?a.preventDefault():a.returnValue=!1;return!1},stopImmediatePropagation:function(){a.stopImmediatePropagation?a.stopImmediatePropagation():a.cancelBubble=!0}};"mousewheel"==b?(e.deltaY=-0.025*a.wheelDelta,a.wheelDeltaX&&(e.deltaX=-0.025*a.wheelDeltaX)):e.deltaY=a.detail;return f.call(c,e)},e)}function q(c,b,f){var e,d; |
||||
0==c.deltaMode?(e=-Math.floor(c.deltaX*(a.opt.mousescrollstep/54)),d=-Math.floor(c.deltaY*(a.opt.mousescrollstep/54))):1==c.deltaMode&&(e=-Math.floor(c.deltaX*a.opt.mousescrollstep),d=-Math.floor(c.deltaY*a.opt.mousescrollstep));b&&(a.opt.oneaxismousemode&&0==e&&d)&&(e=d,d=0);e&&(a.scrollmom&&a.scrollmom.stop(),a.lastdeltax+=e,a.debounced("mousewheelx",function(){var c=a.lastdeltax;a.lastdeltax=0;a.rail.drag||a.doScrollLeftBy(c)},15));if(d){if(a.opt.nativeparentscrolling&&f&&!a.ispage&&!a.zoomactive)if(0> |
||||
d){if(a.getScrollTop()>=a.page.maxh)return!0}else if(0>=a.getScrollTop())return!0;a.scrollmom&&a.scrollmom.stop();a.lastdeltay+=d;a.debounced("mousewheely",function(){var c=a.lastdeltay;a.lastdeltay=0;a.rail.drag||a.doScrollBy(c)},15)}c.stopImmediatePropagation();return c.preventDefault()}var a=this;this.version="3.5.4";this.name="nicescroll";this.me=b;this.opt={doc:e("body"),win:!1};e.extend(this.opt,G);this.opt.snapbackspeed=80;if(g)for(var p in a.opt)"undefined"!=typeof g[p]&&(a.opt[p]=g[p]);this.iddoc= |
||||
(this.doc=a.opt.doc)&&this.doc[0]?this.doc[0].id||"":"";this.ispage=/^BODY|HTML/.test(a.opt.win?a.opt.win[0].nodeName:this.doc[0].nodeName);this.haswrapper=!1!==a.opt.win;this.win=a.opt.win||(this.ispage?e(window):this.doc);this.docscroll=this.ispage&&!this.haswrapper?e(window):this.win;this.body=e("body");this.iframe=this.isfixed=this.viewport=!1;this.isiframe="IFRAME"==this.doc[0].nodeName&&"IFRAME"==this.win[0].nodeName;this.istextarea="TEXTAREA"==this.win[0].nodeName;this.forcescreen=!1;this.canshowonmouseevent= |
||||
"scroll"!=a.opt.autohidemode;this.page=this.view=this.onzoomout=this.onzoomin=this.onscrollcancel=this.onscrollend=this.onscrollstart=this.onclick=this.ongesturezoom=this.onkeypress=this.onmousewheel=this.onmousemove=this.onmouseup=this.onmousedown=!1;this.scroll={x:0,y:0};this.scrollratio={x:0,y:0};this.cursorheight=20;this.scrollvaluemax=0;this.observerremover=this.observer=this.scrollmom=this.scrollrunning=this.isrtlmode=!1;do this.id="ascrail"+K++;while(document.getElementById(this.id));this.hasmousefocus= |
||||
this.hasfocus=this.zoomactive=this.zoom=this.selectiondrag=this.cursorfreezed=this.cursor=this.rail=!1;this.visibility=!0;this.hidden=this.locked=!1;this.cursoractive=!0;this.wheelprevented=!1;this.overflowx=a.opt.overflowx;this.overflowy=a.opt.overflowy;this.nativescrollingarea=!1;this.checkarea=0;this.events=[];this.saved={};this.delaylist={};this.synclist={};this.lastdeltay=this.lastdeltax=0;this.detected=M();var d=e.extend({},this.detected);this.ishwscroll=(this.canhwscroll=d.hastransform&&a.opt.hwacceleration)&& |
||||
a.haswrapper;this.istouchcapable=!1;d.cantouch&&(d.ischrome&&!d.isios&&!d.isandroid)&&(this.istouchcapable=!0,d.cantouch=!1);d.cantouch&&(d.ismozilla&&!d.isios&&!d.isandroid)&&(this.istouchcapable=!0,d.cantouch=!1);a.opt.enablemouselockapi||(d.hasmousecapture=!1,d.haspointerlock=!1);this.delayed=function(c,b,f,e){var d=a.delaylist[c],h=(new Date).getTime();if(!e&&d&&d.tt)return!1;d&&d.tt&&clearTimeout(d.tt);if(d&&d.last+f>h&&!d.tt)a.delaylist[c]={last:h+f,tt:setTimeout(function(){a&&(a.delaylist[c].tt= |
||||
0,b.call())},f)};else if(!d||!d.tt)a.delaylist[c]={last:h,tt:0},setTimeout(function(){b.call()},0)};this.debounced=function(c,b,f){var d=a.delaylist[c];(new Date).getTime();a.delaylist[c]=b;d||setTimeout(function(){var b=a.delaylist[c];a.delaylist[c]=!1;b.call()},f)};var r=!1;this.synched=function(c,b){a.synclist[c]=b;(function(){r||(s(function(){r=!1;for(c in a.synclist){var b=a.synclist[c];b&&b.call(a);a.synclist[c]=!1}}),r=!0)})();return c};this.unsynched=function(c){a.synclist[c]&&(a.synclist[c]= |
||||
!1)};this.css=function(c,b){for(var f in b)a.saved.css.push([c,f,c.css(f)]),c.css(f,b[f])};this.scrollTop=function(c){return"undefined"==typeof c?a.getScrollTop():a.setScrollTop(c)};this.scrollLeft=function(c){return"undefined"==typeof c?a.getScrollLeft():a.setScrollLeft(c)};BezierClass=function(a,b,f,d,e,h,k){this.st=a;this.ed=b;this.spd=f;this.p1=d||0;this.p2=e||1;this.p3=h||0;this.p4=k||1;this.ts=(new Date).getTime();this.df=this.ed-this.st};BezierClass.prototype={B2:function(a){return 3*a*a*(1- |
||||
a)},B3:function(a){return 3*a*(1-a)*(1-a)},B4:function(a){return(1-a)*(1-a)*(1-a)},getNow:function(){var a=1-((new Date).getTime()-this.ts)/this.spd,b=this.B2(a)+this.B3(a)+this.B4(a);return 0>a?this.ed:this.st+Math.round(this.df*b)},update:function(a,b){this.st=this.getNow();this.ed=a;this.spd=b;this.ts=(new Date).getTime();this.df=this.ed-this.st;return this}};if(this.ishwscroll){this.doc.translate={x:0,y:0,tx:"0px",ty:"0px"};d.hastranslate3d&&d.isios&&this.doc.css("-webkit-backface-visibility", |
||||
"hidden");var t=function(){var c=a.doc.css(d.trstyle);return c&&"matrix"==c.substr(0,6)?c.replace(/^.*\((.*)\)$/g,"$1").replace(/px/g,"").split(/, +/):!1};this.getScrollTop=function(c){if(!c){if(c=t())return 16==c.length?-c[13]:-c[5];if(a.timerscroll&&a.timerscroll.bz)return a.timerscroll.bz.getNow()}return a.doc.translate.y};this.getScrollLeft=function(c){if(!c){if(c=t())return 16==c.length?-c[12]:-c[4];if(a.timerscroll&&a.timerscroll.bh)return a.timerscroll.bh.getNow()}return a.doc.translate.x}; |
||||
this.notifyScrollEvent=document.createEvent?function(a){var b=document.createEvent("UIEvents");b.initUIEvent("scroll",!1,!0,window,1);a.dispatchEvent(b)}:document.fireEvent?function(a){var b=document.createEventObject();a.fireEvent("onscroll");b.cancelBubble=!0}:function(a,b){};d.hastranslate3d&&a.opt.enabletranslate3d?(this.setScrollTop=function(c,b){a.doc.translate.y=c;a.doc.translate.ty=-1*c+"px";a.doc.css(d.trstyle,"translate3d("+a.doc.translate.tx+","+a.doc.translate.ty+",0px)");b||a.notifyScrollEvent(a.win[0])}, |
||||
this.setScrollLeft=function(c,b){a.doc.translate.x=c;a.doc.translate.tx=-1*c+"px";a.doc.css(d.trstyle,"translate3d("+a.doc.translate.tx+","+a.doc.translate.ty+",0px)");b||a.notifyScrollEvent(a.win[0])}):(this.setScrollTop=function(c,b){a.doc.translate.y=c;a.doc.translate.ty=-1*c+"px";a.doc.css(d.trstyle,"translate("+a.doc.translate.tx+","+a.doc.translate.ty+")");b||a.notifyScrollEvent(a.win[0])},this.setScrollLeft=function(c,b){a.doc.translate.x=c;a.doc.translate.tx=-1*c+"px";a.doc.css(d.trstyle, |
||||
"translate("+a.doc.translate.tx+","+a.doc.translate.ty+")");b||a.notifyScrollEvent(a.win[0])})}else this.getScrollTop=function(){return a.docscroll.scrollTop()},this.setScrollTop=function(c){return a.docscroll.scrollTop(c)},this.getScrollLeft=function(){return a.docscroll.scrollLeft()},this.setScrollLeft=function(c){return a.docscroll.scrollLeft(c)};this.getTarget=function(a){return!a?!1:a.target?a.target:a.srcElement?a.srcElement:!1};this.hasParent=function(a,b){if(!a)return!1;for(var f=a.target|| |
||||
a.srcElement||a||!1;f&&f.id!=b;)f=f.parentNode||!1;return!1!==f};var w={thin:1,medium:3,thick:5};this.getOffset=function(){if(a.isfixed)return{top:parseFloat(a.win.css("top")),left:parseFloat(a.win.css("left"))};if(!a.viewport)return a.win.offset();var c=a.win.offset(),b=a.viewport.offset();return{top:c.top-b.top+a.viewport.scrollTop(),left:c.left-b.left+a.viewport.scrollLeft()}};this.updateScrollBar=function(c){if(a.ishwscroll)a.rail.css({height:a.win.innerHeight()}),a.railh&&a.railh.css({width:a.win.innerWidth()}); |
||||
else{var b=a.getOffset(),f=b.top,d=b.left,f=f+k(a.win,"border-top-width",!0);a.win.outerWidth();a.win.innerWidth();var d=d+(a.rail.align?a.win.outerWidth()-k(a.win,"border-right-width")-a.rail.width:k(a.win,"border-left-width")),e=a.opt.railoffset;e&&(e.top&&(f+=e.top),a.rail.align&&e.left&&(d+=e.left));a.locked||a.rail.css({top:f,left:d,height:c?c.h:a.win.innerHeight()});a.zoom&&a.zoom.css({top:f+1,left:1==a.rail.align?d-20:d+a.rail.width+4});a.railh&&!a.locked&&(f=b.top,d=b.left,c=a.railh.align? |
||||
f+k(a.win,"border-top-width",!0)+a.win.innerHeight()-a.railh.height:f+k(a.win,"border-top-width",!0),d+=k(a.win,"border-left-width"),a.railh.css({top:c,left:d,width:a.railh.width}))}};this.doRailClick=function(c,b,f){var d;a.locked||(a.cancelEvent(c),b?(b=f?a.doScrollLeft:a.doScrollTop,d=f?(c.pageX-a.railh.offset().left-a.cursorwidth/2)*a.scrollratio.x:(c.pageY-a.rail.offset().top-a.cursorheight/2)*a.scrollratio.y,b(d)):(b=f?a.doScrollLeftBy:a.doScrollBy,d=f?a.scroll.x:a.scroll.y,c=f?c.pageX-a.railh.offset().left: |
||||
c.pageY-a.rail.offset().top,f=f?a.view.w:a.view.h,d>=c?b(f):b(-f)))};a.hasanimationframe=s;a.hascancelanimationframe=v;a.hasanimationframe?a.hascancelanimationframe||(v=function(){a.cancelAnimationFrame=!0}):(s=function(a){return setTimeout(a,15-Math.floor(+new Date/1E3)%16)},v=clearInterval);this.init=function(){a.saved.css=[];if(d.isie7mobile||d.isoperamini)return!0;d.hasmstouch&&a.css(a.ispage?e("html"):a.win,{"-ms-touch-action":"none"});a.zindex="auto";a.zindex=!a.ispage&&"auto"==a.opt.zindex? |
||||
h()||"auto":a.opt.zindex;!a.ispage&&"auto"!=a.zindex&&a.zindex>x&&(x=a.zindex);a.isie&&(0==a.zindex&&"auto"==a.opt.zindex)&&(a.zindex="auto");if(!a.ispage||!d.cantouch&&!d.isieold&&!d.isie9mobile){var c=a.docscroll;a.ispage&&(c=a.haswrapper?a.win:a.doc);d.isie9mobile||a.css(c,{"overflow-y":"hidden"});a.ispage&&d.isie7&&("BODY"==a.doc[0].nodeName?a.css(e("html"),{"overflow-y":"hidden"}):"HTML"==a.doc[0].nodeName&&a.css(e("body"),{"overflow-y":"hidden"}));d.isios&&(!a.ispage&&!a.haswrapper)&&a.css(e("body"), |
||||
{"-webkit-overflow-scrolling":"touch"});var b=e(document.createElement("div"));b.css({position:"relative",top:0,"float":"right",width:a.opt.cursorwidth,height:"0px","background-color":a.opt.cursorcolor,border:a.opt.cursorborder,"background-clip":"padding-box","-webkit-border-radius":a.opt.cursorborderradius,"-moz-border-radius":a.opt.cursorborderradius,"border-radius":a.opt.cursorborderradius});b.hborder=parseFloat(b.outerHeight()-b.innerHeight());a.cursor=b;var f=e(document.createElement("div")); |
||||
f.attr("id",a.id);f.addClass("nicescroll-rails");var u,k,g=["left","right"],l;for(l in g)k=g[l],(u=a.opt.railpadding[k])?f.css("padding-"+k,u+"px"):a.opt.railpadding[k]=0;f.append(b);f.width=Math.max(parseFloat(a.opt.cursorwidth),b.outerWidth())+a.opt.railpadding.left+a.opt.railpadding.right;f.css({width:f.width+"px",zIndex:a.zindex,background:a.opt.background,cursor:"default"});f.visibility=!0;f.scrollable=!0;f.align="left"==a.opt.railalign?0:1;a.rail=f;b=a.rail.drag=!1;a.opt.boxzoom&&(!a.ispage&& |
||||
!d.isieold)&&(b=document.createElement("div"),a.bind(b,"click",a.doZoom),a.zoom=e(b),a.zoom.css({cursor:"pointer","z-index":a.zindex,backgroundImage:"url("+a.opt.scriptpath+"zoomico.png)",height:18,width:18,backgroundPosition:"0px 0px"}),a.opt.dblclickzoom&&a.bind(a.win,"dblclick",a.doZoom),d.cantouch&&a.opt.gesturezoom&&(a.ongesturezoom=function(c){1.5<c.scale&&a.doZoomIn(c);0.8>c.scale&&a.doZoomOut(c);return a.cancelEvent(c)},a.bind(a.win,"gestureend",a.ongesturezoom)));a.railh=!1;if(a.opt.horizrailenabled){a.css(c, |
||||
{"overflow-x":"hidden"});b=e(document.createElement("div"));b.css({position:"relative",top:0,height:a.opt.cursorwidth,width:"0px","background-color":a.opt.cursorcolor,border:a.opt.cursorborder,"background-clip":"padding-box","-webkit-border-radius":a.opt.cursorborderradius,"-moz-border-radius":a.opt.cursorborderradius,"border-radius":a.opt.cursorborderradius});b.wborder=parseFloat(b.outerWidth()-b.innerWidth());a.cursorh=b;var m=e(document.createElement("div"));m.attr("id",a.id+"-hr");m.addClass("nicescroll-rails"); |
||||
m.height=Math.max(parseFloat(a.opt.cursorwidth),b.outerHeight());m.css({height:m.height+"px",zIndex:a.zindex,background:a.opt.background});m.append(b);m.visibility=!0;m.scrollable=!0;m.align="top"==a.opt.railvalign?0:1;a.railh=m;a.railh.drag=!1}a.ispage?(f.css({position:"fixed",top:"0px",height:"100%"}),f.align?f.css({right:"0px"}):f.css({left:"0px"}),a.body.append(f),a.railh&&(m.css({position:"fixed",left:"0px",width:"100%"}),m.align?m.css({bottom:"0px"}):m.css({top:"0px"}),a.body.append(m))):(a.ishwscroll? |
||||
("static"==a.win.css("position")&&a.css(a.win,{position:"relative"}),c="HTML"==a.win[0].nodeName?a.body:a.win,a.zoom&&(a.zoom.css({position:"absolute",top:1,right:0,"margin-right":f.width+4}),c.append(a.zoom)),f.css({position:"absolute",top:0}),f.align?f.css({right:0}):f.css({left:0}),c.append(f),m&&(m.css({position:"absolute",left:0,bottom:0}),m.align?m.css({bottom:0}):m.css({top:0}),c.append(m))):(a.isfixed="fixed"==a.win.css("position"),c=a.isfixed?"fixed":"absolute",a.isfixed||(a.viewport=a.getViewport(a.win[0])), |
||||
a.viewport&&(a.body=a.viewport,!1==/fixed|relative|absolute/.test(a.viewport.css("position"))&&a.css(a.viewport,{position:"relative"})),f.css({position:c}),a.zoom&&a.zoom.css({position:c}),a.updateScrollBar(),a.body.append(f),a.zoom&&a.body.append(a.zoom),a.railh&&(m.css({position:c}),a.body.append(m))),d.isios&&a.css(a.win,{"-webkit-tap-highlight-color":"rgba(0,0,0,0)","-webkit-touch-callout":"none"}),d.isie&&a.opt.disableoutline&&a.win.attr("hideFocus","true"),d.iswebkit&&a.opt.disableoutline&& |
||||
a.win.css({outline:"none"}));!1===a.opt.autohidemode?(a.autohidedom=!1,a.rail.css({opacity:a.opt.cursoropacitymax}),a.railh&&a.railh.css({opacity:a.opt.cursoropacitymax})):!0===a.opt.autohidemode||"leave"===a.opt.autohidemode?(a.autohidedom=e().add(a.rail),d.isie8&&(a.autohidedom=a.autohidedom.add(a.cursor)),a.railh&&(a.autohidedom=a.autohidedom.add(a.railh)),a.railh&&d.isie8&&(a.autohidedom=a.autohidedom.add(a.cursorh))):"scroll"==a.opt.autohidemode?(a.autohidedom=e().add(a.rail),a.railh&&(a.autohidedom= |
||||
a.autohidedom.add(a.railh))):"cursor"==a.opt.autohidemode?(a.autohidedom=e().add(a.cursor),a.railh&&(a.autohidedom=a.autohidedom.add(a.cursorh))):"hidden"==a.opt.autohidemode&&(a.autohidedom=!1,a.hide(),a.locked=!1);if(d.isie9mobile)a.scrollmom=new H(a),a.onmangotouch=function(c){c=a.getScrollTop();var b=a.getScrollLeft();if(c==a.scrollmom.lastscrolly&&b==a.scrollmom.lastscrollx)return!0;var f=c-a.mangotouch.sy,d=b-a.mangotouch.sx;if(0!=Math.round(Math.sqrt(Math.pow(d,2)+Math.pow(f,2)))){var n=0> |
||||
f?-1:1,e=0>d?-1:1,h=+new Date;a.mangotouch.lazy&&clearTimeout(a.mangotouch.lazy);80<h-a.mangotouch.tm||a.mangotouch.dry!=n||a.mangotouch.drx!=e?(a.scrollmom.stop(),a.scrollmom.reset(b,c),a.mangotouch.sy=c,a.mangotouch.ly=c,a.mangotouch.sx=b,a.mangotouch.lx=b,a.mangotouch.dry=n,a.mangotouch.drx=e,a.mangotouch.tm=h):(a.scrollmom.stop(),a.scrollmom.update(a.mangotouch.sx-d,a.mangotouch.sy-f),a.mangotouch.tm=h,f=Math.max(Math.abs(a.mangotouch.ly-c),Math.abs(a.mangotouch.lx-b)),a.mangotouch.ly=c,a.mangotouch.lx= |
||||
b,2<f&&(a.mangotouch.lazy=setTimeout(function(){a.mangotouch.lazy=!1;a.mangotouch.dry=0;a.mangotouch.drx=0;a.mangotouch.tm=0;a.scrollmom.doMomentum(30)},100)))}},f=a.getScrollTop(),m=a.getScrollLeft(),a.mangotouch={sy:f,ly:f,dry:0,sx:m,lx:m,drx:0,lazy:!1,tm:0},a.bind(a.docscroll,"scroll",a.onmangotouch);else{if(d.cantouch||a.istouchcapable||a.opt.touchbehavior||d.hasmstouch){a.scrollmom=new H(a);a.ontouchstart=function(c){if(c.pointerType&&2!=c.pointerType)return!1;a.hasmoving=!1;if(!a.locked){if(d.hasmstouch)for(var b= |
||||
c.target?c.target:!1;b;){var f=e(b).getNiceScroll();if(0<f.length&&f[0].me==a.me)break;if(0<f.length)return!1;if("DIV"==b.nodeName&&b.id==a.id)break;b=b.parentNode?b.parentNode:!1}a.cancelScroll();if((b=a.getTarget(c))&&/INPUT/i.test(b.nodeName)&&/range/i.test(b.type))return a.stopPropagation(c);!("clientX"in c)&&"changedTouches"in c&&(c.clientX=c.changedTouches[0].clientX,c.clientY=c.changedTouches[0].clientY);a.forcescreen&&(f=c,c={original:c.original?c.original:c},c.clientX=f.screenX,c.clientY= |
||||
f.screenY);a.rail.drag={x:c.clientX,y:c.clientY,sx:a.scroll.x,sy:a.scroll.y,st:a.getScrollTop(),sl:a.getScrollLeft(),pt:2,dl:!1};if(a.ispage||!a.opt.directionlockdeadzone)a.rail.drag.dl="f";else{var f=e(window).width(),n=e(window).height(),h=Math.max(document.body.scrollWidth,document.documentElement.scrollWidth),k=Math.max(document.body.scrollHeight,document.documentElement.scrollHeight),n=Math.max(0,k-n),f=Math.max(0,h-f);a.rail.drag.ck=!a.rail.scrollable&&a.railh.scrollable?0<n?"v":!1:a.rail.scrollable&& |
||||
!a.railh.scrollable?0<f?"h":!1:!1;a.rail.drag.ck||(a.rail.drag.dl="f")}a.opt.touchbehavior&&(a.isiframe&&d.isie)&&(f=a.win.position(),a.rail.drag.x+=f.left,a.rail.drag.y+=f.top);a.hasmoving=!1;a.lastmouseup=!1;a.scrollmom.reset(c.clientX,c.clientY);if(!d.cantouch&&!this.istouchcapable&&!d.hasmstouch){if(!b||!/INPUT|SELECT|TEXTAREA/i.test(b.nodeName))return!a.ispage&&d.hasmousecapture&&b.setCapture(),a.opt.touchbehavior?(b.onclick&&!b._onclick&&(b._onclick=b.onclick,b.onclick=function(c){if(a.hasmoving)return!1; |
||||
b._onclick.call(this,c)}),a.cancelEvent(c)):a.stopPropagation(c);/SUBMIT|CANCEL|BUTTON/i.test(e(b).attr("type"))&&(pc={tg:b,click:!1},a.preventclick=pc)}}};a.ontouchend=function(c){if(c.pointerType&&2!=c.pointerType)return!1;if(a.rail.drag&&2==a.rail.drag.pt&&(a.scrollmom.doMomentum(),a.rail.drag=!1,a.hasmoving&&(a.lastmouseup=!0,a.hideCursor(),d.hasmousecapture&&document.releaseCapture(),!d.cantouch)))return a.cancelEvent(c)};var q=a.opt.touchbehavior&&a.isiframe&&!d.hasmousecapture;a.ontouchmove= |
||||
function(c,b){if(c.pointerType&&2!=c.pointerType)return!1;if(a.rail.drag&&2==a.rail.drag.pt){if(d.cantouch&&"undefined"==typeof c.original)return!0;a.hasmoving=!0;a.preventclick&&!a.preventclick.click&&(a.preventclick.click=a.preventclick.tg.onclick||!1,a.preventclick.tg.onclick=a.onpreventclick);c=e.extend({original:c},c);"changedTouches"in c&&(c.clientX=c.changedTouches[0].clientX,c.clientY=c.changedTouches[0].clientY);if(a.forcescreen){var f=c;c={original:c.original?c.original:c};c.clientX=f.screenX; |
||||
c.clientY=f.screenY}f=ofy=0;if(q&&!b){var n=a.win.position(),f=-n.left;ofy=-n.top}var h=c.clientY+ofy,n=h-a.rail.drag.y,k=c.clientX+f,u=k-a.rail.drag.x,g=a.rail.drag.st-n;a.ishwscroll&&a.opt.bouncescroll?0>g?g=Math.round(g/2):g>a.page.maxh&&(g=a.page.maxh+Math.round((g-a.page.maxh)/2)):(0>g&&(h=g=0),g>a.page.maxh&&(g=a.page.maxh,h=0));if(a.railh&&a.railh.scrollable){var l=a.rail.drag.sl-u;a.ishwscroll&&a.opt.bouncescroll?0>l?l=Math.round(l/2):l>a.page.maxw&&(l=a.page.maxw+Math.round((l-a.page.maxw)/ |
||||
2)):(0>l&&(k=l=0),l>a.page.maxw&&(l=a.page.maxw,k=0))}f=!1;if(a.rail.drag.dl)f=!0,"v"==a.rail.drag.dl?l=a.rail.drag.sl:"h"==a.rail.drag.dl&&(g=a.rail.drag.st);else{var n=Math.abs(n),u=Math.abs(u),m=a.opt.directionlockdeadzone;if("v"==a.rail.drag.ck){if(n>m&&u<=0.3*n)return a.rail.drag=!1,!0;u>m&&(a.rail.drag.dl="f",e("body").scrollTop(e("body").scrollTop()))}else if("h"==a.rail.drag.ck){if(u>m&&n<=0.3*u)return a.rail.drag=!1,!0;n>m&&(a.rail.drag.dl="f",e("body").scrollLeft(e("body").scrollLeft()))}}a.synched("touchmove", |
||||
function(){a.rail.drag&&2==a.rail.drag.pt&&(a.prepareTransition&&a.prepareTransition(0),a.rail.scrollable&&a.setScrollTop(g),a.scrollmom.update(k,h),a.railh&&a.railh.scrollable?(a.setScrollLeft(l),a.showCursor(g,l)):a.showCursor(g),d.isie10&&document.selection.clear())});d.ischrome&&a.istouchcapable&&(f=!1);if(f)return a.cancelEvent(c)}}}a.onmousedown=function(c,b){if(!(a.rail.drag&&1!=a.rail.drag.pt)){if(a.locked)return a.cancelEvent(c);a.cancelScroll();a.rail.drag={x:c.clientX,y:c.clientY,sx:a.scroll.x, |
||||
sy:a.scroll.y,pt:1,hr:!!b};var f=a.getTarget(c);!a.ispage&&d.hasmousecapture&&f.setCapture();a.isiframe&&!d.hasmousecapture&&(a.saved.csspointerevents=a.doc.css("pointer-events"),a.css(a.doc,{"pointer-events":"none"}));a.hasmoving=!1;return a.cancelEvent(c)}};a.onmouseup=function(c){if(a.rail.drag&&(d.hasmousecapture&&document.releaseCapture(),a.isiframe&&!d.hasmousecapture&&a.doc.css("pointer-events",a.saved.csspointerevents),1==a.rail.drag.pt))return a.rail.drag=!1,a.hasmoving&&a.triggerScrollEnd(), |
||||
a.cancelEvent(c)};a.onmousemove=function(c){if(a.rail.drag&&1==a.rail.drag.pt){if(d.ischrome&&0==c.which)return a.onmouseup(c);a.cursorfreezed=!0;a.hasmoving=!0;if(a.rail.drag.hr){a.scroll.x=a.rail.drag.sx+(c.clientX-a.rail.drag.x);0>a.scroll.x&&(a.scroll.x=0);var b=a.scrollvaluemaxw;a.scroll.x>b&&(a.scroll.x=b)}else a.scroll.y=a.rail.drag.sy+(c.clientY-a.rail.drag.y),0>a.scroll.y&&(a.scroll.y=0),b=a.scrollvaluemax,a.scroll.y>b&&(a.scroll.y=b);a.synched("mousemove",function(){a.rail.drag&&1==a.rail.drag.pt&& |
||||
(a.showCursor(),a.rail.drag.hr?a.doScrollLeft(Math.round(a.scroll.x*a.scrollratio.x),a.opt.cursordragspeed):a.doScrollTop(Math.round(a.scroll.y*a.scrollratio.y),a.opt.cursordragspeed))});return a.cancelEvent(c)}};if(d.cantouch||a.opt.touchbehavior)a.onpreventclick=function(c){if(a.preventclick)return a.preventclick.tg.onclick=a.preventclick.click,a.preventclick=!1,a.cancelEvent(c)},a.bind(a.win,"mousedown",a.ontouchstart),a.onclick=d.isios?!1:function(c){return a.lastmouseup?(a.lastmouseup=!1,a.cancelEvent(c)): |
||||
!0},a.opt.grabcursorenabled&&d.cursorgrabvalue&&(a.css(a.ispage?a.doc:a.win,{cursor:d.cursorgrabvalue}),a.css(a.rail,{cursor:d.cursorgrabvalue}));else{var p=function(c){if(a.selectiondrag){if(c){var b=a.win.outerHeight();c=c.pageY-a.selectiondrag.top;0<c&&c<b&&(c=0);c>=b&&(c-=b);a.selectiondrag.df=c}0!=a.selectiondrag.df&&(a.doScrollBy(2*-Math.floor(a.selectiondrag.df/6)),a.debounced("doselectionscroll",function(){p()},50))}};a.hasTextSelected="getSelection"in document?function(){return 0<document.getSelection().rangeCount}: |
||||
"selection"in document?function(){return"None"!=document.selection.type}:function(){return!1};a.onselectionstart=function(c){a.ispage||(a.selectiondrag=a.win.offset())};a.onselectionend=function(c){a.selectiondrag=!1};a.onselectiondrag=function(c){a.selectiondrag&&a.hasTextSelected()&&a.debounced("selectionscroll",function(){p(c)},250)}}d.hasmstouch&&(a.css(a.rail,{"-ms-touch-action":"none"}),a.css(a.cursor,{"-ms-touch-action":"none"}),a.bind(a.win,"MSPointerDown",a.ontouchstart),a.bind(document, |
||||
"MSPointerUp",a.ontouchend),a.bind(document,"MSPointerMove",a.ontouchmove),a.bind(a.cursor,"MSGestureHold",function(a){a.preventDefault()}),a.bind(a.cursor,"contextmenu",function(a){a.preventDefault()}));this.istouchcapable&&(a.bind(a.win,"touchstart",a.ontouchstart),a.bind(document,"touchend",a.ontouchend),a.bind(document,"touchcancel",a.ontouchend),a.bind(document,"touchmove",a.ontouchmove));a.bind(a.cursor,"mousedown",a.onmousedown);a.bind(a.cursor,"mouseup",a.onmouseup);a.railh&&(a.bind(a.cursorh, |
||||
"mousedown",function(c){a.onmousedown(c,!0)}),a.bind(a.cursorh,"mouseup",a.onmouseup));if(a.opt.cursordragontouch||!d.cantouch&&!a.opt.touchbehavior)a.rail.css({cursor:"default"}),a.railh&&a.railh.css({cursor:"default"}),a.jqbind(a.rail,"mouseenter",function(){if(!a.win.is(":visible"))return!1;a.canshowonmouseevent&&a.showCursor();a.rail.active=!0}),a.jqbind(a.rail,"mouseleave",function(){a.rail.active=!1;a.rail.drag||a.hideCursor()}),a.opt.sensitiverail&&(a.bind(a.rail,"click",function(c){a.doRailClick(c, |
||||
!1,!1)}),a.bind(a.rail,"dblclick",function(c){a.doRailClick(c,!0,!1)}),a.bind(a.cursor,"click",function(c){a.cancelEvent(c)}),a.bind(a.cursor,"dblclick",function(c){a.cancelEvent(c)})),a.railh&&(a.jqbind(a.railh,"mouseenter",function(){if(!a.win.is(":visible"))return!1;a.canshowonmouseevent&&a.showCursor();a.rail.active=!0}),a.jqbind(a.railh,"mouseleave",function(){a.rail.active=!1;a.rail.drag||a.hideCursor()}),a.opt.sensitiverail&&(a.bind(a.railh,"click",function(c){a.doRailClick(c,!1,!0)}),a.bind(a.railh, |
||||
"dblclick",function(c){a.doRailClick(c,!0,!0)}),a.bind(a.cursorh,"click",function(c){a.cancelEvent(c)}),a.bind(a.cursorh,"dblclick",function(c){a.cancelEvent(c)})));!d.cantouch&&!a.opt.touchbehavior?(a.bind(d.hasmousecapture?a.win:document,"mouseup",a.onmouseup),a.bind(document,"mousemove",a.onmousemove),a.onclick&&a.bind(document,"click",a.onclick),!a.ispage&&a.opt.enablescrollonselection&&(a.bind(a.win[0],"mousedown",a.onselectionstart),a.bind(document,"mouseup",a.onselectionend),a.bind(a.cursor, |
||||
"mouseup",a.onselectionend),a.cursorh&&a.bind(a.cursorh,"mouseup",a.onselectionend),a.bind(document,"mousemove",a.onselectiondrag)),a.zoom&&(a.jqbind(a.zoom,"mouseenter",function(){a.canshowonmouseevent&&a.showCursor();a.rail.active=!0}),a.jqbind(a.zoom,"mouseleave",function(){a.rail.active=!1;a.rail.drag||a.hideCursor()}))):(a.bind(d.hasmousecapture?a.win:document,"mouseup",a.ontouchend),a.bind(document,"mousemove",a.ontouchmove),a.onclick&&a.bind(document,"click",a.onclick),a.opt.cursordragontouch&& |
||||
(a.bind(a.cursor,"mousedown",a.onmousedown),a.bind(a.cursor,"mousemove",a.onmousemove),a.cursorh&&a.bind(a.cursorh,"mousedown",function(c){a.onmousedown(c,!0)}),a.cursorh&&a.bind(a.cursorh,"mousemove",a.onmousemove)));a.opt.enablemousewheel&&(a.isiframe||a.bind(d.isie&&a.ispage?document:a.win,"mousewheel",a.onmousewheel),a.bind(a.rail,"mousewheel",a.onmousewheel),a.railh&&a.bind(a.railh,"mousewheel",a.onmousewheelhr));!a.ispage&&(!d.cantouch&&!/HTML|^BODY/.test(a.win[0].nodeName))&&(a.win.attr("tabindex")|| |
||||
a.win.attr({tabindex:J++}),a.jqbind(a.win,"focus",function(c){y=a.getTarget(c).id||!0;a.hasfocus=!0;a.canshowonmouseevent&&a.noticeCursor()}),a.jqbind(a.win,"blur",function(c){y=!1;a.hasfocus=!1}),a.jqbind(a.win,"mouseenter",function(c){C=a.getTarget(c).id||!0;a.hasmousefocus=!0;a.canshowonmouseevent&&a.noticeCursor()}),a.jqbind(a.win,"mouseleave",function(){C=!1;a.hasmousefocus=!1;a.rail.drag||a.hideCursor()}))}a.onkeypress=function(c){if(a.locked&&0==a.page.maxh)return!0;c=c?c:window.e;var b=a.getTarget(c); |
||||
if(b&&/INPUT|TEXTAREA|SELECT|OPTION/.test(b.nodeName)&&(!b.getAttribute("type")&&!b.type||!/submit|button|cancel/i.tp)||e(b).attr("contenteditable"))return!0;if(a.hasfocus||a.hasmousefocus&&!y||a.ispage&&!y&&!C){b=c.keyCode;if(a.locked&&27!=b)return a.cancelEvent(c);var f=c.ctrlKey||!1,n=c.shiftKey||!1,d=!1;switch(b){case 38:case 63233:a.doScrollBy(72);d=!0;break;case 40:case 63235:a.doScrollBy(-72);d=!0;break;case 37:case 63232:a.railh&&(f?a.doScrollLeft(0):a.doScrollLeftBy(72),d=!0);break;case 39:case 63234:a.railh&& |
||||
(f?a.doScrollLeft(a.page.maxw):a.doScrollLeftBy(-72),d=!0);break;case 33:case 63276:a.doScrollBy(a.view.h);d=!0;break;case 34:case 63277:a.doScrollBy(-a.view.h);d=!0;break;case 36:case 63273:a.railh&&f?a.doScrollPos(0,0):a.doScrollTo(0);d=!0;break;case 35:case 63275:a.railh&&f?a.doScrollPos(a.page.maxw,a.page.maxh):a.doScrollTo(a.page.maxh);d=!0;break;case 32:a.opt.spacebarenabled&&(n?a.doScrollBy(a.view.h):a.doScrollBy(-a.view.h),d=!0);break;case 27:a.zoomactive&&(a.doZoom(),d=!0)}if(d)return a.cancelEvent(c)}}; |
||||
a.opt.enablekeyboard&&a.bind(document,d.isopera&&!d.isopera12?"keypress":"keydown",a.onkeypress);a.bind(document,"keydown",function(c){c.ctrlKey&&(a.wheelprevented=!0)});a.bind(document,"keyup",function(c){c.ctrlKey||(a.wheelprevented=!1)});a.bind(window,"resize",a.lazyResize);a.bind(window,"orientationchange",a.lazyResize);a.bind(window,"load",a.lazyResize);if(d.ischrome&&!a.ispage&&!a.haswrapper){var r=a.win.attr("style"),f=parseFloat(a.win.css("width"))+1;a.win.css("width",f);a.synched("chromefix", |
||||
function(){a.win.attr("style",r)})}a.onAttributeChange=function(c){a.lazyResize(250)};!a.ispage&&!a.haswrapper&&(!1!==z?(a.observer=new z(function(c){c.forEach(a.onAttributeChange)}),a.observer.observe(a.win[0],{childList:!0,characterData:!1,attributes:!0,subtree:!1}),a.observerremover=new z(function(c){c.forEach(function(c){if(0<c.removedNodes.length)for(var b in c.removedNodes)if(c.removedNodes[b]==a.win[0])return a.remove()})}),a.observerremover.observe(a.win[0].parentNode,{childList:!0,characterData:!1, |
||||
attributes:!1,subtree:!1})):(a.bind(a.win,d.isie&&!d.isie9?"propertychange":"DOMAttrModified",a.onAttributeChange),d.isie9&&a.win[0].attachEvent("onpropertychange",a.onAttributeChange),a.bind(a.win,"DOMNodeRemoved",function(c){c.target==a.win[0]&&a.remove()})));!a.ispage&&a.opt.boxzoom&&a.bind(window,"resize",a.resizeZoom);a.istextarea&&a.bind(a.win,"mouseup",a.lazyResize);a.lazyResize(30)}if("IFRAME"==this.doc[0].nodeName){var I=function(c){a.iframexd=!1;try{var b="contentDocument"in this?this.contentDocument: |
||||
this.contentWindow.document}catch(f){a.iframexd=!0,b=!1}if(a.iframexd)return"console"in window&&console.log("NiceScroll error: policy restriced iframe"),!0;a.forcescreen=!0;a.isiframe&&(a.iframe={doc:e(b),html:a.doc.contents().find("html")[0],body:a.doc.contents().find("body")[0]},a.getContentSize=function(){return{w:Math.max(a.iframe.html.scrollWidth,a.iframe.body.scrollWidth),h:Math.max(a.iframe.html.scrollHeight,a.iframe.body.scrollHeight)}},a.docscroll=e(a.iframe.body));!d.isios&&(a.opt.iframeautoresize&& |
||||
!a.isiframe)&&(a.win.scrollTop(0),a.doc.height(""),c=Math.max(b.getElementsByTagName("html")[0].scrollHeight,b.body.scrollHeight),a.doc.height(c));a.lazyResize(30);d.isie7&&a.css(e(a.iframe.html),{"overflow-y":"hidden"});a.css(e(a.iframe.body),{"overflow-y":"hidden"});d.isios&&a.haswrapper&&a.css(e(b.body),{"-webkit-transform":"translate3d(0,0,0)"});"contentWindow"in this?a.bind(this.contentWindow,"scroll",a.onscroll):a.bind(b,"scroll",a.onscroll);a.opt.enablemousewheel&&a.bind(b,"mousewheel",a.onmousewheel); |
||||
a.opt.enablekeyboard&&a.bind(b,d.isopera?"keypress":"keydown",a.onkeypress);if(d.cantouch||a.opt.touchbehavior)a.bind(b,"mousedown",a.ontouchstart),a.bind(b,"mousemove",function(c){a.ontouchmove(c,!0)}),a.opt.grabcursorenabled&&d.cursorgrabvalue&&a.css(e(b.body),{cursor:d.cursorgrabvalue});a.bind(b,"mouseup",a.ontouchend);a.zoom&&(a.opt.dblclickzoom&&a.bind(b,"dblclick",a.doZoom),a.ongesturezoom&&a.bind(b,"gestureend",a.ongesturezoom))};this.doc[0].readyState&&"complete"==this.doc[0].readyState&& |
||||
setTimeout(function(){I.call(a.doc[0],!1)},500);a.bind(this.doc,"load",I)}};this.showCursor=function(c,b){a.cursortimeout&&(clearTimeout(a.cursortimeout),a.cursortimeout=0);if(a.rail){a.autohidedom&&(a.autohidedom.stop().css({opacity:a.opt.cursoropacitymax}),a.cursoractive=!0);if(!a.rail.drag||1!=a.rail.drag.pt)"undefined"!=typeof c&&!1!==c&&(a.scroll.y=Math.round(1*c/a.scrollratio.y)),"undefined"!=typeof b&&(a.scroll.x=Math.round(1*b/a.scrollratio.x));a.cursor.css({height:a.cursorheight,top:a.scroll.y}); |
||||
a.cursorh&&(!a.rail.align&&a.rail.visibility?a.cursorh.css({width:a.cursorwidth,left:a.scroll.x+a.rail.width}):a.cursorh.css({width:a.cursorwidth,left:a.scroll.x}),a.cursoractive=!0);a.zoom&&a.zoom.stop().css({opacity:a.opt.cursoropacitymax})}};this.hideCursor=function(c){!a.cursortimeout&&(a.rail&&a.autohidedom&&!(a.hasmousefocus&&"leave"==a.opt.autohidemode))&&(a.cursortimeout=setTimeout(function(){if(!a.rail.active||!a.showonmouseevent)a.autohidedom.stop().animate({opacity:a.opt.cursoropacitymin}), |
||||
a.zoom&&a.zoom.stop().animate({opacity:a.opt.cursoropacitymin}),a.cursoractive=!1;a.cursortimeout=0},c||a.opt.hidecursordelay))};this.noticeCursor=function(c,b,f){a.showCursor(b,f);a.rail.active||a.hideCursor(c)};this.getContentSize=a.ispage?function(){return{w:Math.max(document.body.scrollWidth,document.documentElement.scrollWidth),h:Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)}}:a.haswrapper?function(){return{w:a.doc.outerWidth()+parseInt(a.win.css("paddingLeft"))+ |
||||
parseInt(a.win.css("paddingRight")),h:a.doc.outerHeight()+parseInt(a.win.css("paddingTop"))+parseInt(a.win.css("paddingBottom"))}}:function(){return{w:a.docscroll[0].scrollWidth,h:a.docscroll[0].scrollHeight}};this.onResize=function(c,b){if(!a||!a.win)return!1;if(!a.haswrapper&&!a.ispage){if("none"==a.win.css("display"))return a.visibility&&a.hideRail().hideRailHr(),!1;!a.hidden&&!a.visibility&&a.showRail().showRailHr()}var f=a.page.maxh,d=a.page.maxw,e=a.view.w;a.view={w:a.ispage?a.win.width():parseInt(a.win[0].clientWidth), |
||||
h:a.ispage?a.win.height():parseInt(a.win[0].clientHeight)};a.page=b?b:a.getContentSize();a.page.maxh=Math.max(0,a.page.h-a.view.h);a.page.maxw=Math.max(0,a.page.w-a.view.w);if(a.page.maxh==f&&a.page.maxw==d&&a.view.w==e){if(a.ispage)return a;f=a.win.offset();if(a.lastposition&&(d=a.lastposition,d.top==f.top&&d.left==f.left))return a;a.lastposition=f}0==a.page.maxh?(a.hideRail(),a.scrollvaluemax=0,a.scroll.y=0,a.scrollratio.y=0,a.cursorheight=0,a.setScrollTop(0),a.rail.scrollable=!1):a.rail.scrollable= |
||||
!0;0==a.page.maxw?(a.hideRailHr(),a.scrollvaluemaxw=0,a.scroll.x=0,a.scrollratio.x=0,a.cursorwidth=0,a.setScrollLeft(0),a.railh.scrollable=!1):a.railh.scrollable=!0;a.locked=0==a.page.maxh&&0==a.page.maxw;if(a.locked)return a.ispage||a.updateScrollBar(a.view),!1;!a.hidden&&!a.visibility?a.showRail().showRailHr():!a.hidden&&!a.railh.visibility&&a.showRailHr();a.istextarea&&(a.win.css("resize")&&"none"!=a.win.css("resize"))&&(a.view.h-=20);a.cursorheight=Math.min(a.view.h,Math.round(a.view.h*(a.view.h/ |
||||
a.page.h)));a.cursorheight=a.opt.cursorfixedheight?a.opt.cursorfixedheight:Math.max(a.opt.cursorminheight,a.cursorheight);a.cursorwidth=Math.min(a.view.w,Math.round(a.view.w*(a.view.w/a.page.w)));a.cursorwidth=a.opt.cursorfixedheight?a.opt.cursorfixedheight:Math.max(a.opt.cursorminheight,a.cursorwidth);a.scrollvaluemax=a.view.h-a.cursorheight-a.cursor.hborder;a.railh&&(a.railh.width=0<a.page.maxh?a.view.w-a.rail.width:a.view.w,a.scrollvaluemaxw=a.railh.width-a.cursorwidth-a.cursorh.wborder);a.ispage|| |
||||
a.updateScrollBar(a.view);a.scrollratio={x:a.page.maxw/a.scrollvaluemaxw,y:a.page.maxh/a.scrollvaluemax};a.getScrollTop()>a.page.maxh?a.doScrollTop(a.page.maxh):(a.scroll.y=Math.round(a.getScrollTop()*(1/a.scrollratio.y)),a.scroll.x=Math.round(a.getScrollLeft()*(1/a.scrollratio.x)),a.cursoractive&&a.noticeCursor());a.scroll.y&&0==a.getScrollTop()&&a.doScrollTo(Math.floor(a.scroll.y*a.scrollratio.y));return a};this.resize=a.onResize;this.lazyResize=function(c){c=isNaN(c)?30:c;a.delayed("resize",a.resize, |
||||
c);return a};this._bind=function(c,b,f,d){a.events.push({e:c,n:b,f:f,b:d,q:!1});c.addEventListener?c.addEventListener(b,f,d||!1):c.attachEvent?c.attachEvent("on"+b,f):c["on"+b]=f};this.jqbind=function(c,b,f){a.events.push({e:c,n:b,f:f,q:!0});e(c).bind(b,f)};this.bind=function(c,b,f,e){var h="jquery"in c?c[0]:c;"mousewheel"==b?"onwheel"in a.win?a._bind(h,"wheel",f,e||!1):(c="undefined"!=typeof document.onmousewheel?"mousewheel":"DOMMouseScroll",l(h,c,f,e||!1),"DOMMouseScroll"==c&&l(h,"MozMousePixelScroll", |
||||
f,e||!1)):h.addEventListener?(d.cantouch&&/mouseup|mousedown|mousemove/.test(b)&&a._bind(h,"mousedown"==b?"touchstart":"mouseup"==b?"touchend":"touchmove",function(a){if(a.touches){if(2>a.touches.length){var c=a.touches.length?a.touches[0]:a;c.original=a;f.call(this,c)}}else a.changedTouches&&(c=a.changedTouches[0],c.original=a,f.call(this,c))},e||!1),a._bind(h,b,f,e||!1),d.cantouch&&"mouseup"==b&&a._bind(h,"touchcancel",f,e||!1)):a._bind(h,b,function(c){if((c=c||window.event||!1)&&c.srcElement)c.target= |
||||
c.srcElement;"pageY"in c||(c.pageX=c.clientX+document.documentElement.scrollLeft,c.pageY=c.clientY+document.documentElement.scrollTop);return!1===f.call(h,c)||!1===e?a.cancelEvent(c):!0})};this._unbind=function(a,b,f,d){a.removeEventListener?a.removeEventListener(b,f,d):a.detachEvent?a.detachEvent("on"+b,f):a["on"+b]=!1};this.unbindAll=function(){for(var c=0;c<a.events.length;c++){var b=a.events[c];b.q?b.e.unbind(b.n,b.f):a._unbind(b.e,b.n,b.f,b.b)}};this.cancelEvent=function(a){a=a.original?a.original: |
||||
a?a:window.event||!1;if(!a)return!1;a.preventDefault&&a.preventDefault();a.stopPropagation&&a.stopPropagation();a.preventManipulation&&a.preventManipulation();a.cancelBubble=!0;a.cancel=!0;return a.returnValue=!1};this.stopPropagation=function(a){a=a.original?a.original:a?a:window.event||!1;if(!a)return!1;if(a.stopPropagation)return a.stopPropagation();a.cancelBubble&&(a.cancelBubble=!0);return!1};this.showRail=function(){if(0!=a.page.maxh&&(a.ispage||"none"!=a.win.css("display")))a.visibility=!0, |
||||
a.rail.visibility=!0,a.rail.css("display","block");return a};this.showRailHr=function(){if(!a.railh)return a;if(0!=a.page.maxw&&(a.ispage||"none"!=a.win.css("display")))a.railh.visibility=!0,a.railh.css("display","block");return a};this.hideRail=function(){a.visibility=!1;a.rail.visibility=!1;a.rail.css("display","none");return a};this.hideRailHr=function(){if(!a.railh)return a;a.railh.visibility=!1;a.railh.css("display","none");return a};this.show=function(){a.hidden=!1;a.locked=!1;return a.showRail().showRailHr()}; |
||||
this.hide=function(){a.hidden=!0;a.locked=!0;return a.hideRail().hideRailHr()};this.toggle=function(){return a.hidden?a.show():a.hide()};this.remove=function(){a.stop();a.cursortimeout&&clearTimeout(a.cursortimeout);a.doZoomOut();a.unbindAll();d.isie9&&a.win[0].detachEvent("onpropertychange",a.onAttributeChange);!1!==a.observer&&a.observer.disconnect();!1!==a.observerremover&&a.observerremover.disconnect();a.events=null;a.cursor&&a.cursor.remove();a.cursorh&&a.cursorh.remove();a.rail&&a.rail.remove(); |
||||
a.railh&&a.railh.remove();a.zoom&&a.zoom.remove();for(var c=0;c<a.saved.css.length;c++){var b=a.saved.css[c];b[0].css(b[1],"undefined"==typeof b[2]?"":b[2])}a.saved=!1;a.me.data("__nicescroll","");var f=e.nicescroll;f.each(function(c){if(this&&this.id===a.id){delete f[c];for(var b=++c;b<f.length;b++,c++)f[c]=f[b];f.length--;f.length&&delete f[f.length]}});for(var h in a)a[h]=null,delete a[h];a=null};this.scrollstart=function(c){this.onscrollstart=c;return a};this.scrollend=function(c){this.onscrollend= |
||||
c;return a};this.scrollcancel=function(c){this.onscrollcancel=c;return a};this.zoomin=function(c){this.onzoomin=c;return a};this.zoomout=function(c){this.onzoomout=c;return a};this.isScrollable=function(a){a=a.target?a.target:a;if("OPTION"==a.nodeName)return!0;for(;a&&1==a.nodeType&&!/^BODY|HTML/.test(a.nodeName);){var b=e(a),b=b.css("overflowY")||b.css("overflowX")||b.css("overflow")||"";if(/scroll|auto/.test(b))return a.clientHeight!=a.scrollHeight;a=a.parentNode?a.parentNode:!1}return!1};this.getViewport= |
||||
function(a){for(a=a&&a.parentNode?a.parentNode:!1;a&&1==a.nodeType&&!/^BODY|HTML/.test(a.nodeName);){var b=e(a);if(/fixed|absolute/.test(b.css("position")))return b;var f=b.css("overflowY")||b.css("overflowX")||b.css("overflow")||"";if(/scroll|auto/.test(f)&&a.clientHeight!=a.scrollHeight||0<b.getNiceScroll().length)return b;a=a.parentNode?a.parentNode:!1}return a?e(a):!1};this.triggerScrollEnd=function(){if(a.onscrollend){var c=a.getScrollLeft(),b=a.getScrollTop();a.onscrollend.call(a,{type:"scrollend", |
||||
current:{x:c,y:b},end:{x:c,y:b}})}};this.onmousewheel=function(c){if(!a.wheelprevented){if(a.locked)return a.debounced("checkunlock",a.resize,250),!0;if(a.rail.drag)return a.cancelEvent(c);"auto"==a.opt.oneaxismousemode&&0!=c.deltaX&&(a.opt.oneaxismousemode=!1);if(a.opt.oneaxismousemode&&0==c.deltaX&&!a.rail.scrollable)return a.railh&&a.railh.scrollable?a.onmousewheelhr(c):!0;var b=+new Date,f=!1;a.opt.preservenativescrolling&&a.checkarea+600<b&&(a.nativescrollingarea=a.isScrollable(c),f=!0);a.checkarea= |
||||
b;if(a.nativescrollingarea)return!0;if(c=q(c,!1,f))a.checkarea=0;return c}};this.onmousewheelhr=function(c){if(!a.wheelprevented){if(a.locked||!a.railh.scrollable)return!0;if(a.rail.drag)return a.cancelEvent(c);var b=+new Date,f=!1;a.opt.preservenativescrolling&&a.checkarea+600<b&&(a.nativescrollingarea=a.isScrollable(c),f=!0);a.checkarea=b;return a.nativescrollingarea?!0:a.locked?a.cancelEvent(c):q(c,!0,f)}};this.stop=function(){a.cancelScroll();a.scrollmon&&a.scrollmon.stop();a.cursorfreezed=!1; |
||||
a.scroll.y=Math.round(a.getScrollTop()*(1/a.scrollratio.y));a.noticeCursor();return a};this.getTransitionSpeed=function(b){var d=Math.round(10*a.opt.scrollspeed);b=Math.min(d,Math.round(b/20*a.opt.scrollspeed));return 20<b?b:0};a.opt.smoothscroll?a.ishwscroll&&d.hastransition&&a.opt.usetransition?(this.prepareTransition=function(b,e){var f=e?20<b?b:0:a.getTransitionSpeed(b),h=f?d.prefixstyle+"transform "+f+"ms ease-out":"";if(!a.lasttransitionstyle||a.lasttransitionstyle!=h)a.lasttransitionstyle= |
||||
h,a.doc.css(d.transitionstyle,h);return f},this.doScrollLeft=function(b,d){var f=a.scrollrunning?a.newscrolly:a.getScrollTop();a.doScrollPos(b,f,d)},this.doScrollTop=function(b,d){var f=a.scrollrunning?a.newscrollx:a.getScrollLeft();a.doScrollPos(f,b,d)},this.doScrollPos=function(b,e,f){var h=a.getScrollTop(),g=a.getScrollLeft();(0>(a.newscrolly-h)*(e-h)||0>(a.newscrollx-g)*(b-g))&&a.cancelScroll();!1==a.opt.bouncescroll&&(0>e?e=0:e>a.page.maxh&&(e=a.page.maxh),0>b?b=0:b>a.page.maxw&&(b=a.page.maxw)); |
||||
if(a.scrollrunning&&b==a.newscrollx&&e==a.newscrolly)return!1;a.newscrolly=e;a.newscrollx=b;a.newscrollspeed=f||!1;if(a.timer)return!1;a.timer=setTimeout(function(){var f=a.getScrollTop(),h=a.getScrollLeft(),g,k;g=b-h;k=e-f;g=Math.round(Math.sqrt(Math.pow(g,2)+Math.pow(k,2)));g=a.newscrollspeed&&1<a.newscrollspeed?a.newscrollspeed:a.getTransitionSpeed(g);a.newscrollspeed&&1>=a.newscrollspeed&&(g*=a.newscrollspeed);a.prepareTransition(g,!0);a.timerscroll&&a.timerscroll.tm&&clearInterval(a.timerscroll.tm); |
||||
0<g&&(!a.scrollrunning&&a.onscrollstart&&a.onscrollstart.call(a,{type:"scrollstart",current:{x:h,y:f},request:{x:b,y:e},end:{x:a.newscrollx,y:a.newscrolly},speed:g}),d.transitionend?a.scrollendtrapped||(a.scrollendtrapped=!0,a.bind(a.doc,d.transitionend,a.onScrollTransitionEnd,!1)):(a.scrollendtrapped&&clearTimeout(a.scrollendtrapped),a.scrollendtrapped=setTimeout(a.onScrollTransitionEnd,g)),a.timerscroll={bz:new BezierClass(f,a.newscrolly,g,0,0,0.58,1),bh:new BezierClass(h,a.newscrollx,g,0,0,0.58, |
||||
1)},a.cursorfreezed||(a.timerscroll.tm=setInterval(function(){a.showCursor(a.getScrollTop(),a.getScrollLeft())},60)));a.synched("doScroll-set",function(){a.timer=0;a.scrollendtrapped&&(a.scrollrunning=!0);a.setScrollTop(a.newscrolly);a.setScrollLeft(a.newscrollx);if(!a.scrollendtrapped)a.onScrollTransitionEnd()})},50)},this.cancelScroll=function(){if(!a.scrollendtrapped)return!0;var b=a.getScrollTop(),e=a.getScrollLeft();a.scrollrunning=!1;d.transitionend||clearTimeout(d.transitionend);a.scrollendtrapped= |
||||
!1;a._unbind(a.doc,d.transitionend,a.onScrollTransitionEnd);a.prepareTransition(0);a.setScrollTop(b);a.railh&&a.setScrollLeft(e);a.timerscroll&&a.timerscroll.tm&&clearInterval(a.timerscroll.tm);a.timerscroll=!1;a.cursorfreezed=!1;a.showCursor(b,e);return a},this.onScrollTransitionEnd=function(){a.scrollendtrapped&&a._unbind(a.doc,d.transitionend,a.onScrollTransitionEnd);a.scrollendtrapped=!1;a.prepareTransition(0);a.timerscroll&&a.timerscroll.tm&&clearInterval(a.timerscroll.tm);a.timerscroll=!1;var b= |
||||
a.getScrollTop(),e=a.getScrollLeft();a.setScrollTop(b);a.railh&&a.setScrollLeft(e);a.noticeCursor(!1,b,e);a.cursorfreezed=!1;0>b?b=0:b>a.page.maxh&&(b=a.page.maxh);0>e?e=0:e>a.page.maxw&&(e=a.page.maxw);if(b!=a.newscrolly||e!=a.newscrollx)return a.doScrollPos(e,b,a.opt.snapbackspeed);a.onscrollend&&a.scrollrunning&&a.triggerScrollEnd();a.scrollrunning=!1}):(this.doScrollLeft=function(b,d){var f=a.scrollrunning?a.newscrolly:a.getScrollTop();a.doScrollPos(b,f,d)},this.doScrollTop=function(b,d){var f= |
||||
a.scrollrunning?a.newscrollx:a.getScrollLeft();a.doScrollPos(f,b,d)},this.doScrollPos=function(b,d,f){function e(){if(a.cancelAnimationFrame)return!0;a.scrollrunning=!0;if(p=1-p)return a.timer=s(e)||1;var b=0,c=sy=a.getScrollTop();if(a.dst.ay){var c=a.bzscroll?a.dst.py+a.bzscroll.getNow()*a.dst.ay:a.newscrolly,f=c-sy;if(0>f&&c<a.newscrolly||0<f&&c>a.newscrolly)c=a.newscrolly;a.setScrollTop(c);c==a.newscrolly&&(b=1)}else b=1;var d=sx=a.getScrollLeft();if(a.dst.ax){d=a.bzscroll?a.dst.px+a.bzscroll.getNow()* |
||||
a.dst.ax:a.newscrollx;f=d-sx;if(0>f&&d<a.newscrollx||0<f&&d>a.newscrollx)d=a.newscrollx;a.setScrollLeft(d);d==a.newscrollx&&(b+=1)}else b+=1;2==b?(a.timer=0,a.cursorfreezed=!1,a.bzscroll=!1,a.scrollrunning=!1,0>c?c=0:c>a.page.maxh&&(c=a.page.maxh),0>d?d=0:d>a.page.maxw&&(d=a.page.maxw),d!=a.newscrollx||c!=a.newscrolly?a.doScrollPos(d,c):a.onscrollend&&a.triggerScrollEnd()):a.timer=s(e)||1}d="undefined"==typeof d||!1===d?a.getScrollTop(!0):d;if(a.timer&&a.newscrolly==d&&a.newscrollx==b)return!0;a.timer&& |
||||
v(a.timer);a.timer=0;var h=a.getScrollTop(),g=a.getScrollLeft();(0>(a.newscrolly-h)*(d-h)||0>(a.newscrollx-g)*(b-g))&&a.cancelScroll();a.newscrolly=d;a.newscrollx=b;if(!a.bouncescroll||!a.rail.visibility)0>a.newscrolly?a.newscrolly=0:a.newscrolly>a.page.maxh&&(a.newscrolly=a.page.maxh);if(!a.bouncescroll||!a.railh.visibility)0>a.newscrollx?a.newscrollx=0:a.newscrollx>a.page.maxw&&(a.newscrollx=a.page.maxw);a.dst={};a.dst.x=b-g;a.dst.y=d-h;a.dst.px=g;a.dst.py=h;var k=Math.round(Math.sqrt(Math.pow(a.dst.x, |
||||
2)+Math.pow(a.dst.y,2)));a.dst.ax=a.dst.x/k;a.dst.ay=a.dst.y/k;var l=0,q=k;0==a.dst.x?(l=h,q=d,a.dst.ay=1,a.dst.py=0):0==a.dst.y&&(l=g,q=b,a.dst.ax=1,a.dst.px=0);k=a.getTransitionSpeed(k);f&&1>=f&&(k*=f);a.bzscroll=0<k?a.bzscroll?a.bzscroll.update(q,k):new BezierClass(l,q,k,0,1,0,1):!1;if(!a.timer){(h==a.page.maxh&&d>=a.page.maxh||g==a.page.maxw&&b>=a.page.maxw)&&a.checkContentSize();var p=1;a.cancelAnimationFrame=!1;a.timer=1;a.onscrollstart&&!a.scrollrunning&&a.onscrollstart.call(a,{type:"scrollstart", |
||||
current:{x:g,y:h},request:{x:b,y:d},end:{x:a.newscrollx,y:a.newscrolly},speed:k});e();(h==a.page.maxh&&d>=h||g==a.page.maxw&&b>=g)&&a.checkContentSize();a.noticeCursor()}},this.cancelScroll=function(){a.timer&&v(a.timer);a.timer=0;a.bzscroll=!1;a.scrollrunning=!1;return a}):(this.doScrollLeft=function(b,d){var f=a.getScrollTop();a.doScrollPos(b,f,d)},this.doScrollTop=function(b,d){var f=a.getScrollLeft();a.doScrollPos(f,b,d)},this.doScrollPos=function(b,d,f){var e=b>a.page.maxw?a.page.maxw:b;0>e&& |
||||
(e=0);var h=d>a.page.maxh?a.page.maxh:d;0>h&&(h=0);a.synched("scroll",function(){a.setScrollTop(h);a.setScrollLeft(e)})},this.cancelScroll=function(){});this.doScrollBy=function(b,d){var f=0,f=d?Math.floor((a.scroll.y-b)*a.scrollratio.y):(a.timer?a.newscrolly:a.getScrollTop(!0))-b;if(a.bouncescroll){var e=Math.round(a.view.h/2);f<-e?f=-e:f>a.page.maxh+e&&(f=a.page.maxh+e)}a.cursorfreezed=!1;py=a.getScrollTop(!0);if(0>f&&0>=py)return a.noticeCursor();if(f>a.page.maxh&&py>=a.page.maxh)return a.checkContentSize(), |
||||
a.noticeCursor();a.doScrollTop(f)};this.doScrollLeftBy=function(b,d){var f=0,f=d?Math.floor((a.scroll.x-b)*a.scrollratio.x):(a.timer?a.newscrollx:a.getScrollLeft(!0))-b;if(a.bouncescroll){var e=Math.round(a.view.w/2);f<-e?f=-e:f>a.page.maxw+e&&(f=a.page.maxw+e)}a.cursorfreezed=!1;px=a.getScrollLeft(!0);if(0>f&&0>=px||f>a.page.maxw&&px>=a.page.maxw)return a.noticeCursor();a.doScrollLeft(f)};this.doScrollTo=function(b,d){d&&Math.round(b*a.scrollratio.y);a.cursorfreezed=!1;a.doScrollTop(b)};this.checkContentSize= |
||||
function(){var b=a.getContentSize();(b.h!=a.page.h||b.w!=a.page.w)&&a.resize(!1,b)};a.onscroll=function(b){a.rail.drag||a.cursorfreezed||a.synched("scroll",function(){a.scroll.y=Math.round(a.getScrollTop()*(1/a.scrollratio.y));a.railh&&(a.scroll.x=Math.round(a.getScrollLeft()*(1/a.scrollratio.x)));a.noticeCursor()})};a.bind(a.docscroll,"scroll",a.onscroll);this.doZoomIn=function(b){if(!a.zoomactive){a.zoomactive=!0;a.zoomrestore={style:{}};var h="position top left zIndex backgroundColor marginTop marginBottom marginLeft marginRight".split(" "), |
||||
f=a.win[0].style,g;for(g in h){var k=h[g];a.zoomrestore.style[k]="undefined"!=typeof f[k]?f[k]:""}a.zoomrestore.style.width=a.win.css("width");a.zoomrestore.style.height=a.win.css("height");a.zoomrestore.padding={w:a.win.outerWidth()-a.win.width(),h:a.win.outerHeight()-a.win.height()};d.isios4&&(a.zoomrestore.scrollTop=e(window).scrollTop(),e(window).scrollTop(0));a.win.css({position:d.isios4?"absolute":"fixed",top:0,left:0,"z-index":x+100,margin:"0px"});h=a.win.css("backgroundColor");(""==h||/transparent|rgba\(0, 0, 0, 0\)|rgba\(0,0,0,0\)/.test(h))&& |
||||
a.win.css("backgroundColor","#fff");a.rail.css({"z-index":x+101});a.zoom.css({"z-index":x+102});a.zoom.css("backgroundPosition","0px -18px");a.resizeZoom();a.onzoomin&&a.onzoomin.call(a);return a.cancelEvent(b)}};this.doZoomOut=function(b){if(a.zoomactive)return a.zoomactive=!1,a.win.css("margin",""),a.win.css(a.zoomrestore.style),d.isios4&&e(window).scrollTop(a.zoomrestore.scrollTop),a.rail.css({"z-index":a.zindex}),a.zoom.css({"z-index":a.zindex}),a.zoomrestore=!1,a.zoom.css("backgroundPosition", |
||||
"0px 0px"),a.onResize(),a.onzoomout&&a.onzoomout.call(a),a.cancelEvent(b)};this.doZoom=function(b){return a.zoomactive?a.doZoomOut(b):a.doZoomIn(b)};this.resizeZoom=function(){if(a.zoomactive){var b=a.getScrollTop();a.win.css({width:e(window).width()-a.zoomrestore.padding.w+"px",height:e(window).height()-a.zoomrestore.padding.h+"px"});a.onResize();a.setScrollTop(Math.min(a.page.maxh,b))}};this.init();e.nicescroll.push(this)},H=function(e){var b=this;this.nc=e;this.steptime=this.lasttime=this.speedy= |
||||
this.speedx=this.lasty=this.lastx=0;this.snapy=this.snapx=!1;this.demuly=this.demulx=0;this.lastscrolly=this.lastscrollx=-1;this.timer=this.chky=this.chkx=0;this.time=function(){return+new Date};this.reset=function(e,g){b.stop();var l=b.time();b.steptime=0;b.lasttime=l;b.speedx=0;b.speedy=0;b.lastx=e;b.lasty=g;b.lastscrollx=-1;b.lastscrolly=-1};this.update=function(e,g){var l=b.time();b.steptime=l-b.lasttime;b.lasttime=l;var l=g-b.lasty,q=e-b.lastx,a=b.nc.getScrollTop(),p=b.nc.getScrollLeft(),a=a+ |
||||
l,p=p+q;b.snapx=0>p||p>b.nc.page.maxw;b.snapy=0>a||a>b.nc.page.maxh;b.speedx=q;b.speedy=l;b.lastx=e;b.lasty=g};this.stop=function(){b.nc.unsynched("domomentum2d");b.timer&&clearTimeout(b.timer);b.timer=0;b.lastscrollx=-1;b.lastscrolly=-1};this.doSnapy=function(e,g){var l=!1;0>g?(g=0,l=!0):g>b.nc.page.maxh&&(g=b.nc.page.maxh,l=!0);0>e?(e=0,l=!0):e>b.nc.page.maxw&&(e=b.nc.page.maxw,l=!0);l?b.nc.doScrollPos(e,g,b.nc.opt.snapbackspeed):b.nc.triggerScrollEnd()};this.doMomentum=function(e){var g=b.time(), |
||||
l=e?g+e:b.lasttime;e=b.nc.getScrollLeft();var q=b.nc.getScrollTop(),a=b.nc.page.maxh,p=b.nc.page.maxw;b.speedx=0<p?Math.min(60,b.speedx):0;b.speedy=0<a?Math.min(60,b.speedy):0;l=l&&60>=g-l;if(0>q||q>a||0>e||e>p)l=!1;e=b.speedx&&l?b.speedx:!1;if(b.speedy&&l&&b.speedy||e){var d=Math.max(16,b.steptime);50<d&&(e=d/50,b.speedx*=e,b.speedy*=e,d=50);b.demulxy=0;b.lastscrollx=b.nc.getScrollLeft();b.chkx=b.lastscrollx;b.lastscrolly=b.nc.getScrollTop();b.chky=b.lastscrolly;var r=b.lastscrollx,t=b.lastscrolly, |
||||
s=function(){var c=600<b.time()-g?0.04:0.02;if(b.speedx&&(r=Math.floor(b.lastscrollx-b.speedx*(1-b.demulxy)),b.lastscrollx=r,0>r||r>p))c=0.1;if(b.speedy&&(t=Math.floor(b.lastscrolly-b.speedy*(1-b.demulxy)),b.lastscrolly=t,0>t||t>a))c=0.1;b.demulxy=Math.min(1,b.demulxy+c);b.nc.synched("domomentum2d",function(){b.speedx&&(b.nc.getScrollLeft()!=b.chkx&&b.stop(),b.chkx=r,b.nc.setScrollLeft(r));b.speedy&&(b.nc.getScrollTop()!=b.chky&&b.stop(),b.chky=t,b.nc.setScrollTop(t));b.timer||(b.nc.hideCursor(), |
||||
b.doSnapy(r,t))});1>b.demulxy?b.timer=setTimeout(s,d):(b.stop(),b.nc.hideCursor(),b.doSnapy(r,t))};s()}else b.doSnapy(b.nc.getScrollLeft(),b.nc.getScrollTop())}},w=e.fn.scrollTop;e.cssHooks.pageYOffset={get:function(g,b,h){return(b=e.data(g,"__nicescroll")||!1)&&b.ishwscroll?b.getScrollTop():w.call(g)},set:function(g,b){var h=e.data(g,"__nicescroll")||!1;h&&h.ishwscroll?h.setScrollTop(parseInt(b)):w.call(g,b);return this}};e.fn.scrollTop=function(g){if("undefined"==typeof g){var b=this[0]?e.data(this[0], |
||||
"__nicescroll")||!1:!1;return b&&b.ishwscroll?b.getScrollTop():w.call(this)}return this.each(function(){var b=e.data(this,"__nicescroll")||!1;b&&b.ishwscroll?b.setScrollTop(parseInt(g)):w.call(e(this),g)})};var A=e.fn.scrollLeft;e.cssHooks.pageXOffset={get:function(g,b,h){return(b=e.data(g,"__nicescroll")||!1)&&b.ishwscroll?b.getScrollLeft():A.call(g)},set:function(g,b){var h=e.data(g,"__nicescroll")||!1;h&&h.ishwscroll?h.setScrollLeft(parseInt(b)):A.call(g,b);return this}};e.fn.scrollLeft=function(g){if("undefined"== |
||||
typeof g){var b=this[0]?e.data(this[0],"__nicescroll")||!1:!1;return b&&b.ishwscroll?b.getScrollLeft():A.call(this)}return this.each(function(){var b=e.data(this,"__nicescroll")||!1;b&&b.ishwscroll?b.setScrollLeft(parseInt(g)):A.call(e(this),g)})};var B=function(g){var b=this;this.length=0;this.name="nicescrollarray";this.each=function(e){for(var g=0,a=0;g<b.length;g++)e.call(b[g],a++);return b};this.push=function(e){b[b.length]=e;b.length++};this.eq=function(e){return b[e]};if(g)for(var h=0;h<g.length;h++){var k= |
||||
e.data(g[h],"__nicescroll")||!1;k&&(this[this.length]=k,this.length++)}return this};(function(e,b,h){for(var k=0;k<b.length;k++)h(e,b[k])})(B.prototype,"show hide toggle onResize resize remove stop doScrollPos".split(" "),function(e,b){e[b]=function(){var e=arguments;return this.each(function(){this[b].apply(this,e)})}});e.fn.getNiceScroll=function(g){return"undefined"==typeof g?new B(this):this[g]&&e.data(this[g],"__nicescroll")||!1};e.extend(e.expr[":"],{nicescroll:function(g){return e.data(g,"__nicescroll")? |
||||
!0:!1}});e.fn.niceScroll=function(g,b){"undefined"==typeof b&&("object"==typeof g&&!("jquery"in g))&&(b=g,g=!1);var h=new B;"undefined"==typeof b&&(b={});g&&(b.doc=e(g),b.win=e(this));var k=!("doc"in b);!k&&!("win"in b)&&(b.win=e(this));this.each(function(){var g=e(this).data("__nicescroll")||!1;g||(b.doc=k?e(this):b.doc,g=new N(b,e(this)),e(this).data("__nicescroll",g));h.push(g)});return 1==h.length?h[0]:h};window.NiceScroll={getjQuery:function(){return e}};e.nicescroll||(e.nicescroll=new B,e.nicescroll.options= |
||||
G)}); |
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,425 @@
|
||||
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ |
||||
|
||||
/** |
||||
* 1. Set default font family to sans-serif. |
||||
* 2. Prevent iOS text size adjust after orientation change, without disabling |
||||
* user zoom. |
||||
*/ |
||||
|
||||
html { |
||||
font-family: sans-serif; /* 1 */ |
||||
-ms-text-size-adjust: 100%; /* 2 */ |
||||
-webkit-text-size-adjust: 100%; /* 2 */ |
||||
} |
||||
|
||||
/** |
||||
* Remove default margin. |
||||
*/ |
||||
|
||||
body { |
||||
margin: 0; |
||||
} |
||||
|
||||
/* HTML5 display definitions |
||||
========================================================================== */ |
||||
|
||||
/** |
||||
* Correct `block` display not defined for any HTML5 element in IE 8/9. |
||||
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. |
||||
* Correct `block` display not defined for `main` in IE 11. |
||||
*/ |
||||
|
||||
article, |
||||
aside, |
||||
details, |
||||
figcaption, |
||||
figure, |
||||
footer, |
||||
header, |
||||
hgroup, |
||||
main, |
||||
nav, |
||||
section, |
||||
summary { |
||||
display: block; |
||||
} |
||||
|
||||
/** |
||||
* 1. Correct `inline-block` display not defined in IE 8/9. |
||||
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. |
||||
*/ |
||||
|
||||
audio, |
||||
canvas, |
||||
progress, |
||||
video { |
||||
display: inline-block; /* 1 */ |
||||
vertical-align: baseline; /* 2 */ |
||||
} |
||||
|
||||
/** |
||||
* Prevent modern browsers from displaying `audio` without controls. |
||||
* Remove excess height in iOS 5 devices. |
||||
*/ |
||||
|
||||
audio:not([controls]) { |
||||
display: none; |
||||
height: 0; |
||||
} |
||||
|
||||
/** |
||||
* Address `[hidden]` styling not present in IE 8/9/10. |
||||
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. |
||||
*/ |
||||
|
||||
[hidden], |
||||
template { |
||||
display: none; |
||||
} |
||||
|
||||
/* Links |
||||
========================================================================== */ |
||||
|
||||
/** |
||||
* Remove the gray background color from active links in IE 10. |
||||
*/ |
||||
|
||||
a { |
||||
background: transparent; |
||||
} |
||||
|
||||
/** |
||||
* Improve readability when focused and also mouse hovered in all browsers. |
||||
*/ |
||||
|
||||
a:active, |
||||
a:hover { |
||||
outline: 0; |
||||
} |
||||
|
||||
/* Text-level semantics |
||||
========================================================================== */ |
||||
|
||||
/** |
||||
* Address styling not present in IE 8/9/10/11, Safari, and Chrome. |
||||
*/ |
||||
|
||||
abbr[title] { |
||||
border-bottom: 1px dotted; |
||||
} |
||||
|
||||
/** |
||||
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome. |
||||
*/ |
||||
|
||||
b, |
||||
strong { |
||||
font-weight: bold; |
||||
} |
||||
|
||||
/** |
||||
* Address styling not present in Safari and Chrome. |
||||
*/ |
||||
|
||||
dfn { |
||||
font-style: italic; |
||||
} |
||||
|
||||
/** |
||||
* Address variable `h1` font-size and margin within `section` and `article` |
||||
* contexts in Firefox 4+, Safari, and Chrome. |
||||
*/ |
||||
|
||||
h1 { |
||||
font-size: 2em; |
||||
margin: 0.67em 0; |
||||
} |
||||
|
||||
/** |
||||
* Address styling not present in IE 8/9. |
||||
*/ |
||||
|
||||
mark { |
||||
background: #ff0; |
||||
color: #000; |
||||
} |
||||
|
||||
/** |
||||
* Address inconsistent and variable font size in all browsers. |
||||
*/ |
||||
|
||||
small { |
||||
font-size: 80%; |
||||
} |
||||
|
||||
/** |
||||
* Prevent `sub` and `sup` affecting `line-height` in all browsers. |
||||
*/ |
||||
|
||||
sub, |
||||
sup { |
||||
font-size: 75%; |
||||
line-height: 0; |
||||
position: relative; |
||||
vertical-align: baseline; |
||||
} |
||||
|
||||
sup { |
||||
top: -0.5em; |
||||
} |
||||
|
||||
sub { |
||||
bottom: -0.25em; |
||||
} |
||||
|
||||
/* Embedded content |
||||
========================================================================== */ |
||||
|
||||
/** |
||||
* Remove border when inside `a` element in IE 8/9/10. |
||||
*/ |
||||
|
||||
img { |
||||
border: 0; |
||||
} |
||||
|
||||
/** |
||||
* Correct overflow not hidden in IE 9/10/11. |
||||
*/ |
||||
|
||||
svg:not(:root) { |
||||
overflow: hidden; |
||||
} |
||||
|
||||
/* Grouping content |
||||
========================================================================== */ |
||||
|
||||
/** |
||||
* Address margin not present in IE 8/9 and Safari. |
||||
*/ |
||||
|
||||
figure { |
||||
margin: 1em 40px; |
||||
} |
||||
|
||||
/** |
||||
* Address differences between Firefox and other browsers. |
||||
*/ |
||||
|
||||
hr { |
||||
-moz-box-sizing: content-box; |
||||
box-sizing: content-box; |
||||
height: 0; |
||||
} |
||||
|
||||
/** |
||||
* Contain overflow in all browsers. |
||||
*/ |
||||
|
||||
pre { |
||||
overflow: auto; |
||||
} |
||||
|
||||
/** |
||||
* Address odd `em`-unit font size rendering in all browsers. |
||||
*/ |
||||
|
||||
code, |
||||
kbd, |
||||
pre, |
||||
samp { |
||||
font-family: monospace, monospace; |
||||
font-size: 1em; |
||||
} |
||||
|
||||
/* Forms |
||||
========================================================================== */ |
||||
|
||||
/** |
||||
* Known limitation: by default, Chrome and Safari on OS X allow very limited |
||||
* styling of `select`, unless a `border` property is set. |
||||
*/ |
||||
|
||||
/** |
||||
* 1. Correct color not being inherited. |
||||
* Known issue: affects color of disabled elements. |
||||
* 2. Correct font properties not being inherited. |
||||
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome. |
||||
*/ |
||||
|
||||
button, |
||||
input, |
||||
optgroup, |
||||
select, |
||||
textarea { |
||||
color: inherit; /* 1 */ |
||||
font: inherit; /* 2 */ |
||||
margin: 0; /* 3 */ |
||||
} |
||||
|
||||
/** |
||||
* Address `overflow` set to `hidden` in IE 8/9/10/11. |
||||
*/ |
||||
|
||||
button { |
||||
overflow: visible; |
||||
} |
||||
|
||||
/** |
||||
* Address inconsistent `text-transform` inheritance for `button` and `select`. |
||||
* All other form control elements do not inherit `text-transform` values. |
||||
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. |
||||
* Correct `select` style inheritance in Firefox. |
||||
*/ |
||||
|
||||
button, |
||||
select { |
||||
text-transform: none; |
||||
} |
||||
|
||||
/** |
||||
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` |
||||
* and `video` controls. |
||||
* 2. Correct inability to style clickable `input` types in iOS. |
||||
* 3. Improve usability and consistency of cursor style between image-type |
||||
* `input` and others. |
||||
*/ |
||||
|
||||
button, |
||||
html input[type="button"], /* 1 */ |
||||
input[type="reset"], |
||||
input[type="submit"] { |
||||
-webkit-appearance: button; /* 2 */ |
||||
cursor: pointer; /* 3 */ |
||||
} |
||||
|
||||
/** |
||||
* Re-set default cursor for disabled elements. |
||||
*/ |
||||
|
||||
button[disabled], |
||||
html input[disabled] { |
||||
cursor: default; |
||||
} |
||||
|
||||
/** |
||||
* Remove inner padding and border in Firefox 4+. |
||||
*/ |
||||
|
||||
button::-moz-focus-inner, |
||||
input::-moz-focus-inner { |
||||
border: 0; |
||||
padding: 0; |
||||
} |
||||
|
||||
/** |
||||
* Address Firefox 4+ setting `line-height` on `input` using `!important` in |
||||
* the UA stylesheet. |
||||
*/ |
||||
|
||||
input { |
||||
line-height: normal; |
||||
} |
||||
|
||||
/** |
||||
* It's recommended that you don't attempt to style these elements. |
||||
* Firefox's implementation doesn't respect box-sizing, padding, or width. |
||||
* |
||||
* 1. Address box sizing set to `content-box` in IE 8/9/10. |
||||
* 2. Remove excess padding in IE 8/9/10. |
||||
*/ |
||||
|
||||
input[type="checkbox"], |
||||
input[type="radio"] { |
||||
box-sizing: border-box; /* 1 */ |
||||
padding: 0; /* 2 */ |
||||
} |
||||
|
||||
/** |
||||
* Fix the cursor style for Chrome's increment/decrement buttons. For certain |
||||
* `font-size` values of the `input`, it causes the cursor style of the |
||||
* decrement button to change from `default` to `text`. |
||||
*/ |
||||
|
||||
input[type="number"]::-webkit-inner-spin-button, |
||||
input[type="number"]::-webkit-outer-spin-button { |
||||
height: auto; |
||||
} |
||||
|
||||
/** |
||||
* 1. Address `appearance` set to `searchfield` in Safari and Chrome. |
||||
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome |
||||
* (include `-moz` to future-proof). |
||||
*/ |
||||
|
||||
input[type="search"] { |
||||
-webkit-appearance: textfield; /* 1 */ |
||||
-moz-box-sizing: content-box; |
||||
-webkit-box-sizing: content-box; /* 2 */ |
||||
box-sizing: content-box; |
||||
} |
||||
|
||||
/** |
||||
* Remove inner padding and search cancel button in Safari and Chrome on OS X. |
||||
* Safari (but not Chrome) clips the cancel button when the search input has |
||||
* padding (and `textfield` appearance). |
||||
*/ |
||||
|
||||
input[type="search"]::-webkit-search-cancel-button, |
||||
input[type="search"]::-webkit-search-decoration { |
||||
-webkit-appearance: none; |
||||
} |
||||
|
||||
/** |
||||
* Define consistent border, margin, and padding. |
||||
*/ |
||||
|
||||
fieldset { |
||||
border: 1px solid #c0c0c0; |
||||
margin: 0 2px; |
||||
padding: 0.35em 0.625em 0.75em; |
||||
} |
||||
|
||||
/** |
||||
* 1. Correct `color` not being inherited in IE 8/9/10/11. |
||||
* 2. Remove padding so people aren't caught out if they zero out fieldsets. |
||||
*/ |
||||
|
||||
legend { |
||||
border: 0; /* 1 */ |
||||
padding: 0; /* 2 */ |
||||
} |
||||
|
||||
/** |
||||
* Remove default vertical scrollbar in IE 8/9/10/11. |
||||
*/ |
||||
|
||||
textarea { |
||||
overflow: auto; |
||||
} |
||||
|
||||
/** |
||||
* Don't inherit the `font-weight` (applied by a rule above). |
||||
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X. |
||||
*/ |
||||
|
||||
optgroup { |
||||
font-weight: bold; |
||||
} |
||||
|
||||
/* Tables |
||||
========================================================================== */ |
||||
|
||||
/** |
||||
* Remove most spacing between table cells. |
||||
*/ |
||||
|
||||
table { |
||||
border-collapse: collapse; |
||||
border-spacing: 0; |
||||
} |
||||
|
||||
td, |
||||
th { |
||||
padding: 0; |
||||
} |
@ -0,0 +1,58 @@
|
||||
// font family |
||||
|
||||
$main-font: 'Lora', serif; |
||||
$headers-font: 'Source Sans Pro', sans-serif; |
||||
|
||||
// colors |
||||
// you can also change standard Foundation colors |
||||
|
||||
$color-main-dark: #000; |
||||
$color-main-light: #ffffff; |
||||
$color-main-contrast: #e51843; |
||||
|
||||
$body-border-width: rem-calc(15); |
||||
|
||||
// Foundation overwrites |
||||
// |
||||
// You can do this in the _foundation-settings.scss file |
||||
// just uncomment and edit some parts |
||||
// or you can copy it here like the ones below |
||||
|
||||
$primary-color: $color-main-contrast; |
||||
|
||||
$row-width: rem-calc(800); |
||||
|
||||
$body-font-family: $main-font; |
||||
$header-font-family: $headers-font; |
||||
|
||||
$header-font-weight: 700; |
||||
|
||||
$paragraph-font-size: 1.125rem; |
||||
$paragraph-line-height: 1.7; |
||||
|
||||
$anchor-text-decoration: underline; |
||||
|
||||
$h1-font-size: rem-calc(64); |
||||
$h2-font-size: rem-calc(40); |
||||
$h3-font-size: rem-calc(32); |
||||
$h4-font-size: rem-calc(23); |
||||
$h5-font-size: rem-calc(18); |
||||
$h6-font-size: 1rem; |
||||
|
||||
|
||||
// custom theme mixins |
||||
// example: |
||||
// clearfix usage: |
||||
// .some-div { |
||||
// ... |
||||
// @extend %clearfix; |
||||
// } |
||||
|
||||
%clearfix { |
||||
&:before, |
||||
&:after { |
||||
content: ""; |
||||
display: table; |
||||
clear: both; |
||||
} |
||||
} |
@ -0,0 +1,101 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
// This is the default html and body font-size for the base rem value. |
||||
$rem-base: 16px !default; |
||||
|
||||
// IMPORT ONCE |
||||
// We use this to prevent styles from being loaded multiple times for compenents that rely on other components. |
||||
$modules: () !default; |
||||
@mixin exports($name) { |
||||
@if (index($modules, $name) == false) { |
||||
$modules: append($modules, $name); |
||||
@content; |
||||
} |
||||
} |
||||
|
||||
// |
||||
// @functions |
||||
// |
||||
|
||||
|
||||
// RANGES |
||||
// We use these functions to define ranges for various things, like media queries. |
||||
@function lower-bound($range){ |
||||
@if length($range) <= 0 { |
||||
@return 0; |
||||
} |
||||
@return nth($range,1); |
||||
} |
||||
|
||||
@function upper-bound($range) { |
||||
@if length($range) < 2 { |
||||
@return 999999999999; |
||||
} |
||||
@return nth($range, 2); |
||||
} |
||||
|
||||
// STRIP UNIT |
||||
// It strips the unit of measure and returns it |
||||
@function strip-unit($num) { |
||||
@return $num / ($num * 0 + 1); |
||||
} |
||||
|
||||
// CONVERT TO REM |
||||
@function convert-to-rem($value, $base-value: $rem-base) { |
||||
$value: strip-unit($value) / strip-unit($base-value) * 1rem; |
||||
@if ($value == 0rem) { $value: 0; } // Turn 0rem into 0 |
||||
@return $value; |
||||
} |
||||
|
||||
@function data($attr) { |
||||
@if $namespace { |
||||
@return '[data-' + $namespace + '-' + $attr + ']'; |
||||
} |
||||
|
||||
@return '[data-' + $attr + ']'; |
||||
} |
||||
|
||||
// REM CALC |
||||
|
||||
// New Syntax, allows to optionally calculate on a different base value to counter compounding effect of rem's. |
||||
// Call with 1, 2, 3 or 4 parameters, 'px' is not required but supported: |
||||
// |
||||
// rem-calc(10 20 30px 40); |
||||
// |
||||
// Space delimited, if you want to delimit using comma's, wrap it in another pair of brackets |
||||
// |
||||
// rem-calc((10, 20, 30, 40px)); |
||||
// |
||||
// Optionally call with a different base (eg: 8px) to calculate rem. |
||||
// |
||||
// rem-calc(16px 32px 48px, 8px); |
||||
// |
||||
// If you require to comma separate your list |
||||
// |
||||
// rem-calc((16px, 32px, 48), 8px); |
||||
|
||||
@function rem-calc($values, $base-value: $rem-base) { |
||||
$max: length($values); |
||||
|
||||
@if $max == 1 { @return convert-to-rem(nth($values, 1), $base-value); } |
||||
|
||||
$remValues: (); |
||||
@for $i from 1 through $max { |
||||
$remValues: append($remValues, convert-to-rem(nth($values, $i), $base-value)); |
||||
} |
||||
@return $remValues; |
||||
} |
||||
|
||||
// OLD EM CALC |
||||
// Deprecated: We'll drop support for this in 5.1.0, use rem-calc() |
||||
@function emCalc($values){ |
||||
@return rem-calc($values); |
||||
} |
||||
|
||||
// OLD EM CALC |
||||
// Deprecated: We'll drop support for this in 5.1.0, use rem-calc() |
||||
@function em-calc($values){ |
||||
@return rem-calc($values); |
||||
} |
@ -0,0 +1,157 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
|
||||
$include-html-accordion-classes: $include-html-classes !default; |
||||
|
||||
$accordion-navigation-padding: rem-calc(16) !default; |
||||
$accordion-navigation-bg-color: $silver !default; |
||||
$accordion-navigation-hover-bg-color: scale-color($accordion-navigation-bg-color, $lightness: -5%) !default; |
||||
$accordion-navigation-active-bg-color: scale-color($accordion-navigation-bg-color, $lightness: -3%) !default; |
||||
$accordion-navigation-font-color: $jet !default; |
||||
$accordion-navigation-font-size: rem-calc(16) !default; |
||||
$accordion-navigation-font-family: $body-font-family !default; |
||||
|
||||
$accordion-content-padding: $column-gutter/2 !default; |
||||
$accordion-content-active-bg-color: $white !default; |
||||
|
||||
|
||||
// Mixin: accordion-container() |
||||
// Decription: Responsible for the container component of accordions, generating styles relating to a margin of zero and a clearfix |
||||
// Explicit Dependencies: a clearfix mixin *is* defined. |
||||
// Implicit Dependencies: None |
||||
|
||||
@mixin accordion-container() { |
||||
@include clearfix; |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
// Mixin: accordion-navigation( $bg, $hover-bg, $active-bg, $padding, $active_class, $font-color, $font-size, $font-family){ |
||||
// @params $bg-color: [ color or string ]: Specify the background color for the navigation element |
||||
// @params $hover-bg-color [ color or string ]: Specify the background color for the navigation element when hovered |
||||
// @params $active-bg [ color or string ]: Specify the background color for the navigation element when clicked and not released. |
||||
// @params $active_class [ string ]: Specify the class name used to keep track of which accordion tab should be visible |
||||
// @params $font-color [ color or string ]: Color of the font for accordion |
||||
// @params $font-size [ number ]: Specifiy the font-size of the text inside the navigation element |
||||
// @params $font-family [ string ]: Specify the font family for the text of the navigation of the accorion |
||||
|
||||
@mixin accordion-navigation( $bg: $accordion-navigation-bg-color, $hover-bg: $accordion-navigation-hover-bg-color, $active-bg: $accordion-navigation-active-bg-color, $padding: $accordion-navigation-padding, $active_class: 'active', $font-color: $accordion-navigation-font-color, $font-size: $accordion-navigation-font-size, $font-family: $accordion-navigation-font-family ){ |
||||
display: block; |
||||
margin-bottom: 0 !important; |
||||
@if type-of($active_class) != "string" { |
||||
@warn "`#{$active_class}` isn't a valid string. A valid string is needed to correctly be interpolated as a CSS class. CSS classes cannot start with a number or consist of only numbers. CSS will not be generated for the active state of this navigation component." |
||||
} |
||||
@else { |
||||
&.#{ $active_class } > a { |
||||
background: $active-bg; |
||||
} |
||||
} |
||||
> a { |
||||
background: $bg; |
||||
color: $font-color; |
||||
@if type-of($padding) != number { |
||||
@warn "`#{$padding}` was read as #{type-of($padding)}"; |
||||
@if $accordion-navigation-padding != null { |
||||
@warn "#{$padding} was read as a #{type-of($padding)}"; |
||||
@warn "`#{$padding}` isn't a valid number. $accordion-navigation-padding (#{$accordion-navigation-padding}) will be used instead.)"; |
||||
padding: $accordion-navigation-padding; |
||||
} |
||||
@else { |
||||
@warn "`#{$padding}` isn't a valid number and $accordion-navigation-padding is missing. A value of `null` is returned to not output an invalid value for padding"; |
||||
padding: null; |
||||
} |
||||
} |
||||
@else { |
||||
padding: $padding; |
||||
} |
||||
display: block; |
||||
font-family: $font-family; |
||||
@if type-of($font-size) != number { |
||||
@warn "`#{$font-size}` was read as a #{type-of($font-size)}"; |
||||
@if $accordion-navigation-font-size != null { |
||||
@warn "`#{$font-size}` is not a valid number. The value of $accordion-navigation-font-size will be used instead (#{$accordion-navigation-font-size})."; |
||||
font-size: $accordion-navigation-font-size; |
||||
} |
||||
@else{ |
||||
@warn "`#{$font-size}` is not a valid number and the default value of $accordion-navigation-font-size is not defined. A value of `null` will be returned to not generate an invalid value for font-size."; |
||||
font-size: null; |
||||
|
||||
} |
||||
} |
||||
@else { |
||||
font-size: $font-size; |
||||
} |
||||
&:hover { |
||||
background: $hover-bg; |
||||
} |
||||
} |
||||
} |
||||
|
||||
// Mixin: accordion-content($bg, $padding, $active-class) |
||||
// @params $padding [ number ]: Padding for the content of the container |
||||
// @params $bg [ color ]: Background color for the content when it's visible |
||||
// @params $active_class [ string ]: Class name used to keep track of which accordion tab should be visible. |
||||
|
||||
@mixin accordion-content($bg: $accordion-content-active-bg-color, $padding: $accordion-content-padding, $active_class: 'active'){ |
||||
display: none; |
||||
@if type-of($padding) != "number" { |
||||
@warn "#{$padding} was read as a #{type-of($padding)}"; |
||||
@if $accordion-content-padding != null { |
||||
@warn "`#{$padding}` isn't a valid number. $accordion-content-padding used instead"; |
||||
padding: $accordion-content-padding; |
||||
} @else { |
||||
@warn "`#{$padding}` isn't a valid number and the default value of $accordion-content-padding is not defined. A value of `null` is returned to not output an invalid value for padding."; |
||||
padding: null; |
||||
} |
||||
} @else { |
||||
padding: $padding; |
||||
} |
||||
|
||||
@if type-of($active_class) != "string" { |
||||
@warn "`#{$active_class}` isn't a valid string. A valid string is needed to correctly be interpolated as a CSS class. CSS classes cannot start with a number or consist of only numbers. CSS will not be generated for the active state of the content. " |
||||
} |
||||
@else { |
||||
&.#{$active_class} { |
||||
display: block; |
||||
background: $bg; |
||||
} |
||||
} |
||||
} |
||||
|
||||
@include exports("accordion") { |
||||
@if $include-html-accordion-classes { |
||||
.accordion { |
||||
@include clearfix; |
||||
margin-bottom: 0; |
||||
.accordion-navigation, dd { |
||||
display: block; |
||||
margin-bottom: 0 !important; |
||||
&.active > a { background: $accordion-navigation-active-bg-color; } |
||||
> a { |
||||
background: $accordion-navigation-bg-color; |
||||
color: $accordion-navigation-font-color; |
||||
padding: $accordion-navigation-padding; |
||||
display: block; |
||||
font-family: $accordion-navigation-font-family; |
||||
font-size: $accordion-navigation-font-size; |
||||
&:hover { background: $accordion-navigation-hover-bg-color; } |
||||
} |
||||
|
||||
> .content { |
||||
display: none; |
||||
padding: $accordion-content-padding; |
||||
&.active { |
||||
display: block; |
||||
background: $accordion-content-active-bg-color; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,126 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// Alert Box Variables |
||||
// |
||||
$include-html-alert-classes: $include-html-classes !default; |
||||
|
||||
// We use this to control alert padding. |
||||
$alert-padding-top: rem-calc(14) !default; |
||||
$alert-padding-default-float: $alert-padding-top !default; |
||||
$alert-padding-opposite-direction: $alert-padding-top + rem-calc(10) !default; |
||||
$alert-padding-bottom: $alert-padding-top !default; |
||||
|
||||
// We use these to control text style. |
||||
$alert-font-weight: $font-weight-normal !default; |
||||
$alert-font-size: rem-calc(13) !default; |
||||
$alert-font-color: $white !default; |
||||
$alert-font-color-alt: scale-color($secondary-color, $lightness: -66%) !default; |
||||
|
||||
// We use this for close hover effect. |
||||
$alert-function-factor: -14% !default; |
||||
|
||||
// We use these to control border styles. |
||||
$alert-border-style: solid !default; |
||||
$alert-border-width: 1px !default; |
||||
$alert-border-color: scale-color($primary-color, $lightness: $alert-function-factor) !default; |
||||
$alert-bottom-margin: rem-calc(20) !default; |
||||
|
||||
// We use these to style the close buttons |
||||
$alert-close-color: $oil !default; |
||||
$alert-close-top: 50% !default; |
||||
$alert-close-position: rem-calc(4) !default; |
||||
$alert-close-font-size: rem-calc(22) !default; |
||||
$alert-close-opacity: 0.3 !default; |
||||
$alert-close-opacity-hover: 0.5 !default; |
||||
$alert-close-padding: 9px 6px 4px !default; |
||||
|
||||
// We use this to control border radius |
||||
$alert-radius: $global-radius !default; |
||||
|
||||
$alert-transition-speed: 300ms !default; |
||||
$alert-transition-ease: ease-out !default; |
||||
|
||||
// |
||||
// Alert Mixins |
||||
// |
||||
|
||||
// We use this mixin to create a default alert base. |
||||
@mixin alert-base { |
||||
border-style: $alert-border-style; |
||||
border-width: $alert-border-width; |
||||
display: block; |
||||
font-weight: $alert-font-weight; |
||||
margin-bottom: $alert-bottom-margin; |
||||
position: relative; |
||||
padding: $alert-padding-top $alert-padding-opposite-direction $alert-padding-bottom $alert-padding-default-float; |
||||
font-size: $alert-font-size; |
||||
@include single-transition(opacity, $alert-transition-speed, $alert-transition-ease) |
||||
} |
||||
|
||||
// We use this mixin to add alert styles |
||||
// |
||||
// $bg - The background of the alert. Default: $primary-color. |
||||
@mixin alert-style($bg:$primary-color) { |
||||
|
||||
// This finds the lightness percentage of the background color. |
||||
$bg-lightness: lightness($bg); |
||||
|
||||
// We control which background color and border come through. |
||||
background-color: $bg; |
||||
border-color: scale-color($bg, $lightness: $alert-function-factor); |
||||
|
||||
// We control the text color for you based on the background color. |
||||
@if $bg-lightness > 70% { color: $alert-font-color-alt; } |
||||
@else { color: $alert-font-color; } |
||||
|
||||
} |
||||
|
||||
// We use this to create the close button. |
||||
@mixin alert-close { |
||||
font-size: $alert-close-font-size; |
||||
padding: $alert-close-padding; |
||||
line-height: 0; |
||||
position: absolute; |
||||
top: $alert-close-top; |
||||
margin-top: -($alert-close-font-size / 2); |
||||
#{$opposite-direction}: $alert-close-position; |
||||
color: $alert-close-color; |
||||
opacity: $alert-close-opacity; |
||||
&:hover, |
||||
&:focus { opacity: $alert-close-opacity-hover; } |
||||
} |
||||
|
||||
// We use this to quickly create alerts with a single mixin. |
||||
// |
||||
// $bg - Background of alert. Default: $primary-color. |
||||
// $radius - Radius of alert box. Default: false. |
||||
@mixin alert($bg:$primary-color, $radius:false) { |
||||
@include alert-base; |
||||
@include alert-style($bg); |
||||
@include radius($radius); |
||||
} |
||||
|
||||
@include exports("alert-box") { |
||||
@if $include-html-alert-classes { |
||||
.alert-box { |
||||
@include alert; |
||||
|
||||
.close { @include alert-close; } |
||||
|
||||
&.radius { @include radius($alert-radius); } |
||||
&.round { @include radius($global-rounded); } |
||||
|
||||
&.success { @include alert-style($success-color); } |
||||
&.alert { @include alert-style($alert-color); } |
||||
&.secondary { @include alert-style($secondary-color); } |
||||
&.warning { @include alert-style($warning-color); } |
||||
&.info { @include alert-style($info-color); } |
||||
&.alert-close { opacity: 0} |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,132 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// Block Grid Variables |
||||
// |
||||
$include-html-block-grid-classes: $include-html-classes !default; |
||||
$include-xl-html-block-grid-classes: false !default; |
||||
|
||||
// We use this to control the maximum number of block grid elements per row |
||||
$block-grid-elements: 12 !default; |
||||
$block-grid-default-spacing: rem-calc(20) !default; |
||||
|
||||
$align-block-grid-to-grid: false !default; |
||||
@if $align-block-grid-to-grid { |
||||
$block-grid-default-spacing: $column-gutter; |
||||
} |
||||
|
||||
// Enables media queries for block-grid classes. Set to false if writing semantic HTML. |
||||
$block-grid-media-queries: true !default; |
||||
|
||||
// |
||||
// Block Grid Mixins |
||||
// |
||||
|
||||
// Create a custom block grid |
||||
// |
||||
// $per-row - # of items to display per row. Default: false. |
||||
// $spacing - # of ems to use as padding on each block item. Default: rem-calc(20). |
||||
// $base-style - Apply a base style to block grid. Default: true. |
||||
@mixin block-grid( |
||||
$per-row:false, |
||||
$spacing:$block-grid-default-spacing, |
||||
$include-spacing:true, |
||||
$base-style:true) { |
||||
|
||||
@if $base-style { |
||||
display: block; |
||||
padding: 0; |
||||
@if $align-block-grid-to-grid { |
||||
margin: 0; |
||||
} @else { |
||||
margin: 0 (-$spacing/2); |
||||
} |
||||
@include clearfix; |
||||
|
||||
&>li { |
||||
display: block; |
||||
height: auto; |
||||
float: $default-float; |
||||
@if $include-spacing { |
||||
padding: 0 ($spacing/2) $spacing; |
||||
} |
||||
} |
||||
} |
||||
|
||||
@if $per-row { |
||||
&>li { |
||||
width: 100%/$per-row; |
||||
@if $include-spacing { |
||||
padding: 0 ($spacing/2) $spacing; |
||||
} |
||||
list-style: none; |
||||
|
||||
&:nth-of-type(1n) { clear: none; } |
||||
&:nth-of-type(#{$per-row}n+1) { clear: both; } |
||||
@if $align-block-grid-to-grid { |
||||
@include block-grid-aligned($per-row, $spacing); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
@mixin block-grid-aligned($per-row, $spacing) { |
||||
@for $i from 1 through $block-grid-elements { |
||||
@if $per-row >= $i { |
||||
$grid-column: '+' + $i; |
||||
@if $per-row == $i { |
||||
$grid-column: ''; |
||||
} |
||||
&:nth-of-type(#{$per-row}n#{unquote($grid-column)}) { |
||||
padding-left: ($spacing - (($spacing / $per-row) * ($per-row - ($i - 1)))); |
||||
padding-right: ($spacing - (($spacing / $per-row) * $i)); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
// Generate presentational markup for block grid. |
||||
// |
||||
// $size - Name of class to use, i.e. "large" will generate .large-block-grid-1, .large-block-grid-2, etc. |
||||
@mixin block-grid-html-classes($size,$include-spacing) { |
||||
@for $i from 1 through $block-grid-elements { |
||||
.#{$size}-block-grid-#{($i)} { |
||||
@include block-grid($i,$block-grid-default-spacing,$include-spacing,false); |
||||
} |
||||
} |
||||
} |
||||
|
||||
@include exports("block-grid") { |
||||
@if $include-html-block-grid-classes { |
||||
|
||||
[class*="block-grid-"] { @include block-grid; } |
||||
|
||||
@if $block-grid-media-queries { |
||||
@media #{$small-up} { |
||||
@include block-grid-html-classes($size:small,$include-spacing:false); |
||||
} |
||||
|
||||
@media #{$medium-up} { |
||||
@include block-grid-html-classes($size:medium,$include-spacing:false); |
||||
} |
||||
|
||||
@media #{$large-up} { |
||||
@include block-grid-html-classes($size:large,$include-spacing:false); |
||||
} |
||||
|
||||
@if $include-xl-html-block-grid-classes { |
||||
@media #{$xlarge-up} { |
||||
@include block-grid-html-classes($size:xlarge,$include-spacing:false); |
||||
} |
||||
|
||||
@media #{$xxlarge-up} { |
||||
@include block-grid-html-classes($size:xxlarge,$include-spacing:false); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,132 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// Breadcrumb Variables |
||||
// |
||||
$include-html-nav-classes: $include-html-classes !default; |
||||
|
||||
// We use this to set the background color for the breadcrumb container. |
||||
$crumb-bg: scale-color($secondary-color, $lightness: 55%) !default; |
||||
|
||||
// We use these to set the padding around the breadcrumbs. |
||||
$crumb-padding: rem-calc(9 14 9) !default; |
||||
$crumb-side-padding: rem-calc(12) !default; |
||||
|
||||
// We use these to control border styles. |
||||
$crumb-function-factor: -10% !default; |
||||
$crumb-border-size: 1px !default; |
||||
$crumb-border-style: solid !default; |
||||
$crumb-border-color: scale-color($crumb-bg, $lightness: $crumb-function-factor) !default; |
||||
$crumb-radius: $global-radius !default; |
||||
|
||||
// We use these to set various text styles for breadcrumbs. |
||||
$crumb-font-size: rem-calc(11) !default; |
||||
$crumb-font-color: $primary-color !default; |
||||
$crumb-font-color-current: $oil !default; |
||||
$crumb-font-color-unavailable: $aluminum !default; |
||||
$crumb-font-transform: uppercase !default; |
||||
$crumb-link-decor: underline !default; |
||||
|
||||
// We use these to control the slash between breadcrumbs |
||||
$crumb-slash-color: $base !default; |
||||
$crumb-slash: "/" !default; |
||||
|
||||
// |
||||
// Breadcrumb Mixins |
||||
// |
||||
|
||||
// We use this mixin to create a container around our breadcrumbs |
||||
@mixin crumb-container { |
||||
display: block; |
||||
padding: $crumb-padding; |
||||
overflow: hidden; |
||||
margin-#{$default-float}: 0; |
||||
list-style: none; |
||||
border-style: $crumb-border-style; |
||||
border-width: $crumb-border-size; |
||||
|
||||
// We control which background color and border come through. |
||||
background-color: $crumb-bg; |
||||
border-color: $crumb-border-color; |
||||
} |
||||
|
||||
// We use this mixin to create breadcrumb styles from list items. |
||||
@mixin crumbs { |
||||
|
||||
// A normal state will make the links look and act like clickable breadcrumbs. |
||||
margin: 0; |
||||
float: $default-float; |
||||
font-size: $crumb-font-size; |
||||
line-height: $crumb-font-size; |
||||
text-transform: $crumb-font-transform; |
||||
color: $crumb-font-color; |
||||
|
||||
&:hover a, &:focus a { text-decoration: $crumb-link-decor; } |
||||
|
||||
a { |
||||
color: $crumb-font-color; |
||||
} |
||||
|
||||
// Current is for the link of the current page |
||||
&.current { |
||||
cursor: $cursor-default-value; |
||||
color: $crumb-font-color-current; |
||||
a { |
||||
cursor: $cursor-default-value; |
||||
color: $crumb-font-color-current; |
||||
} |
||||
|
||||
&:hover, &:hover a, |
||||
&:focus, &:focus a { text-decoration: none; } |
||||
} |
||||
|
||||
// Unavailable removed color and link styles so it looks inactive. |
||||
&.unavailable { |
||||
color: $crumb-font-color-unavailable; |
||||
a { color: $crumb-font-color-unavailable; } |
||||
|
||||
&:hover, |
||||
&:hover a, |
||||
&:focus, |
||||
a:focus { |
||||
text-decoration: none; |
||||
color: $crumb-font-color-unavailable; |
||||
cursor: $cursor-default-value; |
||||
} |
||||
} |
||||
|
||||
&:before { |
||||
content: "#{$crumb-slash}"; |
||||
color: $crumb-slash-color; |
||||
margin: 0 $crumb-side-padding; |
||||
position: relative; |
||||
top: 1px; |
||||
} |
||||
|
||||
&:first-child:before { |
||||
content: " "; |
||||
margin: 0; |
||||
} |
||||
} |
||||
|
||||
@include exports("breadcrumbs") { |
||||
@if $include-html-nav-classes { |
||||
.breadcrumbs { |
||||
@include crumb-container; |
||||
@include radius($crumb-radius); |
||||
|
||||
&>* { |
||||
@include crumbs; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
/* Accessibility - hides the forward slash */ |
||||
[aria-label="breadcrumbs"] [aria-hidden="true"]:after { |
||||
content: "/"; |
||||
} |
@ -0,0 +1,198 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
@import "buttons"; |
||||
|
||||
// |
||||
// Button Group Variables |
||||
// |
||||
$include-html-button-classes: $include-html-classes !default; |
||||
|
||||
// Sets the margin for the right side by default, and the left margin if right-to-left direction is used |
||||
$button-bar-margin-opposite: rem-calc(10) !default; |
||||
$button-group-border-width: 1px !default; |
||||
|
||||
// |
||||
// Button Group Mixins |
||||
// |
||||
|
||||
// We use this to add styles for a button group container |
||||
@mixin button-group-container($styles:true, $float:false) { |
||||
@if $styles { |
||||
list-style: none; |
||||
margin: 0; |
||||
#{$default-float}: 0; |
||||
@include clearfix(); |
||||
} |
||||
@if $float { |
||||
float: #{$default-float}; |
||||
margin-#{$opposite-direction}: $button-bar-margin-opposite; |
||||
& div { overflow: hidden; } |
||||
} |
||||
} |
||||
|
||||
// We use this to control styles for button groups |
||||
@mixin button-group-style($radius:false, $even:false, $float:false, $orientation:horizontal) { |
||||
|
||||
> button, .button { |
||||
border-#{$default-float}: $button-group-border-width solid; |
||||
border-color: rgba(255, 255, 255, 0.5); |
||||
} |
||||
|
||||
&:first-child { |
||||
button, .button { |
||||
border-#{$default-float}: 0; |
||||
} |
||||
} |
||||
|
||||
// We use this to control the flow, or remove those styles completely. |
||||
@if $float { |
||||
margin: 0; |
||||
float: $float; |
||||
display: list-item; |
||||
// Make sure the first child doesn't get the negative margin. |
||||
&:first-child { margin-#{$default-float}: 0; } |
||||
} |
||||
@else { |
||||
margin: 0 -2px; |
||||
float: $default-float; |
||||
display: inline-block; |
||||
} |
||||
|
||||
@if $orientation == vertical { |
||||
display:block; |
||||
margin:0; |
||||
> button, .button { |
||||
border-top: $button-group-border-width solid; |
||||
border-color: rgba(255, 255, 255, 0.5); |
||||
border-left-width: 0px; |
||||
margin:0; |
||||
display: block; |
||||
} |
||||
|
||||
&:first-child { |
||||
button, .button { |
||||
border-top: 0; |
||||
} |
||||
} |
||||
} |
||||
|
||||
// We use these to control left and right radius on first/last buttons in the group. |
||||
@if $radius == true { |
||||
&, |
||||
& > a, |
||||
& > button, |
||||
& > .button { @include radius(0); } |
||||
&:first-child, |
||||
&:first-child > a, |
||||
&:first-child > button, |
||||
&:first-child > .button { |
||||
@if $orientation == vertical { |
||||
@include side-radius(top, $button-radius); |
||||
} |
||||
@else { |
||||
@include side-radius($default-float, $button-radius); |
||||
} |
||||
} |
||||
&:last-child, |
||||
&:last-child > a, |
||||
&:last-child > button, |
||||
&:last-child > .button { |
||||
@if $orientation == vertical { |
||||
@include side-radius(bottom, $button-radius); |
||||
} |
||||
@else { |
||||
@include side-radius($opposite-direction, $button-radius); |
||||
} |
||||
} |
||||
} |
||||
@else if $radius { |
||||
&, |
||||
& > a, |
||||
& > button, |
||||
& > .button { @include radius(0); } |
||||
&:first-child, |
||||
&:first-child > a, |
||||
&:first-child > button, |
||||
&:first-child > .button { |
||||
@if $orientation == vertical { |
||||
@include side-radius(top, $radius); |
||||
} |
||||
@else { |
||||
@include side-radius($default-float, $radius); |
||||
} |
||||
} |
||||
&:last-child, |
||||
&:last-child > a, |
||||
&:last-child > button, |
||||
&:last-child > .button { |
||||
@if $orientation == vertical { |
||||
@include side-radius(bottom, $radius); |
||||
} |
||||
@else { |
||||
@include side-radius($opposite-direction, $radius); |
||||
} |
||||
} |
||||
} |
||||
|
||||
// We use this to make the buttons even width across their container |
||||
@if $even { |
||||
width: percentage((100/$even) / 100); |
||||
button, .button { width: 100%; } |
||||
} |
||||
} |
||||
|
||||
@include exports("button-group") { |
||||
@if $include-html-button-classes { |
||||
.button-group { @include button-group-container; |
||||
|
||||
& > li { @include button-group-style(); } |
||||
|
||||
&.stack { |
||||
& > li { @include button-group-style($orientation:vertical); float: none; } |
||||
} |
||||
|
||||
&.stack-for-small { |
||||
& > li { |
||||
@include button-group-style($orientation:horizontal); |
||||
@media #{$small-only} { |
||||
@include button-group-style($orientation:vertical); |
||||
} |
||||
} |
||||
} |
||||
|
||||
&.radius > * { @include button-group-style($radius:$button-radius, $float:null); } |
||||
&.radius.stack > * { @include button-group-style($radius:$button-radius, $float:null, $orientation:vertical); } |
||||
&.radius.stack-for-small > * { |
||||
@media #{$medium-up} { |
||||
@include button-group-style($radius:$button-radius, $orientation:horizontal); |
||||
} |
||||
@media #{$small-only} { |
||||
@include button-group-style($radius:$button-radius, $orientation:vertical); |
||||
} |
||||
} |
||||
|
||||
&.round > * { @include button-group-style($radius:$button-round, $float:null); } |
||||
&.round.stack > * { @include button-group-style($radius:$button-med, $float:null, $orientation:vertical); } |
||||
&.round.stack-for-small > * { |
||||
@media #{$medium-up} { |
||||
@include button-group-style($radius:$button-round, $orientation:horizontal); |
||||
} |
||||
@media #{$small-only} { |
||||
@include button-group-style($radius:$button-med, $orientation:vertical); |
||||
} |
||||
} |
||||
|
||||
@for $i from 2 through 8 { |
||||
&.even-#{$i} li { @include button-group-style($even:$i, $float:null); } |
||||
} |
||||
} |
||||
|
||||
.button-bar { |
||||
@include clearfix; |
||||
.button-group { @include button-group-container($styles:false, $float:true); } |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,259 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
$include-html-button-classes: $include-html-classes !default; |
||||
|
||||
// We use these to build padding for buttons. |
||||
$button-tny: rem-calc(10) !default; |
||||
$button-sml: rem-calc(14) !default; |
||||
$button-med: rem-calc(16) !default; |
||||
$button-lrg: rem-calc(18) !default; |
||||
|
||||
// We use this to control the display property. |
||||
$button-display: inline-block !default; |
||||
$button-margin-bottom: rem-calc(20) !default; |
||||
|
||||
// We use these to control button text styles. |
||||
$button-font-family: $body-font-family !default; |
||||
$button-font-color: $white !default; |
||||
$button-font-color-alt: $oil !default; |
||||
$button-font-tny: rem-calc(11) !default; |
||||
$button-font-sml: rem-calc(13) !default; |
||||
$button-font-med: rem-calc(16) !default; |
||||
$button-font-lrg: rem-calc(20) !default; |
||||
$button-font-weight: $font-weight-normal !default; |
||||
$button-font-align: center !default; |
||||
|
||||
// We use these to control various hover effects. |
||||
$button-function-factor: -20% !default; |
||||
|
||||
// We use these to control button border styles. |
||||
$button-border-width: 0px !default; |
||||
$button-border-style: solid !default; |
||||
$button-bg-color: $primary-color !default; |
||||
$button-bg-hover: scale-color($button-bg-color, $lightness: $button-function-factor) !default; |
||||
$button-border-color: $button-bg-hover !default; |
||||
$secondary-button-bg-hover: scale-color($secondary-color, $lightness: $button-function-factor) !default; |
||||
$secondary-button-border-color: $secondary-button-bg-hover !default; |
||||
$success-button-bg-hover: scale-color($success-color, $lightness: $button-function-factor) !default; |
||||
$success-button-border-color: $success-button-bg-hover !default; |
||||
$alert-button-bg-hover: scale-color($alert-color, $lightness: $button-function-factor) !default; |
||||
$alert-button-border-color: $alert-button-bg-hover !default; |
||||
$warning-button-bg-hover: scale-color($warning-color, $lightness: $button-function-factor) !default; |
||||
$warning-button-border-color: $warning-button-bg-hover !default; |
||||
$info-button-bg-hover: scale-color($info-color, $lightness: $button-function-factor) !default; |
||||
$info-button-border-color: $info-button-bg-hover !default; |
||||
|
||||
// We use this to set the default radius used throughout the core. |
||||
$button-radius: $global-radius !default; |
||||
$button-round: $global-rounded !default; |
||||
|
||||
// We use this to set default opacity and cursor for disabled buttons. |
||||
$button-disabled-opacity: 0.7 !default; |
||||
$button-disabled-cursor: $cursor-default-value !default; |
||||
|
||||
|
||||
// |
||||
// @MIXIN |
||||
// |
||||
// We use this mixin to create a default button base. |
||||
// |
||||
// $style - Sets base styles. Can be set to false. Default: true. |
||||
// $display - Used to control display property. Default: $button-display || inline-block |
||||
|
||||
@mixin button-base($style:true, $display:$button-display) { |
||||
@if $style { |
||||
border-style: $button-border-style; |
||||
border-width: $button-border-width; |
||||
cursor: $cursor-pointer-value; |
||||
font-family: $button-font-family; |
||||
font-weight: $button-font-weight; |
||||
line-height: normal; |
||||
margin: 0 0 $button-margin-bottom; |
||||
position: relative; |
||||
text-decoration: none; |
||||
text-align: $button-font-align; |
||||
-webkit-appearance: none; |
||||
-webkit-border-radius:0; |
||||
} |
||||
@if $display { display: $display; } |
||||
} |
||||
|
||||
// @MIXIN |
||||
// |
||||
// We use this mixin to add button size styles |
||||
// |
||||
// $padding - Used to build padding for buttons Default: $button-med ||= rem-calc(12) |
||||
// $full-width - We can set $full-width:true to remove side padding extend width - Default: false |
||||
|
||||
@mixin button-size($padding:$button-med, $full-width:false) { |
||||
|
||||
// We control which padding styles come through, |
||||
// these can be turned off by setting $padding:false |
||||
@if $padding { |
||||
padding-top: $padding; |
||||
padding-#{$opposite-direction}: $padding * 2; |
||||
padding-bottom: $padding + rem-calc(1); |
||||
padding-#{$default-float}: $padding * 2; |
||||
|
||||
// We control the font-size based on mixin input. |
||||
@if $padding == $button-med { font-size: $button-font-med; } |
||||
@else if $padding == $button-tny { font-size: $button-font-tny; } |
||||
@else if $padding == $button-sml { font-size: $button-font-sml; } |
||||
@else if $padding == $button-lrg { font-size: $button-font-lrg; } |
||||
} |
||||
|
||||
// We can set $full-width:true to remove side padding extend width. |
||||
@if $full-width { |
||||
// We still need to check if $padding is set. |
||||
@if $padding { |
||||
padding-top: $padding; |
||||
padding-bottom: $padding + rem-calc(1); |
||||
} @else if $padding == false { |
||||
padding-top:0; |
||||
padding-bottom:0; |
||||
} |
||||
padding-right: 0; |
||||
padding-left: 0; |
||||
width: 100%; |
||||
} |
||||
} |
||||
|
||||
// @MIXIN |
||||
// |
||||
// we use this mixin to create the button hover and border colors |
||||
|
||||
// @MIXIN |
||||
// |
||||
// We use this mixin to add button color styles |
||||
// |
||||
// $bg - Primary color set in settings file. Default: $button-bg. |
||||
// $radius - If true, set to button radius which is $global-radius || explicitly set radius amount in px (ex. $radius:10px). Default: true |
||||
// $disabled - We can set $disabled:true to create a disabled transparent button. Default: false |
||||
// $bg-hover - Button Hover Background Color. Default: $button-bg-hover |
||||
// $border-color - Button Border Color. Default: $button-border-color |
||||
@mixin button-style($bg:$button-bg-color, $radius:false, $disabled:false, $bg-hover:null, $border-color:null) { |
||||
|
||||
// We control which background styles are used, |
||||
// these can be removed by setting $bg:false |
||||
@if $bg { |
||||
|
||||
@if $bg-hover == null { |
||||
$bg-hover: if($bg == $button-bg-color, $button-bg-hover, scale-color($bg, $lightness: $button-function-factor)); |
||||
} |
||||
|
||||
@if $border-color == null { |
||||
$border-color: if($bg == $button-bg-color, $button-border-color, scale-color($bg, $lightness: $button-function-factor)); |
||||
} |
||||
|
||||
// This find the lightness percentage of the background color. |
||||
$bg-lightness: lightness($bg); |
||||
$bg-hover-lightness: lightness($bg-hover); |
||||
|
||||
background-color: $bg; |
||||
border-color: $border-color; |
||||
&:hover, |
||||
&:focus { background-color: $bg-hover; } |
||||
|
||||
// We control the text color for you based on the background color. |
||||
color: if($bg-lightness > 70%, $button-font-color-alt, $button-font-color); |
||||
|
||||
&:hover, |
||||
&:focus { |
||||
color: if($bg-hover-lightness > 70%, $button-font-color-alt, $button-font-color); |
||||
} |
||||
} |
||||
|
||||
// We can set $disabled:true to create a disabled transparent button. |
||||
@if $disabled { |
||||
cursor: $button-disabled-cursor; |
||||
opacity: $button-disabled-opacity; |
||||
box-shadow: none; |
||||
&:hover, |
||||
&:focus { background-color: $bg; } |
||||
} |
||||
|
||||
// We can control how much button radius is used. |
||||
@if $radius == true { @include radius($button-radius); } |
||||
@else if $radius { @include radius($radius); } |
||||
|
||||
} |
||||
|
||||
// @MIXIN |
||||
// |
||||
// We use this to quickly create buttons with a single mixin. As @jaredhardy puts it, "the kitchen sink mixin" |
||||
// |
||||
// $padding - Used to build padding for buttons Default: $button-med ||= rem-calc(12) |
||||
// $bg - Primary color set in settings file. Default: $button-bg. |
||||
// $radius - If true, set to button radius which is $global-radius || explicitly set radius amount in px (ex. $radius:10px). Default:false. |
||||
// $full-width - We can set $full-width:true to remove side padding extend width. Default:false. |
||||
// $disabled - We can set $disabled:true to create a disabled transparent button. Default:false. |
||||
// $is-prefix - Not used? Default:false. |
||||
// $bg-hover - Button Hover Color - Default null - see button-style mixin |
||||
// $border-color - Button Border Color - Default null - see button-style mixin |
||||
// $transition - We can control whether or not to include the background-color transition property - Default:true. |
||||
@mixin button($padding:$button-med, $bg:$button-bg-color, $radius:false, $full-width:false, $disabled:false, $is-prefix:false, $bg-hover:null, $border-color:null, $transition: true) { |
||||
@include button-base; |
||||
@include button-size($padding, $full-width); |
||||
@include button-style($bg, $radius, $disabled, $bg-hover, $border-color); |
||||
|
||||
@if $transition { |
||||
@include single-transition(background-color); |
||||
} |
||||
} |
||||
|
||||
|
||||
@include exports("button") { |
||||
@if $include-html-button-classes { |
||||
|
||||
// Default styles applied outside of media query |
||||
button, .button { |
||||
@include button-base; |
||||
@include button-size; |
||||
@include button-style; |
||||
|
||||
@include single-transition(background-color); |
||||
|
||||
&.secondary { @include button-style($bg:$secondary-color, $bg-hover:$secondary-button-bg-hover, $border-color:$secondary-button-border-color); } |
||||
&.success { @include button-style($bg:$success-color, $bg-hover:$success-button-bg-hover, $border-color:$success-button-border-color); } |
||||
&.alert { @include button-style($bg:$alert-color, $bg-hover:$alert-button-bg-hover, $border-color:$alert-button-border-color); } |
||||
&.warning { @include button-style($bg:$warning-color, $bg-hover:$warning-button-bg-hover, $border-color:$warning-button-border-color); } |
||||
&.info { @include button-style($bg:$info-color, $bg-hover:$info-button-bg-hover, $border-color:$info-button-border-color); } |
||||
|
||||
&.large { @include button-size($padding:$button-lrg); } |
||||
&.small { @include button-size($padding:$button-sml); } |
||||
&.tiny { @include button-size($padding:$button-tny); } |
||||
&.expand { @include button-size($padding:null,$full-width:true); } |
||||
|
||||
&.left-align { text-align: left; text-indent: rem-calc(12); } |
||||
&.right-align { text-align: right; padding-right: rem-calc(12); } |
||||
|
||||
&.radius { @include button-style($bg:false, $radius:true); } |
||||
&.round { @include button-style($bg:false, $radius:$button-round); } |
||||
|
||||
&.disabled, &[disabled] { @include button-style($bg:$button-bg-color, $disabled:true, $bg-hover:$button-bg-hover, $border-color:$button-border-color); |
||||
&.secondary { @include button-style($bg:$secondary-color, $disabled:true, $bg-hover:$secondary-button-bg-hover, $border-color:$secondary-button-border-color); } |
||||
&.success { @include button-style($bg:$success-color, $disabled:true, $bg-hover:$success-button-bg-hover, $border-color:$success-button-border-color); } |
||||
&.alert { @include button-style($bg:$alert-color, $disabled:true, $bg-hover:$alert-button-bg-hover, $border-color:$alert-button-border-color); } |
||||
&.warning { @include button-style($bg:$warning-color, $disabled:true, $bg-hover:$warning-button-bg-hover, $border-color:$warning-button-border-color); } |
||||
&.info { @include button-style($bg:$info-color, $disabled:true, $bg-hover:$info-button-bg-hover, $border-color:$info-button-border-color); } |
||||
} |
||||
} |
||||
|
||||
//firefox 2px fix |
||||
button::-moz-focus-inner {border:0; padding:0;} |
||||
|
||||
@media #{$medium-up} { |
||||
button, .button { |
||||
@include button-base($style:false, $display:inline-block); |
||||
@include button-size($padding:false, $full-width:false); |
||||
} |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,247 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
$include-html-clearing-classes: $include-html-classes !default; |
||||
|
||||
// We use these to set the background colors for parts of Clearing. |
||||
$clearing-bg: $oil !default; |
||||
$clearing-caption-bg: $clearing-bg !default; |
||||
$clearing-carousel-bg: rgba(51,51,51,0.8) !default; |
||||
$clearing-img-bg: $clearing-bg !default; |
||||
|
||||
// We use these to style the close button |
||||
$clearing-close-color: $iron !default; |
||||
$clearing-close-size: 30px !default; |
||||
|
||||
// We use these to style the arrows |
||||
$clearing-arrow-size: 12px !default; |
||||
$clearing-arrow-color: $clearing-close-color !default; |
||||
|
||||
// We use these to style captions |
||||
$clearing-caption-font-color: $iron !default; |
||||
$clearing-caption-font-size: 0.875em !default; |
||||
$clearing-caption-padding: 10px 30px 20px !default; |
||||
|
||||
// We use these to make the image and carousel height and style |
||||
$clearing-active-img-height: 85% !default; |
||||
$clearing-carousel-height: 120px !default; |
||||
$clearing-carousel-thumb-width: 120px !default; |
||||
$clearing-carousel-thumb-active-border: 1px solid rgb(255,255,255) !default; |
||||
|
||||
@include exports("clearing") { |
||||
@if $include-html-clearing-classes { |
||||
// We decided to not create a mixin for Clearing because it relies |
||||
// on predefined classes and structure to work properly. |
||||
// The variables above should give enough control. |
||||
|
||||
/* Clearing Styles */ |
||||
.clearing-thumbs, #{data('clearing')} { |
||||
@include clearfix; |
||||
margin-bottom: 0; |
||||
margin-#{$default-float}: 0; |
||||
list-style: none; |
||||
|
||||
li { |
||||
float: $default-float; |
||||
margin-#{$opposite-direction}: 10px; |
||||
} |
||||
|
||||
&[class*="block-grid-"] li { |
||||
margin-#{$opposite-direction}: 0; |
||||
} |
||||
} |
||||
|
||||
.clearing-blackout { |
||||
background: $clearing-bg; |
||||
position: fixed; |
||||
width: 100%; |
||||
height: 100%; |
||||
top: 0; |
||||
#{$default-float}: 0; |
||||
z-index: 998; |
||||
|
||||
.clearing-close { display: block; } |
||||
} |
||||
|
||||
.clearing-container { |
||||
position: relative; |
||||
z-index: 998; |
||||
height: 100%; |
||||
overflow: hidden; |
||||
margin: 0; |
||||
} |
||||
|
||||
.clearing-touch-label { |
||||
position: absolute; |
||||
top: 50%; |
||||
left: 50%; |
||||
color: $base; |
||||
font-size: 0.6em; |
||||
} |
||||
|
||||
.visible-img { |
||||
height: 95%; |
||||
position: relative; |
||||
|
||||
img { |
||||
position: absolute; |
||||
#{$default-float}: 50%; |
||||
top: 50%; |
||||
margin-#{$default-float}: -50%; |
||||
max-height: 100%; |
||||
max-width: 100%; |
||||
} |
||||
} |
||||
|
||||
.clearing-caption { |
||||
color: $clearing-caption-font-color; |
||||
font-size: $clearing-caption-font-size; |
||||
line-height: 1.3; |
||||
margin-bottom: 0; |
||||
text-align: center; |
||||
bottom: 0; |
||||
background: $clearing-caption-bg; |
||||
width: 100%; |
||||
padding: $clearing-caption-padding; |
||||
position: absolute; |
||||
#{$default-float}: 0; |
||||
} |
||||
|
||||
.clearing-close { |
||||
z-index: 999; |
||||
padding-#{$default-float}: 20px; |
||||
padding-top: 10px; |
||||
font-size: $clearing-close-size; |
||||
line-height: 1; |
||||
color: $clearing-close-color; |
||||
display: none; |
||||
|
||||
&:hover, |
||||
&:focus { color: $iron; } |
||||
} |
||||
|
||||
.clearing-assembled .clearing-container { height: 100%; |
||||
.carousel > ul { display: none; } |
||||
} |
||||
|
||||
// If you want to show a lightbox, but only have a single image come through as the thumbnail |
||||
.clearing-feature li { |
||||
display: none; |
||||
&.clearing-featured-img { |
||||
display: block; |
||||
} |
||||
} |
||||
|
||||
// Large screen overrides |
||||
@media #{$medium-up} { |
||||
.clearing-main-prev, |
||||
.clearing-main-next { |
||||
position: absolute; |
||||
height: 100%; |
||||
width: 40px; |
||||
top: 0; |
||||
& > span { |
||||
position: absolute; |
||||
top: 50%; |
||||
display: block; |
||||
width: 0; |
||||
height: 0; |
||||
border: solid $clearing-arrow-size; |
||||
&:hover { opacity: 0.8; } |
||||
} |
||||
} |
||||
.clearing-main-prev { |
||||
#{$default-float}: 0; |
||||
& > span { |
||||
#{$default-float}: 5px; |
||||
border-color: transparent; |
||||
border-#{$opposite-direction}-color: $clearing-arrow-color; |
||||
} |
||||
} |
||||
.clearing-main-next { |
||||
#{$opposite-direction}: 0; |
||||
& > span { |
||||
border-color: transparent; |
||||
border-#{$default-float}-color: $clearing-arrow-color; |
||||
} |
||||
} |
||||
|
||||
.clearing-main-prev.disabled, |
||||
.clearing-main-next.disabled { opacity: 0.3; } |
||||
|
||||
.clearing-assembled .clearing-container { |
||||
|
||||
.carousel { |
||||
background: $clearing-carousel-bg; |
||||
height: $clearing-carousel-height; |
||||
margin-top: 10px; |
||||
text-align: center; |
||||
|
||||
& > ul { |
||||
display: inline-block; |
||||
z-index: 999; |
||||
height: 100%; |
||||
position: relative; |
||||
float: none; |
||||
|
||||
li { |
||||
display: block; |
||||
width: $clearing-carousel-thumb-width; |
||||
min-height: inherit; |
||||
float: $default-float; |
||||
overflow: hidden; |
||||
margin-#{$opposite-direction}: 0; |
||||
padding: 0; |
||||
position: relative; |
||||
cursor: $cursor-pointer-value; |
||||
opacity: 0.4; |
||||
clear: none; |
||||
|
||||
&.fix-height { |
||||
img { |
||||
height: 100%; |
||||
max-width: none; |
||||
} |
||||
} |
||||
|
||||
a.th { |
||||
border: none; |
||||
box-shadow: none; |
||||
display: block; |
||||
} |
||||
|
||||
img { |
||||
cursor: $cursor-pointer-value !important; |
||||
width: 100% !important; |
||||
} |
||||
|
||||
&.visible { opacity: 1; } |
||||
&:hover { opacity: 0.8; } |
||||
} |
||||
} |
||||
} |
||||
|
||||
.visible-img { |
||||
background: $clearing-img-bg; |
||||
overflow: hidden; |
||||
height: $clearing-active-img-height; |
||||
} |
||||
} |
||||
|
||||
.clearing-close { |
||||
position: absolute; |
||||
top: 10px; |
||||
#{$opposite-direction}: 20px; |
||||
padding-#{$default-float}: 0; |
||||
padding-top: 0; |
||||
} |
||||
} |
||||
|
||||
} |
||||
} |
@ -0,0 +1,129 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
$include-html-button-classes: $include-html-classes !default; |
||||
|
||||
// We use these to set the color of the pip in dropdown buttons |
||||
$dropdown-button-pip-color: $white !default; |
||||
$dropdown-button-pip-color-alt: $oil !default; |
||||
|
||||
$button-pip-tny: rem-calc(6) !default; |
||||
$button-pip-sml: rem-calc(7) !default; |
||||
$button-pip-med: rem-calc(9) !default; |
||||
$button-pip-lrg: rem-calc(11) !default; |
||||
|
||||
// We use these to style tiny dropdown buttons |
||||
$dropdown-button-padding-tny: $button-pip-tny * 7 !default; |
||||
$dropdown-button-pip-size-tny: $button-pip-tny !default; |
||||
$dropdown-button-pip-opposite-tny: $button-pip-tny * 3 !default; |
||||
$dropdown-button-pip-top-tny: -$button-pip-tny / 2 + rem-calc(1) !default; |
||||
|
||||
// We use these to style small dropdown buttons |
||||
$dropdown-button-padding-sml: $button-pip-sml * 7 !default; |
||||
$dropdown-button-pip-size-sml: $button-pip-sml !default; |
||||
$dropdown-button-pip-opposite-sml: $button-pip-sml * 3 !default; |
||||
$dropdown-button-pip-top-sml: -$button-pip-sml / 2 + rem-calc(1) !default; |
||||
|
||||
// We use these to style medium dropdown buttons |
||||
$dropdown-button-padding-med: $button-pip-med * 6 + rem-calc(3) !default; |
||||
$dropdown-button-pip-size-med: $button-pip-med - rem-calc(3) !default; |
||||
$dropdown-button-pip-opposite-med: $button-pip-med * 2.5 !default; |
||||
$dropdown-button-pip-top-med: -$button-pip-med / 2 + rem-calc(2) !default; |
||||
|
||||
// We use these to style large dropdown buttons |
||||
$dropdown-button-padding-lrg: $button-pip-lrg * 5 + rem-calc(3) !default; |
||||
$dropdown-button-pip-size-lrg: $button-pip-lrg - rem-calc(6) !default; |
||||
$dropdown-button-pip-opposite-lrg: $button-pip-lrg * 2.5 !default; |
||||
$dropdown-button-pip-top-lrg: -$button-pip-lrg / 2 + rem-calc(3) !default; |
||||
|
||||
// @mixins |
||||
// |
||||
// Dropdown Button Mixin |
||||
// |
||||
// We use this mixin to build off of the button mixin and add dropdown button styles |
||||
// |
||||
// $padding - Determines the size of button you're working with. Default: medium. Options [tiny, small, medium, large] |
||||
// $pip-color - Color of the little triangle that points to the dropdown. Default: $white. |
||||
// $base-style - Add in base-styles. This can be set to false. Default:true |
||||
|
||||
@mixin dropdown-button($padding:medium, $pip-color:$white, $base-style:true) { |
||||
|
||||
// We add in base styles, but they can be negated by setting to 'false'. |
||||
@if $base-style { |
||||
position: relative; |
||||
|
||||
// This creates the base styles for the triangle pip |
||||
&:after { |
||||
position: absolute; |
||||
content: ""; |
||||
width: 0; |
||||
height: 0; |
||||
display: block; |
||||
border-style: solid; |
||||
border-color: $dropdown-button-pip-color transparent transparent transparent; |
||||
top: 50%; |
||||
} |
||||
} |
||||
|
||||
// If we're dealing with tiny buttons, use these styles |
||||
@if $padding == tiny { |
||||
padding-#{$opposite-direction}: $dropdown-button-padding-tny; |
||||
&:before { |
||||
border-width: $dropdown-button-pip-size-tny; |
||||
#{$opposite-direction}: $dropdown-button-pip-opposite-tny; |
||||
margin-top: $dropdown-button-pip-top-tny; |
||||
} |
||||
} |
||||
|
||||
// If we're dealing with small buttons, use these styles |
||||
@if $padding == small { |
||||
padding-#{$opposite-direction}: $dropdown-button-padding-sml; |
||||
&:after { |
||||
border-width: $dropdown-button-pip-size-sml; |
||||
#{$opposite-direction}: $dropdown-button-pip-opposite-sml; |
||||
margin-top: $dropdown-button-pip-top-sml; |
||||
} |
||||
} |
||||
|
||||
// If we're dealing with default (medium) buttons, use these styles |
||||
@if $padding == medium { |
||||
padding-#{$opposite-direction}: $dropdown-button-padding-med; |
||||
&:after { |
||||
border-width: $dropdown-button-pip-size-med; |
||||
#{$opposite-direction}: $dropdown-button-pip-opposite-med; |
||||
margin-top: $dropdown-button-pip-top-med; |
||||
} |
||||
} |
||||
|
||||
// If we're dealing with large buttons, use these styles |
||||
@if $padding == large { |
||||
padding-#{$opposite-direction}: $dropdown-button-padding-lrg; |
||||
&:after { |
||||
border-width: $dropdown-button-pip-size-lrg; |
||||
#{$opposite-direction}: $dropdown-button-pip-opposite-lrg; |
||||
margin-top: $dropdown-button-pip-top-lrg; |
||||
} |
||||
} |
||||
|
||||
// We can control the pip color. We didn't use logic in this case, just set it and forget it. |
||||
@if $pip-color { |
||||
&:after { border-color: $pip-color transparent transparent transparent; } |
||||
} |
||||
} |
||||
|
||||
@include exports("dropdown-button") { |
||||
@if $include-html-button-classes { |
||||
.dropdown.button, button.dropdown { @include dropdown-button; |
||||
&.tiny { @include dropdown-button(tiny,$base-style:false); } |
||||
&.small { @include dropdown-button(small,$base-style:false); } |
||||
&.large { @include dropdown-button(large,$base-style:false); } |
||||
&.secondary:after { border-color: $dropdown-button-pip-color-alt transparent transparent transparent; } |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,261 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
$include-html-dropdown-classes: $include-html-classes !default; |
||||
|
||||
// We use these to controls height and width styles. |
||||
$f-dropdown-max-width: 200px !default; |
||||
$f-dropdown-height: auto !default; |
||||
$f-dropdown-max-height: none !default; |
||||
|
||||
// Used for bottom position |
||||
$f-dropdown-margin-top: 2px !default; |
||||
|
||||
// Used for right position |
||||
$f-dropdown-margin-left: $f-dropdown-margin-top !default; |
||||
|
||||
// Used for left position |
||||
$f-dropdown-margin-right: $f-dropdown-margin-top !default; |
||||
|
||||
// Used for top position |
||||
$f-dropdown-margin-bottom: $f-dropdown-margin-top !default; |
||||
|
||||
// We use this to control the background color |
||||
$f-dropdown-bg: $white !default; |
||||
|
||||
// We use this to set the border styles for dropdowns. |
||||
$f-dropdown-border-style: solid !default; |
||||
$f-dropdown-border-width: 1px !default; |
||||
$f-dropdown-border-color: scale-color($white, $lightness: -20%) !default; |
||||
|
||||
// We use these to style the triangle pip. |
||||
$f-dropdown-triangle-size: 6px !default; |
||||
$f-dropdown-triangle-color: $white !default; |
||||
$f-dropdown-triangle-side-offset: 10px !default; |
||||
|
||||
// We use these to control styles for the list elements. |
||||
$f-dropdown-list-style: none !default; |
||||
$f-dropdown-font-color: $charcoal !default; |
||||
$f-dropdown-font-size: rem-calc(14) !default; |
||||
$f-dropdown-list-padding: rem-calc(5, 10) !default; |
||||
$f-dropdown-line-height: rem-calc(18) !default; |
||||
$f-dropdown-list-hover-bg: $smoke !default; |
||||
$dropdown-mobile-default-float: 0 !default; |
||||
|
||||
// We use this to control the styles for when the dropdown has custom content. |
||||
$f-dropdown-content-padding: rem-calc(20) !default; |
||||
|
||||
// Default radius for dropdown. |
||||
$f-dropdown-radius: $global-radius !default; |
||||
|
||||
// |
||||
// @mixins |
||||
// |
||||
// |
||||
// NOTE: Make default max-width change between list and content types. Can add more width with classes, maybe .small, .medium, .large, etc.; |
||||
// We use this to style the dropdown container element. |
||||
// $content-list - Sets list-style. Default: list. Options: [list, content] |
||||
// $triangle - Sets if dropdown has triangle. Default:true. |
||||
// $max-width - Default: $f-dropdown-max-width || 200px. |
||||
@mixin dropdown-container($content:list, $triangle:true, $max-width:$f-dropdown-max-width) { |
||||
position: absolute; |
||||
left: -9999px; |
||||
list-style: $f-dropdown-list-style; |
||||
margin-#{$default-float}: 0; |
||||
|
||||
> *:first-child { margin-top: 0; } |
||||
> *:last-child { margin-bottom: 0; } |
||||
|
||||
@if $content == list { |
||||
width: 100%; |
||||
max-height: $f-dropdown-max-height; |
||||
height: $f-dropdown-height; |
||||
background: $f-dropdown-bg; |
||||
border: $f-dropdown-border-style $f-dropdown-border-width $f-dropdown-border-color; |
||||
font-size: $f-dropdown-font-size; |
||||
z-index: 89; |
||||
} |
||||
@else if $content == content { |
||||
padding: $f-dropdown-content-padding; |
||||
width: 100%; |
||||
height: $f-dropdown-height; |
||||
max-height: $f-dropdown-max-height; |
||||
background: $f-dropdown-bg; |
||||
border: $f-dropdown-border-style $f-dropdown-border-width $f-dropdown-border-color; |
||||
font-size: $f-dropdown-font-size; |
||||
z-index: 89; |
||||
} |
||||
|
||||
@if $triangle == bottom { |
||||
margin-top: $f-dropdown-margin-top; |
||||
|
||||
&:before { |
||||
@include css-triangle($f-dropdown-triangle-size, $f-dropdown-triangle-color, bottom); |
||||
position: absolute; |
||||
top: -($f-dropdown-triangle-size * 2); |
||||
#{$default-float}: $f-dropdown-triangle-side-offset; |
||||
z-index: 89; |
||||
} |
||||
&:after { |
||||
@include css-triangle($f-dropdown-triangle-size + 1, $f-dropdown-border-color, bottom); |
||||
position: absolute; |
||||
top: -(($f-dropdown-triangle-size + 1) * 2); |
||||
#{$default-float}: $f-dropdown-triangle-side-offset - 1; |
||||
z-index: 88; |
||||
} |
||||
|
||||
&.right:before { |
||||
#{$default-float}: auto; |
||||
#{$opposite-direction}: $f-dropdown-triangle-side-offset; |
||||
} |
||||
&.right:after { |
||||
#{$default-float}: auto; |
||||
#{$opposite-direction}: $f-dropdown-triangle-side-offset - 1; |
||||
} |
||||
} |
||||
|
||||
@if $triangle == $default-float { |
||||
margin-top: 0; |
||||
margin-#{$default-float}: $f-dropdown-margin-right; |
||||
|
||||
&:before { |
||||
@include css-triangle($f-dropdown-triangle-size, $f-dropdown-triangle-color, #{$opposite-direction}); |
||||
position: absolute; |
||||
top: $f-dropdown-triangle-side-offset; |
||||
#{$default-float}: -($f-dropdown-triangle-size * 2); |
||||
z-index: 89; |
||||
} |
||||
&:after { |
||||
@include css-triangle($f-dropdown-triangle-size + 1, $f-dropdown-border-color, #{$opposite-direction}); |
||||
position: absolute; |
||||
top: $f-dropdown-triangle-side-offset - 1; |
||||
#{$default-float}: -($f-dropdown-triangle-size * 2) - 2; |
||||
z-index: 88; |
||||
} |
||||
|
||||
} |
||||
|
||||
@if $triangle == $opposite-direction { |
||||
margin-top: 0; |
||||
margin-#{$default-float}: -$f-dropdown-margin-right; |
||||
|
||||
&:before { |
||||
@include css-triangle($f-dropdown-triangle-size, $f-dropdown-triangle-color, #{$default-float}); |
||||
position: absolute; |
||||
top: $f-dropdown-triangle-side-offset; |
||||
#{$opposite-direction}: -($f-dropdown-triangle-size * 2); |
||||
#{$default-float}: auto; |
||||
z-index: 89; |
||||
} |
||||
&:after { |
||||
@include css-triangle($f-dropdown-triangle-size + 1, $f-dropdown-border-color, #{$default-float}); |
||||
position: absolute; |
||||
top: $f-dropdown-triangle-side-offset - 1; |
||||
#{$opposite-direction}: -($f-dropdown-triangle-size * 2) - 2; |
||||
#{$default-float}: auto; |
||||
z-index: 88; |
||||
} |
||||
|
||||
} |
||||
|
||||
@if $triangle == top { |
||||
margin-top: -$f-dropdown-margin-bottom; |
||||
margin-left: 0; |
||||
|
||||
&:before { |
||||
@include css-triangle($f-dropdown-triangle-size, $f-dropdown-triangle-color, top); |
||||
position: absolute; |
||||
top: auto; |
||||
bottom: -($f-dropdown-triangle-size * 2); |
||||
#{$default-float}: $f-dropdown-triangle-side-offset; |
||||
#{$opposite-direction}: auto; |
||||
z-index: 89; |
||||
} |
||||
&:after { |
||||
@include css-triangle($f-dropdown-triangle-size + 1, $f-dropdown-border-color, top); |
||||
position: absolute; |
||||
top: auto; |
||||
bottom: -($f-dropdown-triangle-size * 2) - 2; |
||||
#{$default-float}: $f-dropdown-triangle-side-offset - 1; |
||||
#{$opposite-direction}: auto; |
||||
z-index: 88; |
||||
} |
||||
|
||||
} |
||||
|
||||
@if $max-width { max-width: $max-width; } |
||||
@else { max-width: $f-dropdown-max-width; } |
||||
|
||||
} |
||||
|
||||
// @MIXIN |
||||
// |
||||
// We use this to style the list elements or content inside the dropdown. |
||||
|
||||
@mixin dropdown-style { |
||||
font-size: $f-dropdown-font-size; |
||||
cursor: $cursor-pointer-value; |
||||
|
||||
line-height: $f-dropdown-line-height; |
||||
margin: 0; |
||||
|
||||
&:hover, |
||||
&:focus { background: $f-dropdown-list-hover-bg; } |
||||
|
||||
&.radius { @include radius($f-dropdown-radius); } |
||||
|
||||
a { |
||||
display: block; |
||||
padding: $f-dropdown-list-padding; |
||||
color: $f-dropdown-font-color; |
||||
} |
||||
} |
||||
|
||||
@include exports("dropdown") { |
||||
@if $include-html-dropdown-classes { |
||||
|
||||
/* Foundation Dropdowns */ |
||||
.f-dropdown { |
||||
@include dropdown-container(list, bottom); |
||||
|
||||
&.drop-#{$opposite-direction} { |
||||
@include dropdown-container(list, #{$default-float}); |
||||
} |
||||
|
||||
&.drop-#{$default-float} { |
||||
@include dropdown-container(list, #{$opposite-direction}); |
||||
} |
||||
|
||||
&.drop-top { |
||||
@include dropdown-container(list, top); |
||||
} |
||||
// max-width: none; |
||||
|
||||
li { @include dropdown-style; } |
||||
|
||||
// You can also put custom content in these dropdowns |
||||
&.content { @include dropdown-container(content, $triangle:false); } |
||||
|
||||
// Sizes |
||||
&.tiny { max-width: 200px; } |
||||
&.small { max-width: 300px; } |
||||
&.medium { max-width: 500px; } |
||||
&.large { max-width: 800px; } |
||||
&.mega { |
||||
width:100%!important; |
||||
max-width:100%!important; |
||||
|
||||
&.open{ |
||||
left:0!important; |
||||
} |
||||
} |
||||
} |
||||
|
||||
} |
||||
} |
@ -0,0 +1,51 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
$include-html-media-classes: $include-html-classes !default; |
||||
|
||||
// We use these to control video container padding and margins |
||||
$flex-video-padding-top: rem-calc(25) !default; |
||||
$flex-video-padding-bottom: 67.5% !default; |
||||
$flex-video-margin-bottom: rem-calc(16) !default; |
||||
|
||||
// We use this to control widescreen bottom padding |
||||
$flex-video-widescreen-padding-bottom: 56.34% !default; |
||||
|
||||
// |
||||
// @mixins |
||||
// |
||||
|
||||
@mixin flex-video-container { |
||||
position: relative; |
||||
padding-top: $flex-video-padding-top; |
||||
padding-bottom: $flex-video-padding-bottom; |
||||
height: 0; |
||||
margin-bottom: $flex-video-margin-bottom; |
||||
overflow: hidden; |
||||
|
||||
&.widescreen { padding-bottom: $flex-video-widescreen-padding-bottom; } |
||||
&.vimeo { padding-top: 0; } |
||||
|
||||
iframe, |
||||
object, |
||||
embed, |
||||
video { |
||||
position: absolute; |
||||
top: 0; |
||||
#{$default-float}: 0; |
||||
width: 100%; |
||||
height: 100%; |
||||
} |
||||
} |
||||
|
||||
@include exports("flex-video") { |
||||
@if $include-html-media-classes { |
||||
.flex-video { @include flex-video-container; } |
||||
} |
||||
} |
@ -0,0 +1,584 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
@import "buttons"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
$include-html-form-classes: $include-html-classes !default; |
||||
|
||||
// We use this to set the base for lots of form spacing and positioning styles |
||||
$form-spacing: rem-calc(16) !default; |
||||
|
||||
// We use these to style the labels in different ways |
||||
$form-label-pointer: pointer !default; |
||||
$form-label-font-size: rem-calc(14) !default; |
||||
$form-label-font-weight: $font-weight-normal !default; |
||||
$form-label-line-height: 1.5 !default; |
||||
$form-label-font-color: scale-color($black, $lightness: 30%) !default; |
||||
$form-label-small-transform: capitalize !default; |
||||
$form-label-bottom-margin: 0 !default; |
||||
$input-font-family: inherit !default; |
||||
$input-font-color: rgba(0,0,0,0.75) !default; |
||||
$input-font-size: rem-calc(14) !default; |
||||
$input-bg-color: $white !default; |
||||
$input-focus-bg-color: scale-color($white, $lightness: -2%) !default; |
||||
$input-border-color: scale-color($white, $lightness: -20%) !default; |
||||
$input-focus-border-color: scale-color($white, $lightness: -40%) !default; |
||||
$input-border-style: solid !default; |
||||
$input-border-width: 1px !default; |
||||
$input-border-radius: $global-radius !default; |
||||
$input-disabled-bg: $gainsboro !default; |
||||
$input-disabled-cursor: $cursor-default-value !default; |
||||
$input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1) !default; |
||||
$input-include-glowing-effect: true !default; |
||||
|
||||
// We use these to style the fieldset border and spacing. |
||||
$fieldset-border-style: solid !default; |
||||
$fieldset-border-width: 1px !default; |
||||
$fieldset-border-color: $gainsboro !default; |
||||
$fieldset-padding: rem-calc(20) !default; |
||||
$fieldset-margin: rem-calc(18 0) !default; |
||||
|
||||
// We use these to style the legends when you use them |
||||
$legend-bg: $white !default; |
||||
$legend-font-weight: $font-weight-bold !default; |
||||
$legend-padding: rem-calc(0 3) !default; |
||||
|
||||
// We use these to style the prefix and postfix input elements |
||||
$input-prefix-bg: scale-color($white, $lightness: -5%) !default; |
||||
$input-prefix-border-color: scale-color($white, $lightness: -20%) !default; |
||||
$input-prefix-border-size: 1px !default; |
||||
$input-prefix-border-type: solid !default; |
||||
$input-prefix-overflow: hidden !default; |
||||
$input-prefix-font-color: $oil !default; |
||||
$input-prefix-font-color-alt: $white !default; |
||||
|
||||
// We use this setting to turn on/off HTML5 number spinners (the up/down arrows) |
||||
$input-number-spinners: true !default; |
||||
|
||||
// We use these to style the error states for inputs and labels |
||||
$input-error-message-padding: rem-calc(6 9 9) !default; |
||||
$input-error-message-top: -1px !default; |
||||
$input-error-message-font-size: rem-calc(12) !default; |
||||
$input-error-message-font-weight: $font-weight-normal !default; |
||||
$input-error-message-font-style: italic !default; |
||||
$input-error-message-font-color: $white !default; |
||||
$input-error-message-font-color-alt: $oil !default; |
||||
|
||||
// We use this to style the glowing effect of inputs when focused |
||||
$glowing-effect-fade-time: 0.45s !default; |
||||
$glowing-effect-color: $input-focus-border-color !default; |
||||
|
||||
// Select variables |
||||
$select-bg-color: $ghost !default; |
||||
$select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default; |
||||
|
||||
// |
||||
// @MIXINS |
||||
// |
||||
|
||||
// We use this mixin to give us form styles for rows inside of forms |
||||
@mixin form-row-base { |
||||
.row { margin: 0 ((-$form-spacing) / 2); |
||||
|
||||
.column, |
||||
.columns { padding: 0 $form-spacing / 2; } |
||||
|
||||
// Use this to collapse the margins of a form row |
||||
&.collapse { margin: 0; |
||||
|
||||
.column, |
||||
.columns { padding: 0; } |
||||
input { |
||||
@include side-radius($opposite-direction, 0); |
||||
} |
||||
|
||||
} |
||||
} |
||||
input.column, |
||||
input.columns, |
||||
textarea.column, |
||||
textarea.columns { padding-#{$default-float}: $form-spacing / 2; } |
||||
} |
||||
|
||||
// @MIXIN |
||||
// |
||||
// We use this mixin to give all basic form elements their style |
||||
@mixin form-element { |
||||
background-color: $input-bg-color; |
||||
font-family: $input-font-family; |
||||
border: { |
||||
style: $input-border-style; |
||||
width: $input-border-width; |
||||
color: $input-border-color; |
||||
} |
||||
box-shadow: $input-box-shadow; |
||||
color: $input-font-color; |
||||
display: block; |
||||
font-size: $input-font-size; |
||||
margin: 0 0 $form-spacing 0; |
||||
padding: $form-spacing / 2; |
||||
height: ($input-font-size + ($form-spacing * 1.5) - rem-calc(1)); |
||||
width: 100%; |
||||
@include box-sizing(border-box); |
||||
@if $input-include-glowing-effect { |
||||
@include block-glowing-effect(focus, $glowing-effect-fade-time, $glowing-effect-color); |
||||
} |
||||
// Basic focus styles |
||||
&:focus { |
||||
background: $input-focus-bg-color; |
||||
border-color: $input-focus-border-color; |
||||
outline: none; |
||||
} |
||||
// Disbaled Styles |
||||
&:disabled { |
||||
background-color: $input-disabled-bg; |
||||
cursor: $input-disabled-cursor; |
||||
} |
||||
|
||||
// Disabled background input background color |
||||
&[disabled], |
||||
&[readonly], |
||||
fieldset[disabled] & { |
||||
background-color: $input-disabled-bg; |
||||
cursor: $input-disabled-cursor; |
||||
} |
||||
} |
||||
|
||||
// @MIXIN |
||||
// |
||||
// We use this mixin to create form labels |
||||
// |
||||
// $alignment - Alignment options. Default: false. Options: [right, inline, false] |
||||
// $base-style - Control whether or not the base styles come through. Default: true. |
||||
@mixin form-label($alignment:false, $base-style:true) { |
||||
|
||||
// Control whether or not the base styles come through. |
||||
@if $base-style { |
||||
font-size: $form-label-font-size; |
||||
color: $form-label-font-color; |
||||
cursor: $form-label-pointer; |
||||
display: block; |
||||
font-weight: $form-label-font-weight; |
||||
line-height: $form-label-line-height; |
||||
margin-bottom: $form-label-bottom-margin; |
||||
} |
||||
|
||||
// Alignment options |
||||
@if $alignment == right { |
||||
float: none !important; |
||||
text-align: right; |
||||
} |
||||
@else if $alignment == inline { |
||||
margin: 0 0 $form-spacing 0; |
||||
padding: $form-spacing / 2 + rem-calc($input-border-width) 0; |
||||
} |
||||
} |
||||
|
||||
// We use this mixin to create postfix/prefix form Labels |
||||
@mixin prefix-postfix-base { |
||||
display: block; |
||||
position: relative; |
||||
z-index: 2; |
||||
text-align: center; |
||||
width: 100%; |
||||
padding-top: 0; |
||||
padding-bottom: 0; |
||||
border-style: $input-prefix-border-type; |
||||
border-width: $input-prefix-border-size; |
||||
overflow: $input-prefix-overflow; |
||||
font-size: $form-label-font-size; |
||||
height: ($input-font-size + ($form-spacing * 1.5) - rem-calc(1)); |
||||
line-height: ($input-font-size + ($form-spacing * 1.5) - rem-calc(1)); |
||||
} |
||||
|
||||
// @MIXIN |
||||
// |
||||
// We use this mixin to create prefix label styles |
||||
// $bg - Default:$input-prefix-bg || scale-color($white, $lightness: -5%) !default; |
||||
// $is-button - Toggle position settings if prefix is a button. Default:false |
||||
// |
||||
@mixin prefix($bg:$input-prefix-bg, $border:$input-prefix-border-color, $is-button:false) { |
||||
|
||||
@if $bg { |
||||
$bg-lightness: lightness($bg); |
||||
background: $bg; |
||||
border-#{$opposite-direction}: none; |
||||
|
||||
// Control the font color based on background brightness |
||||
@if $bg-lightness > 70% or $bg == yellow { color: $input-prefix-font-color; } |
||||
@else { color: $input-prefix-font-color-alt; } |
||||
} |
||||
|
||||
@if $border { |
||||
border-color: $border; |
||||
} |
||||
|
||||
@if $is-button { |
||||
padding-#{$default-float}: 0; |
||||
padding-#{$opposite-direction}: 0; |
||||
padding-top: 0; |
||||
padding-bottom: 0; |
||||
text-align: center; |
||||
line-height: rem-calc(34); |
||||
border: none; |
||||
} |
||||
|
||||
} |
||||
|
||||
// @MIXIN |
||||
// |
||||
// We use this mixin to create postfix label styles |
||||
// $bg - Default:$input-prefix-bg || scale-color($white, $lightness: -5%) !default; |
||||
// $is-button - Toggle position settings if prefix is a button. Default: false |
||||
@mixin postfix($bg:$input-prefix-bg, $border:$input-prefix-border-color, $is-button:false) { |
||||
|
||||
@if $bg { |
||||
$bg-lightness: lightness($bg); |
||||
background: $bg; |
||||
border-#{$default-float}: none; |
||||
|
||||
// Control the font color based on background brightness |
||||
@if $bg-lightness > 70% or $bg == yellow { color: $input-prefix-font-color; } |
||||
@else { color: $input-prefix-font-color-alt; } |
||||
} |
||||
|
||||
@if $border { |
||||
border-color: $border; |
||||
} |
||||
|
||||
@if $is-button { |
||||
padding-#{$default-float}: 0; |
||||
padding-#{$opposite-direction}: 0; |
||||
padding-top: 0; |
||||
padding-bottom: 0; |
||||
text-align: center; |
||||
line-height: rem-calc(34); |
||||
border: none; |
||||
} |
||||
|
||||
} |
||||
|
||||
// We use this mixin to style fieldsets |
||||
@mixin fieldset { |
||||
border: $fieldset-border-width $fieldset-border-style $fieldset-border-color; |
||||
padding: $fieldset-padding; |
||||
margin: $fieldset-margin; |
||||
|
||||
// and legend styles |
||||
legend { |
||||
font-weight: $legend-font-weight; |
||||
background: $legend-bg; |
||||
padding: $legend-padding; |
||||
margin: 0; |
||||
margin-#{$default-float}: rem-calc(-3); |
||||
} |
||||
} |
||||
|
||||
// @MIXIN |
||||
// |
||||
// We use this mixin to control border and background color of error inputs |
||||
// $color - Default: $alert-color (found in settings file) |
||||
@mixin form-error-color($color:$alert-color) { |
||||
border-color: $color; |
||||
background-color: rgba($color, 0.1); |
||||
|
||||
// Go back to normal on focus |
||||
&:focus { |
||||
background: $input-focus-bg-color; |
||||
border-color: $input-focus-border-color; |
||||
} |
||||
} |
||||
|
||||
// @MIXIN |
||||
// |
||||
// We use this simple mixin to style labels for error inputs |
||||
// $color - Default:$alert-color. Found in settings file |
||||
@mixin form-label-error-color($color:$alert-color) { color: $color; } |
||||
|
||||
// @MIXIN |
||||
// |
||||
// We use this mixin to create error message styles |
||||
// $bg - Default: $alert-color (Found in settings file) |
||||
@mixin form-error-message($bg:$alert-color) { |
||||
display: block; |
||||
padding: $input-error-message-padding; |
||||
margin-top: $input-error-message-top; |
||||
margin-bottom: $form-spacing; |
||||
font-size: $input-error-message-font-size; |
||||
font-weight: $input-error-message-font-weight; |
||||
font-style: $input-error-message-font-style; |
||||
|
||||
// We can control the text color based on the brightness of the background. |
||||
$bg-lightness: lightness($bg); |
||||
background: $bg; |
||||
@if $bg-lightness < 70% or $bg == yellow { color: $input-error-message-font-color; } |
||||
@else { color: $input-error-message-font-color-alt; } |
||||
} |
||||
|
||||
// We use this mixin to style select elements |
||||
@mixin form-select { |
||||
-webkit-appearance: none !important; |
||||
-webkit-border-radius: 0px; |
||||
background-color: $select-bg-color; |
||||
|
||||
// The custom arrow have some fake horizontal padding so we can align it |
||||
// from the right side of the element without relying on CSS3 |
||||
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+); |
||||
|
||||
// We can safely use leftmost and rightmost now |
||||
background-position: if($text-direction == 'rtl', 0%, 100%) center; |
||||
|
||||
background-repeat: no-repeat; |
||||
border: { |
||||
style: $input-border-style; |
||||
width: $input-border-width; |
||||
color: $input-border-color; |
||||
} |
||||
padding: $form-spacing / 2; |
||||
font-size: $input-font-size; |
||||
font-family: $body-font-family; |
||||
color: $input-font-color; |
||||
line-height: normal; |
||||
@include radius(0); |
||||
&.radius { @include radius($global-radius); } |
||||
&:hover { |
||||
background-color: $select-hover-bg-color; |
||||
border-color: $input-focus-border-color; |
||||
} |
||||
// Disbaled Styles |
||||
&:disabled { |
||||
background-color: $input-disabled-bg; |
||||
cursor: $input-disabled-cursor; |
||||
} |
||||
} |
||||
|
||||
// We use this mixin to turn on/off HTML5 number spinners |
||||
@mixin html5number($browser, $on:true) { |
||||
@if $on==false { |
||||
@if $browser==webkit { |
||||
-webkit-appearance: none; |
||||
margin: 0; |
||||
} @else if $browser==moz { |
||||
-moz-appearance: textfield; |
||||
} |
||||
} |
||||
} |
||||
|
||||
@include exports("form") { |
||||
@if $include-html-form-classes { |
||||
/* Standard Forms */ |
||||
form { margin: 0 0 $form-spacing; } |
||||
|
||||
/* Using forms within rows, we need to set some defaults */ |
||||
form .row { @include form-row-base; } |
||||
|
||||
/* Label Styles */ |
||||
label { @include form-label; |
||||
&.right { @include form-label(right,false); } |
||||
&.inline { @include form-label(inline,false); } |
||||
/* Styles for required inputs */ |
||||
small { |
||||
text-transform: $form-label-small-transform; |
||||
color: scale-color($form-label-font-color, $lightness: 15%); |
||||
} |
||||
} |
||||
|
||||
select::-ms-expand { |
||||
display:none; |
||||
} |
||||
|
||||
/* Attach elements to the beginning or end of an input */ |
||||
.prefix, |
||||
.postfix { @include prefix-postfix-base; } |
||||
|
||||
/* Adjust padding, alignment and radius if pre/post element is a button */ |
||||
.postfix.button { @include button-size(false,false); @include postfix(false, false, true); } |
||||
.prefix.button { @include button-size(false,false); @include prefix(false, false, true); } |
||||
|
||||
.prefix.button.radius { @include radius(0); @include side-radius($default-float, $button-radius); } |
||||
.postfix.button.radius { @include radius(0); @include side-radius($opposite-direction, $button-radius); } |
||||
.prefix.button.round { @include radius(0); @include side-radius($default-float, $button-round); } |
||||
.postfix.button.round { @include radius(0); @include side-radius($opposite-direction, $button-round); } |
||||
|
||||
/* Separate prefix and postfix styles when on span or label so buttons keep their own */ |
||||
span.prefix,label.prefix { @include prefix(); } |
||||
span.postfix,label.postfix { @include postfix(); } |
||||
|
||||
/* We use this to get basic styling on all basic form elements */ |
||||
input[type="text"], |
||||
input[type="password"], |
||||
input[type="date"], |
||||
input[type="datetime"], |
||||
input[type="datetime-local"], |
||||
input[type="month"], |
||||
input[type="week"], |
||||
input[type="email"], |
||||
input[type="number"], |
||||
input[type="search"], |
||||
input[type="tel"], |
||||
input[type="time"], |
||||
input[type="url"], |
||||
input[type="color"], |
||||
textarea { |
||||
-webkit-appearance: none; |
||||
-webkit-border-radius: 0px; |
||||
@include form-element; |
||||
@if $input-include-glowing-effect == false { |
||||
@include single-transition(all, 0.15s, linear); |
||||
} |
||||
&.radius { |
||||
@include radius($input-border-radius); |
||||
} |
||||
} |
||||
|
||||
form { |
||||
.row { |
||||
.prefix-radius.row.collapse { |
||||
input, |
||||
textarea, |
||||
select { @include radius(0); @include side-radius($opposite-direction, $button-radius); } |
||||
.prefix { @include radius(0); @include side-radius($default-float, $button-radius); } |
||||
} |
||||
.postfix-radius.row.collapse { |
||||
input, |
||||
textarea, |
||||
select { @include radius(0); @include side-radius($default-float, $button-radius); } |
||||
.postfix { @include radius(0); @include side-radius($opposite-direction, $button-radius); } |
||||
} |
||||
.prefix-round.row.collapse { |
||||
input, |
||||
textarea, |
||||
select { @include radius(0); @include side-radius($opposite-direction, $button-round); } |
||||
.prefix { @include radius(0); @include side-radius($default-float, $button-round); } |
||||
} |
||||
.postfix-round.row.collapse { |
||||
input, |
||||
textarea, |
||||
select { @include radius(0); @include side-radius($default-float, $button-round); } |
||||
.postfix { @include radius(0); @include side-radius($opposite-direction, $button-round); } |
||||
} |
||||
} |
||||
} |
||||
|
||||
input[type="submit"] { |
||||
-webkit-appearance: none; |
||||
-webkit-border-radius: 0px; |
||||
} |
||||
|
||||
/* Respect enforced amount of rows for textarea */ |
||||
textarea[rows] { |
||||
height: auto; |
||||
} |
||||
|
||||
/* Not allow resize out of parent */ |
||||
textarea { |
||||
max-width: 100%; |
||||
} |
||||
|
||||
/* Add height value for select elements to match text input height */ |
||||
select { |
||||
@include form-select; |
||||
height: ($input-font-size + ($form-spacing * 1.5) - rem-calc(1)); |
||||
} |
||||
|
||||
/* Adjust margin for form elements below */ |
||||
input[type="file"], |
||||
input[type="checkbox"], |
||||
input[type="radio"], |
||||
select { |
||||
margin: 0 0 $form-spacing 0; |
||||
} |
||||
|
||||
input[type="checkbox"] + label, |
||||
input[type="radio"] + label { |
||||
display: inline-block; |
||||
margin-#{$default-float}: $form-spacing * .5; |
||||
margin-#{$opposite-direction}: $form-spacing; |
||||
margin-bottom: 0; |
||||
vertical-align: baseline; |
||||
} |
||||
|
||||
/* Normalize file input width */ |
||||
input[type="file"] { |
||||
width:100%; |
||||
} |
||||
|
||||
/* HTML5 Number spinners settings */ |
||||
input[type=number] { |
||||
@include html5number(moz, $input-number-spinners) |
||||
} |
||||
input[type="number"]::-webkit-inner-spin-button, |
||||
input[type="number"]::-webkit-outer-spin-button { |
||||
@include html5number(webkit, $input-number-spinners); |
||||
} |
||||
|
||||
/* We add basic fieldset styling */ |
||||
fieldset { |
||||
@include fieldset; |
||||
} |
||||
|
||||
/* Error Handling */ |
||||
|
||||
#{data('abide')} { |
||||
.error small.error, .error span.error, span.error, small.error { |
||||
@include form-error-message; |
||||
} |
||||
span.error, small.error { display: none; } |
||||
} |
||||
|
||||
span.error, small.error { |
||||
@include form-error-message; |
||||
} |
||||
|
||||
.error { |
||||
input, |
||||
textarea, |
||||
select { |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
input[type="checkbox"], |
||||
input[type="radio"] { |
||||
margin-bottom: $form-spacing |
||||
} |
||||
|
||||
label, |
||||
label.error { |
||||
@include form-label-error-color; |
||||
} |
||||
|
||||
small.error { |
||||
@include form-error-message; |
||||
} |
||||
|
||||
> label { |
||||
> small { |
||||
color: scale-color($form-label-font-color, $lightness: 15%); |
||||
background: transparent; |
||||
padding: 0; |
||||
text-transform: $form-label-small-transform; |
||||
font-style: normal; |
||||
font-size: 60%; |
||||
margin: 0; |
||||
display: inline; |
||||
} |
||||
} |
||||
|
||||
span.error-message { |
||||
display: block; |
||||
} |
||||
} |
||||
|
||||
input.error, |
||||
textarea.error, |
||||
select.error { |
||||
margin-bottom: 0; |
||||
} |
||||
label.error { @include form-label-error-color; } |
||||
} |
||||
} |
@ -0,0 +1,452 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "../functions"; |
||||
// |
||||
// Foundation Variables |
||||
// |
||||
|
||||
// Data attribute namespace |
||||
// styles get applied to [data-mysite-plugin], etc |
||||
$namespace: false !default; |
||||
|
||||
// The default font-size is set to 100% of the browser style sheet (usually 16px) |
||||
// for compatibility with browser-based text zoom or user-set defaults. |
||||
|
||||
// Since the typical default browser font-size is 16px, that makes the calculation for grid size. |
||||
// If you want your base font-size to be different and not have it affect the grid breakpoints, |
||||
// set $rem-base to $base-font-size and make sure $base-font-size is a px value. |
||||
$base-font-size: 100% !default; |
||||
|
||||
// $base-line-height is 24px while $base-font-size is 16px |
||||
$base-line-height: 1.5 !default; |
||||
|
||||
// |
||||
// Global Foundation Mixins |
||||
// |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this to control border radius. |
||||
// $radius - Default: $global-radius || 4px |
||||
@mixin radius($radius:$global-radius) { |
||||
@if $radius { |
||||
border-radius: $radius; |
||||
} |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this to create equal side border radius on elements. |
||||
// $side - Options: left, right, top, bottom |
||||
@mixin side-radius($side, $radius:$global-radius) { |
||||
@if ($side == left or $side == right) { |
||||
-webkit-border-bottom-#{$side}-radius: $radius; |
||||
-webkit-border-top-#{$side}-radius: $radius; |
||||
border-bottom-#{$side}-radius: $radius; |
||||
border-top-#{$side}-radius: $radius; |
||||
} @else { |
||||
-webkit-#{$side}-left-radius: $radius; |
||||
-webkit-#{$side}-right-radius: $radius; |
||||
border-#{$side}-left-radius: $radius; |
||||
border-#{$side}-right-radius: $radius; |
||||
} |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// We can control whether or not we have inset shadows edges. |
||||
// $active - Default: true, Options: false |
||||
@mixin inset-shadow($active:true) { |
||||
box-shadow: $shiny-edge-size $shiny-edge-color inset; |
||||
|
||||
@if $active { &:active { |
||||
box-shadow: $shiny-edge-size $shiny-edge-active-color inset; } } |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this to add transitions to elements |
||||
// $property - Default: all, Options: http://www.w3.org/TR/css3-transitions/#animatable-properties |
||||
// $speed - Default: 300ms |
||||
// $ease - Default:ease-out, Options: http://css-tricks.com/almanac/properties/t/transition-timing-function/ |
||||
@mixin single-transition($property:all, $speed:300ms, $ease:ease-out) { |
||||
transition: $property $speed $ease; |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this to add box-sizing across browser prefixes |
||||
@mixin box-sizing($type:border-box) { |
||||
-webkit-box-sizing: $type; // Android < 2.3, iOS < 4 |
||||
-moz-box-sizing: $type; // Firefox < 29 |
||||
box-sizing: $type; // Chrome, IE 8+, Opera, Safari 5.1 |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this to create isosceles triangles |
||||
// $triangle-size - Used to set border-size. No default, set a px or em size. |
||||
// $triangle-color - Used to set border-color which makes up triangle. No default |
||||
// $triangle-direction - Used to determine which direction triangle points. Options: top, bottom, left, right |
||||
@mixin css-triangle($triangle-size, $triangle-color, $triangle-direction) { |
||||
content: ""; |
||||
display: block; |
||||
width: 0; |
||||
height: 0; |
||||
border: inset $triangle-size; |
||||
@if ($triangle-direction == top) { |
||||
border-color: $triangle-color transparent transparent transparent; |
||||
border-top-style: solid; |
||||
} |
||||
@if ($triangle-direction == bottom) { |
||||
border-color: transparent transparent $triangle-color transparent; |
||||
border-bottom-style: solid; |
||||
} |
||||
@if ($triangle-direction == left) { |
||||
border-color: transparent transparent transparent $triangle-color; |
||||
border-left-style: solid; |
||||
} |
||||
@if ($triangle-direction == right) { |
||||
border-color: transparent $triangle-color transparent transparent; |
||||
border-right-style: solid; |
||||
} |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this to create the icon with three lines aka the hamburger icon, the menu-icon or the navicon |
||||
// $width - Width of hamburger icon in rem |
||||
// $left - If false, icon will be centered horizontally || explicitly set value in rem |
||||
// $top - If false, icon will be centered vertically || explicitly set value in rem |
||||
// $thickness - thickness of lines in hamburger icon, set value in px |
||||
// $gap - spacing between the lines in hamburger icon, set value in px |
||||
// $color - icon color |
||||
// $hover-color - icon color during hover |
||||
// $offcanvas - Set to true of @include in offcanvas |
||||
@mixin hamburger($width, $left, $top, $thickness, $gap, $color, $hover-color, $offcanvas) { |
||||
span::after { |
||||
content: ""; |
||||
position: absolute; |
||||
display: block; |
||||
height: 0; |
||||
|
||||
@if $offcanvas { |
||||
@if $top { |
||||
top: $top; |
||||
} |
||||
@else { |
||||
top: 50%; |
||||
margin-top: -$width/2; |
||||
} |
||||
@if $left { |
||||
left: $left; |
||||
} |
||||
@else { |
||||
left: ($tabbar-menu-icon-width - $width)/2; |
||||
} |
||||
} |
||||
@else { |
||||
top: 50%; |
||||
margin-top: -($width/2); |
||||
#{$opposite-direction}: $topbar-link-padding; |
||||
} |
||||
|
||||
box-shadow: |
||||
0 0px 0 $thickness $color, |
||||
0 $gap + $thickness 0 $thickness $color, |
||||
0 (2 * $gap + 2*$thickness) 0 $thickness $color; |
||||
width: $width; |
||||
} |
||||
span:hover:after { |
||||
box-shadow: |
||||
0 0px 0 $thickness $hover-color, |
||||
0 $gap + $thickness 0 $thickness $hover-color, |
||||
0 (2 * $gap + 2*$thickness) 0 $thickness $hover-color; |
||||
} |
||||
} |
||||
|
||||
// We use this to do clear floats |
||||
@mixin clearfix { |
||||
&:before, &:after { content: " "; display: table; } |
||||
&:after { clear: both; } |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this to add a glowing effect to block elements |
||||
// $selector - Used for selector state. Default: focus, Options: hover, active, visited |
||||
// $fade-time - Default: 300ms |
||||
// $glowing-effect-color - Default: fade-out($primary-color, .25) |
||||
@mixin block-glowing-effect($selector:focus, $fade-time:300ms, $glowing-effect-color:fade-out($primary-color, .25)) { |
||||
transition: box-shadow $fade-time, border-color $fade-time ease-in-out; |
||||
|
||||
&:#{$selector} { |
||||
box-shadow: 0 0 5px $glowing-effect-color; |
||||
border-color: $glowing-effect-color; |
||||
} |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this to translate elements in 2D |
||||
// $horizontal: Default: 0 |
||||
// $vertical: Default: 0 |
||||
@mixin translate2d($horizontal:0, $vertical:0) { |
||||
transform: translate($horizontal,$vertical) |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// Makes an element visually hidden, but accessible. |
||||
// @see http://snook.ca/archives/html_and_css/hiding-content-for-accessibility |
||||
@mixin element-invisible { |
||||
position: absolute !important; |
||||
height: 1px; |
||||
width: 1px; |
||||
overflow: hidden; |
||||
clip: rect(1px, 1px, 1px, 1px); |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// Turns off the element-invisible effect. |
||||
@mixin element-invisible-off { |
||||
position: static !important; |
||||
height: auto; |
||||
width: auto; |
||||
overflow: visible; |
||||
clip: auto; |
||||
} |
||||
|
||||
$white : #FFFFFF !default; |
||||
$ghost : #FAFAFA !default; |
||||
$snow : #F9F9F9 !default; |
||||
$vapor : #F6F6F6 !default; |
||||
$white-smoke : #F5F5F5 !default; |
||||
$silver : #EFEFEF !default; |
||||
$smoke : #EEEEEE !default; |
||||
$gainsboro : #DDDDDD !default; |
||||
$iron : #CCCCCC !default; |
||||
$base : #AAAAAA !default; |
||||
$aluminum : #999999 !default; |
||||
$jumbo : #888888 !default; |
||||
$monsoon : #777777 !default; |
||||
$steel : #666666 !default; |
||||
$charcoal : #555555 !default; |
||||
$tuatara : #444444 !default; |
||||
$oil : #333333 !default; |
||||
$jet : #222222 !default; |
||||
$black : #000000 !default; |
||||
|
||||
// We use these as default colors throughout |
||||
$primary-color: #008CBA !default; // bondi-blue |
||||
$secondary-color: #e7e7e7 !default; // white-lilac |
||||
$alert-color: #f04124 !default; // cinnabar |
||||
$success-color: #43AC6A !default; // sea-green |
||||
$warning-color: #f08a24 !default; // carrot |
||||
$info-color: #a0d3e8 !default; // cornflower |
||||
|
||||
// We use these to define default font stacks |
||||
$font-family-sans-serif: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !default; |
||||
$font-family-serif: Georgia, Cambria, "Times New Roman", Times, serif !default; |
||||
$font-family-monospace: Consolas, "Liberation Mono", Courier, monospace !default; |
||||
|
||||
// We use these to define default font weights |
||||
$font-weight-normal: normal !default; |
||||
$font-weight-bold: bold !default; |
||||
|
||||
// We use these to control various global styles |
||||
$body-bg: #fff !default; |
||||
$body-font-color: #222 !default; |
||||
$body-font-family: $font-family-sans-serif !default; |
||||
$body-font-weight: $font-weight-normal !default; |
||||
$body-font-style: normal !default; |
||||
|
||||
// We use this to control font-smoothing |
||||
$font-smoothing: antialiased !default; |
||||
|
||||
// We use these to control text direction settings |
||||
$text-direction: ltr !default; |
||||
$default-float: left !default; |
||||
$opposite-direction: right !default; |
||||
@if $text-direction == ltr { |
||||
$default-float: left; |
||||
$opposite-direction: right; |
||||
} @else { |
||||
$default-float: right; |
||||
$opposite-direction: left; |
||||
} |
||||
|
||||
// We use these to make sure border radius matches unless we want it different. |
||||
$global-radius: 3px !default; |
||||
$global-rounded: 1000px !default; |
||||
|
||||
// We use these to control inset shadow shiny edges and depressions. |
||||
$shiny-edge-size: 0 1px 0 !default; |
||||
$shiny-edge-color: rgba(#fff, .5) !default; |
||||
$shiny-edge-active-color: rgba(#000, .2) !default; |
||||
|
||||
// We use this to control whether or not CSS classes come through in the gem files. |
||||
$include-html-classes: true !default; |
||||
$include-print-styles: true !default; |
||||
$include-html-global-classes: $include-html-classes !default; |
||||
|
||||
$column-gutter: rem-calc(30) !default; |
||||
|
||||
// Media Query Ranges |
||||
$small-range: (0em, 40em) !default; |
||||
$medium-range: (40.063em, 64em) !default; |
||||
$large-range: (64.063em, 90em) !default; |
||||
$xlarge-range: (90.063em, 120em) !default; |
||||
$xxlarge-range: (120.063em, 99999999em) !default; |
||||
|
||||
|
||||
$screen: "only screen" !default; |
||||
|
||||
$landscape: "#{$screen} and (orientation: landscape)" !default; |
||||
$portrait: "#{$screen} and (orientation: portrait)" !default; |
||||
|
||||
$small-up: $screen !default; |
||||
$small-only: "#{$screen} and (max-width: #{upper-bound($small-range)})" !default; |
||||
|
||||
$medium-up: "#{$screen} and (min-width:#{lower-bound($medium-range)})" !default; |
||||
$medium-only: "#{$screen} and (min-width:#{lower-bound($medium-range)}) and (max-width:#{upper-bound($medium-range)})" !default; |
||||
|
||||
$large-up: "#{$screen} and (min-width:#{lower-bound($large-range)})" !default; |
||||
$large-only: "#{$screen} and (min-width:#{lower-bound($large-range)}) and (max-width:#{upper-bound($large-range)})" !default; |
||||
|
||||
$xlarge-up: "#{$screen} and (min-width:#{lower-bound($xlarge-range)})" !default; |
||||
$xlarge-only: "#{$screen} and (min-width:#{lower-bound($xlarge-range)}) and (max-width:#{upper-bound($xlarge-range)})" !default; |
||||
|
||||
$xxlarge-up: "#{$screen} and (min-width:#{lower-bound($xxlarge-range)})" !default; |
||||
$xxlarge-only: "#{$screen} and (min-width:#{lower-bound($xxlarge-range)}) and (max-width:#{upper-bound($xxlarge-range)})" !default; |
||||
|
||||
// Legacy |
||||
$small: $medium-up; |
||||
$medium: $medium-up; |
||||
$large: $large-up; |
||||
|
||||
|
||||
//We use this as cursors values for enabling the option of having custom cursors in the whole site's stylesheet |
||||
$cursor-auto-value: auto !default; |
||||
$cursor-crosshair-value: crosshair !default; |
||||
$cursor-default-value: default !default; |
||||
$cursor-pointer-value: pointer !default; |
||||
$cursor-help-value: help !default; |
||||
$cursor-text-value: text !default; |
||||
|
||||
|
||||
@include exports("global") { |
||||
|
||||
// Meta styles are included in all builds, as they are a dependancy of the Javascript. |
||||
// Used to provide media query values for javascript components. |
||||
// Forward slash placed around everything to convince PhantomJS to read the value. |
||||
|
||||
meta.foundation-version { |
||||
font-family: "/5.4.6/"; |
||||
} |
||||
|
||||
meta.foundation-mq-small { |
||||
font-family: "/" + unquote($small-up) + "/"; |
||||
width: lower-bound($small-range); |
||||
} |
||||
|
||||
meta.foundation-mq-medium { |
||||
font-family: "/" + unquote($medium-up) + "/"; |
||||
width: lower-bound($medium-range); |
||||
} |
||||
|
||||
meta.foundation-mq-large { |
||||
font-family: "/" + unquote($large-up) + "/"; |
||||
width: lower-bound($large-range); |
||||
} |
||||
|
||||
meta.foundation-mq-xlarge { |
||||
font-family: "/" + unquote($xlarge-up) + "/"; |
||||
width: lower-bound($xlarge-range); |
||||
} |
||||
|
||||
meta.foundation-mq-xxlarge { |
||||
font-family: "/" + unquote($xxlarge-up) + "/"; |
||||
width: lower-bound($xxlarge-range); |
||||
} |
||||
|
||||
meta.foundation-data-attribute-namespace { |
||||
font-family: #{$namespace}; |
||||
} |
||||
|
||||
@if $include-html-global-classes { |
||||
|
||||
// Must be 100% for off canvas to work |
||||
html, body { height: 100%; } |
||||
|
||||
// Set box-sizing globally to handle padding and border widths |
||||
*, |
||||
*:before, |
||||
*:after { |
||||
@include box-sizing(border-box); |
||||
} |
||||
|
||||
html, |
||||
body { font-size: $base-font-size; } |
||||
|
||||
// Default body styles |
||||
body { |
||||
background: $body-bg; |
||||
color: $body-font-color; |
||||
padding: 0; |
||||
margin: 0; |
||||
font-family: $body-font-family; |
||||
font-weight: $body-font-weight; |
||||
font-style: $body-font-style; |
||||
line-height: $base-line-height; // Set to $base-line-height to take on browser default of 150% |
||||
position: relative; |
||||
cursor: $cursor-auto-value; |
||||
} |
||||
|
||||
a:hover { cursor: $cursor-pointer-value; } |
||||
|
||||
// Grid Defaults to get images and embeds to work properly |
||||
img { max-width: 100%; height: auto; } |
||||
|
||||
img { -ms-interpolation-mode: bicubic; } |
||||
|
||||
#map_canvas, |
||||
.map_canvas { |
||||
img, |
||||
embed, |
||||
object { max-width: none !important; |
||||
} |
||||
} |
||||
|
||||
// Miscellaneous useful HTML classes |
||||
.left { float: left !important; } |
||||
.right { float: right !important; } |
||||
.clearfix { @include clearfix; } |
||||
.hide { display: none; } |
||||
|
||||
// Font smoothing |
||||
// Antialiased font smoothing works best for light text on a dark background. |
||||
// Apply to single elements instead of globally to body. |
||||
// Note this only applies to webkit-based desktop browsers and Firefox 25 (and later) on the Mac. |
||||
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } |
||||
|
||||
// Get rid of gap under images by making them display: inline-block; by default |
||||
img { |
||||
display: inline-block; |
||||
vertical-align: middle; |
||||
} |
||||
|
||||
// |
||||
// Global resets for forms |
||||
// |
||||
|
||||
// Make sure textarea takes on height automatically |
||||
textarea { height: auto; min-height: 50px; } |
||||
|
||||
// Make select elements 100% width by default |
||||
select { width: 100%; } |
||||
} |
||||
} |
@ -0,0 +1,275 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
$include-html-grid-classes: $include-html-classes !default; |
||||
$include-xl-html-grid-classes: false !default; |
||||
|
||||
$row-width: rem-calc(1000) !default; |
||||
$total-columns: 12 !default; |
||||
|
||||
$last-child-float: $opposite-direction !default; |
||||
|
||||
// |
||||
// Grid Functions |
||||
// |
||||
|
||||
// Deprecated: We'll drop support for this in 5.1, use grid-calc() |
||||
@function gridCalc($colNumber, $totalColumns) { |
||||
@warn "gridCalc() is deprecated, use grid-calc()"; |
||||
@return grid-calc($colNumber, $totalColumns); |
||||
} |
||||
|
||||
// @FUNCTION |
||||
// $colNumber - Found in settings file |
||||
// $totalColumns - Found in settings file |
||||
@function grid-calc($colNumber, $totalColumns) { |
||||
@return percentage(($colNumber / $totalColumns)); |
||||
} |
||||
|
||||
// |
||||
// @mixins |
||||
// |
||||
|
||||
// For creating container, nested, and collapsed rows. |
||||
// |
||||
// |
||||
// $behavior - Any special behavior for this row? Default: false. Options: nest, collapse, nest-collapse, false. |
||||
@mixin grid-row($behavior: false) { |
||||
|
||||
// use @include grid-row(nest); to include a nested row |
||||
@if $behavior == nest { |
||||
width: auto; |
||||
margin-#{$default-float}: -($column-gutter/2); |
||||
margin-#{$opposite-direction}: -($column-gutter/2); |
||||
margin-top: 0; |
||||
margin-bottom: 0; |
||||
max-width: none; |
||||
} |
||||
|
||||
// use @include grid-row(collapse); to collapsed a container row margins |
||||
@else if $behavior == collapse { |
||||
width: 100%; |
||||
margin: 0; |
||||
max-width: $row-width; |
||||
} |
||||
|
||||
// use @include grid-row(nest-collapse); to collapse outer margins on a nested row |
||||
@else if $behavior == nest-collapse { |
||||
width: auto; |
||||
margin: 0; |
||||
max-width: none; |
||||
} |
||||
|
||||
// use @include grid-row; to use a container row |
||||
@else { |
||||
width: 100%; |
||||
margin-#{$default-float}: auto; |
||||
margin-#{$opposite-direction}: auto; |
||||
margin-top: 0; |
||||
margin-bottom: 0; |
||||
max-width: $row-width; |
||||
} |
||||
|
||||
// Clearfix for all rows |
||||
@include clearfix(); |
||||
} |
||||
|
||||
// Creates a column, should be used inside of a media query to control layouts |
||||
// |
||||
// $columns - The number of columns this should be |
||||
// $last-column - Is this the last column? Default: false. |
||||
// $center - Center these columns? Default: false. |
||||
// $offset - # of columns to offset. Default: false. |
||||
// $push - # of columns to push. Default: false. |
||||
// $pull - # of columns to pull. Default: false. |
||||
// $collapse - Get rid of gutter padding on column? Default: false. |
||||
// $float - Should this float? Default: true. Options: true, false, left, right. |
||||
@mixin grid-column( |
||||
$columns:false, |
||||
$last-column:false, |
||||
$center:false, |
||||
$offset:false, |
||||
$push:false, |
||||
$pull:false, |
||||
$collapse:false, |
||||
$float:true, |
||||
$position:false) { |
||||
|
||||
// If positioned for default .column, include relative position |
||||
// push and pull require position set |
||||
@if $position or $push or $pull { |
||||
position: relative; |
||||
} |
||||
|
||||
// If collapsed, get rid of gutter padding |
||||
@if $collapse { |
||||
padding-left: 0; |
||||
padding-right: 0; |
||||
} |
||||
|
||||
// Gutter padding whenever a column isn't set to collapse |
||||
// (use $collapse:null to do nothing) |
||||
@else if $collapse == false { |
||||
padding-left: $column-gutter / 2; |
||||
padding-right: $column-gutter / 2; |
||||
} |
||||
|
||||
// If a column number is given, calculate width |
||||
@if $columns { |
||||
width: grid-calc($columns, $total-columns); |
||||
|
||||
// If last column, float naturally instead of to the right |
||||
@if $last-column { float: $opposite-direction; } |
||||
} |
||||
|
||||
// Source Ordering, adds left/right depending on which you use. |
||||
@if $push { #{$default-float}: grid-calc($push, $total-columns); #{$opposite-direction}: auto; } |
||||
@if $pull { #{$opposite-direction}: grid-calc($pull, $total-columns); #{$default-float}: auto; } |
||||
|
||||
@if $float { |
||||
@if $float == left or $float == true { float: $default-float; } |
||||
@else if $float == right { float: $opposite-direction; } |
||||
@else { float: none; } |
||||
} |
||||
|
||||
// If centered, get rid of float and add appropriate margins |
||||
@if $center { |
||||
margin-#{$default-float}: auto; |
||||
margin-#{$opposite-direction}: auto; |
||||
float: none; |
||||
} |
||||
|
||||
// If offset, calculate appropriate margins |
||||
@if $offset { margin-#{$default-float}: grid-calc($offset, $total-columns) !important; } |
||||
|
||||
} |
||||
|
||||
// Create presentational classes for grid |
||||
// |
||||
// $size - Name of class to use, i.e. "large" will generate .large-1, .large-2, etc. |
||||
@mixin grid-html-classes($size) { |
||||
|
||||
@for $i from 0 through $total-columns - 1 { |
||||
.#{$size}-push-#{$i} { |
||||
@include grid-column($push:$i, $collapse:null, $float:false); |
||||
} |
||||
.#{$size}-pull-#{$i} { |
||||
@include grid-column($pull:$i, $collapse:null, $float:false); |
||||
} |
||||
} |
||||
|
||||
.column, |
||||
.columns { @include grid-column($columns:false, $position:true); } |
||||
|
||||
|
||||
@for $i from 1 through $total-columns { |
||||
.#{$size}-#{$i} { @include grid-column($columns:$i,$collapse:null,$float:false); } |
||||
} |
||||
|
||||
|
||||
|
||||
@for $i from 0 through $total-columns - 1 { |
||||
.#{$size}-offset-#{$i} { @include grid-column($offset:$i, $collapse:null,$float:false); } |
||||
} |
||||
.#{$size}-reset-order { |
||||
margin-#{$default-float}: 0; |
||||
margin-#{$opposite-direction}: 0; |
||||
left: auto; |
||||
right: auto; |
||||
float: $default-float; |
||||
} |
||||
|
||||
.column.#{$size}-centered, |
||||
.columns.#{$size}-centered { @include grid-column($center:true, $collapse:null, $float:false); } |
||||
|
||||
.column.#{$size}-uncentered, |
||||
.columns.#{$size}-uncentered { |
||||
margin-#{$default-float}: 0; |
||||
margin-#{$opposite-direction}: 0; |
||||
float: $default-float; |
||||
} |
||||
|
||||
// Fighting [class*="column"] + [class*="column"]:last-child |
||||
.column.#{$size}-centered:last-child, |
||||
.columns.#{$size}-centered:last-child{ |
||||
float: none; |
||||
} |
||||
|
||||
// Fighting .column.<previous-size>-centered:last-child |
||||
.column.#{$size}-uncentered:last-child, |
||||
.columns.#{$size}-uncentered:last-child { |
||||
float: $default-float; |
||||
} |
||||
|
||||
.column.#{$size}-uncentered.opposite, |
||||
.columns.#{$size}-uncentered.opposite { |
||||
float: $opposite-direction; |
||||
} |
||||
} |
||||
|
||||
@include exports("grid") { |
||||
@if $include-html-grid-classes { |
||||
.row { |
||||
@include grid-row; |
||||
|
||||
&.collapse { |
||||
> .column, |
||||
> .columns { @include grid-column($collapse:true, $float:false); } |
||||
|
||||
.row {margin-left:0; margin-right:0;} |
||||
} |
||||
|
||||
.row { @include grid-row($behavior:nest); |
||||
&.collapse { @include grid-row($behavior:nest-collapse); } |
||||
} |
||||
} |
||||
|
||||
.column, |
||||
.columns { @include grid-column($columns:$total-columns); } |
||||
|
||||
[class*="column"] + [class*="column"]:last-child { float: $last-child-float; } |
||||
[class*="column"] + [class*="column"].end { float: $default-float; } |
||||
|
||||
@media #{$small-up} { |
||||
@include grid-html-classes($size:small); |
||||
} |
||||
|
||||
@media #{$medium-up} { |
||||
@include grid-html-classes($size:medium); |
||||
// Old push and pull classes |
||||
@for $i from 0 through $total-columns - 1 { |
||||
.push-#{$i} { |
||||
@include grid-column($push:$i, $collapse:null, $float:false); |
||||
} |
||||
.pull-#{$i} { |
||||
@include grid-column($pull:$i, $collapse:null, $float:false); |
||||
} |
||||
} |
||||
} |
||||
@media #{$large-up} { |
||||
@include grid-html-classes($size:large); |
||||
@for $i from 0 through $total-columns - 1 { |
||||
.push-#{$i} { |
||||
@include grid-column($push:$i, $collapse:null, $float:false); |
||||
} |
||||
.pull-#{$i} { |
||||
@include grid-column($pull:$i, $collapse:null, $float:false); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
@if $include-xl-html-grid-classes { |
||||
@media #{$xlarge-up} { |
||||
@include grid-html-classes($size:xlarge); |
||||
} |
||||
@media #{$xxlarge-up} { |
||||
@include grid-html-classes($size:xxlarge); |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,293 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
|
||||
// @name |
||||
// @dependencies _global.scss |
||||
|
||||
$include-html-icon-bar-classes: $include-html-classes !default; |
||||
|
||||
// @variables |
||||
|
||||
// We use these to style the icon-bar and items |
||||
$icon-bar-bg: $oil !default; |
||||
$icon-bar-font-color: $white !default; |
||||
$icon-bar-font-size: 1rem !default; |
||||
$icon-bar-hover-color: $primary-color !default; |
||||
$icon-bar-icon-color: $white !default; |
||||
$icon-bar-icon-size: 1.875rem !default; |
||||
$icon-bar-image-width: 1.875rem !default; |
||||
$icon-bar-image-height: 1.875rem !default; |
||||
$icon-bar-active-color: $primary-color !default; |
||||
$icon-bar-item-padding: 1.25rem !default; |
||||
|
||||
// |
||||
// @mixins |
||||
// |
||||
|
||||
// We use this mixin to create the base styles for our Icon bar element. |
||||
// |
||||
@mixin icon-bar-base() { |
||||
|
||||
width: 100%; |
||||
font-size: 0; |
||||
display: inline-block; |
||||
|
||||
& > * { |
||||
text-align: center; |
||||
font-size: $icon-bar-font-size; |
||||
width: 25%; |
||||
margin: 0 auto; |
||||
display: block; |
||||
padding: $icon-bar-item-padding; |
||||
float: left; |
||||
|
||||
i, img { |
||||
display: block; |
||||
margin: 0 auto; |
||||
|
||||
& + label { |
||||
margin-top: .0625rem; |
||||
} |
||||
} |
||||
|
||||
i { |
||||
font-size: $icon-bar-icon-size; |
||||
vertical-align: middle; |
||||
} |
||||
|
||||
img { |
||||
width: $icon-bar-image-width; |
||||
height: $icon-bar-image-height; |
||||
} |
||||
} |
||||
|
||||
&.label-right > * { |
||||
|
||||
i, img { |
||||
margin: 0 .0625rem 0 0; |
||||
display: inline-block; |
||||
|
||||
& + label { |
||||
margin-top: 0; |
||||
} |
||||
} |
||||
|
||||
label { display: inline-block; } |
||||
} |
||||
|
||||
&.vertical.label-right > * { |
||||
text-align: left; |
||||
} |
||||
|
||||
&.vertical, &.small-vertical{ |
||||
height: 100%; |
||||
width: auto; |
||||
|
||||
.item { |
||||
width: auto; |
||||
margin: auto; |
||||
float: none; |
||||
} |
||||
} |
||||
|
||||
&.medium-vertical { |
||||
@media #{$medium-up} { |
||||
height: 100%; |
||||
width: auto; |
||||
|
||||
.item { |
||||
width: auto; |
||||
margin: auto; |
||||
float: none; |
||||
} |
||||
} |
||||
} |
||||
&.large-vertical { |
||||
@media #{$large-up} { |
||||
height: 100%; |
||||
width: auto; |
||||
|
||||
.item { |
||||
width: auto; |
||||
margin: auto; |
||||
float: none; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
// We use this mixin to create the size styles for icon bars. |
||||
@mixin icon-bar-size( |
||||
$padding: $icon-bar-item-padding, |
||||
$font-size: $icon-bar-font-size, |
||||
$icon-size: $icon-bar-icon-size, |
||||
$image-width: $icon-bar-image-width, |
||||
$image-height: $icon-bar-image-height) { |
||||
|
||||
& > * { |
||||
font-size: $font-size; |
||||
padding: $padding; |
||||
|
||||
i, img { |
||||
|
||||
& + label { |
||||
margin-top: .0625rem; |
||||
} |
||||
} |
||||
|
||||
i { |
||||
font-size: $icon-size; |
||||
} |
||||
|
||||
img { |
||||
width: $image-width; |
||||
height: $image-height; |
||||
} |
||||
} |
||||
|
||||
} |
||||
|
||||
@mixin icon-bar-style( |
||||
$bar-bg:$icon-bar-bg, |
||||
$bar-font-color:$icon-bar-font-color, |
||||
$bar-hover-color:$icon-bar-hover-color, |
||||
$bar-icon-color:$icon-bar-icon-color, |
||||
$bar-active-color:$icon-bar-active-color, |
||||
$base-style:true) { |
||||
|
||||
@if $base-style { |
||||
|
||||
background: $bar-bg; |
||||
|
||||
& > * { |
||||
|
||||
&:hover { background: $bar-hover-color; } |
||||
|
||||
label { color: $bar-font-color; } |
||||
|
||||
i { |
||||
color: $bar-icon-color; |
||||
} |
||||
} |
||||
} |
||||
|
||||
} |
||||
|
||||
// We use this to quickly create icon bars with a single mixin |
||||
// $height - The overall calculated height of the icon bar (horizontal) |
||||
// $bar-bg - the background color of the bar |
||||
// $bar-font-color - the font color |
||||
// $bar-hover-color - okay these are pretty obvious variables |
||||
// $bar-icon-color - maybe we could skip explaining them all? Okay this one does change icon color if you use an icon font |
||||
// $bar-active-color - the color of an active / hover state |
||||
// $base-style - Apply base styles? Default: true. |
||||
|
||||
@mixin icon-bar( |
||||
$bar-bg:$icon-bar-bg, |
||||
$bar-font-color:$icon-bar-font-color, |
||||
$bar-hover-color:$icon-bar-hover-color, |
||||
$bar-icon-color:$icon-bar-icon-color, |
||||
$bar-active-color:$icon-bar-active-color, |
||||
$padding: $icon-bar-item-padding, |
||||
$font-size: $icon-bar-font-size, |
||||
$icon-size: $icon-bar-icon-size, |
||||
$image-width: $icon-bar-image-width, |
||||
$image-height: $icon-bar-image-height, |
||||
$base-style:true) { |
||||
@include icon-bar-base(); |
||||
@include icon-bar-size($padding, $font-size, $icon-size, $image-width, $image-height); |
||||
@include icon-bar-style($bar-bg, $bar-font-color, $bar-hover-color, $bar-icon-color, $bar-active-color, $base-style); |
||||
} |
||||
|
||||
@include exports("icon-bar") { |
||||
@if $include-html-icon-bar-classes { |
||||
.icon-bar { |
||||
@include icon-bar; |
||||
} |
||||
} |
||||
} |
||||
|
||||
@if $include-html-icon-bar-classes { |
||||
|
||||
// toolbar styles |
||||
|
||||
.icon-bar { |
||||
|
||||
// Counts |
||||
|
||||
&.two-up { |
||||
.item { width: 50%; } |
||||
&.vertical .item, &.small-vertical .item { width: auto; } |
||||
&.medium-vertical .item { |
||||
@media #{$medium-up} { |
||||
width: auto; |
||||
} |
||||
} |
||||
&.large-vertical .item { |
||||
@media #{$large-up} { |
||||
width: auto; |
||||
} |
||||
} |
||||
} |
||||
&.three-up { |
||||
.item { width: 33.3333%; } |
||||
&.vertical .item, &.small-vertical .item { width: auto; } |
||||
&.medium-vertical .item { |
||||
@media #{$medium-up} { |
||||
width: auto; |
||||
} |
||||
} |
||||
&.large-vertical .item { |
||||
@media #{$large-up} { |
||||
width: auto; |
||||
} |
||||
} |
||||
} |
||||
&.four-up { |
||||
.item { width: 25%; } |
||||
&.vertical .item, &.small-vertical .item { width: auto; } |
||||
&.medium-vertical .item { |
||||
@media #{$medium-up} { |
||||
width: auto; |
||||
} |
||||
} |
||||
&.large-vertical .item { |
||||
@media #{$large-up} { |
||||
width: auto; |
||||
} |
||||
} |
||||
} |
||||
&.five-up { |
||||
.item { width: 20%; } |
||||
&.vertical .item, &.small-vertical .item { width: auto; } |
||||
&.medium-vertical .item { |
||||
@media #{$medium-up} { |
||||
width: auto; |
||||
} |
||||
} |
||||
&.large-vertical .item { |
||||
@media #{$large-up} { |
||||
width: auto; |
||||
} |
||||
} |
||||
} |
||||
&.six-up { |
||||
.item { width: 16.66667%; } |
||||
&.vertical .item, &.small-vertical .item { width: auto; } |
||||
&.medium-vertical .item { |
||||
@media #{$medium-up} { |
||||
width: auto; |
||||
} |
||||
} |
||||
&.large-vertical .item { |
||||
@media #{$large-up} { |
||||
width: auto; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,57 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
$include-html-inline-list-classes: $include-html-classes !default; |
||||
|
||||
// We use this to control the margins and padding of the inline list. |
||||
$inline-list-top-margin: 0 !default; |
||||
$inline-list-opposite-margin: 0 !default; |
||||
$inline-list-bottom-margin: rem-calc(17) !default; |
||||
$inline-list-default-float-margin: rem-calc(-22) !default; |
||||
$inline-list-default-float-list-margin: rem-calc(22) !default; |
||||
|
||||
$inline-list-padding: 0 !default; |
||||
|
||||
// We use this to control the overflow of the inline list. |
||||
$inline-list-overflow: hidden !default; |
||||
|
||||
// We use this to control the list items |
||||
$inline-list-display: block !default; |
||||
|
||||
// We use this to control any elements within list items |
||||
$inline-list-children-display: block !default; |
||||
|
||||
// |
||||
// @mixins |
||||
// |
||||
// We use this mixin to create inline lists |
||||
@mixin inline-list { |
||||
margin: $inline-list-top-margin auto $inline-list-bottom-margin auto; |
||||
margin-#{$default-float}: $inline-list-default-float-margin; |
||||
margin-#{$opposite-direction}: $inline-list-opposite-margin; |
||||
padding: $inline-list-padding; |
||||
list-style: none; |
||||
overflow: $inline-list-overflow; |
||||
|
||||
& > li { |
||||
list-style: none; |
||||
float: $default-float; |
||||
margin-#{$default-float}: $inline-list-default-float-list-margin; |
||||
display: $inline-list-display; |
||||
&>* { display: $inline-list-children-display; } |
||||
} |
||||
} |
||||
|
||||
@include exports("inline-list") { |
||||
@if $include-html-inline-list-classes { |
||||
.inline-list { |
||||
@include inline-list(); |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,222 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
$include-html-joyride-classes: $include-html-classes !default; |
||||
|
||||
// Controlling default Joyride styles |
||||
$joyride-tip-bg: $oil !default; |
||||
$joyride-tip-default-width: 300px !default; |
||||
$joyride-tip-padding: rem-calc(18 20 24) !default; |
||||
$joyride-tip-border: solid 1px $charcoal !default; |
||||
$joyride-tip-radius: 4px !default; |
||||
$joyride-tip-position-offset: 22px !default; |
||||
|
||||
// Here, we're setting the tip font styles |
||||
$joyride-tip-font-color: $white !default; |
||||
$joyride-tip-font-size: rem-calc(14) !default; |
||||
$joyride-tip-header-weight: $font-weight-bold !default; |
||||
|
||||
// This changes the nub size |
||||
$joyride-tip-nub-size: 10px !default; |
||||
|
||||
// This adjusts the styles for the timer when its enabled |
||||
$joyride-tip-timer-width: 50px !default; |
||||
$joyride-tip-timer-height: 3px !default; |
||||
$joyride-tip-timer-color: $steel !default; |
||||
|
||||
// This changes up the styles for the close button |
||||
$joyride-tip-close-color: $monsoon !default; |
||||
$joyride-tip-close-size: 24px !default; |
||||
$joyride-tip-close-weight: $font-weight-normal !default; |
||||
|
||||
// When Joyride is filling the screen, we use this style for the bg |
||||
$joyride-screenfill: rgba(0,0,0,0.5) !default; |
||||
|
||||
|
||||
// We decided not to make a mixin for this because it relies on |
||||
// predefined classes to work properly. |
||||
@include exports("joyride") { |
||||
@if $include-html-joyride-classes { |
||||
|
||||
/* Foundation Joyride */ |
||||
.joyride-list { display: none; } |
||||
|
||||
/* Default styles for the container */ |
||||
.joyride-tip-guide { |
||||
display: none; |
||||
position: absolute; |
||||
background: $joyride-tip-bg; |
||||
color: $joyride-tip-font-color; |
||||
z-index: 101; |
||||
top: 0; |
||||
#{$default-float}: 2.5%; |
||||
font-family: inherit; |
||||
font-weight: $font-weight-normal; |
||||
width: 95%; |
||||
} |
||||
|
||||
.lt-ie9 .joyride-tip-guide { |
||||
max-width:800px; |
||||
#{$default-float}: 50%; |
||||
margin-#{$default-float}:-400px; |
||||
} |
||||
|
||||
.joyride-content-wrapper { |
||||
width: 100%; |
||||
|
||||
padding: $joyride-tip-padding; |
||||
|
||||
.button { margin-bottom: 0 !important; } |
||||
|
||||
.joyride-prev-tip { margin-right: 10px; } |
||||
} |
||||
|
||||
/* Add a little css triangle pip, older browser just miss out on the fanciness of it */ |
||||
.joyride-tip-guide { |
||||
.joyride-nub { |
||||
display: block; |
||||
position: absolute; |
||||
#{$default-float}: $joyride-tip-position-offset; |
||||
width: 0; |
||||
height: 0; |
||||
border: $joyride-tip-nub-size solid $joyride-tip-bg; |
||||
|
||||
&.top { |
||||
border-top-style: solid; |
||||
border-color: $joyride-tip-bg; |
||||
border-top-color: transparent !important; |
||||
border-#{$default-float}-color: transparent !important; |
||||
border-#{$opposite-direction}-color: transparent !important; |
||||
top: -($joyride-tip-nub-size*2); |
||||
} |
||||
&.bottom { |
||||
border-bottom-style: solid; |
||||
border-color: $joyride-tip-bg !important; |
||||
border-bottom-color: transparent !important; |
||||
border-#{$default-float}-color: transparent !important; |
||||
border-#{$opposite-direction}-color: transparent !important; |
||||
bottom: -($joyride-tip-nub-size*2); |
||||
} |
||||
|
||||
&.right { right: -($joyride-tip-nub-size*2); } |
||||
&.left { left: -($joyride-tip-nub-size*2); } |
||||
} |
||||
} |
||||
|
||||
/* Typography */ |
||||
.joyride-tip-guide h1, |
||||
.joyride-tip-guide h2, |
||||
.joyride-tip-guide h3, |
||||
.joyride-tip-guide h4, |
||||
.joyride-tip-guide h5, |
||||
.joyride-tip-guide h6 { |
||||
line-height: 1.25; |
||||
margin: 0; |
||||
font-weight: $joyride-tip-header-weight; |
||||
color: $joyride-tip-font-color; |
||||
} |
||||
.joyride-tip-guide p { |
||||
margin: rem-calc(0 0 18 0); |
||||
font-size: $joyride-tip-font-size; |
||||
line-height: 1.3; |
||||
} |
||||
|
||||
.joyride-timer-indicator-wrap { |
||||
width: $joyride-tip-timer-width; |
||||
height: $joyride-tip-timer-height; |
||||
border: $joyride-tip-border; |
||||
position: absolute; |
||||
#{$opposite-direction}: rem-calc(17); |
||||
bottom: rem-calc(16); |
||||
} |
||||
.joyride-timer-indicator { |
||||
display: block; |
||||
width: 0; |
||||
height: inherit; |
||||
background: $joyride-tip-timer-color; |
||||
} |
||||
|
||||
.joyride-close-tip { |
||||
position: absolute; |
||||
#{$opposite-direction}: 12px; |
||||
top: 10px; |
||||
color: $joyride-tip-close-color !important; |
||||
text-decoration: none; |
||||
font-size: $joyride-tip-close-size; |
||||
font-weight: $joyride-tip-close-weight; |
||||
line-height: .5 !important; |
||||
|
||||
&:hover, |
||||
&:focus { color: $smoke !important; } |
||||
} |
||||
|
||||
.joyride-modal-bg { |
||||
position: fixed; |
||||
height: 100%; |
||||
width: 100%; |
||||
background: transparent; |
||||
background: $joyride-screenfill; |
||||
z-index: 100; |
||||
display: none; |
||||
top: 0; |
||||
#{$default-float}: 0; |
||||
cursor: $cursor-pointer-value; |
||||
} |
||||
|
||||
.joyride-expose-wrapper { |
||||
background-color: $white; |
||||
position: absolute; |
||||
border-radius: 3px; |
||||
z-index: 102; |
||||
box-shadow: 0 0 15px $white; |
||||
} |
||||
|
||||
.joyride-expose-cover { |
||||
background: transparent; |
||||
border-radius: 3px; |
||||
position: absolute; |
||||
z-index: 9999; |
||||
top: 0; |
||||
left: 0; |
||||
} |
||||
|
||||
|
||||
/* Styles for screens that are at least 768px; */ |
||||
@media #{$small} { |
||||
.joyride-tip-guide { width: $joyride-tip-default-width; #{$default-float}: inherit; |
||||
.joyride-nub { |
||||
&.bottom { |
||||
border-color: $joyride-tip-bg !important; |
||||
border-bottom-color: transparent !important; |
||||
border-#{$default-float}-color: transparent !important; |
||||
border-#{$opposite-direction}-color: transparent !important; |
||||
bottom: -($joyride-tip-nub-size*2); |
||||
} |
||||
&.right { |
||||
border-color: $joyride-tip-bg !important; |
||||
border-top-color: transparent !important; |
||||
border-right-color: transparent !important; border-bottom-color: transparent !important; |
||||
top: $joyride-tip-position-offset; |
||||
left: auto; |
||||
right: -($joyride-tip-nub-size*2); |
||||
} |
||||
&.left { |
||||
border-color: $joyride-tip-bg !important; |
||||
border-top-color: transparent !important; |
||||
border-left-color: transparent !important; |
||||
border-bottom-color: transparent !important; |
||||
top: $joyride-tip-position-offset; |
||||
left: -($joyride-tip-nub-size*2); |
||||
right: auto; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,61 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
$include-html-keystroke-classes: $include-html-classes !default; |
||||
|
||||
// We use these to control text styles. |
||||
$keystroke-font: "Consolas", "Menlo", "Courier", monospace !default; |
||||
$keystroke-font-size: inherit !default; |
||||
$keystroke-font-color: $jet !default; |
||||
$keystroke-font-color-alt: $white !default; |
||||
$keystroke-function-factor: -7% !default; |
||||
|
||||
// We use this to control keystroke padding. |
||||
$keystroke-padding: rem-calc(2 4 0) !default; |
||||
|
||||
// We use these to control background and border styles. |
||||
$keystroke-bg: scale-color($white, $lightness: $keystroke-function-factor) !default; |
||||
$keystroke-border-style: solid !default; |
||||
$keystroke-border-width: 1px !default; |
||||
$keystroke-border-color: scale-color($keystroke-bg, $lightness: $keystroke-function-factor) !default; |
||||
$keystroke-radius: $global-radius !default; |
||||
|
||||
// |
||||
// @mixins |
||||
// |
||||
// We use this mixin to create keystroke styles. |
||||
// $bg - Default: $keystroke-bg || scale-color($white, $lightness: $keystroke-function-factor) !default; |
||||
@mixin keystroke($bg:$keystroke-bg) { |
||||
// This find the lightness percentage of the background color. |
||||
$bg-lightness: lightness($bg); |
||||
|
||||
background-color: $bg; |
||||
border-color: scale-color($bg, $lightness: $keystroke-function-factor); |
||||
|
||||
// We adjust the font color based on the brightness of the background. |
||||
@if $bg-lightness > 70% { color: $keystroke-font-color; } |
||||
@else { color: $keystroke-font-color-alt; } |
||||
|
||||
border-style: $keystroke-border-style; |
||||
border-width: $keystroke-border-width; |
||||
margin: 0; |
||||
font-family: $keystroke-font; |
||||
font-size: $keystroke-font-size; |
||||
padding: $keystroke-padding; |
||||
} |
||||
|
||||
@include exports("keystroke") { |
||||
@if $include-html-keystroke-classes { |
||||
.keystroke, |
||||
kbd { |
||||
@include keystroke; |
||||
@include radius($keystroke-radius); |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,106 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
$include-html-label-classes: $include-html-classes !default; |
||||
|
||||
// We use these to style the labels |
||||
$label-padding: rem-calc(4 8 4) !default; |
||||
$label-radius: $global-radius !default; |
||||
|
||||
// We use these to style the label text |
||||
$label-font-sizing: rem-calc(11) !default; |
||||
$label-font-weight: $font-weight-normal !default; |
||||
$label-font-color: $oil !default; |
||||
$label-font-color-alt: $white !default; |
||||
$label-font-family: $body-font-family !default; |
||||
|
||||
// |
||||
// @mixins |
||||
// |
||||
// We use this mixin to create a default label base. |
||||
@mixin label-base { |
||||
font-weight: $label-font-weight; |
||||
font-family: $label-font-family; |
||||
text-align: center; |
||||
text-decoration: none; |
||||
line-height: 1; |
||||
white-space: nowrap; |
||||
display: inline-block; |
||||
position: relative; |
||||
margin-bottom: inherit; |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this mixin to add label size styles. |
||||
// $padding - Used to determine label padding. Default: $label-padding || rem-calc(3 10 4) !default |
||||
// $text-size - Used to determine label text-size. Default: $text-size found in settings |
||||
@mixin label-size($padding:$label-padding, $text-size:$label-font-sizing) { |
||||
@if $padding { padding: $padding; } |
||||
@if $text-size { font-size: $text-size; } |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this mixin to add label styles. |
||||
// $bg - Default: $primary-color (found in settings file) |
||||
// $radius - Default: false, Options: true, sets radius to $global-radius (found in settings file) |
||||
@mixin label-style($bg:$primary-color, $radius:false) { |
||||
|
||||
// We control which background color comes through |
||||
@if $bg { |
||||
|
||||
// This find the lightness percentage of the background color. |
||||
$bg-lightness: lightness($bg); |
||||
|
||||
background-color: $bg; |
||||
|
||||
// We control the text color for you based on the background color. |
||||
@if $bg-lightness < 70% { color: $label-font-color-alt; } |
||||
@else { color: $label-font-color; } |
||||
} |
||||
|
||||
// We use this to control the radius on labels. |
||||
@if $radius == true { @include radius($label-radius); } |
||||
@else if $radius { @include radius($radius); } |
||||
|
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this to add close buttons to alerts |
||||
// $padding - Default: $label-padding, |
||||
// $text-size - Default: $label-font-sizing, |
||||
// $bg - Default: $primary-color(found in settings file) |
||||
// $radius - Default: false, Options: true which sets radius to $global-radius (found in settings file) |
||||
@mixin label($padding:$label-padding, $text-size:$label-font-sizing, $bg:$primary-color, $radius:false) { |
||||
|
||||
@include label-base; |
||||
@include label-size($padding, $text-size); |
||||
@include label-style($bg, $radius); |
||||
} |
||||
|
||||
@include exports("label") { |
||||
@if $include-html-label-classes { |
||||
.label { |
||||
@include label-base; |
||||
@include label-size; |
||||
@include label-style; |
||||
|
||||
&.radius { @include label-style(false, true); } |
||||
&.round { @include label-style(false, $radius:1000px); } |
||||
|
||||
&.alert { @include label-style($alert-color); } |
||||
&.warning { @include label-style($warning-color); } |
||||
&.success { @include label-style($success-color); } |
||||
&.secondary { @include label-style($secondary-color); } |
||||
&.info { @include label-style($info-color); } |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,34 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
$include-html-magellan-classes: $include-html-classes !default; |
||||
|
||||
$magellan-bg: $white !default; |
||||
$magellan-padding: 10px !default; |
||||
|
||||
@include exports("magellan") { |
||||
@if $include-html-magellan-classes { |
||||
|
||||
#{data('magellan-expedition')}, #{data('magellan-expedition-clone')} { |
||||
background: $magellan-bg; |
||||
z-index: 50; |
||||
min-width: 100%; |
||||
padding: $magellan-padding; |
||||
|
||||
.sub-nav { |
||||
margin-bottom: 0; |
||||
dd { margin-bottom: 0; } |
||||
a { |
||||
line-height: 1.8em; |
||||
} |
||||
} |
||||
} |
||||
|
||||
} |
||||
} |
@ -0,0 +1,513 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
@import "type"; |
||||
|
||||
// Off Canvas Tab Bar Variables |
||||
$include-html-off-canvas-classes: $include-html-classes !default; |
||||
|
||||
$tabbar-bg: $oil !default; |
||||
$tabbar-height: rem-calc(45) !default; |
||||
$tabbar-icon-width: $tabbar-height !default; |
||||
$tabbar-line-height: $tabbar-height !default; |
||||
$tabbar-color: $white !default; |
||||
$tabbar-middle-padding: 0 rem-calc(10) !default; |
||||
|
||||
// Off Canvas Divider Styles |
||||
$tabbar-left-section-border: solid 1px scale-color($tabbar-bg, $lightness: -50%) !default; |
||||
$tabbar-right-section-border: $tabbar-left-section-border; |
||||
|
||||
|
||||
// Off Canvas Tab Bar Headers |
||||
$tabbar-header-color: $white !default; |
||||
$tabbar-header-weight: $font-weight-bold !default; |
||||
$tabbar-header-line-height: $tabbar-height !default; |
||||
$tabbar-header-margin: 0 !default; |
||||
|
||||
// Off Canvas Menu Variables |
||||
$off-canvas-width: rem-calc(250) !default; |
||||
$off-canvas-bg: $oil !default; |
||||
$off-canvas-bg-hover: scale-color($tabbar-bg, $lightness: -30%) !default; |
||||
|
||||
// Off Canvas Menu List Variables |
||||
$off-canvas-label-padding: 0.3rem rem-calc(15) !default; |
||||
$off-canvas-label-color: $aluminum !default; |
||||
$off-canvas-label-text-transform: uppercase !default; |
||||
$off-canvas-label-font-size: rem-calc(12) !default; |
||||
$off-canvas-label-font-weight: $font-weight-bold !default; |
||||
$off-canvas-label-bg: $tuatara !default; |
||||
$off-canvas-label-border-top: 1px solid scale-color($off-canvas-label-bg, $lightness: 14%) !default; |
||||
$off-canvas-label-border-bottom: none !default; |
||||
$off-canvas-label-margin:0 !default; |
||||
$off-canvas-link-padding: rem-calc(10, 15) !default; |
||||
$off-canvas-link-color: rgba($white, 0.7) !default; |
||||
$off-canvas-link-border-bottom: 1px solid scale-color($off-canvas-bg, $lightness: -25%) !default; |
||||
$off-canvas-back-bg: #444 !default; |
||||
$off-canvas-back-border-top: $off-canvas-label-border-top !default; |
||||
$off-canvas-back-border-bottom: $off-canvas-label-border-bottom !default; |
||||
$off-canvas-back-hover-bg: scale-color($off-canvas-back-bg, $lightness: -30%) !default; |
||||
$off-canvas-back-hover-border-top: 1px solid scale-color($off-canvas-label-bg, $lightness: 14%) !default; |
||||
$off-canvas-back-hover-border-bottom: none !default; |
||||
|
||||
// Off Canvas Menu Icon Variables |
||||
$tabbar-menu-icon-color: $white !default; |
||||
$tabbar-menu-icon-hover: scale-color($tabbar-menu-icon-color, $lightness: -30%) !default; |
||||
|
||||
$tabbar-menu-icon-text-indent: rem-calc(35) !default; |
||||
$tabbar-menu-icon-width: $tabbar-icon-width !default; |
||||
$tabbar-menu-icon-height: $tabbar-height !default; |
||||
$tabbar-menu-icon-padding: 0 !default; |
||||
|
||||
$tabbar-hamburger-icon-width: rem-calc(16) !default; |
||||
$tabbar-hamburger-icon-left: false !default; |
||||
$tabbar-hamburger-icon-top: false !default; |
||||
$tabbar-hamburger-icon-thickness: 1px !default; |
||||
$tabbar-hamburger-icon-gap: 6px !default; |
||||
|
||||
// Off Canvas Back-Link Overlay |
||||
$off-canvas-overlay-transition: background 300ms ease !default; |
||||
$off-canvas-overlay-cursor: pointer !default; |
||||
$off-canvas-overlay-box-shadow: -4px 0 4px rgba($black, 0.5), 4px 0 4px rgba($black, 0.5) !default; |
||||
$off-canvas-overlay-background: rgba($white, 0.2) !default; |
||||
$off-canvas-overlay-background-hover: rgba($white, 0.05) !default; |
||||
|
||||
// Transition Variables |
||||
$menu-slide: "transform 500ms ease" !default; |
||||
|
||||
|
||||
// MIXINS |
||||
// Remove transition flicker on phones |
||||
@mixin kill-flicker { |
||||
// -webkit-transform: translateZ(0x); |
||||
-webkit-backface-visibility: hidden; |
||||
} |
||||
|
||||
// Basic properties for the content wraps |
||||
@mixin wrap-base { |
||||
position: relative; |
||||
width: 100%; |
||||
} |
||||
|
||||
@mixin translate3d($tx,$ty,$tz) { |
||||
-ms-transform: translate($tx,$ty); |
||||
-webkit-transform: translate3d($tx,$ty,$tz); |
||||
-moz-transform: translate3d($tx,$ty,$tz); |
||||
-ms-transform: translate3d($tx,$ty,$tz); |
||||
-o-transform: translate3d($tx,$ty,$tz); |
||||
transform: translate3d($tx,$ty,$tz) |
||||
} |
||||
|
||||
// basic styles for off-canvas menu container |
||||
@mixin off-canvas-menu($position) { |
||||
@include kill-flicker; |
||||
* { @include kill-flicker; } |
||||
width: $off-canvas-width; |
||||
top: 0; |
||||
bottom: 0; |
||||
position: absolute; |
||||
overflow-x: hidden; |
||||
overflow-y: auto; |
||||
background: $off-canvas-bg; |
||||
z-index: 1001; |
||||
box-sizing: content-box; |
||||
transition: transform 500ms ease 0s; |
||||
-webkit-overflow-scrolling: touch; |
||||
-ms-overflow-style: -ms-autohiding-scrollbar; |
||||
|
||||
@if $position == left { |
||||
@include translate3d(-100.5%,0,0); |
||||
left: 0; |
||||
} |
||||
@if $position == right { |
||||
@include translate3d(100.5%,0,0); |
||||
right: 0; |
||||
} |
||||
} |
||||
|
||||
// OFF CANVAS WRAP |
||||
// Wrap visible content and prevent scroll bars |
||||
@mixin off-canvas-wrap { |
||||
@include kill-flicker; |
||||
@include wrap-base; |
||||
overflow: hidden; |
||||
&.move-right, |
||||
&.move-left { min-height: 100%; -webkit-overflow-scrolling: touch; } |
||||
} |
||||
|
||||
// INNER WRAP |
||||
// Main content area that moves to reveal the off-canvas nav |
||||
@mixin inner-wrap { |
||||
@include kill-flicker; |
||||
@include wrap-base; |
||||
@include clearfix; |
||||
-webkit-transition: -webkit-#{$menu-slide}; |
||||
-moz-transition: -moz-#{$menu-slide}; |
||||
-ms-transition: -ms-#{$menu-slide}; |
||||
-o-transition: -o-#{$menu-slide}; |
||||
transition: #{$menu-slide}; |
||||
} |
||||
|
||||
// TAB BAR |
||||
// This is the tab bar base |
||||
@mixin tab-bar-base { |
||||
@include kill-flicker; |
||||
|
||||
// base styles |
||||
background: $tabbar-bg; |
||||
color: $tabbar-color; |
||||
height: $tabbar-height; |
||||
line-height: $tabbar-line-height; |
||||
|
||||
// make sure it's below the .exit-off-canvas link |
||||
position: relative; |
||||
// z-index: 999; |
||||
|
||||
// Typography |
||||
h1,h2,h3,h4,h5,h6 { |
||||
color: $tabbar-header-color; |
||||
font-weight: $tabbar-header-weight; |
||||
line-height: $tabbar-header-line-height; |
||||
margin: $tabbar-header-margin; |
||||
} |
||||
h1,h2,h3,h4 { font-size: $h5-font-size; } |
||||
} |
||||
|
||||
// SMALL SECTIONS |
||||
// These are small sections on the left and right that contain the off-canvas toggle buttons; |
||||
@mixin tabbar-small-section($position) { |
||||
width: $tabbar-icon-width; |
||||
height: $tabbar-height; |
||||
position: absolute; |
||||
top: 0; |
||||
@if $position == left { |
||||
border-right: $tabbar-left-section-border; |
||||
// box-shadow: 1px 0 0 scale-color($tabbar-bg, $lightness: 13%); |
||||
left: 0; |
||||
} |
||||
@if $position == right { |
||||
border-left: $tabbar-right-section-border; |
||||
// box-shadow: -1px 0 0 scale-color($tabbar-bg, $lightness: -50%); |
||||
right:0; |
||||
} |
||||
} |
||||
|
||||
@mixin tab-bar-section { |
||||
padding: $tabbar-middle-padding; |
||||
position: absolute; |
||||
text-align: center; |
||||
height: $tabbar-height; |
||||
top: 0; |
||||
@media #{$medium-up} { |
||||
&.left, &.right { text-align: left; } |
||||
} |
||||
|
||||
// still need to make these non-presentational |
||||
&.left { |
||||
left: 0; |
||||
right: $tabbar-icon-width; |
||||
} |
||||
&.right { |
||||
left: $tabbar-icon-width; |
||||
right: 0; |
||||
} |
||||
&.middle { |
||||
left: $tabbar-icon-width; |
||||
right: $tabbar-icon-width; |
||||
} |
||||
} |
||||
|
||||
// OFF CANVAS LIST |
||||
// This is the list of links in the off-canvas menu |
||||
@mixin off-canvas-list { |
||||
list-style-type: none; |
||||
padding:0; |
||||
margin:0; |
||||
|
||||
li { |
||||
label { |
||||
display: block; |
||||
padding: $off-canvas-label-padding; |
||||
color: $off-canvas-label-color; |
||||
text-transform: $off-canvas-label-text-transform; |
||||
font-size: $off-canvas-label-font-size; |
||||
font-weight: $off-canvas-label-font-weight; |
||||
background: $off-canvas-label-bg; |
||||
border-top: $off-canvas-label-border-top; |
||||
border-bottom: $off-canvas-label-border-bottom; |
||||
margin: $off-canvas-label-margin; |
||||
} |
||||
a { |
||||
display: block; |
||||
padding: $off-canvas-link-padding; |
||||
color: $off-canvas-link-color; |
||||
border-bottom: $off-canvas-link-border-bottom; |
||||
transition: background 300ms ease; |
||||
&:hover { |
||||
background: $off-canvas-bg-hover; |
||||
} |
||||
} |
||||
} |
||||
|
||||
} |
||||
|
||||
// BACK LINK |
||||
// This is an overlay that, when clicked, will toggle off the off canvas menu |
||||
@mixin back-link { |
||||
@include kill-flicker; |
||||
|
||||
transition: $off-canvas-overlay-transition; |
||||
cursor: $off-canvas-overlay-cursor; |
||||
box-shadow: $off-canvas-overlay-box-shadow; |
||||
|
||||
// fill the screen |
||||
display: block; |
||||
position: absolute; |
||||
background: $off-canvas-overlay-background; |
||||
top: 0; |
||||
bottom: 0; |
||||
left:0; |
||||
right:0; |
||||
z-index: 1002; |
||||
-webkit-tap-highlight-color: rgba(0,0,0,0); |
||||
|
||||
@media #{$medium-up} { |
||||
&:hover { |
||||
background: $off-canvas-overlay-background-hover; |
||||
} |
||||
} |
||||
} |
||||
|
||||
// |
||||
// DEFAULT CLASSES |
||||
// |
||||
@include exports("offcanvas") { |
||||
@if $include-html-off-canvas-classes { |
||||
|
||||
.off-canvas-wrap { @include off-canvas-wrap; } |
||||
.inner-wrap { @include inner-wrap; } |
||||
|
||||
.tab-bar { @include tab-bar-base; } |
||||
|
||||
.left-small { @include tabbar-small-section($position: left); } |
||||
.right-small { @include tabbar-small-section($position: right); } |
||||
|
||||
.tab-bar-section { @include tab-bar-section; } |
||||
|
||||
// MENU BUTTON |
||||
// This is a little bonus. You don't need it for off canvas to work. Mixins to be written in the future. |
||||
.tab-bar .menu-icon { |
||||
text-indent: $tabbar-menu-icon-text-indent; |
||||
width: $tabbar-menu-icon-width; |
||||
height: $tabbar-menu-icon-height; |
||||
display: block; |
||||
padding: $tabbar-menu-icon-padding; |
||||
color: $tabbar-menu-icon-color; |
||||
position: relative; |
||||
transform: translate3d(0,0,0); |
||||
|
||||
// @include for the hamburger menu-icon |
||||
// |
||||
// Arguments as follows: ($width, $left, $top, $thickness, $gap, $color, $hover-color) |
||||
// $width - Width of hamburger icon in rem Default: $tabbar-hamburger-icon-width. |
||||
// $left - If false, icon will be centered horizontally || explicitly set value in rem Default: $tabbar-hamburger-icon-left= False |
||||
// $top - If false, icon will be centered vertically || explicitly set value in rem Default: = False |
||||
// $thickness - thickness of lines in hamburger icon, set value in px Default: $tabbar-hamburger-icon-thickness = 1px |
||||
// $gap - spacing between the lines in hamburger icon, set value in px Default: $tabbar-hamburger-icon-gap = 6px |
||||
// $color - icon color Default: $tabbar-menu-icon-color |
||||
// $hover-color - icon color when hovered Default: $tabbar-menu-icon-hover |
||||
// $offcanvas - Set to true |
||||
@include hamburger($tabbar-hamburger-icon-width, $tabbar-hamburger-icon-left, $tabbar-hamburger-icon-top, $tabbar-hamburger-icon-thickness, $tabbar-hamburger-icon-gap, $tabbar-menu-icon-color, $tabbar-menu-icon-hover, true) |
||||
} |
||||
|
||||
.left-off-canvas-menu { @include off-canvas-menu($position: left); } |
||||
.right-off-canvas-menu { @include off-canvas-menu($position: right); } |
||||
|
||||
ul.off-canvas-list { @include off-canvas-list; } |
||||
|
||||
|
||||
// ANIMATION CLASSES |
||||
// These classes are added with JS and trigger the actual animation. |
||||
.move-right { |
||||
> .inner-wrap { |
||||
@include translate3d($off-canvas-width,0,0); |
||||
} |
||||
.exit-off-canvas { @include back-link;} |
||||
} |
||||
|
||||
.move-left { |
||||
> .inner-wrap { |
||||
@include translate3d(-($off-canvas-width),0,0); |
||||
|
||||
} |
||||
.exit-off-canvas { @include back-link; } |
||||
} |
||||
.offcanvas-overlap { |
||||
.left-off-canvas-menu, .right-off-canvas-menu { |
||||
-ms-transform: none; |
||||
-webkit-transform: none; |
||||
-moz-transform: none; |
||||
-o-transform: none; |
||||
transform: none; |
||||
z-index: 1003; |
||||
} |
||||
.exit-off-canvas { @include back-link; } |
||||
} |
||||
.offcanvas-overlap-left { |
||||
.right-off-canvas-menu { |
||||
-ms-transform: none; |
||||
-webkit-transform: none; |
||||
-moz-transform: none; |
||||
-o-transform: none; |
||||
transform: none; |
||||
z-index: 1003; |
||||
} |
||||
.exit-off-canvas { @include back-link; } |
||||
} |
||||
.offcanvas-overlap-right { |
||||
.left-off-canvas-menu { |
||||
-ms-transform: none; |
||||
-webkit-transform: none; |
||||
-moz-transform: none; |
||||
-o-transform: none; |
||||
transform: none; |
||||
z-index: 1003; |
||||
} |
||||
.exit-off-canvas { @include back-link; } |
||||
} |
||||
|
||||
// Older browsers |
||||
.no-csstransforms { |
||||
.left-off-canvas-menu { left: -($off-canvas-width); } |
||||
.right-off-canvas-menu { right: -($off-canvas-width); } |
||||
|
||||
.move-left > .inner-wrap { right: $off-canvas-width; } |
||||
.move-right > .inner-wrap { left: $off-canvas-width; } |
||||
} |
||||
|
||||
} |
||||
} |
||||
|
||||
// |
||||
// Off-Canvas Submenu Classes |
||||
// |
||||
@mixin off-canvas-submenu($position) { |
||||
@include kill-flicker; |
||||
* { @include kill-flicker; } |
||||
width: $off-canvas-width; |
||||
top: 0; |
||||
bottom: 0; |
||||
position: absolute; |
||||
margin: 0; |
||||
overflow-x: hidden; |
||||
overflow-y: auto; |
||||
background: $off-canvas-bg; |
||||
z-index: 1002; |
||||
box-sizing: content-box; |
||||
-webkit-overflow-scrolling: touch; |
||||
@if $position == left { |
||||
@include translate3d(-100%,0,0); |
||||
left: 0; |
||||
} |
||||
@if $position == right { |
||||
@include translate3d(100%,0,0); |
||||
right: 0; |
||||
} |
||||
-webkit-transition: -webkit-#{$menu-slide}; |
||||
-moz-transition: -moz-#{$menu-slide}; |
||||
-ms-transition: -ms-#{$menu-slide}; |
||||
-o-transition: -o-#{$menu-slide}; |
||||
transition: #{$menu-slide}; |
||||
|
||||
//back button style like label |
||||
.back > a { |
||||
padding: $off-canvas-label-padding; |
||||
color: $off-canvas-label-color; |
||||
text-transform: $off-canvas-label-text-transform; |
||||
font-weight: $off-canvas-label-font-weight; |
||||
background: $off-canvas-back-bg; |
||||
border-top: $off-canvas-back-border-top; |
||||
border-bottom: $off-canvas-back-border-bottom; |
||||
&:hover { |
||||
background: $off-canvas-back-hover-bg; |
||||
border-top: $off-canvas-back-hover-border-top; |
||||
border-bottom: $off-canvas-back-hover-border-bottom; |
||||
} |
||||
margin: $off-canvas-label-margin; |
||||
@if $position == right { |
||||
@if $text-direction == rtl { |
||||
&:before { |
||||
@include icon-double-arrows($position: left); |
||||
} |
||||
} @else { |
||||
&:after { |
||||
@include icon-double-arrows($position: right); |
||||
} |
||||
} |
||||
} |
||||
@if $position == left { |
||||
@if $text-direction == rtl { |
||||
&:after { |
||||
@include icon-double-arrows($position: right); |
||||
} |
||||
} @else { |
||||
&:before { |
||||
@include icon-double-arrows($position: left); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
//Left double angle quote or Right double angle quote chars |
||||
@mixin icon-double-arrows ($position){ |
||||
@if $position == left { |
||||
content: "\AB"; |
||||
@if $text-direction == rtl { |
||||
margin-left: 0.5rem; |
||||
} @else { |
||||
margin-right: 0.5rem; |
||||
} |
||||
} |
||||
@if $position == right { |
||||
content: "\BB"; |
||||
@if $text-direction == rtl { |
||||
margin-right: 0.5rem; |
||||
} @else { |
||||
margin-left: 0.5rem; |
||||
} |
||||
} |
||||
display: inline; |
||||
} |
||||
|
||||
@if $include-html-off-canvas-classes { |
||||
.left-submenu { |
||||
@include off-canvas-submenu($position: left); |
||||
&.move-right { |
||||
@include translate3d(0%,0,0); |
||||
} |
||||
} |
||||
|
||||
.right-submenu { |
||||
@include off-canvas-submenu($position: right); |
||||
&.move-left { |
||||
@include translate3d(0%,0,0); |
||||
} |
||||
} |
||||
|
||||
@if $text-direction == rtl { |
||||
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before { |
||||
@include icon-double-arrows($position: left); |
||||
} |
||||
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after { |
||||
@include icon-double-arrows($position: right); |
||||
} |
||||
} @else { |
||||
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after { |
||||
@include icon-double-arrows($position: right); |
||||
} |
||||
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before { |
||||
@include icon-double-arrows($position: left); |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,368 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// @variables |
||||
// |
||||
$include-html-orbit-classes: $include-html-classes !default; |
||||
|
||||
// We use these to control the caption styles |
||||
$orbit-container-bg: none !default; |
||||
$orbit-caption-bg: rgba(51,51,51, 0.8) !default; |
||||
$orbit-caption-font-color: $white !default; |
||||
$orbit-caption-font-size: rem-calc(14) !default; |
||||
$orbit-caption-position: "bottom" !default; // Supported values: "bottom", "under" |
||||
$orbit-caption-padding: rem-calc(10 14) !default; |
||||
$orbit-caption-height: auto !default; |
||||
|
||||
// We use these to control the left/right nav styles |
||||
$orbit-nav-bg: transparent !default; |
||||
$orbit-nav-bg-hover: rgba(0,0,0,0.3) !default; |
||||
$orbit-nav-arrow-color: $white !default; |
||||
$orbit-nav-arrow-color-hover: $white !default; |
||||
|
||||
// We use these to control the timer styles |
||||
$orbit-timer-bg: rgba(255,255,255,0.3) !default; |
||||
$orbit-timer-show-progress-bar: true !default; |
||||
|
||||
// We use these to control the bullet nav styles |
||||
$orbit-bullet-nav-color: $iron !default; |
||||
$orbit-bullet-nav-color-active: $aluminum !default; |
||||
$orbit-bullet-radius: rem-calc(9) !default; |
||||
|
||||
// We use these to controls the style of slide numbers |
||||
$orbit-slide-number-bg: rgba(0,0,0,0) !default; |
||||
$orbit-slide-number-font-color: $white !default; |
||||
$orbit-slide-number-padding: rem-calc(5) !default; |
||||
|
||||
// Graceful Loading Wrapper and preloader |
||||
$wrapper-class: "slideshow-wrapper" !default; |
||||
$preloader-class: "preloader" !default; |
||||
|
||||
// Hide controls on small |
||||
$orbit-nav-hide-for-small: true !default; |
||||
$orbit-bullet-hide-for-small: true !default; |
||||
$orbit-timer-hide-for-small: true !default; |
||||
|
||||
|
||||
@include exports("orbit") { |
||||
@if $include-html-orbit-classes { |
||||
|
||||
@-webkit-keyframes rotate { |
||||
from { -webkit-transform: rotate(0deg); } |
||||
to { -webkit-transform: rotate(360deg); } |
||||
} |
||||
@-moz-keyframes rotate { |
||||
from { -moz-transform: rotate(0deg); } |
||||
to { -moz-transform: rotate(360deg); } |
||||
} |
||||
@-o-keyframes rotate { |
||||
from { -o-transform: rotate(0deg); } |
||||
to { -o-transform: rotate(360deg); } |
||||
} |
||||
@keyframes rotate { |
||||
from { transform: rotate(0deg); } |
||||
to { transform: rotate(360deg); } |
||||
} |
||||
|
||||
/* Orbit Graceful Loading */ |
||||
.#{$wrapper-class} { |
||||
position: relative; |
||||
|
||||
ul { |
||||
// Prevent bullets showing before .orbit-container is loaded |
||||
list-style-type: none; |
||||
margin: 0; |
||||
|
||||
// Hide all list items |
||||
li, |
||||
li .orbit-caption { display: none; } |
||||
|
||||
// ...except for the first one |
||||
li:first-child { display: block; } |
||||
} |
||||
|
||||
.orbit-container { background-color: transparent; |
||||
|
||||
// Show images when .orbit-container is loaded |
||||
li { display: block; |
||||
|
||||
.orbit-caption { display: block; } |
||||
} |
||||
.orbit-bullets li { |
||||
display: inline-block; |
||||
} |
||||
} |
||||
|
||||
// Orbit preloader |
||||
.#{$preloader-class} { |
||||
display: block; |
||||
width: 40px; |
||||
height: 40px; |
||||
position: absolute; |
||||
top: 50%; |
||||
left: 50%; |
||||
margin-top: -20px; |
||||
margin-left: -20px; |
||||
border: solid 3px; |
||||
border-color: $charcoal $white; |
||||
@include radius(1000px); |
||||
animation-name: rotate; |
||||
animation-duration: 1.5s; |
||||
animation-iteration-count: infinite; |
||||
animation-timing-function: linear; |
||||
} |
||||
} |
||||
|
||||
|
||||
.orbit-container { |
||||
overflow: hidden; |
||||
width: 100%; |
||||
position: relative; |
||||
background: $orbit-container-bg; |
||||
|
||||
.orbit-slides-container { |
||||
list-style: none; |
||||
margin: 0; |
||||
padding: 0; |
||||
position: relative; |
||||
|
||||
// Prevents images (and captions) from disappearing after first rotation on Chrome for Android |
||||
-webkit-transform: translateZ(0); |
||||
|
||||
img { display: block; max-width: 100%; } |
||||
|
||||
&>* { |
||||
position: absolute; |
||||
top: 0; |
||||
width: 100%; |
||||
@if $text-direction == rtl { |
||||
margin-right: 100%; |
||||
} |
||||
@else { |
||||
margin-left: 100%; |
||||
} |
||||
|
||||
&:first-child { |
||||
@if $text-direction == rtl { |
||||
margin-right: 0%; |
||||
} |
||||
@else { |
||||
margin-left: 0%; |
||||
} |
||||
} |
||||
|
||||
.orbit-caption { |
||||
@if $orbit-caption-position == "bottom" { |
||||
position: absolute; |
||||
bottom: 0; |
||||
} @else if $orbit-caption-position == "under" { |
||||
position: relative; |
||||
} |
||||
|
||||
background-color: $orbit-caption-bg; |
||||
color: $orbit-caption-font-color; |
||||
width: 100%; |
||||
padding: $orbit-caption-padding; |
||||
font-size: $orbit-caption-font-size; |
||||
} |
||||
} |
||||
} |
||||
|
||||
.orbit-slide-number { |
||||
position: absolute; |
||||
top: 10px; |
||||
#{$default-float}: 10px; |
||||
font-size: 12px; |
||||
span { font-weight: 700; padding: $orbit-slide-number-padding;} |
||||
color: $orbit-slide-number-font-color; |
||||
background: $orbit-slide-number-bg; |
||||
z-index: 10; |
||||
} |
||||
|
||||
.orbit-timer { |
||||
position: absolute; |
||||
top: 12px; |
||||
#{$opposite-direction}: 10px; |
||||
height: 6px; |
||||
width: 100px; |
||||
z-index: 10; |
||||
.orbit-progress { |
||||
@if $orbit-timer-show-progress-bar { |
||||
height: 3px; |
||||
background-color: $orbit-timer-bg; |
||||
display: block; |
||||
width: 0%; |
||||
position: relative; |
||||
right: 20px; |
||||
top: 5px; |
||||
} |
||||
} |
||||
|
||||
// Play button |
||||
& > span { |
||||
display: none; |
||||
position: absolute; |
||||
top: 0px; |
||||
#{$opposite-direction}: 0; |
||||
width: 11px; |
||||
height: 14px; |
||||
border: solid 4px $white; |
||||
border-top: none; |
||||
border-bottom: none; |
||||
} |
||||
|
||||
// Pause button |
||||
&.paused { |
||||
& > span { |
||||
#{$opposite-direction}: -4px; |
||||
top: 0px; |
||||
width: 11px; |
||||
height: 14px; |
||||
border: inset 8px; |
||||
border-left-style: solid; |
||||
border-color: transparent; |
||||
border-left-color: $white; |
||||
&.dark { |
||||
border-left-color: $oil; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
|
||||
|
||||
&:hover .orbit-timer > span { display: block; } |
||||
|
||||
// Let's get those controls to be right in the center on each side |
||||
.orbit-prev, |
||||
.orbit-next { |
||||
position: absolute; |
||||
top: 45%; |
||||
margin-top: -25px; |
||||
width: 36px; |
||||
height: 60px; |
||||
line-height: 50px; |
||||
color: white; |
||||
background-color: $orbit-nav-bg; |
||||
text-indent: -9999px !important; |
||||
z-index: 10; |
||||
|
||||
&:hover { |
||||
background-color: $orbit-nav-bg-hover; |
||||
} |
||||
|
||||
& > span { |
||||
position: absolute; |
||||
top: 50%; |
||||
margin-top: -10px; |
||||
display: block; |
||||
width: 0; |
||||
height: 0; |
||||
border: inset 10px; |
||||
} |
||||
} |
||||
.orbit-prev { #{$default-float}: 0; |
||||
& > span { |
||||
border-#{$opposite-direction}-style: solid; |
||||
border-color: transparent; |
||||
border-#{$opposite-direction}-color: $orbit-nav-arrow-color; |
||||
} |
||||
&:hover > span { |
||||
border-#{$opposite-direction}-color: $orbit-nav-arrow-color-hover; |
||||
} |
||||
} |
||||
.orbit-next { #{$opposite-direction}: 0; |
||||
& > span { |
||||
border-color: transparent; |
||||
border-#{$default-float}-style: solid; |
||||
border-#{$default-float}-color: $orbit-nav-arrow-color; |
||||
#{$default-float}: 50%; |
||||
margin-#{$default-float}: -4px; |
||||
} |
||||
&:hover > span { |
||||
border-#{$default-float}-color: $orbit-nav-arrow-color-hover; |
||||
} |
||||
} |
||||
} |
||||
|
||||
.orbit-bullets-container { text-align: center; } |
||||
.orbit-bullets { |
||||
margin: 0 auto 30px auto; |
||||
overflow: hidden; |
||||
position: relative; |
||||
top: 10px; |
||||
float: none; |
||||
text-align: center; |
||||
display: block; |
||||
|
||||
li { |
||||
cursor:pointer; |
||||
display: inline-block; |
||||
width: $orbit-bullet-radius; |
||||
height: $orbit-bullet-radius; |
||||
background: $orbit-bullet-nav-color; |
||||
// float: $default-float; |
||||
float: none; |
||||
margin-#{$opposite-direction}: 6px; |
||||
@include radius(1000px); |
||||
|
||||
&.active { |
||||
background: $orbit-bullet-nav-color-active; |
||||
} |
||||
|
||||
&:last-child { margin-#{$opposite-direction}: 0; } |
||||
} |
||||
} |
||||
|
||||
.touch { |
||||
.orbit-container { |
||||
.orbit-prev, |
||||
.orbit-next { display: none; } |
||||
} |
||||
|
||||
.orbit-bullets { display: none; } |
||||
} |
||||
|
||||
|
||||
@media #{$medium-up} { |
||||
|
||||
.touch { |
||||
.orbit-container { |
||||
.orbit-prev, |
||||
.orbit-next { display: inherit; } |
||||
} |
||||
|
||||
.orbit-bullets { display: block; } |
||||
} |
||||
|
||||
} |
||||
|
||||
@media #{$small-only} { |
||||
.orbit-stack-on-small { |
||||
.orbit-slides-container {height: auto !important;} |
||||
.orbit-slides-container > * { |
||||
position: relative; |
||||
margin:0% !important; |
||||
opacity:1 !important; |
||||
} |
||||
|
||||
.orbit-slide-number { |
||||
display: none; |
||||
} |
||||
} |
||||
|
||||
@if $orbit-timer-hide-for-small { |
||||
.orbit-timer{display: none;} |
||||
} |
||||
@if $orbit-nav-hide-for-small { |
||||
.orbit-next,.orbit-prev{display: none;} |
||||
} |
||||
@if $orbit-bullet-hide-for-small { |
||||
.orbit-bullets{display: none;} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,162 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
$include-pagination-classes: $include-html-classes !default; |
||||
|
||||
// We use these to control the pagination container |
||||
$pagination-height: rem-calc(24) !default; |
||||
$pagination-margin: rem-calc(-5) !default; |
||||
|
||||
// We use these to set the list-item properties |
||||
$pagination-li-float: $default-float !default; |
||||
$pagination-li-height: rem-calc(24) !default; |
||||
$pagination-li-font-color: $jet !default; |
||||
$pagination-li-font-size: rem-calc(14) !default; |
||||
$pagination-li-margin: rem-calc(5) !default; |
||||
|
||||
// We use these for the pagination anchor links |
||||
$pagination-link-pad: rem-calc(1 10 1) !default; |
||||
$pagination-link-font-color: $aluminum !default; |
||||
$pagination-link-active-bg: scale-color($white, $lightness: -10%) !default; |
||||
|
||||
// We use these for disabled anchor links |
||||
$pagination-link-unavailable-cursor: default !default; |
||||
$pagination-link-unavailable-font-color: $aluminum !default; |
||||
$pagination-link-unavailable-bg-active: transparent !default; |
||||
|
||||
// We use these for currently selected anchor links |
||||
$pagination-link-current-background: $primary-color !default; |
||||
$pagination-link-current-font-color: $white !default; |
||||
$pagination-link-current-font-weight: $font-weight-bold !default; |
||||
$pagination-link-current-cursor: default !default; |
||||
$pagination-link-current-active-bg: $primary-color !default; |
||||
|
||||
// @mixins |
||||
// |
||||
// Style the pagination container. Currently only used when centering elements. |
||||
// $center - Default: false, Options: true |
||||
@mixin pagination-container($center:false) { |
||||
@if $center { text-align: center; } |
||||
} |
||||
|
||||
// @mixins |
||||
// Style unavailable list items |
||||
@mixin pagination-unavailable-item { |
||||
a, button { |
||||
cursor: $pagination-link-unavailable-cursor; |
||||
color: $pagination-link-unavailable-font-color; |
||||
} |
||||
&:hover a, |
||||
& a:focus, |
||||
|
||||
&:hover button, |
||||
& button:focus |
||||
{ background: $pagination-link-unavailable-bg-active; } |
||||
} |
||||
// @mixins |
||||
// Style the current list item. Do not assume that the current item has |
||||
// an anchor <a> element. |
||||
// $has-anchor - Default: true, Options: false |
||||
@mixin pagination-current-item($has-anchor: true) { |
||||
@if $has-anchor { |
||||
a, button { |
||||
background: $pagination-link-current-background; |
||||
color: $pagination-link-current-font-color; |
||||
font-weight: $pagination-link-current-font-weight; |
||||
cursor: $pagination-link-current-cursor; |
||||
|
||||
&:hover, |
||||
&:focus { background: $pagination-link-current-active-bg; } |
||||
} |
||||
} @else { |
||||
height: auto; |
||||
padding: $pagination-link-pad; |
||||
background: $pagination-link-current-background; |
||||
color: $pagination-link-current-font-color; |
||||
font-weight: $pagination-link-current-font-weight; |
||||
cursor: $pagination-link-current-cursor; |
||||
@include radius; |
||||
|
||||
&:hover, |
||||
&:focus { background: $pagination-link-current-active-bg; } |
||||
} |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this mixin to set the properties for the creating Foundation pagination |
||||
// $center - Left or center align the li elements. Default: false |
||||
// $base-style - Sets base styles for pagination. Default: true, Options: false |
||||
// $use-default-classes - Makes unavailable & current classes available for use. Default: true |
||||
@mixin pagination($center:false, $base-style:true, $use-default-classes:true) { |
||||
|
||||
@if $base-style { |
||||
display: block; |
||||
min-height: $pagination-height; |
||||
margin-#{$default-float}: $pagination-margin; |
||||
|
||||
li { |
||||
height: $pagination-li-height; |
||||
color: $pagination-li-font-color; |
||||
font-size: $pagination-li-font-size; |
||||
margin-#{$default-float}: $pagination-li-margin; |
||||
|
||||
a, button { |
||||
display: block; |
||||
padding: $pagination-link-pad; |
||||
color: $pagination-link-font-color; |
||||
background: none; |
||||
@include radius; |
||||
font-weight: normal; |
||||
font-size: 1em; |
||||
line-height: inherit; |
||||
@include single-transition(background-color); |
||||
} |
||||
|
||||
&:hover a, |
||||
a:focus, |
||||
&:hover button, |
||||
button:focus |
||||
{ background: $pagination-link-active-bg; } |
||||
|
||||
@if $use-default-classes { |
||||
&.unavailable { @include pagination-unavailable-item(); } |
||||
&.current { @include pagination-current-item(); } |
||||
} |
||||
} |
||||
} |
||||
|
||||
// Left or center align the li elements |
||||
li { |
||||
@if $center { |
||||
float: none; |
||||
display: inline-block; |
||||
} @else { |
||||
float: $pagination-li-float; |
||||
display: block; |
||||
} |
||||
} |
||||
} |
||||
|
||||
@include exports("pagination") { |
||||
@if $include-pagination-classes { |
||||
ul.pagination { |
||||
@include pagination; |
||||
} |
||||
|
||||
/* Pagination centred wrapper */ |
||||
.pagination-centered { |
||||
@include pagination-container(true); |
||||
|
||||
ul.pagination { |
||||
@include pagination(true, false); |
||||
} |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,95 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
$include-html-panel-classes: $include-html-classes !default; |
||||
|
||||
// We use these to control the background and border styles |
||||
$panel-bg: scale-color($white, $lightness: -5%) !default; |
||||
$panel-border-style: solid !default; |
||||
$panel-border-size: 1px !default; |
||||
|
||||
// We use this % to control how much we darken things on hover |
||||
$panel-function-factor: -11% !default; |
||||
$panel-border-color: scale-color($panel-bg, $lightness: $panel-function-factor) !default; |
||||
|
||||
// We use these to set default inner padding and bottom margin |
||||
$panel-margin-bottom: rem-calc(20) !default; |
||||
$panel-padding: rem-calc(20) !default; |
||||
|
||||
// We use these to set default font colors |
||||
$panel-font-color: $oil !default; |
||||
$panel-font-color-alt: $white !default; |
||||
|
||||
$panel-header-adjust: true !default; |
||||
$callout-panel-link-color: $primary-color !default; |
||||
// |
||||
// @mixins |
||||
// |
||||
// We use this mixin to create panels. |
||||
// $bg - Sets the panel background color. Default: $panel-pg || scale-color($white, $lightness: -5%) !default |
||||
// $padding - Sets the panel padding amount. Default: $panel-padding || rem-calc(20) |
||||
// $adjust - Sets the font color based on the darkness of the bg & resets header line-heights for panels. Default: $panel-header-adjust || true |
||||
@mixin panel($bg:$panel-bg, $padding:$panel-padding, $adjust:$panel-header-adjust) { |
||||
|
||||
@if $bg { |
||||
$bg-lightness: lightness($bg); |
||||
|
||||
border-style: $panel-border-style; |
||||
border-width: $panel-border-size; |
||||
border-color: scale-color($bg, $lightness: $panel-function-factor); |
||||
margin-bottom: $panel-margin-bottom; |
||||
padding: $padding; |
||||
|
||||
background: $bg; |
||||
@if $bg-lightness >= 50% { color: $panel-font-color; } |
||||
@else { color: $panel-font-color-alt; } |
||||
|
||||
// Respect the padding, fool. |
||||
&>:first-child { margin-top: 0; } |
||||
&>:last-child { margin-bottom: 0; } |
||||
|
||||
@if $adjust { |
||||
// We set the font color based on the darkness of the bg. |
||||
@if $bg-lightness >= 50% { |
||||
h1,h2,h3,h4,h5,h6,p,li,dl { color: $panel-font-color; } |
||||
} |
||||
@else { |
||||
h1,h2,h3,h4,h5,h6,p,li,dl { color: $panel-font-color-alt; } |
||||
} |
||||
|
||||
// reset header line-heights for panels |
||||
h1,h2,h3,h4,h5,h6 { |
||||
line-height: 1; margin-bottom: rem-calc(20) / 2; |
||||
&.subheader { line-height: 1.4; } |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
@include exports("panel") { |
||||
@if $include-html-panel-classes { |
||||
|
||||
/* Panels */ |
||||
.panel { @include panel; |
||||
|
||||
&.callout { |
||||
@include panel(scale-color($primary-color, $lightness: 94%)); |
||||
a:not(.button) { |
||||
color: $callout-panel-link-color; |
||||
} |
||||
} |
||||
|
||||
&.radius { |
||||
@include radius; |
||||
} |
||||
|
||||
} |
||||
|
||||
} |
||||
} |
@ -0,0 +1,150 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
$include-html-pricing-classes: $include-html-classes !default; |
||||
|
||||
// We use this to control the border color |
||||
$price-table-border: solid 1px $gainsboro !default; |
||||
|
||||
// We use this to control the bottom margin of the pricing table |
||||
$price-table-margin-bottom: rem-calc(20) !default; |
||||
|
||||
// We use these to control the title styles |
||||
$price-title-bg: $oil !default; |
||||
$price-title-padding: rem-calc(15 20) !default; |
||||
$price-title-align: center !default; |
||||
$price-title-color: $smoke !default; |
||||
$price-title-weight: $font-weight-normal !default; |
||||
$price-title-size: rem-calc(16) !default; |
||||
$price-title-font-family: $body-font-family !default; |
||||
|
||||
// We use these to control the price styles |
||||
$price-money-bg: $vapor !default; |
||||
$price-money-padding: rem-calc(15 20) !default; |
||||
$price-money-align: center !default; |
||||
$price-money-color: $oil !default; |
||||
$price-money-weight: $font-weight-normal !default; |
||||
$price-money-size: rem-calc(32) !default; |
||||
$price-money-font-family: $body-font-family !default; |
||||
|
||||
|
||||
// We use these to control the description styles |
||||
$price-bg: $white !default; |
||||
$price-desc-color: $monsoon !default; |
||||
$price-desc-padding: rem-calc(15) !default; |
||||
$price-desc-align: center !default; |
||||
$price-desc-font-size: rem-calc(12) !default; |
||||
$price-desc-weight: $font-weight-normal !default; |
||||
$price-desc-line-height: 1.4 !default; |
||||
$price-desc-bottom-border: dotted 1px $gainsboro !default; |
||||
|
||||
// We use these to control the list item styles |
||||
$price-item-color: $oil !default; |
||||
$price-item-padding: rem-calc(15) !default; |
||||
$price-item-align: center !default; |
||||
$price-item-font-size: rem-calc(14) !default; |
||||
$price-item-weight: $font-weight-normal !default; |
||||
$price-item-bottom-border: dotted 1px $gainsboro !default; |
||||
|
||||
// We use these to control the CTA area styles |
||||
$price-cta-bg: $white !default; |
||||
$price-cta-align: center !default; |
||||
$price-cta-padding: rem-calc(20 20 0) !default; |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this to create the container element for the pricing tables |
||||
@mixin pricing-table-container { |
||||
border: $price-table-border; |
||||
margin-#{$default-float}: 0; |
||||
margin-bottom: $price-table-margin-bottom; |
||||
|
||||
& * { |
||||
list-style: none; |
||||
line-height: 1; |
||||
} |
||||
} |
||||
// @mixins |
||||
// |
||||
// We use this mixin to create the pricing table title styles |
||||
@mixin pricing-table-title { |
||||
background-color: $price-title-bg; |
||||
padding: $price-title-padding; |
||||
text-align: $price-title-align; |
||||
color: $price-title-color; |
||||
font-weight: $price-title-weight; |
||||
font-size: $price-title-size; |
||||
font-family: $price-title-font-family; |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this mixin to control the pricing table price styles |
||||
@mixin pricing-table-price { |
||||
background-color: $price-money-bg; |
||||
padding: $price-money-padding; |
||||
text-align: $price-money-align; |
||||
color: $price-money-color; |
||||
font-weight: $price-money-weight; |
||||
font-size: $price-money-size; |
||||
font-family: $price-money-font-family; |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this mixin to create the description styles for the pricing table |
||||
@mixin pricing-table-description { |
||||
background-color: $price-bg; |
||||
padding: $price-desc-padding; |
||||
text-align: $price-desc-align; |
||||
color: $price-desc-color; |
||||
font-size: $price-desc-font-size; |
||||
font-weight: $price-desc-weight; |
||||
line-height: $price-desc-line-height; |
||||
border-bottom: $price-desc-bottom-border; |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this mixin to style the bullet items in the pricing table |
||||
@mixin pricing-table-bullet { |
||||
background-color: $price-bg; |
||||
padding: $price-item-padding; |
||||
text-align: $price-item-align; |
||||
color: $price-item-color; |
||||
font-size: $price-item-font-size; |
||||
font-weight: $price-item-weight; |
||||
border-bottom: $price-item-bottom-border; |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this mixin to style the CTA area of the pricing tables |
||||
@mixin pricing-table-cta { |
||||
background-color: $price-cta-bg; |
||||
text-align: $price-cta-align; |
||||
padding: $price-cta-padding; |
||||
} |
||||
|
||||
@include exports("pricing-table") { |
||||
@if $include-html-pricing-classes { |
||||
|
||||
/* Pricing Tables */ |
||||
.pricing-table { |
||||
@include pricing-table-container; |
||||
|
||||
.title { @include pricing-table-title; } |
||||
.price { @include pricing-table-price; } |
||||
.description { @include pricing-table-description; } |
||||
.bullet-item { @include pricing-table-bullet; } |
||||
.cta-button { @include pricing-table-cta; } |
||||
} |
||||
|
||||
} |
||||
} |
@ -0,0 +1,79 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
$include-html-media-classes: $include-html-classes !default; |
||||
|
||||
// We use this to set the progress bar height |
||||
$progress-bar-height: rem-calc(25) !default; |
||||
$progress-bar-color: $vapor !default; |
||||
|
||||
// We use these to control the border styles |
||||
$progress-bar-border-color: scale-color($white, $lightness: 20%) !default; |
||||
$progress-bar-border-size: 1px !default; |
||||
$progress-bar-border-style: solid !default; |
||||
$progress-bar-border-radius: $global-radius !default; |
||||
|
||||
// We use these to control the margin & padding |
||||
$progress-bar-pad: rem-calc(2) !default; |
||||
$progress-bar-margin-bottom: rem-calc(10) !default; |
||||
|
||||
// We use these to set the meter colors |
||||
$progress-meter-color: $primary-color !default; |
||||
$progress-meter-secondary-color: $secondary-color !default; |
||||
$progress-meter-success-color: $success-color !default; |
||||
$progress-meter-alert-color: $alert-color !default; |
||||
|
||||
// @mixins |
||||
// |
||||
// We use this to set up the progress bar container |
||||
@mixin progress-container { |
||||
background-color: $progress-bar-color; |
||||
height: $progress-bar-height; |
||||
border: $progress-bar-border-size $progress-bar-border-style $progress-bar-border-color; |
||||
padding: $progress-bar-pad; |
||||
margin-bottom: $progress-bar-margin-bottom; |
||||
} |
||||
|
||||
// @mixins |
||||
// |
||||
// $bg - Default: $progress-meter-color || $primary-color |
||||
@mixin progress-meter($bg:$progress-meter-color) { |
||||
background: $bg; |
||||
height: 100%; |
||||
display: block; |
||||
} |
||||
|
||||
|
||||
@include exports("progress-bar") { |
||||
@if $include-html-media-classes { |
||||
|
||||
/* Progress Bar */ |
||||
.progress { |
||||
@include progress-container; |
||||
|
||||
// Meter |
||||
.meter { |
||||
@include progress-meter; |
||||
} |
||||
&.secondary .meter { @include progress-meter($bg:$progress-meter-secondary-color); } |
||||
&.success .meter { @include progress-meter($bg:$progress-meter-success-color); } |
||||
&.alert .meter { @include progress-meter($bg:$progress-meter-alert-color); } |
||||
|
||||
&.radius { @include radius($progress-bar-border-radius); |
||||
.meter { @include radius($progress-bar-border-radius - 1); } |
||||
} |
||||
|
||||
&.round { @include radius(1000px); |
||||
.meter { @include radius(999px); } |
||||
} |
||||
|
||||
} |
||||
|
||||
} |
||||
} |
@ -0,0 +1,168 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @name _range-slider.scss |
||||
// @dependencies _global.scss |
||||
// |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
|
||||
$include-html-range-slider-classes: $include-html-classes !default; |
||||
|
||||
// These variabels define the slider bar styles |
||||
$range-slider-bar-width: 100% !default; |
||||
$range-slider-bar-height: rem-calc(16) !default; |
||||
|
||||
$range-slider-bar-border-width: 1px !default; |
||||
$range-slider-bar-border-style: solid !default; |
||||
$range-slider-bar-border-color: $gainsboro !default; |
||||
$range-slider-radius: $global-radius !default; |
||||
$range-slider-round: $global-rounded !default; |
||||
$range-slider-bar-bg-color: $ghost !default; |
||||
$range-slider-active-segment-bg-color: scale-color($secondary-color, $lightness: -1%) !default; |
||||
|
||||
// Vertical bar styles |
||||
$range-slider-vertical-bar-width: rem-calc(16) !default; |
||||
$range-slider-vertical-bar-height: rem-calc(200) !default; |
||||
|
||||
// These variabels define the slider handle styles |
||||
$range-slider-handle-width: rem-calc(32) !default; |
||||
$range-slider-handle-height: rem-calc(22) !default; |
||||
$range-slider-handle-position-top: rem-calc(-5) !default; |
||||
$range-slider-handle-bg-color: $primary-color !default; |
||||
$range-slider-handle-border-width: 1px !default; |
||||
$range-slider-handle-border-style: solid !default; |
||||
$range-slider-handle-border-color: none !default; |
||||
$range-slider-handle-radius: $global-radius !default; |
||||
$range-slider-handle-round: $global-rounded !default; |
||||
$range-slider-handle-bg-hover-color: scale-color($primary-color, $lightness: -12%) !default; |
||||
$range-slider-handle-cursor: pointer !default; |
||||
|
||||
$range-slider-disabled-opacity: 0.7 !default; |
||||
|
||||
// |
||||
// @mixins |
||||
// |
||||
|
||||
@mixin range-slider-bar-base($vertical: false) { |
||||
display: block; |
||||
position: relative; |
||||
width: $range-slider-bar-width; |
||||
height: $range-slider-bar-height; |
||||
border: $range-slider-bar-border-width $range-slider-bar-border-style $range-slider-bar-border-color; |
||||
margin: rem-calc(20 0); |
||||
-ms-touch-action: none; |
||||
touch-action: none; |
||||
@if $vertical == true { |
||||
display: inline-block; |
||||
width: $range-slider-vertical-bar-width; |
||||
height: $range-slider-vertical-bar-height; |
||||
} |
||||
} |
||||
@mixin range-slider-bar-style( |
||||
$bg: true, |
||||
$radius: false, |
||||
$round: false, |
||||
$disabled: false) { |
||||
@if $bg == true { background: $range-slider-bar-bg-color; } |
||||
@if $radius == true { @include radius($range-slider-radius); } |
||||
@if $round == true { @include radius($range-slider-round); } |
||||
@if $disabled == true { |
||||
cursor: $cursor-default-value; |
||||
opacity: $range-slider-disabled-opacity; |
||||
} |
||||
} |
||||
|
||||
@mixin range-slider-bar( |
||||
$bg: $range-slider-bar-bg-color, |
||||
$radius:false) { |
||||
@include range-slider-bar-base; |
||||
@include range-slider-bar-style; |
||||
} |
||||
|
||||
@mixin range-slider-handle-base() { |
||||
display: inline-block; |
||||
position: absolute; |
||||
z-index: 1; |
||||
top: $range-slider-handle-position-top; |
||||
width: $range-slider-handle-width; |
||||
height: $range-slider-handle-height; |
||||
border: $range-slider-handle-border-width $range-slider-handle-border-style $range-slider-handle-border-color; |
||||
cursor: $range-slider-handle-cursor; |
||||
|
||||
// This removes the 300ms touch delay on Windows 8 |
||||
-ms-touch-action: manipulation; |
||||
touch-action: manipulation; |
||||
} |
||||
@mixin range-slider-handle-style( |
||||
$bg: true, |
||||
$radius: false, |
||||
$round: false, |
||||
$disabled: false) { |
||||
@if $bg == true { background: $range-slider-handle-bg-color; } |
||||
@if $radius == true { @include radius($range-slider-radius); } |
||||
@if $round == true { @include radius($range-slider-round); } |
||||
@if $disabled == true { |
||||
cursor: $cursor-default-value; |
||||
opacity: $range-slider-disabled-opacity; |
||||
} |
||||
&:hover { |
||||
background: $range-slider-handle-bg-hover-color; |
||||
} |
||||
} |
||||
@mixin range-slider-handle() { |
||||
@include range-slider-handle-base; |
||||
@include range-slider-handle-style; |
||||
} |
||||
|
||||
// CSS Generation |
||||
@include exports("range-slider-bar") { |
||||
@if $include-html-range-slider-classes { |
||||
.range-slider { |
||||
@include range-slider-bar-base; |
||||
@include range-slider-bar-style($bg:true, $radius:false); |
||||
&.vertical-range { |
||||
@include range-slider-bar-base($vertical: true); |
||||
.range-slider-handle { |
||||
margin-top: 0; |
||||
margin-#{$default-float}: -($range-slider-handle-width / 4); |
||||
position: absolute; |
||||
bottom: -($range-slider-vertical-bar-height - $range-slider-handle-width); |
||||
} |
||||
.range-slider-active-segment { |
||||
width: $range-slider-bar-height - rem-calc((strip-unit($range-slider-bar-border-width) * 2)); |
||||
height: auto; |
||||
bottom: 0; |
||||
} |
||||
} |
||||
&.radius { |
||||
@include range-slider-bar-style($radius:true); |
||||
.range-slider-handle { @include range-slider-handle-style($radius: true); } |
||||
} |
||||
&.round { |
||||
@include range-slider-bar-style($round:true); |
||||
.range-slider-handle { @include range-slider-handle-style($round: true); } |
||||
} |
||||
&.disabled, &[disabled] { |
||||
@include range-slider-bar-style($disabled:true); |
||||
.range-slider-handle { @include range-slider-handle-style($disabled: true); } |
||||
} |
||||
} |
||||
.range-slider-active-segment { |
||||
display: inline-block; |
||||
position: absolute; |
||||
height: $range-slider-bar-height - rem-calc((strip-unit($range-slider-bar-border-width) * 2)); |
||||
background: $range-slider-active-segment-bg-color; |
||||
} |
||||
.range-slider-handle { |
||||
@include range-slider-handle-base; |
||||
@include range-slider-handle-style($bg:true, $radius: false); |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,221 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
@import "grid"; |
||||
|
||||
// |
||||
// @name _reveal.scss |
||||
// @dependencies _global.scss |
||||
// |
||||
|
||||
$include-html-reveal-classes: $include-html-classes !default; |
||||
|
||||
// We use these to control the style of the reveal overlay. |
||||
$reveal-overlay-bg: rgba($black, .45) !default; |
||||
$reveal-overlay-bg-old: $black !default; |
||||
|
||||
// We use these to control the style of the modal itself. |
||||
$reveal-modal-bg: $white !default; |
||||
$reveal-position-top: rem-calc(100) !default; |
||||
$reveal-default-width: 80% !default; |
||||
$reveal-max-width: $row-width !default; |
||||
$reveal-modal-padding: rem-calc(20) !default; |
||||
$reveal-box-shadow: 0 0 10px rgba($black,.4) !default; |
||||
|
||||
// We use these to style the reveal close button |
||||
$reveal-close-font-size: rem-calc(40) !default; |
||||
$reveal-close-top: rem-calc(8) !default; |
||||
$reveal-close-side: rem-calc(11) !default; |
||||
$reveal-close-color: $base !default; |
||||
$reveal-close-weight: $font-weight-bold !default; |
||||
|
||||
// We use this to set the default radius used throughout the core. |
||||
$reveal-radius: $global-radius !default; |
||||
$reveal-round: $global-rounded !default; |
||||
|
||||
// We use these to control the modal border |
||||
$reveal-border-style: solid !default; |
||||
$reveal-border-width: 1px !default; |
||||
$reveal-border-color: $steel !default; |
||||
|
||||
$reveal-modal-class: "reveal-modal" !default; |
||||
$close-reveal-modal-class: "close-reveal-modal" !default; |
||||
|
||||
// |
||||
// @mixins |
||||
// |
||||
|
||||
// We use this to create the reveal background overlay styles |
||||
@mixin reveal-bg( $include-z-index-value: true ) { |
||||
position: fixed; |
||||
top: 0; |
||||
bottom: 0; |
||||
left: 0; |
||||
right: 0; |
||||
background: $reveal-overlay-bg-old; // Autoprefixer should be used to avoid such variables needed when Foundation for Sites can do so in the near future. |
||||
background: $reveal-overlay-bg; |
||||
z-index: if( $include-z-index-value, 1004, auto ); |
||||
display: none; |
||||
#{$default-float}: 0; |
||||
} |
||||
|
||||
// We use this mixin to create the structure of a reveal modal |
||||
// |
||||
// $base-style - Provides reveal base styles, can be set to false to override. Default: true, Options: false |
||||
// $width - Sets reveal width Default: $reveal-default-width || 80% |
||||
// |
||||
@mixin reveal-modal-base( $base-style: true, $width:$reveal-default-width, $max-width:$reveal-max-width, $border-radius: $reveal-radius) { |
||||
@if $base-style { |
||||
visibility: hidden; |
||||
display: none; |
||||
position: absolute; |
||||
z-index: 1005; |
||||
width: 100vw; |
||||
top:0; |
||||
border-radius: $border-radius; |
||||
#{$default-float}: 0; |
||||
|
||||
@media #{$small-only} { |
||||
min-height:100vh; |
||||
} |
||||
|
||||
// Make sure rows don't have a min-width on them |
||||
.column, .columns { min-width: 0; } |
||||
|
||||
// Get rid of margin from first and last element inside modal |
||||
& > :first-child { margin-top: 0; } |
||||
|
||||
& > :last-child { margin-bottom: 0; } |
||||
} |
||||
|
||||
@if $width { |
||||
@media #{$medium-up} { |
||||
width: $width; |
||||
max-width: $max-width; |
||||
left: 0; |
||||
right: 0; |
||||
margin: 0 auto; |
||||
} |
||||
} |
||||
} |
||||
|
||||
// We use this to style the reveal modal defaults |
||||
// |
||||
// $bg - Sets background color of reveal modal. Default: $reveal-modal-bg || $white |
||||
// $padding - Padding to apply to reveal modal. Default: $reveal-modal-padding. |
||||
// $border - Choose whether reveal uses a border. Default: true, Options: false |
||||
// $border-style - Set reveal border style. Default: $reveal-border-style || solid |
||||
// $border-width - Width of border (i.e. 1px). Default: $reveal-border-width. |
||||
// $border-color - Color of border. Default: $reveal-border-color. |
||||
// $box-shadow - Choose whether or not to include the default box-shadow. Default: true, Options: false |
||||
// $radius - If true, set to modal radius which is $global-radius || explicitly set radius amount in px (ex. $radius:10px). Default: false |
||||
// $top-offset - Default: $reveal-position-top || 50px |
||||
@mixin reveal-modal-style( |
||||
$bg:false, |
||||
$padding:false, |
||||
$border:false, |
||||
$border-style:$reveal-border-style, |
||||
$border-width:$reveal-border-width, |
||||
$border-color:$reveal-border-color, |
||||
$box-shadow:false, |
||||
$radius:false, |
||||
$top-offset:false) { |
||||
|
||||
@if $bg { background-color: $bg; } |
||||
@if $padding != false { padding: $padding; } |
||||
|
||||
@if $border { border: $border-style $border-width $border-color; } |
||||
|
||||
// We can choose whether or not to include the default box-shadow. |
||||
@if $box-shadow { |
||||
box-shadow: $reveal-box-shadow; |
||||
} |
||||
|
||||
// We can control how much radius is used on the modal |
||||
@if $radius == true { @include radius($reveal-radius); } |
||||
@else if $radius { @include radius($radius); } |
||||
|
||||
@if $top-offset { |
||||
@media #{$medium-up} { |
||||
top: $top-offset; |
||||
} |
||||
} |
||||
} |
||||
|
||||
// We use this to create a close button for the reveal modal |
||||
// |
||||
// $color - Default: $reveal-close-color || $base |
||||
@mixin reveal-close($color:$reveal-close-color) { |
||||
font-size: $reveal-close-font-size; |
||||
line-height: 1; |
||||
position: absolute; |
||||
top: $reveal-close-top; |
||||
#{$opposite-direction}: $reveal-close-side; |
||||
color: $color; |
||||
font-weight: $reveal-close-weight; |
||||
cursor: $cursor-pointer-value; |
||||
} |
||||
|
||||
@include exports("reveal") { |
||||
@if $include-html-reveal-classes { |
||||
|
||||
// Reveal Modals |
||||
.reveal-modal-bg { @include reveal-bg; } |
||||
|
||||
.#{$reveal-modal-class} { |
||||
@include reveal-modal-base; |
||||
@include reveal-modal-style( |
||||
$bg:$reveal-modal-bg, |
||||
$padding:$reveal-modal-padding, |
||||
$border:true, |
||||
$box-shadow:true, |
||||
$radius:false, |
||||
$top-offset:$reveal-position-top |
||||
); |
||||
@include reveal-modal-style($padding:$reveal-modal-padding * 1.5); |
||||
|
||||
&.radius { @include reveal-modal-style($radius:true); } |
||||
&.round { @include reveal-modal-style($radius:$reveal-round); } |
||||
&.collapse { @include reveal-modal-style($padding:0); } |
||||
&.tiny { @include reveal-modal-base(false, 30%); } |
||||
&.small { @include reveal-modal-base(false, 40%); } |
||||
&.medium { @include reveal-modal-base(false, 60%); } |
||||
&.large { @include reveal-modal-base(false, 70%); } |
||||
&.xlarge { @include reveal-modal-base(false, 95%); } |
||||
&.full { |
||||
@include reveal-modal-base(false, 100vw); |
||||
top:0; |
||||
left:0; |
||||
height:100%; |
||||
height: 100vh; |
||||
min-height:100vh; |
||||
margin-left: 0 !important; |
||||
} |
||||
|
||||
.#{$close-reveal-modal-class} { @include reveal-close; } |
||||
} |
||||
|
||||
dialog { |
||||
@extend .#{$reveal-modal-class}; |
||||
display: none; |
||||
|
||||
&::backdrop, & + .backdrop { |
||||
@include reveal-bg(false); |
||||
} |
||||
|
||||
&[open]{ |
||||
display: block; |
||||
} |
||||
} |
||||
|
||||
// Reveal Print Styles: It should be invisible, adds no value being printed. |
||||
@media print { |
||||
dialog, .#{$reveal-modal-class} { |
||||
display: none; |
||||
background: $white !important; |
||||
} |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,116 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
|
||||
$include-html-nav-classes: $include-html-classes !default; |
||||
|
||||
// We use this to control padding. |
||||
$side-nav-padding: rem-calc(14 0) !default; |
||||
|
||||
// We use these to control list styles. |
||||
$side-nav-list-type: none !default; |
||||
$side-nav-list-position: outside !default; |
||||
$side-nav-list-margin: rem-calc(0 0 7 0) !default; |
||||
|
||||
// We use these to control link styles. |
||||
$side-nav-link-color: $primary-color !default; |
||||
$side-nav-link-color-active: scale-color($side-nav-link-color, $lightness: 30%) !default; |
||||
$side-nav-link-color-hover: scale-color($side-nav-link-color, $lightness: 30%) !default; |
||||
$side-nav-link-bg-hover: hsla(0, 0, 0, 0.025) !default; |
||||
$side-nav-link-margin: 0 !default; |
||||
$side-nav-link-padding: rem-calc(7 14) !default; |
||||
$side-nav-font-size: rem-calc(14) !default; |
||||
$side-nav-font-weight: $font-weight-normal !default; |
||||
$side-nav-font-weight-active: $side-nav-font-weight !default; |
||||
$side-nav-font-family: $body-font-family !default; |
||||
$side-nav-font-family-active: $side-nav-font-family !default; |
||||
|
||||
// We use these to control heading styles. |
||||
$side-nav-heading-color: $side-nav-link-color !default; |
||||
$side-nav-heading-font-size: $side-nav-font-size !default; |
||||
$side-nav-heading-font-weight: bold !default; |
||||
$side-nav-heading-text-transform: uppercase !default; |
||||
|
||||
// We use these to control border styles |
||||
$side-nav-divider-size: 1px !default; |
||||
$side-nav-divider-style: solid !default; |
||||
$side-nav-divider-color: scale-color($white, $lightness: 10%) !default; |
||||
|
||||
|
||||
// |
||||
// @mixins |
||||
// |
||||
|
||||
|
||||
// We use this to style the side-nav |
||||
// |
||||
// $divider-color - Border color of divider. Default: $side-nav-divider-color. |
||||
// $font-size - Font size of nav items. Default: $side-nav-font-size. |
||||
// $link-color - Color of navigation links. Default: $side-nav-link-color. |
||||
// $link-color-hover - Color of navigation links when hovered. Default: $side-nav-link-color-hover. |
||||
@mixin side-nav( |
||||
$divider-color:$side-nav-divider-color, |
||||
$font-size:$side-nav-font-size, |
||||
$link-color:$side-nav-link-color, |
||||
$link-color-hover:$side-nav-link-color-hover, |
||||
$link-bg-hover:$side-nav-link-bg-hover) { |
||||
display: block; |
||||
margin: 0; |
||||
padding: $side-nav-padding; |
||||
list-style-type: $side-nav-list-type; |
||||
list-style-position: $side-nav-list-position; |
||||
font-family: $side-nav-font-family; |
||||
|
||||
li { |
||||
margin: $side-nav-list-margin; |
||||
font-size: $font-size; |
||||
font-weight: $side-nav-font-weight; |
||||
|
||||
a:not(.button) { |
||||
display: block; |
||||
color: $link-color; |
||||
margin: $side-nav-link-margin; |
||||
padding: $side-nav-link-padding; |
||||
&:hover, |
||||
&:focus { |
||||
background: $link-bg-hover; |
||||
color: $link-color-hover; |
||||
} |
||||
} |
||||
|
||||
&.active > a:first-child:not(.button) { |
||||
color: $side-nav-link-color-active; |
||||
font-weight: $side-nav-font-weight-active; |
||||
font-family: $side-nav-font-family-active; |
||||
} |
||||
|
||||
&.divider { |
||||
border-top: $side-nav-divider-size $side-nav-divider-style; |
||||
height: 0; |
||||
padding: 0; |
||||
list-style: none; |
||||
border-top-color: $divider-color; |
||||
} |
||||
|
||||
&.heading { |
||||
color: $side-nav-heading-color; |
||||
font: { |
||||
size: $side-nav-heading-font-size; |
||||
weight: $side-nav-heading-font-weight; |
||||
} |
||||
text-transform: $side-nav-heading-text-transform; |
||||
} |
||||
} |
||||
} |
||||
|
||||
@include exports("side-nav") { |
||||
@if $include-html-nav-classes { |
||||
.side-nav { @include side-nav; } |
||||
} |
||||
} |
@ -0,0 +1,191 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
@import "buttons"; |
||||
@import "dropdown-buttons"; |
||||
|
||||
// |
||||
// @name _split-buttons.scss |
||||
// @dependencies _buttons.scss, _global.scss |
||||
// |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
|
||||
$include-html-button-classes: $include-html-classes !default; |
||||
|
||||
// We use these to control different shared styles for Split Buttons |
||||
$split-button-function-factor: 10% !default; |
||||
$split-button-pip-color: $white !default; |
||||
$split-button-pip-color-alt: $oil !default; |
||||
$split-button-active-bg-tint: rgba(0,0,0,0.1) !default; |
||||
|
||||
// We use these to control tiny split buttons |
||||
$split-button-padding-tny: $button-pip-tny * 10 !default; |
||||
$split-button-span-width-tny: $button-pip-tny * 6 !default; |
||||
$split-button-pip-size-tny: $button-pip-tny !default; |
||||
$split-button-pip-top-tny: $button-pip-tny * 2 !default; |
||||
$split-button-pip-default-float-tny: rem-calc(-6) !default; |
||||
|
||||
// We use these to control small split buttons |
||||
$split-button-padding-sml: $button-pip-sml * 10 !default; |
||||
$split-button-span-width-sml: $button-pip-sml * 6 !default; |
||||
$split-button-pip-size-sml: $button-pip-sml !default; |
||||
$split-button-pip-top-sml: $button-pip-sml * 1.5 !default; |
||||
$split-button-pip-default-float-sml: rem-calc(-6) !default; |
||||
|
||||
// We use these to control medium split buttons |
||||
$split-button-padding-med: $button-pip-med * 9 !default; |
||||
$split-button-span-width-med: $button-pip-med * 5.5 !default; |
||||
$split-button-pip-size-med: $button-pip-med - rem-calc(3) !default; |
||||
$split-button-pip-top-med: $button-pip-med * 1.5 !default; |
||||
$split-button-pip-default-float-med: rem-calc(-6) !default; |
||||
|
||||
// We use these to control large split buttons |
||||
$split-button-padding-lrg: $button-pip-lrg * 8 !default; |
||||
$split-button-span-width-lrg: $button-pip-lrg * 5 !default; |
||||
$split-button-pip-size-lrg: $button-pip-lrg - rem-calc(6) !default; |
||||
$split-button-pip-top-lrg: $button-pip-lrg + rem-calc(5) !default; |
||||
$split-button-pip-default-float-lrg: rem-calc(-6) !default; |
||||
|
||||
|
||||
// |
||||
// @mixins |
||||
// |
||||
|
||||
// We use this mixin to create split buttons that build upon the button mixins |
||||
// |
||||
// $padding - Type of padding to apply. Default: medium. Options: tiny, small, medium, large. |
||||
// $pip-color - Color of the triangle. Default: $split-button-pip-color. |
||||
// $span-border - Border color of button divider. Default: $primary-color. |
||||
// $base-style - Apply base style to split button. Default: true. |
||||
@mixin split-button( |
||||
$padding:medium, |
||||
$pip-color:$split-button-pip-color, |
||||
$span-border:$primary-color, |
||||
$base-style:true) { |
||||
|
||||
// With this, we can control whether or not the base styles come through. |
||||
@if $base-style { |
||||
position: relative; |
||||
|
||||
// Styling for the split arrow clickable area |
||||
span { |
||||
display: block; |
||||
height: 100%; |
||||
position: absolute; |
||||
#{$opposite-direction}: 0; |
||||
top: 0; |
||||
border-#{$default-float}: solid 1px; |
||||
|
||||
// Building the triangle pip indicator |
||||
&:after { |
||||
position: absolute; |
||||
content: ""; |
||||
width: 0; |
||||
height: 0; |
||||
display: block; |
||||
border-style: inset; |
||||
top: 50%; |
||||
|
||||
#{$default-float}: 50%; |
||||
} |
||||
|
||||
&:active { background-color: $split-button-active-bg-tint; } |
||||
} |
||||
} |
||||
|
||||
// Control the border color for the span area of the split button |
||||
@if $span-border { |
||||
span { |
||||
border-#{$default-float}-color: rgba(255,255,255,0.5); |
||||
} |
||||
} |
||||
|
||||
// Style of the button and clickable area for tiny sizes |
||||
@if $padding == tiny { |
||||
padding-#{$opposite-direction}: $split-button-padding-tny; |
||||
|
||||
span { width: $split-button-span-width-tny; |
||||
&:after { |
||||
border-top-style: solid; |
||||
border-width: $split-button-pip-size-tny; |
||||
top: 48%; |
||||
margin-#{$default-float}: $split-button-pip-default-float-tny; |
||||
} |
||||
} |
||||
} |
||||
|
||||
// Style of the button and clickable area for small sizes |
||||
@else if $padding == small { |
||||
padding-#{$opposite-direction}: $split-button-padding-sml; |
||||
|
||||
span { width: $split-button-span-width-sml; |
||||
&:after { |
||||
border-top-style: solid; |
||||
border-width: $split-button-pip-size-sml; |
||||
top: 48%; |
||||
margin-#{$default-float}: $split-button-pip-default-float-sml; |
||||
} |
||||
} |
||||
} |
||||
|
||||
// Style of the button and clickable area for default (medium) sizes |
||||
@else if $padding == medium { |
||||
padding-#{$opposite-direction}: $split-button-padding-med; |
||||
|
||||
span { width: $split-button-span-width-med; |
||||
&:after { |
||||
border-top-style: solid; |
||||
border-width: $split-button-pip-size-med; |
||||
top: 48%; |
||||
margin-#{$default-float}: $split-button-pip-default-float-med; |
||||
} |
||||
} |
||||
} |
||||
|
||||
// Style of the button and clickable area for large sizes |
||||
@else if $padding == large { |
||||
padding-#{$opposite-direction}: $split-button-padding-lrg; |
||||
|
||||
span { width: $split-button-span-width-lrg; |
||||
&:after { |
||||
border-top-style: solid; |
||||
border-width: $split-button-pip-size-lrg; |
||||
top: 48%; |
||||
margin-#{$default-float}: $split-button-pip-default-float-lrg; |
||||
} |
||||
} |
||||
} |
||||
|
||||
// Control the color of the triangle pip |
||||
@if $pip-color { |
||||
span:after { border-color: $pip-color transparent transparent transparent; } |
||||
} |
||||
} |
||||
|
||||
@include exports("split-button") { |
||||
@if $include-html-button-classes { |
||||
|
||||
.split.button { @include split-button; |
||||
|
||||
&.secondary { @include split-button(false, $split-button-pip-color, $secondary-color, false); } |
||||
&.alert { @include split-button(false, false, $alert-color, false); } |
||||
&.success { @include split-button(false, false, $success-color, false); } |
||||
|
||||
&.tiny { @include split-button(tiny, false, false, false); } |
||||
&.small { @include split-button(small, false, false, false); } |
||||
&.large { @include split-button(large, false, false, false); } |
||||
&.expand { padding-left: 2rem; } |
||||
|
||||
&.secondary { @include split-button(false, $split-button-pip-color-alt, false, false); } |
||||
|
||||
&.radius span { @include side-radius($opposite-direction, $global-radius); } |
||||
&.round span { @include side-radius($opposite-direction, 1000px); } |
||||
} |
||||
|
||||
} |
||||
} |
@ -0,0 +1,125 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @name _sub-nav.scss |
||||
// @dependencies _global.scss |
||||
// |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
|
||||
$include-html-nav-classes: $include-html-classes !default; |
||||
|
||||
// We use these to control margin and padding |
||||
$sub-nav-list-margin: rem-calc(-4 0 18) !default; |
||||
$sub-nav-list-padding-top: rem-calc(4) !default; |
||||
|
||||
// We use this to control the definition |
||||
$sub-nav-font-family: $body-font-family !default; |
||||
$sub-nav-font-size: rem-calc(14) !default; |
||||
$sub-nav-font-color: $aluminum !default; |
||||
$sub-nav-font-weight: $font-weight-normal !default; |
||||
$sub-nav-text-decoration: none !default; |
||||
$sub-nav-padding: rem-calc(3 16) !default; |
||||
$sub-nav-border-radius: 3px !default; |
||||
$sub-nav-font-color-hover: scale-color($sub-nav-font-color, $lightness: -25%) !default; |
||||
|
||||
|
||||
// We use these to control the active item styles |
||||
|
||||
$sub-nav-active-font-weight: $font-weight-normal !default; |
||||
$sub-nav-active-bg: $primary-color !default; |
||||
$sub-nav-active-bg-hover: scale-color($sub-nav-active-bg, $lightness: -14%) !default; |
||||
$sub-nav-active-color: $white !default; |
||||
$sub-nav-active-padding: $sub-nav-padding !default; |
||||
$sub-nav-active-cursor: default !default; |
||||
|
||||
$sub-nav-item-divider: "" !default; |
||||
$sub-nav-item-divider-margin: rem-calc(12) !default; |
||||
|
||||
// |
||||
// @mixins |
||||
// |
||||
|
||||
|
||||
// Create a sub-nav item |
||||
// |
||||
// $font-color - Font color. Default: $sub-nav-font-color. |
||||
// $font-size - Font size. Default: $sub-nav-font-size. |
||||
// $active-bg - Background of active nav item. Default: $sub-nav-active-bg. |
||||
// $active-bg-hover - Background of active nav item, when hovered. Default: $sub-nav-active-bg-hover. |
||||
@mixin sub-nav( |
||||
$font-color: $sub-nav-font-color, |
||||
$font-size: $sub-nav-font-size, |
||||
$active-bg: $sub-nav-active-bg, |
||||
$active-bg-hover: $sub-nav-active-bg-hover) { |
||||
display: block; |
||||
width: auto; |
||||
overflow: hidden; |
||||
margin: $sub-nav-list-margin; |
||||
padding-top: $sub-nav-list-padding-top; |
||||
margin-#{$opposite-direction}: 0; |
||||
margin-#{$default-float}: rem-calc(-12); |
||||
|
||||
dt { |
||||
text-transform: uppercase; |
||||
} |
||||
|
||||
dt, |
||||
dd, |
||||
li { |
||||
float: $default-float; |
||||
display: inline; |
||||
margin-#{$default-float}: rem-calc(16); |
||||
margin-bottom: rem-calc(10); |
||||
font-family: $sub-nav-font-family; |
||||
font-weight: $sub-nav-font-weight; |
||||
font-size: $font-size; |
||||
color: $font-color; |
||||
|
||||
a { |
||||
text-decoration: $sub-nav-text-decoration; |
||||
color: $sub-nav-font-color; |
||||
padding: $sub-nav-padding; |
||||
&:hover { |
||||
color: $sub-nav-font-color-hover; |
||||
} |
||||
} |
||||
|
||||
&.active a { |
||||
@include radius($sub-nav-border-radius); |
||||
font-weight: $sub-nav-active-font-weight; |
||||
background: $active-bg; |
||||
padding: $sub-nav-active-padding; |
||||
cursor: $sub-nav-active-cursor; |
||||
color: $sub-nav-active-color; |
||||
&:hover { |
||||
background: $active-bg-hover; |
||||
} |
||||
} |
||||
@if $sub-nav-item-divider != "" { |
||||
margin-#{$default-float}: 0; |
||||
|
||||
&:before { |
||||
content: "#{$sub-nav-item-divider}"; |
||||
margin: 0 $sub-nav-item-divider-margin; |
||||
} |
||||
|
||||
&:first-child:before { |
||||
content: ""; |
||||
margin: 0; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
@include exports("sub-nav") { |
||||
@if $include-html-nav-classes { |
||||
.sub-nav { @include sub-nav; } |
||||
} |
||||
} |
@ -0,0 +1,226 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @name |
||||
// @dependencies _global.scss |
||||
// |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
|
||||
$include-html-form-classes: $include-html-classes !default; |
||||
|
||||
// Controlling background color for the switch container |
||||
$switch-bg: $gainsboro !default; |
||||
|
||||
// We use these to control the switch heights for our default classes |
||||
$switch-height-tny: 1.5rem !default; |
||||
$switch-height-sml: 1.75rem !default; |
||||
$switch-height-med: 2rem !default; |
||||
$switch-height-lrg: 2.5rem !default; |
||||
$switch-bottom-margin: 1.5rem !default; |
||||
|
||||
// We use these to style the switch-paddle |
||||
$switch-paddle-bg: $white !default; |
||||
$switch-paddle-transition-speed: .15s !default; |
||||
$switch-paddle-transition-ease: ease-out !default; |
||||
$switch-active-color: $primary-color !default; |
||||
|
||||
|
||||
// |
||||
// @mixins |
||||
// |
||||
|
||||
// We use this mixin to create the base styles for our switch element. |
||||
// |
||||
// $transition-speed - Time in ms for switch to toggle. Default: $switch-paddle-transition-speed. |
||||
// $transition-ease - Easing function to use for animation (i.e. ease-out). Default: $switch-paddle-transition-ease. |
||||
@mixin switch-base( |
||||
$transition-speed:$switch-paddle-transition-speed, |
||||
$transition-ease:$switch-paddle-transition-ease) { |
||||
|
||||
|
||||
// Default label styles for type and transition |
||||
label { |
||||
display: block; |
||||
margin-bottom: $switch-height-med / 2; |
||||
position: relative; |
||||
color: transparent; |
||||
background: $switch-bg; |
||||
text-indent: 100%; |
||||
width: $switch-height-med * 2; height: $switch-height-med; |
||||
cursor: pointer; |
||||
|
||||
// Transition for the switch label to follow paddle |
||||
@include single-transition(left, $transition-speed, $transition-ease); |
||||
} |
||||
|
||||
// So that we don't need to recreate the form with any JS, we use the |
||||
// existing checkbox or radio button, but we cleverly position and hide it. |
||||
input { |
||||
opacity: 0; |
||||
position: absolute; |
||||
top: 9px; |
||||
left: 10px; |
||||
padding:0; |
||||
|
||||
& + label { margin-left: 0; margin-right: 0; } |
||||
} |
||||
|
||||
// The paddle for the switch is created from an after psuedoclass |
||||
// content element. This is sized and positioned, and reacts to |
||||
// the state of the input. |
||||
|
||||
label:after { |
||||
content: ""; |
||||
display: block; |
||||
background: $switch-paddle-bg; |
||||
position: absolute; top: .25rem; left: .25rem; |
||||
width: $switch-height-med - 0.5rem; height: $switch-height-med - 0.5rem; |
||||
|
||||
-webkit-transition: left $transition-speed $transition-ease; |
||||
-moz-transition: left $transition-speed $transition-ease; |
||||
transition: left $transition-speed $transition-ease; |
||||
|
||||
-webkit-transform: translate3d(0,0,0); |
||||
-moz-transform: translate3d(0,0,0); |
||||
transform: translate3d(0,0,0); |
||||
} |
||||
|
||||
input:checked + label { |
||||
background: $switch-active-color; |
||||
} |
||||
|
||||
input:checked + label:after { |
||||
left: $switch-height-med + 0.25rem; |
||||
} |
||||
} |
||||
|
||||
// We use this mixin to create the size styles for switches. |
||||
// |
||||
// $height - Height (in px) of the switch. Default: $switch-height-med. |
||||
// $font-size - Font size of text in switch. Default: $switch-font-size-med. |
||||
// $line-height - Line height of switch. Default: 2.3rem. |
||||
@mixin switch-size($height: $switch-height-med) { |
||||
|
||||
label { |
||||
width: $height * 2; height: $height; |
||||
} |
||||
|
||||
label:after { |
||||
width: $height - 0.5rem; height: $height - 0.5rem; |
||||
} |
||||
|
||||
input:checked + label:after { |
||||
left: $height + 0.25rem; |
||||
} |
||||
|
||||
} |
||||
|
||||
// We use this mixin to add color and other fanciness to the switches. |
||||
// |
||||
// $paddle-bg - Background of switch paddle. Default: $switch-paddle-bg. |
||||
// $active-color - Background color of positive side of switch. Default: $switch-positive-color. |
||||
// $negative-color - Background color of negative side of switch. Default: $switch-negative-color. |
||||
// $radius - Radius to apply to switch. Default: false. |
||||
// $base-style - Apply base styles? Default: true. |
||||
@mixin switch-style( |
||||
$paddle-bg:$switch-paddle-bg, |
||||
$radius:false, |
||||
$base-style:true) { |
||||
|
||||
@if $base-style { |
||||
|
||||
label { |
||||
color: transparent; |
||||
background: $switch-bg; |
||||
} |
||||
|
||||
label:after { |
||||
background: $paddle-bg; |
||||
} |
||||
|
||||
input:checked + label { |
||||
background: $switch-active-color; |
||||
} |
||||
} |
||||
|
||||
// Setting up the radius for switches |
||||
@if $radius == true { |
||||
label { |
||||
border-radius: 2rem; |
||||
} |
||||
label:after { |
||||
border-radius: 2rem; |
||||
} |
||||
} |
||||
@else if $radius { |
||||
label { |
||||
border-radius: $radius; |
||||
} |
||||
label:after { |
||||
border-radius: $radius; |
||||
} |
||||
} |
||||
|
||||
} |
||||
|
||||
// We use this to quickly create switches with a single mixin |
||||
// |
||||
// $transition-speed - Time in ms for switch to toggle. Default: $switch-paddle-transition-speed. |
||||
// $transition-ease - Easing function to use for animation (i.e. ease-out). Default: $switch-paddle-transition-ease. |
||||
// $height - Height (in px) of the switch. Default: $switch-height-med. |
||||
// $paddle-bg - Background of switch paddle. Default: $switch-paddle-bg. |
||||
// $active-color - Background color of an active switch. Default: $switch-active-color. |
||||
// $radius - Radius to apply to switch. Default: false. |
||||
// $base-style - Apply base styles? Default: true. |
||||
@mixin switch( |
||||
$transition-speed: $switch-paddle-transition-speed, |
||||
$transition-ease: $switch-paddle-transition-ease, |
||||
$height: $switch-height-med, |
||||
$paddle-bg: $switch-paddle-bg, |
||||
$active-color: $switch-active-color, |
||||
$radius:false, |
||||
$base-style:true) { |
||||
padding: 0; |
||||
border: none; |
||||
position: relative; |
||||
@include switch-base($transition-speed, $transition-ease); |
||||
@include switch-size($height); |
||||
@include switch-style($paddle-bg, $radius, $base-style); |
||||
} |
||||
|
||||
@include exports("switch") { |
||||
@if $include-html-form-classes { |
||||
.switch { |
||||
@include switch; |
||||
|
||||
// Large radio switches |
||||
&.large { @include switch-size($switch-height-lrg); } |
||||
|
||||
// Small radio switches |
||||
&.small { @include switch-size($switch-height-sml); } |
||||
|
||||
// Tiny radio switches |
||||
&.tiny { @include switch-size($switch-height-tny); } |
||||
|
||||
// Add a radius to the switch |
||||
&.radius { |
||||
label { @include radius(4px); } |
||||
label:after { @include radius(3px); } |
||||
} |
||||
|
||||
// Make the switch completely round, like a pill |
||||
&.round { @include radius(1000px); |
||||
label { @include radius(2rem); } |
||||
label:after { @include radius(2rem); } |
||||
} |
||||
|
||||
} |
||||
} |
||||
} |
@ -0,0 +1,135 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @name _tables.scss |
||||
// @dependencies _global.scss |
||||
// |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
|
||||
$include-html-table-classes: $include-html-classes !default; |
||||
|
||||
// These control the background color for the table and even rows |
||||
$table-bg: $white !default; |
||||
$table-even-row-bg: $snow !default; |
||||
|
||||
// These control the table cell border style |
||||
$table-border-style: solid !default; |
||||
$table-border-size: 1px !default; |
||||
$table-border-color: $gainsboro !default; |
||||
|
||||
// These control the table head styles |
||||
$table-head-bg: $white-smoke !default; |
||||
$table-head-font-size: rem-calc(14) !default; |
||||
$table-head-font-color: $jet !default; |
||||
$table-head-font-weight: $font-weight-bold !default; |
||||
$table-head-padding: rem-calc(8 10 10) !default; |
||||
|
||||
// These control the table foot styles |
||||
$table-foot-bg: $table-head-bg !default; |
||||
$table-foot-font-size: $table-head-font-size !default; |
||||
$table-foot-font-color: $table-head-font-color !default; |
||||
$table-foot-font-weight: $table-head-font-weight !default; |
||||
$table-foot-padding: $table-head-padding !default; |
||||
|
||||
// These control the caption |
||||
$table-caption-bg: transparent !default; |
||||
$table-caption-font-color: $table-head-font-color !default; |
||||
$table-caption-font-size: rem-calc(16) !default; |
||||
$table-caption-font-weight: bold !default; |
||||
|
||||
// These control the row padding and font styles |
||||
$table-row-padding: rem-calc(9 10) !default; |
||||
$table-row-font-size: rem-calc(14) !default; |
||||
$table-row-font-color: $jet !default; |
||||
$table-line-height: rem-calc(18) !default; |
||||
|
||||
// These are for controlling the layout, display and margin of tables |
||||
$table-layout: auto !default; |
||||
$table-display: table-cell !default; |
||||
$table-margin-bottom: rem-calc(20) !default; |
||||
|
||||
|
||||
// |
||||
// @mixins |
||||
// |
||||
|
||||
@mixin table { |
||||
background: $table-bg; |
||||
margin-bottom: $table-margin-bottom; |
||||
border: $table-border-style $table-border-size $table-border-color; |
||||
table-layout: $table-layout; |
||||
|
||||
caption { |
||||
background: $table-caption-bg; |
||||
color: $table-caption-font-color; |
||||
font: { |
||||
size: $table-caption-font-size; |
||||
weight: $table-caption-font-weight; |
||||
} |
||||
} |
||||
|
||||
thead { |
||||
background: $table-head-bg; |
||||
|
||||
tr { |
||||
th, |
||||
td { |
||||
padding: $table-head-padding; |
||||
font-size: $table-head-font-size; |
||||
font-weight: $table-head-font-weight; |
||||
color: $table-head-font-color; |
||||
} |
||||
} |
||||
} |
||||
|
||||
tfoot { |
||||
background: $table-foot-bg; |
||||
|
||||
tr { |
||||
th, |
||||
td { |
||||
padding: $table-foot-padding; |
||||
font-size: $table-foot-font-size; |
||||
font-weight: $table-foot-font-weight; |
||||
color: $table-foot-font-color; |
||||
} |
||||
} |
||||
} |
||||
|
||||
tr { |
||||
th, |
||||
td { |
||||
padding: $table-row-padding; |
||||
font-size: $table-row-font-size; |
||||
color: $table-row-font-color; |
||||
text-align: $default-float; |
||||
} |
||||
|
||||
&.even, |
||||
&.alt, |
||||
&:nth-of-type(even) { background: $table-even-row-bg; } |
||||
} |
||||
|
||||
thead tr th, |
||||
tfoot tr th, |
||||
tfoot tr td, |
||||
tbody tr th, |
||||
tbody tr td, |
||||
tr td { display: $table-display; line-height: $table-line-height; } |
||||
} |
||||
|
||||
|
||||
@include exports("table") { |
||||
@if $include-html-table-classes { |
||||
table { |
||||
@include table; |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,122 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
@import "grid"; |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
|
||||
$include-html-tabs-classes: $include-html-classes !default; |
||||
|
||||
$tabs-navigation-padding: rem-calc(16) !default; |
||||
$tabs-navigation-bg-color: $silver !default; |
||||
$tabs-navigation-active-bg-color: $white !default; |
||||
$tabs-navigation-hover-bg-color: scale-color($tabs-navigation-bg-color, $lightness: -6%) !default; |
||||
$tabs-navigation-font-color: $jet !default; |
||||
$tabs-navigation-active-font-color: $tabs-navigation-font-color !default; |
||||
$tabs-navigation-font-size: rem-calc(16) !default; |
||||
$tabs-navigation-font-family: $body-font-family !default; |
||||
|
||||
$tabs-content-margin-bottom: rem-calc(24) !default; |
||||
$tabs-content-padding: $column-gutter/2 !default; |
||||
|
||||
$tabs-vertical-navigation-margin-bottom: 1.25rem !default; |
||||
|
||||
@include exports("tab") { |
||||
@if $include-html-tabs-classes { |
||||
.tabs { |
||||
@include clearfix; |
||||
margin-bottom: 0 !important; |
||||
margin-left: 0; |
||||
dd, .tab-title { |
||||
position: relative; |
||||
margin-bottom: 0 !important; |
||||
list-style: none; |
||||
float: $default-float; |
||||
> a { |
||||
display: block; |
||||
background: { |
||||
color: $tabs-navigation-bg-color; |
||||
} |
||||
color: $tabs-navigation-font-color; |
||||
padding: $tabs-navigation-padding $tabs-navigation-padding * 2; |
||||
font-family: $tabs-navigation-font-family; |
||||
font-size: $tabs-navigation-font-size; |
||||
&:hover { |
||||
background: { |
||||
color: $tabs-navigation-hover-bg-color; |
||||
} |
||||
} |
||||
} |
||||
&.active a { |
||||
background: { |
||||
color: $tabs-navigation-active-bg-color; |
||||
} |
||||
color:$tabs-navigation-active-font-color; |
||||
} |
||||
} |
||||
&.radius { |
||||
dd:first-child, .tab:first-child { |
||||
a { @include side-radius($default-float, $global-radius); } |
||||
} |
||||
dd:last-child, .tab:last-child { |
||||
a { @include side-radius($opposite-direction, $global-radius); } |
||||
} |
||||
} |
||||
&.vertical { |
||||
dd, .tab-title { |
||||
position: inherit; |
||||
float: none; |
||||
display: block; |
||||
top: auto; |
||||
} |
||||
} |
||||
} |
||||
|
||||
.tabs-content { |
||||
@include clearfix; |
||||
margin-bottom: $tabs-content-margin-bottom; |
||||
width: 100%; |
||||
> .content { |
||||
display: none; |
||||
float: $default-float; |
||||
padding: $tabs-content-padding 0; |
||||
width: 100%; |
||||
&.active { display: block; float: none; } |
||||
&.contained { padding: $tabs-content-padding; } |
||||
} |
||||
&.vertical { |
||||
display: block; |
||||
> .content { padding: 0 $tabs-content-padding; } |
||||
} |
||||
} |
||||
@media #{$medium-up} { |
||||
.tabs { |
||||
&.vertical { |
||||
width: 20%; |
||||
max-width: 20%; |
||||
float: $default-float; |
||||
margin: 0 0 $tabs-vertical-navigation-margin-bottom; |
||||
} |
||||
} |
||||
.tabs-content { |
||||
&.vertical { |
||||
width: 80%; |
||||
max-width: 80%; |
||||
float: $default-float; |
||||
margin-#{$default-float}: -1px; |
||||
padding-#{$default-float}: 1rem; |
||||
} |
||||
} |
||||
} |
||||
.no-js { |
||||
.tabs-content > .content { |
||||
display: block; |
||||
float: none; |
||||
} |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,66 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// @name _thumbs.scss |
||||
// @dependencies _globals.scss |
||||
// |
||||
|
||||
// |
||||
// @variables |
||||
// |
||||
|
||||
$include-html-media-classes: $include-html-classes !default; |
||||
|
||||
// We use these to control border styles |
||||
$thumb-border-style: solid !default; |
||||
$thumb-border-width: 4px !default; |
||||
$thumb-border-color: $white !default; |
||||
$thumb-box-shadow: 0 0 0 1px rgba($black,.2) !default; |
||||
$thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5) !default; |
||||
|
||||
// Radius and transition speed for thumbs |
||||
$thumb-radius: $global-radius !default; |
||||
$thumb-transition-speed: 200ms !default; |
||||
|
||||
// |
||||
// @mixins |
||||
// |
||||
|
||||
// We use this to create image thumbnail styles. |
||||
// |
||||
// $border-width - Width of border around thumbnail. Default: $thumb-border-width. |
||||
// $box-shadow - Box shadow to apply to thumbnail. Default: $thumb-box-shadow. |
||||
// $box-shadow-hover - Box shadow to apply on hover. Default: $thumb-box-shadow-hover. |
||||
@mixin thumb( |
||||
$border-width:$thumb-border-width, |
||||
$box-shadow:$thumb-box-shadow, |
||||
$box-shadow-hover:$thumb-box-shadow-hover) { |
||||
line-height: 0; |
||||
display: inline-block; |
||||
border: $thumb-border-style $border-width $thumb-border-color; |
||||
max-width: 100%; |
||||
box-shadow: $box-shadow; |
||||
|
||||
&:hover, |
||||
&:focus { |
||||
box-shadow: $box-shadow-hover; |
||||
} |
||||
} |
||||
|
||||
|
||||
@include exports("thumb") { |
||||
@if $include-html-media-classes { |
||||
|
||||
/* Image Thumbnails */ |
||||
.th { |
||||
@include thumb; |
||||
@include single-transition(all,$thumb-transition-speed,ease-out); |
||||
|
||||
&.radius { @include radius($thumb-radius); } |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,70 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
// toolbar styles |
||||
|
||||
.toolbar { |
||||
background: $oil; |
||||
width: 100%; |
||||
font-size: 0; |
||||
display: inline-block; |
||||
|
||||
&.label-bottom .tab .tab-content { |
||||
i, img { margin-bottom: 10px; } |
||||
} |
||||
|
||||
&.label-right .tab .tab-content { |
||||
i, img { margin-right: 10px; display: inline-block;} |
||||
label { display: inline-block; } |
||||
} |
||||
|
||||
&.vertical.label-right .tab .tab-content { |
||||
text-align: left; |
||||
} |
||||
|
||||
&.vertical { |
||||
height: 100%; |
||||
width: auto; |
||||
|
||||
.tab { |
||||
width: auto; |
||||
margin: auto; |
||||
float: none; |
||||
} |
||||
} |
||||
|
||||
.tab { |
||||
text-align: center; |
||||
width: 25%; |
||||
margin: 0 auto; |
||||
display: block; |
||||
padding: 20px; |
||||
float: left; |
||||
|
||||
&:hover { |
||||
background: rgba($white, 0.1); |
||||
} |
||||
} |
||||
} |
||||
|
||||
.toolbar .tab-content { |
||||
font-size: 16px; |
||||
text-align: center; |
||||
|
||||
label { color: $iron; } |
||||
|
||||
i { |
||||
font-size: 30px; |
||||
display: block; |
||||
margin: 0 auto; |
||||
color: $iron; |
||||
vertical-align: middle; |
||||
} |
||||
|
||||
img { |
||||
width: 30px; |
||||
height: 30px; |
||||
display: block; |
||||
margin: 0 auto; |
||||
} |
||||
} |
@ -0,0 +1,142 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// Tooltip Variables |
||||
// |
||||
$include-html-tooltip-classes: $include-html-classes !default; |
||||
|
||||
$has-tip-border-bottom: dotted 1px $iron !default; |
||||
$has-tip-font-weight: $font-weight-bold !default; |
||||
$has-tip-font-color: $oil !default; |
||||
$has-tip-border-bottom-hover: dotted 1px scale-color($primary-color, $lightness: -55%) !default; |
||||
$has-tip-font-color-hover: $primary-color !default; |
||||
$has-tip-cursor-type: help !default; |
||||
|
||||
$tooltip-padding: rem-calc(12) !default; |
||||
$tooltip-bg: $oil !default; |
||||
$tooltip-font-size: rem-calc(14) !default; |
||||
$tooltip-font-weight: $font-weight-normal !default; |
||||
$tooltip-font-color: $white !default; |
||||
$tooltip-line-height: 1.3 !default; |
||||
$tooltip-close-font-size: rem-calc(10) !default; |
||||
$tooltip-close-font-weight: $font-weight-normal !default; |
||||
$tooltip-close-font-color: $monsoon !default; |
||||
$tooltip-font-size-sml: rem-calc(14) !default; |
||||
$tooltip-radius: $global-radius !default; |
||||
$tooltip-rounded: $global-rounded !default; |
||||
$tooltip-pip-size: 5px !default; |
||||
$tooltip-max-width: 300px !default; |
||||
|
||||
@include exports("tooltip") { |
||||
@if $include-html-tooltip-classes { |
||||
|
||||
/* Tooltips */ |
||||
.has-tip { |
||||
border-bottom: $has-tip-border-bottom; |
||||
cursor: $has-tip-cursor-type; |
||||
font-weight: $has-tip-font-weight; |
||||
color: $has-tip-font-color; |
||||
|
||||
&:hover, |
||||
&:focus { |
||||
border-bottom: $has-tip-border-bottom-hover; |
||||
color: $has-tip-font-color-hover; |
||||
} |
||||
|
||||
&.tip-left, |
||||
&.tip-right { float: none !important; } |
||||
} |
||||
|
||||
.tooltip { |
||||
display: none; |
||||
position: absolute; |
||||
z-index: 1006; |
||||
font-weight: $tooltip-font-weight; |
||||
font-size: $tooltip-font-size; |
||||
line-height: $tooltip-line-height; |
||||
padding: $tooltip-padding; |
||||
max-width: $tooltip-max-width; |
||||
#{$default-float}: 50%; |
||||
width: 100%; |
||||
color: $tooltip-font-color; |
||||
background: $tooltip-bg; |
||||
|
||||
&>.nub { |
||||
display: block; |
||||
#{$default-float}: $tooltip-pip-size; |
||||
position: absolute; |
||||
width: 0; |
||||
height: 0; |
||||
border: solid $tooltip-pip-size; |
||||
border-color: transparent transparent $tooltip-bg transparent; |
||||
top: -($tooltip-pip-size * 2); |
||||
pointer-events: none; |
||||
|
||||
&.rtl { |
||||
left: auto; |
||||
#{$opposite-direction}: $tooltip-pip-size; |
||||
} |
||||
} |
||||
|
||||
&.radius { |
||||
@include radius($tooltip-radius); |
||||
} |
||||
&.round { |
||||
@include radius($tooltip-rounded); |
||||
&>.nub { |
||||
left: 2rem; |
||||
} |
||||
} |
||||
|
||||
&.opened { |
||||
color: $has-tip-font-color-hover !important; |
||||
border-bottom: $has-tip-border-bottom-hover !important; |
||||
} |
||||
} |
||||
|
||||
.tap-to-close { |
||||
display: block; |
||||
font-size: $tooltip-close-font-size; |
||||
color: $tooltip-close-font-color; |
||||
font-weight: $tooltip-close-font-weight; |
||||
} |
||||
|
||||
@media #{$small} { |
||||
.tooltip { |
||||
&>.nub { |
||||
border-color: transparent transparent $tooltip-bg transparent; |
||||
top: -($tooltip-pip-size * 2); |
||||
} |
||||
&.tip-top>.nub { |
||||
border-color: $tooltip-bg transparent transparent transparent; |
||||
top: auto; |
||||
bottom: -($tooltip-pip-size * 2); |
||||
} |
||||
|
||||
&.tip-left, |
||||
&.tip-right { float: none !important; } |
||||
|
||||
&.tip-left>.nub { |
||||
border-color: transparent transparent transparent $tooltip-bg; |
||||
right: -($tooltip-pip-size * 2); |
||||
left: auto; |
||||
top: 50%; |
||||
margin-top: -$tooltip-pip-size; |
||||
} |
||||
&.tip-right>.nub { |
||||
border-color: transparent $tooltip-bg transparent transparent; |
||||
right: auto; |
||||
left: -($tooltip-pip-size * 2); |
||||
top: 50%; |
||||
margin-top: -$tooltip-pip-size; |
||||
} |
||||
|
||||
} |
||||
} |
||||
|
||||
} |
||||
} |
@ -0,0 +1,685 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
@import "grid"; |
||||
@import "buttons"; |
||||
@import "forms"; |
||||
|
||||
// |
||||
// Top Bar Variables |
||||
// |
||||
$include-html-top-bar-classes: $include-html-classes !default; |
||||
|
||||
// Background color for the top bar |
||||
$topbar-bg-color: $oil !default; |
||||
$topbar-bg: $topbar-bg-color !default; |
||||
|
||||
// Height and margin |
||||
$topbar-height: 45px !default; |
||||
$topbar-margin-bottom: 0 !default; |
||||
|
||||
// Controlling the styles for the title in the top bar |
||||
$topbar-title-weight: $font-weight-normal !default; |
||||
$topbar-title-font-size: rem-calc(17) !default; |
||||
|
||||
// Set the link colors and styles for top-level nav |
||||
$topbar-link-color: $white !default; |
||||
$topbar-link-color-hover: $white !default; |
||||
$topbar-link-color-active: $white !default; |
||||
$topbar-link-color-active-hover: $white !default; |
||||
$topbar-link-weight: $font-weight-normal !default; |
||||
$topbar-link-font-size: rem-calc(13) !default; |
||||
$topbar-link-hover-lightness: -10% !default; // Darken by 10% |
||||
$topbar-link-bg: $topbar-bg !default; |
||||
$topbar-link-bg-hover: #272727 !default; |
||||
$topbar-link-bg-color-hover: $charcoal !default; |
||||
$topbar-link-bg-active: $primary-color !default; |
||||
$topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%) !default; |
||||
$topbar-link-font-family: $body-font-family !default; |
||||
$topbar-link-text-transform: none !default; |
||||
$topbar-link-padding: $topbar-height / 3 !default; |
||||
$topbar-back-link-size: rem-calc(18) !default; |
||||
$topbar-link-dropdown-padding: 20px !default; |
||||
$topbar-button-font-size: 0.75rem !default; |
||||
$topbar-button-top: 7px !default; |
||||
|
||||
// Style the top bar dropdown elements |
||||
$topbar-dropdown-bg: $oil !default; |
||||
$topbar-dropdown-link-color: $white !default; |
||||
$topbar-dropdown-link-color-hover: $topbar-link-color-hover !default; |
||||
$topbar-dropdown-link-bg: $oil !default; |
||||
$topbar-dropdown-link-weight: $font-weight-normal !default; |
||||
$topbar-dropdown-toggle-size: 5px !default; |
||||
$topbar-dropdown-toggle-color: $white !default; |
||||
$topbar-dropdown-toggle-alpha: 0.4 !default; |
||||
|
||||
$topbar-dropdown-label-color: $monsoon !default; |
||||
$topbar-dropdown-label-text-transform: uppercase !default; |
||||
$topbar-dropdown-label-font-weight: $font-weight-bold !default; |
||||
$topbar-dropdown-label-font-size: rem-calc(10) !default; |
||||
$topbar-dropdown-label-bg: $oil !default; |
||||
|
||||
// Top menu icon styles |
||||
$topbar-menu-link-transform: uppercase !default; |
||||
$topbar-menu-link-font-size: rem-calc(13) !default; |
||||
$topbar-menu-link-weight: $font-weight-bold !default; |
||||
$topbar-menu-link-color: $white !default; |
||||
$topbar-menu-icon-color: $white !default; |
||||
$topbar-menu-link-color-toggled: $jumbo !default; |
||||
$topbar-menu-icon-color-toggled: $jumbo !default; |
||||
|
||||
// Transitions and breakpoint styles |
||||
$topbar-transition-speed: 300ms !default; |
||||
// Using rem-calc for the below breakpoint causes issues with top bar |
||||
$topbar-breakpoint: #{lower-bound($medium-range)} !default; // Change to 9999px for always mobile layout |
||||
$topbar-media-query: $medium-up !default; |
||||
|
||||
// Divider Styles |
||||
$topbar-divider-border-bottom: solid 1px scale-color($topbar-bg-color, $lightness: 13%) !default; |
||||
$topbar-divider-border-top: solid 1px scale-color($topbar-bg-color, $lightness: -50%) !default; |
||||
|
||||
// Sticky Class |
||||
$topbar-sticky-class: ".sticky" !default; |
||||
$topbar-arrows: true !default; //Set false to remove the triangle icon from the menu item |
||||
$topbar-dropdown-arrows: true !default; //Set false to remove the \00bb >> text from dropdown subnavigation li |
||||
|
||||
// Accessibility mixins for hiding and showing the menu dropdown items |
||||
@mixin topbar-hide-dropdown { |
||||
// Makes an element visually hidden by default, but visible when focused. |
||||
display: block; |
||||
@include element-invisible(); |
||||
} |
||||
|
||||
@mixin topbar-show-dropdown { |
||||
display: block; |
||||
@include element-invisible-off(); |
||||
position: absolute !important; // Reset the position from static to absolute |
||||
} |
||||
|
||||
@include exports("top-bar") { |
||||
|
||||
@if $include-html-top-bar-classes { |
||||
|
||||
// Used to provide media query values for javascript components. |
||||
// This class is generated despite the value of $include-html-top-bar-classes |
||||
// to ensure width calculations work correctly. |
||||
meta.foundation-mq-topbar { |
||||
font-family: "/" + unquote($topbar-media-query) + "/"; |
||||
width: $topbar-breakpoint; |
||||
} |
||||
|
||||
/* Wrapped around .top-bar to contain to grid width */ |
||||
.contain-to-grid { |
||||
width: 100%; |
||||
background: $topbar-bg; |
||||
|
||||
.top-bar { margin-bottom: $topbar-margin-bottom; } |
||||
} |
||||
|
||||
// Wrapped around .top-bar to make it stick to the top |
||||
.fixed { |
||||
width: 100%; |
||||
#{$default-float}: 0; |
||||
position: fixed; |
||||
top: 0; |
||||
z-index: 99; |
||||
|
||||
&.expanded:not(.top-bar) { |
||||
overflow-y: auto; |
||||
height: auto; |
||||
width: 100%; |
||||
max-height: 100%; |
||||
|
||||
.title-area { |
||||
position: fixed; |
||||
width: 100%; |
||||
z-index: 99; |
||||
} |
||||
// Ensure you can scroll the menu on small screens |
||||
.top-bar-section { |
||||
z-index: 98; |
||||
margin-top: $topbar-height; |
||||
} |
||||
} |
||||
} |
||||
|
||||
.top-bar { |
||||
overflow: hidden; |
||||
height: $topbar-height; |
||||
line-height: $topbar-height; |
||||
position: relative; |
||||
background: $topbar-bg; |
||||
margin-bottom: $topbar-margin-bottom; |
||||
|
||||
// Topbar Global list Styles |
||||
ul { |
||||
margin-bottom: 0; |
||||
list-style: none; |
||||
} |
||||
|
||||
.row { max-width: none; } |
||||
|
||||
form, |
||||
input { margin-bottom: 0; } |
||||
|
||||
input { height: 1.8rem; padding-top: .35rem; padding-bottom: .35rem; font-size: $topbar-button-font-size; } |
||||
|
||||
.button, button { |
||||
padding-top: .35rem + rem-calc(1); |
||||
padding-bottom: .35rem + rem-calc(1); |
||||
margin-bottom: 0; |
||||
font-size: $topbar-button-font-size; |
||||
// position: relative; |
||||
// top: -1px; |
||||
|
||||
// Corrects a slight misalignment when put next to an input field |
||||
@media #{$small-only} { |
||||
position: relative; |
||||
top: -1px; |
||||
} |
||||
} |
||||
|
||||
// Title Area |
||||
.title-area { |
||||
position: relative; |
||||
margin: 0; |
||||
} |
||||
|
||||
.name { |
||||
height: $topbar-height; |
||||
margin: 0; |
||||
font-size: $rem-base; |
||||
|
||||
h1 { |
||||
line-height: $topbar-height; |
||||
font-size: $topbar-title-font-size; |
||||
margin: 0; |
||||
a { |
||||
font-weight: $topbar-title-weight; |
||||
color: $topbar-link-color; |
||||
width: 75%; |
||||
display: block; |
||||
padding: 0 $topbar-link-padding; |
||||
} |
||||
} |
||||
} |
||||
|
||||
// Menu toggle button on small devices |
||||
.toggle-topbar { |
||||
position: absolute; |
||||
#{$opposite-direction}: 0; |
||||
top: 0; |
||||
|
||||
a { |
||||
color: $topbar-link-color; |
||||
text-transform: $topbar-menu-link-transform; |
||||
font-size: $topbar-menu-link-font-size; |
||||
font-weight: $topbar-menu-link-weight; |
||||
position: relative; |
||||
display: block; |
||||
padding: 0 $topbar-link-padding; |
||||
height: $topbar-height; |
||||
line-height: $topbar-height; |
||||
} |
||||
|
||||
// Adding the class "menu-icon" will add the 3-line icon people love and adore. |
||||
&.menu-icon { |
||||
top: 50%; |
||||
margin-top: -16px; |
||||
|
||||
a { |
||||
@if $text-direction == rtl { |
||||
text-indent: -58px; |
||||
} |
||||
height: 34px; |
||||
line-height: 33px; |
||||
padding: 0 $topbar-link-padding+25 0 $topbar-link-padding; |
||||
color: $topbar-menu-link-color; |
||||
position: relative; |
||||
|
||||
& { |
||||
// @include hamburger icon |
||||
// |
||||
// We use this to create the icon with three lines aka the hamburger icon, the menu-icon or the navicon |
||||
// $width - Width of hamburger icon |
||||
// $left - If false, icon will be centered horizontally || explicitly set value in rem |
||||
// $top - If false, icon will be centered vertically || explicitly set value in rem |
||||
// $thickness - thickness of lines in hamburger icon, set value in px |
||||
// $gap - spacing between the lines in hamburger icon, set value in px |
||||
// $color - icon color |
||||
// $hover-color - icon color during hover, here it isn't set b/c it would override $topbar-menu-icon-color-toggled |
||||
// $offcanvas - Set to false of @include in topbar |
||||
@include hamburger(16px, false, 0, 1px, 6px, $topbar-menu-icon-color, "", false); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
// Change things up when the top-bar is expanded |
||||
&.expanded { |
||||
height: auto; |
||||
background: transparent; |
||||
|
||||
.title-area { background: $topbar-bg; } |
||||
|
||||
.toggle-topbar { |
||||
a { color: $topbar-menu-link-color-toggled; |
||||
span::after { |
||||
// Shh, don't tell, but box-shadows create the menu icon :) |
||||
// Change the color of the bars when the menu is expanded, using given thickness from hamburger() above |
||||
box-shadow: 0 0px 0 1px $topbar-menu-icon-color-toggled, |
||||
0 7px 0 1px $topbar-menu-icon-color-toggled, |
||||
0 14px 0 1px $topbar-menu-icon-color-toggled; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
// Right and Left Navigation that stacked by default |
||||
.top-bar-section { |
||||
#{$default-float}: 0; |
||||
position: relative; |
||||
width: auto; |
||||
@include single-transition($default-float, $topbar-transition-speed); |
||||
|
||||
ul { |
||||
padding: 0; |
||||
width: 100%; |
||||
height: auto; |
||||
display: block; |
||||
font-size: $rem-base; |
||||
margin: 0; |
||||
} |
||||
|
||||
.divider, |
||||
[role="separator"] { |
||||
border-top: $topbar-divider-border-top; |
||||
clear: both; |
||||
height: 1px; |
||||
width: 100%; |
||||
} |
||||
|
||||
ul li { |
||||
background: $topbar-dropdown-bg; |
||||
& > a { |
||||
display: block; |
||||
width: 100%; |
||||
color: $topbar-link-color; |
||||
padding: 12px 0 12px 0; |
||||
padding-#{$default-float}: $topbar-link-padding; |
||||
font-family: $topbar-link-font-family; |
||||
font-size: $topbar-link-font-size; |
||||
font-weight: $topbar-link-weight; |
||||
text-transform: $topbar-link-text-transform; |
||||
|
||||
|
||||
&.button { |
||||
font-size: $topbar-link-font-size; |
||||
padding-#{$opposite-direction}: $topbar-link-padding; |
||||
padding-#{$default-float}: $topbar-link-padding; |
||||
@include button-style($bg:$primary-color); |
||||
} |
||||
&.button.secondary { @include button-style($bg:$secondary-color); } |
||||
&.button.success { @include button-style($bg:$success-color); } |
||||
&.button.alert { @include button-style($bg:$alert-color); } |
||||
&.button.warning { @include button-style($bg:$warning-color); } |
||||
} |
||||
|
||||
> button { |
||||
font-size: $topbar-link-font-size; |
||||
padding-#{$opposite-direction}: $topbar-link-padding; |
||||
padding-#{$default-float}: $topbar-link-padding; |
||||
@include button-style($bg:$primary-color); |
||||
|
||||
&.secondary { @include button-style($bg:$secondary-color); } |
||||
&.success { @include button-style($bg:$success-color); } |
||||
&.alert { @include button-style($bg:$alert-color); } |
||||
&.warning { @include button-style($bg:$warning-color); } |
||||
} |
||||
|
||||
// Apply the hover link color when it has that class |
||||
&:hover:not(.has-form) > a { |
||||
background-color: $topbar-link-bg-color-hover; |
||||
@if ($topbar-link-bg-hover) { |
||||
background: $topbar-link-bg-hover; |
||||
} |
||||
color: $topbar-link-color-hover; |
||||
|
||||
} |
||||
|
||||
// Apply the active link color when it has that class |
||||
&.active > a { |
||||
background: $topbar-link-bg-active; |
||||
color: $topbar-link-color-active; |
||||
&:hover { |
||||
background: $topbar-link-bg-active-hover; |
||||
color: $topbar-link-color-active-hover; |
||||
} |
||||
} |
||||
} |
||||
|
||||
// Add some extra padding for list items contains buttons |
||||
.has-form { padding: $topbar-link-padding; } |
||||
|
||||
// Styling for list items that have a dropdown within them. |
||||
.has-dropdown { |
||||
position: relative; |
||||
|
||||
& > a { |
||||
&:after { |
||||
@if ($topbar-arrows){ |
||||
@include css-triangle($topbar-dropdown-toggle-size, rgba($topbar-dropdown-toggle-color, $topbar-dropdown-toggle-alpha), $default-float); |
||||
} |
||||
margin-#{$opposite-direction}: $topbar-link-padding; |
||||
margin-top: -($topbar-dropdown-toggle-size / 2) - 2; |
||||
position: absolute; |
||||
top: 50%; |
||||
#{$opposite-direction}: 0; |
||||
} |
||||
} |
||||
|
||||
&.moved { position: static; |
||||
& > .dropdown { |
||||
@include topbar-show-dropdown(); |
||||
width: 100%; |
||||
} |
||||
& > a:after { |
||||
display: none; |
||||
} |
||||
} |
||||
} |
||||
|
||||
// Styling elements inside of dropdowns |
||||
.dropdown { |
||||
padding: 0; |
||||
position: absolute; |
||||
#{$default-float}: 100%; |
||||
top: 0; |
||||
z-index: 99; |
||||
@include topbar-hide-dropdown(); |
||||
|
||||
li { |
||||
width: 100%; |
||||
height: auto; |
||||
|
||||
a { |
||||
font-weight: $topbar-dropdown-link-weight; |
||||
padding: 8px $topbar-link-padding; |
||||
&.parent-link { |
||||
font-weight: $topbar-link-weight; |
||||
} |
||||
} |
||||
|
||||
&.title h5, &.parent-link { |
||||
// Back Button |
||||
margin-bottom: 0; |
||||
margin-top: 0; |
||||
font-size: $topbar-back-link-size; |
||||
a { |
||||
color: $topbar-link-color; |
||||
// line-height: $topbar-height / 2; |
||||
display: block; |
||||
&:hover { background:none; } |
||||
} |
||||
} |
||||
&.has-form { padding: 8px $topbar-link-padding; } |
||||
.button, button { top: auto; } |
||||
} |
||||
|
||||
label { |
||||
padding: 8px $topbar-link-padding 2px; |
||||
margin-bottom: 0; |
||||
text-transform: $topbar-dropdown-label-text-transform; |
||||
color: $topbar-dropdown-label-color; |
||||
font-weight: $topbar-dropdown-label-font-weight; |
||||
font-size: $topbar-dropdown-label-font-size; |
||||
} |
||||
} |
||||
} |
||||
|
||||
.js-generated { display: block; } |
||||
|
||||
|
||||
// Top Bar styles intended for screen sizes above the breakpoint. |
||||
@media #{$topbar-media-query} { |
||||
.top-bar { |
||||
background: $topbar-bg; |
||||
@include clearfix; |
||||
overflow: visible; |
||||
|
||||
.toggle-topbar { display: none; } |
||||
|
||||
.title-area { float: $default-float; } |
||||
.name h1 a { width: auto; } |
||||
|
||||
input, |
||||
.button, |
||||
button { |
||||
font-size: rem-calc(14); |
||||
position: relative; |
||||
top: $topbar-button-top; |
||||
} |
||||
|
||||
&.expanded { background: $topbar-bg; } |
||||
} |
||||
|
||||
.contain-to-grid .top-bar { |
||||
max-width: $row-width; |
||||
margin: 0 auto; |
||||
margin-bottom: $topbar-margin-bottom; |
||||
} |
||||
|
||||
.top-bar-section { |
||||
@include single-transition(none,0,0); |
||||
#{$default-float}: 0 !important; |
||||
|
||||
ul { |
||||
width: auto; |
||||
height: auto !important; |
||||
display: inline; |
||||
|
||||
li { |
||||
float: $default-float; |
||||
.js-generated { display: none; } |
||||
} |
||||
} |
||||
|
||||
li { |
||||
&.hover { |
||||
> a:not(.button) { |
||||
background-color: $topbar-link-bg-color-hover; |
||||
@if ($topbar-link-bg-hover) { |
||||
background: $topbar-link-bg-hover; |
||||
} |
||||
color: $topbar-link-color-hover; |
||||
} |
||||
} |
||||
&:not(.has-form) { |
||||
a:not(.button) { |
||||
padding: 0 $topbar-link-padding; |
||||
line-height: $topbar-height; |
||||
background: $topbar-link-bg; |
||||
&:hover { |
||||
background-color: $topbar-link-bg-color-hover; |
||||
@if ($topbar-link-bg-hover) { |
||||
background: $topbar-link-bg-hover; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
&.active:not(.has-form) { |
||||
a:not(.button) { |
||||
padding: 0 $topbar-link-padding; |
||||
line-height: $topbar-height; |
||||
color: $topbar-link-color-active; |
||||
background: $topbar-link-bg-active; |
||||
&:hover { |
||||
background: $topbar-link-bg-active-hover; |
||||
color: $topbar-link-color-active-hover; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
.has-dropdown { |
||||
|
||||
@if($topbar-arrows){ |
||||
|
||||
& > a { |
||||
padding-#{$opposite-direction}: $topbar-link-padding + $topbar-link-dropdown-padding !important; |
||||
&:after { |
||||
@include css-triangle($topbar-dropdown-toggle-size, rgba($topbar-dropdown-toggle-color, $topbar-dropdown-toggle-alpha), top); |
||||
margin-top: -($topbar-dropdown-toggle-size / 2); |
||||
top: $topbar-height / 2; |
||||
} |
||||
} |
||||
|
||||
} |
||||
|
||||
&.moved { position: relative; |
||||
& > .dropdown { |
||||
@include topbar-hide-dropdown(); |
||||
} |
||||
} |
||||
|
||||
&.hover, &.not-click:hover { |
||||
& > .dropdown { |
||||
@include topbar-show-dropdown(); |
||||
} |
||||
} |
||||
> a:focus + .dropdown { |
||||
@include topbar-show-dropdown(); |
||||
} |
||||
|
||||
.dropdown li.has-dropdown { |
||||
& > a { |
||||
@if ($topbar-dropdown-arrows){ |
||||
&:after { |
||||
border: none; |
||||
content: "\00bb"; |
||||
top: 1rem; |
||||
margin-top: -1px; |
||||
#{$opposite-direction}: 5px; |
||||
line-height: 1.2; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
} |
||||
|
||||
.dropdown { |
||||
#{$default-float}: 0; |
||||
top: auto; |
||||
background: transparent; |
||||
min-width: 100%; |
||||
|
||||
li { |
||||
a { |
||||
color: $topbar-dropdown-link-color; |
||||
line-height: $topbar-height; |
||||
white-space: nowrap; |
||||
padding: 12px $topbar-link-padding; |
||||
background: $topbar-dropdown-link-bg; |
||||
} |
||||
|
||||
&:not(.has-form):not(.active) { |
||||
& > a:not(.button) { |
||||
color: $topbar-dropdown-link-color; |
||||
background: $topbar-dropdown-link-bg; |
||||
} |
||||
|
||||
&:hover > a:not(.button) { |
||||
color: $topbar-dropdown-link-color-hover; |
||||
background-color: $topbar-link-bg-color-hover; |
||||
@if ($topbar-link-bg-hover) { |
||||
background: $topbar-link-bg-hover; |
||||
} |
||||
} |
||||
} |
||||
|
||||
label { |
||||
white-space: nowrap; |
||||
background: $topbar-dropdown-label-bg; |
||||
} |
||||
|
||||
// Second Level Dropdowns |
||||
.dropdown { |
||||
#{$default-float}: 100%; |
||||
top: 0; |
||||
} |
||||
} |
||||
} |
||||
|
||||
& > ul > .divider, |
||||
& > ul > [role="separator"] { |
||||
border-bottom: none; |
||||
border-top: none; |
||||
border-#{$opposite-direction}: $topbar-divider-border-bottom; |
||||
clear: none; |
||||
height: $topbar-height; |
||||
width: 0; |
||||
} |
||||
|
||||
.has-form { |
||||
background: $topbar-link-bg; |
||||
padding: 0 $topbar-height / 3; |
||||
height: $topbar-height; |
||||
} |
||||
|
||||
// Position overrides for ul.right and ul.left |
||||
.right { |
||||
li .dropdown { |
||||
#{$default-float}: auto; |
||||
#{$opposite-direction}: 0; |
||||
|
||||
li .dropdown { #{$opposite-direction}: 100%; } |
||||
} |
||||
} |
||||
.left { |
||||
li .dropdown { |
||||
#{$opposite-direction}: auto; |
||||
#{$default-float}: 0; |
||||
|
||||
li .dropdown { #{$default-float}: 100%; } |
||||
} |
||||
} |
||||
} |
||||
|
||||
// Degrade gracefully when Javascript is disabled. Displays dropdown and changes |
||||
// background & text color on hover. |
||||
.no-js .top-bar-section { |
||||
ul li { |
||||
// Apply the hover link color when it has that class |
||||
&:hover > a { |
||||
background-color: $topbar-link-bg-color-hover; |
||||
@if ($topbar-link-bg-hover) { |
||||
background: $topbar-link-bg-hover; |
||||
} |
||||
color: $topbar-link-color-hover; |
||||
} |
||||
|
||||
// Apply the active link color when it has that class |
||||
&:active > a { |
||||
background: $topbar-link-bg-active; |
||||
color: $topbar-link-color-active; |
||||
} |
||||
} |
||||
|
||||
.has-dropdown { |
||||
&:hover { |
||||
& > .dropdown { |
||||
@include topbar-show-dropdown(); |
||||
} |
||||
} |
||||
> a:focus + .dropdown { |
||||
@include topbar-show-dropdown(); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
@ -0,0 +1,525 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
$include-html-type-classes: $include-html-classes !default; |
||||
|
||||
// We use these to control header font styles |
||||
$header-font-family: $body-font-family !default; |
||||
$header-font-weight: $font-weight-normal !default; |
||||
$header-font-style: $font-weight-normal !default; |
||||
$header-font-color: $jet !default; |
||||
$header-line-height: 1.4 !default; |
||||
$header-top-margin: .2rem !default; |
||||
$header-bottom-margin: .5rem !default; |
||||
$header-text-rendering: optimizeLegibility !default; |
||||
|
||||
// We use these to control header font sizes |
||||
$h1-font-size: rem-calc(44) !default; |
||||
$h2-font-size: rem-calc(37) !default; |
||||
$h3-font-size: rem-calc(27) !default; |
||||
$h4-font-size: rem-calc(23) !default; |
||||
$h5-font-size: rem-calc(18) !default; |
||||
$h6-font-size: 1rem !default; |
||||
|
||||
// We use these to control header size reduction on small screens |
||||
$h1-font-reduction: rem-calc(10) !default; |
||||
$h2-font-reduction: rem-calc(10) !default; |
||||
$h3-font-reduction: rem-calc(5) !default; |
||||
$h4-font-reduction: rem-calc(5) !default; |
||||
$h5-font-reduction: 0 !default; |
||||
$h6-font-reduction: 0 !default; |
||||
|
||||
// These control how subheaders are styled. |
||||
$subheader-line-height: 1.4 !default; |
||||
$subheader-font-color: scale-color($header-font-color, $lightness: 35%) !default; |
||||
$subheader-font-weight: $font-weight-normal !default; |
||||
$subheader-top-margin: .2rem !default; |
||||
$subheader-bottom-margin: .5rem !default; |
||||
|
||||
// A general <small> styling |
||||
$small-font-size: 60% !default; |
||||
$small-font-color: scale-color($header-font-color, $lightness: 35%) !default; |
||||
|
||||
// We use these to style paragraphs |
||||
$paragraph-font-family: inherit !default; |
||||
$paragraph-font-weight: $font-weight-normal !default; |
||||
$paragraph-font-size: 1rem !default; |
||||
$paragraph-line-height: 1.6 !default; |
||||
$paragraph-margin-bottom: rem-calc(20) !default; |
||||
$paragraph-aside-font-size: rem-calc(14) !default; |
||||
$paragraph-aside-line-height: 1.35 !default; |
||||
$paragraph-aside-font-style: italic !default; |
||||
$paragraph-text-rendering: optimizeLegibility !default; |
||||
|
||||
// We use these to style <code> tags |
||||
$code-color: $oil !default; |
||||
$code-font-family: $font-family-monospace !default; |
||||
$code-font-weight: $font-weight-normal !default; |
||||
$code-background-color: scale-color($secondary-color, $lightness: 70%) !default; |
||||
$code-border-size: 1px !default; |
||||
$code-border-style: solid !default; |
||||
$code-border-color: scale-color($code-background-color, $lightness: -10%) !default; |
||||
$code-padding: rem-calc(2) rem-calc(5) rem-calc(1) !default; |
||||
|
||||
// We use these to style anchors |
||||
$anchor-text-decoration: none !default; |
||||
$anchor-text-decoration-hover: none !default; |
||||
$anchor-font-color: $primary-color !default; |
||||
$anchor-font-color-hover: scale-color($anchor-font-color, $lightness: -14%) !default; |
||||
|
||||
// We use these to style the <hr> element |
||||
$hr-border-width: 1px !default; |
||||
$hr-border-style: solid !default; |
||||
$hr-border-color: $gainsboro !default; |
||||
$hr-margin: rem-calc(20) !default; |
||||
|
||||
// We use these to style lists |
||||
$list-font-family: $paragraph-font-family !default; |
||||
$list-font-size: $paragraph-font-size !default; |
||||
$list-line-height: $paragraph-line-height !default; |
||||
$list-margin-bottom: $paragraph-margin-bottom !default; |
||||
$list-style-position: outside !default; |
||||
$list-side-margin: 1.1rem !default; |
||||
$list-ordered-side-margin: 1.4rem !default; |
||||
$list-side-margin-no-bullet: 0 !default; |
||||
$list-nested-margin: rem-calc(20) !default; |
||||
$definition-list-header-weight: $font-weight-bold !default; |
||||
$definition-list-header-margin-bottom: .3rem !default; |
||||
$definition-list-margin-bottom: rem-calc(12) !default; |
||||
|
||||
// We use these to style blockquotes |
||||
$blockquote-font-color: scale-color($header-font-color, $lightness: 35%) !default; |
||||
$blockquote-padding: rem-calc(9 20 0 19) !default; |
||||
$blockquote-border: 1px solid $gainsboro !default; |
||||
$blockquote-cite-font-size: rem-calc(13) !default; |
||||
$blockquote-cite-font-color: scale-color($header-font-color, $lightness: 23%) !default; |
||||
$blockquote-cite-link-color: $blockquote-cite-font-color !default; |
||||
|
||||
// Acronym styles |
||||
$acronym-underline: 1px dotted $gainsboro !default; |
||||
|
||||
// We use these to control padding and margin |
||||
$microformat-padding: rem-calc(10 12) !default; |
||||
$microformat-margin: rem-calc(0 0 20 0) !default; |
||||
|
||||
// We use these to control the border styles |
||||
$microformat-border-width: 1px !default; |
||||
$microformat-border-style: solid !default; |
||||
$microformat-border-color: $gainsboro !default; |
||||
|
||||
// We use these to control full name font styles |
||||
$microformat-fullname-font-weight: $font-weight-bold !default; |
||||
$microformat-fullname-font-size: rem-calc(15) !default; |
||||
|
||||
// We use this to control the summary font styles |
||||
$microformat-summary-font-weight: $font-weight-bold !default; |
||||
|
||||
// We use this to control abbr padding |
||||
$microformat-abbr-padding: rem-calc(0 1) !default; |
||||
|
||||
// We use this to control abbr font styles |
||||
$microformat-abbr-font-weight: $font-weight-bold !default; |
||||
$microformat-abbr-font-decoration: none !default; |
||||
|
||||
// Text alignment class names |
||||
$align-class-names: |
||||
small-only, |
||||
small, |
||||
medium-only, |
||||
medium, |
||||
large-only, |
||||
large, |
||||
xlarge-only, |
||||
xlarge, |
||||
xxlarge-only, |
||||
xxlarge; |
||||
|
||||
// Text alignment breakpoints |
||||
$align-class-breakpoints: |
||||
$small-only, |
||||
$small-up, |
||||
$medium-only, |
||||
$medium-up, |
||||
$large-only, |
||||
$large-up, |
||||
$xlarge-only, |
||||
$xlarge-up, |
||||
$xxlarge-only, |
||||
$xxlarge-up; |
||||
|
||||
// Generates text align and justify classes |
||||
@mixin align-classes{ |
||||
.text-left { text-align: left !important; } |
||||
.text-right { text-align: right !important; } |
||||
.text-center { text-align: center !important; } |
||||
.text-justify { text-align: justify !important; } |
||||
|
||||
@for $i from 1 through length($align-class-names) { |
||||
@media #{(nth($align-class-breakpoints, $i))} { |
||||
.#{(nth($align-class-names, $i))}-text-left { text-align: left !important; } |
||||
.#{(nth($align-class-names, $i))}-text-right { text-align: right !important; } |
||||
.#{(nth($align-class-names, $i))}-text-center { text-align: center !important; } |
||||
.#{(nth($align-class-names, $i))}-text-justify { text-align: justify !important; } |
||||
} |
||||
} |
||||
} |
||||
|
||||
// |
||||
// Typography Placeholders |
||||
// |
||||
|
||||
// These will throw a deprecation warning if used within a media query. |
||||
@mixin lead { |
||||
font-size: $paragraph-font-size + rem-calc(3.5); |
||||
line-height: 1.6; |
||||
} |
||||
|
||||
@mixin subheader { |
||||
line-height: $subheader-line-height; |
||||
color: $subheader-font-color; |
||||
font-weight: $subheader-font-weight; |
||||
margin-top: $subheader-top-margin; |
||||
margin-bottom: $subheader-bottom-margin; |
||||
} |
||||
@include exports("type") { |
||||
@if $include-html-type-classes { |
||||
// Responsive Text alignment |
||||
@include align-classes; |
||||
|
||||
/* Typography resets */ |
||||
div, |
||||
dl, |
||||
dt, |
||||
dd, |
||||
ul, |
||||
ol, |
||||
li, |
||||
h1, |
||||
h2, |
||||
h3, |
||||
h4, |
||||
h5, |
||||
h6, |
||||
pre, |
||||
form, |
||||
p, |
||||
blockquote, |
||||
th, |
||||
td { |
||||
margin:0; |
||||
padding:0; |
||||
} |
||||
|
||||
/* Default Link Styles */ |
||||
a { |
||||
color: $anchor-font-color; |
||||
text-decoration: $anchor-text-decoration; |
||||
line-height: inherit; |
||||
|
||||
&:hover, |
||||
&:focus { |
||||
color: $anchor-font-color-hover; |
||||
@if $anchor-text-decoration-hover != $anchor-text-decoration { |
||||
text-decoration: $anchor-text-decoration-hover; |
||||
} |
||||
} |
||||
|
||||
img { border:none; } |
||||
} |
||||
|
||||
/* Default paragraph styles */ |
||||
p { |
||||
font-family: $paragraph-font-family; |
||||
font-weight: $paragraph-font-weight; |
||||
font-size: $paragraph-font-size; |
||||
line-height: $paragraph-line-height; |
||||
margin-bottom: $paragraph-margin-bottom; |
||||
text-rendering: $paragraph-text-rendering; |
||||
|
||||
&.lead { @include lead; } |
||||
|
||||
& aside { |
||||
font-size: $paragraph-aside-font-size; |
||||
line-height: $paragraph-aside-line-height; |
||||
font-style: $paragraph-aside-font-style; |
||||
} |
||||
} |
||||
|
||||
/* Default header styles */ |
||||
h1, h2, h3, h4, h5, h6 { |
||||
font-family: $header-font-family; |
||||
font-weight: $header-font-weight; |
||||
font-style: $header-font-style; |
||||
color: $header-font-color; |
||||
text-rendering: $header-text-rendering; |
||||
margin-top: $header-top-margin; |
||||
margin-bottom: $header-bottom-margin; |
||||
line-height: $header-line-height; |
||||
|
||||
small { |
||||
font-size: $small-font-size; |
||||
color: $small-font-color; |
||||
line-height: 0; |
||||
} |
||||
} |
||||
|
||||
h1 { font-size: $h1-font-size - $h1-font-reduction; } |
||||
h2 { font-size: $h2-font-size - $h2-font-reduction; } |
||||
h3 { font-size: $h3-font-size - $h3-font-reduction; } |
||||
h4 { font-size: $h4-font-size - $h4-font-reduction; } |
||||
h5 { font-size: $h5-font-size - $h5-font-reduction; } |
||||
h6 { font-size: $h6-font-size - $h6-font-reduction; } |
||||
|
||||
.subheader { @include subheader; } |
||||
|
||||
hr { |
||||
border: $hr-border-style $hr-border-color; |
||||
border-width: $hr-border-width 0 0; |
||||
clear: both; |
||||
margin: $hr-margin 0 ($hr-margin - rem-calc($hr-border-width)); |
||||
height: 0; |
||||
} |
||||
|
||||
/* Helpful Typography Defaults */ |
||||
em, |
||||
i { |
||||
font-style: italic; |
||||
line-height: inherit; |
||||
} |
||||
|
||||
strong, |
||||
b { |
||||
font-weight: $font-weight-bold; |
||||
line-height: inherit; |
||||
} |
||||
|
||||
small { |
||||
font-size: $small-font-size; |
||||
line-height: inherit; |
||||
} |
||||
|
||||
code { |
||||
font-family: $code-font-family; |
||||
font-weight: $code-font-weight; |
||||
color: $code-color; |
||||
background-color: $code-background-color; |
||||
border-width: $code-border-size; |
||||
border-style: $code-border-style; |
||||
border-color: $code-border-color; |
||||
padding: $code-padding; |
||||
} |
||||
|
||||
/* Lists */ |
||||
ul, |
||||
ol, |
||||
dl { |
||||
font-size: $list-font-size; |
||||
line-height: $list-line-height; |
||||
margin-bottom: $list-margin-bottom; |
||||
list-style-position: $list-style-position; |
||||
font-family: $list-font-family; |
||||
} |
||||
|
||||
ul { |
||||
margin-#{$default-float}: $list-side-margin; |
||||
&.no-bullet { |
||||
margin-#{$default-float}: $list-side-margin-no-bullet; |
||||
li { |
||||
ul, |
||||
ol { |
||||
margin-#{$default-float}: $list-nested-margin; |
||||
margin-bottom: 0; |
||||
list-style: none; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
/* Unordered Lists */ |
||||
ul { |
||||
li { |
||||
ul, |
||||
ol { |
||||
margin-#{$default-float}: $list-nested-margin; |
||||
margin-bottom: 0; |
||||
} |
||||
} |
||||
&.square, |
||||
&.circle, |
||||
&.disc { |
||||
li ul { list-style: inherit; } |
||||
} |
||||
|
||||
&.square { list-style-type: square; margin-#{$default-float}: $list-side-margin;} |
||||
&.circle { list-style-type: circle; margin-#{$default-float}: $list-side-margin;} |
||||
&.disc { list-style-type: disc; margin-#{$default-float}: $list-side-margin;} |
||||
&.no-bullet { list-style: none; } |
||||
} |
||||
|
||||
/* Ordered Lists */ |
||||
ol { |
||||
margin-#{$default-float}: $list-ordered-side-margin; |
||||
li { |
||||
ul, |
||||
ol { |
||||
margin-#{$default-float}: $list-nested-margin; |
||||
margin-bottom: 0; |
||||
} |
||||
} |
||||
} |
||||
|
||||
/* Definition Lists */ |
||||
dl { |
||||
dt { |
||||
margin-bottom: $definition-list-header-margin-bottom; |
||||
font-weight: $definition-list-header-weight; |
||||
} |
||||
dd { margin-bottom: $definition-list-margin-bottom; } |
||||
} |
||||
|
||||
/* Abbreviations */ |
||||
abbr, |
||||
acronym { |
||||
text-transform: uppercase; |
||||
font-size: 90%; |
||||
color: $body-font-color; |
||||
cursor: $cursor-help-value; |
||||
} |
||||
abbr { |
||||
text-transform: none; |
||||
&[title] { |
||||
border-bottom: $acronym-underline; |
||||
} |
||||
} |
||||
|
||||
/* Blockquotes */ |
||||
blockquote { |
||||
margin: 0 0 $paragraph-margin-bottom; |
||||
padding: $blockquote-padding; |
||||
border-#{$default-float}: $blockquote-border; |
||||
|
||||
cite { |
||||
display: block; |
||||
font-size: $blockquote-cite-font-size; |
||||
color: $blockquote-cite-font-color; |
||||
&:before { |
||||
content: "\2014 \0020"; |
||||
} |
||||
|
||||
a, |
||||
a:visited { |
||||
color: $blockquote-cite-link-color; |
||||
} |
||||
} |
||||
} |
||||
blockquote, |
||||
blockquote p { |
||||
line-height: $paragraph-line-height; |
||||
color: $blockquote-font-color; |
||||
} |
||||
|
||||
/* Microformats */ |
||||
.vcard { |
||||
display: inline-block; |
||||
margin: $microformat-margin; |
||||
border: $microformat-border-width $microformat-border-style $microformat-border-color; |
||||
padding: $microformat-padding; |
||||
|
||||
li { |
||||
margin: 0; |
||||
display: block; |
||||
} |
||||
.fn { |
||||
font-weight: $microformat-fullname-font-weight; |
||||
font-size: $microformat-fullname-font-size; |
||||
} |
||||
} |
||||
|
||||
.vevent { |
||||
.summary { font-weight: $microformat-summary-font-weight; } |
||||
|
||||
abbr { |
||||
cursor: $cursor-default-value; |
||||
text-decoration: $microformat-abbr-font-decoration; |
||||
font-weight: $microformat-abbr-font-weight; |
||||
border: none; |
||||
padding: $microformat-abbr-padding; |
||||
} |
||||
} |
||||
|
||||
|
||||
@media #{$medium-up} { |
||||
h1,h2,h3,h4,h5,h6 { line-height: $header-line-height; } |
||||
h1 { font-size: $h1-font-size; } |
||||
h2 { font-size: $h2-font-size; } |
||||
h3 { font-size: $h3-font-size; } |
||||
h4 { font-size: $h4-font-size; } |
||||
h5 { font-size: $h5-font-size; } |
||||
h6 { font-size: $h6-font-size; } |
||||
} |
||||
|
||||
// Only include these styles if you want them. |
||||
@if $include-print-styles { |
||||
/* |
||||
* Print styles. |
||||
* |
||||
* Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ |
||||
* Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com) |
||||
*/ |
||||
.print-only { display: none !important; } |
||||
@media print { |
||||
* { |
||||
background: transparent !important; |
||||
color: $black !important; /* Black prints faster: h5bp.com/s */ |
||||
box-shadow: none !important; |
||||
text-shadow: none !important; |
||||
} |
||||
|
||||
a, |
||||
a:visited { text-decoration: underline;} |
||||
a[href]:after { content: " (" attr(href) ")"; } |
||||
|
||||
abbr[title]:after { content: " (" attr(title) ")"; } |
||||
|
||||
// Don't show links for images, or javascript/internal links |
||||
.ir a:after, |
||||
a[href^="javascript:"]:after, |
||||
a[href^="#"]:after { content: ""; } |
||||
|
||||
pre, |
||||
blockquote { |
||||
border: 1px solid $aluminum; |
||||
page-break-inside: avoid; |
||||
} |
||||
|
||||
thead { display: table-header-group; /* h5bp.com/t */ } |
||||
|
||||
tr, |
||||
img { page-break-inside: avoid; } |
||||
|
||||
img { max-width: 100% !important; } |
||||
|
||||
@page { margin: 0.5cm; } |
||||
|
||||
p, |
||||
h2, |
||||
h3 { |
||||
orphans: 3; |
||||
widows: 3; |
||||
} |
||||
|
||||
h2, |
||||
h3 { page-break-after: avoid; } |
||||
|
||||
.hide-on-print { display: none !important; } |
||||
.print-only { display: block !important; } |
||||
.hide-for-print { display: none !important; } |
||||
.show-for-print { display: inherit !important; } |
||||
} |
||||
} |
||||
|
||||
} |
||||
} |
@ -0,0 +1,408 @@
|
||||
// Foundation by ZURB |
||||
// foundation.zurb.com |
||||
// Licensed under MIT Open Source |
||||
|
||||
@import "global"; |
||||
|
||||
// |
||||
// Foundation Visibility Classes |
||||
// |
||||
$include-html-visibility-classes: $include-html-classes !default; |
||||
$include-accessibility-classes: true !default; |
||||
$include-table-visibility-classes: true !default; |
||||
$include-legacy-visibility-classes: true !default; |
||||
|
||||
// |
||||
// Media Class Names |
||||
// |
||||
// Visibility Breakpoints |
||||
$visibility-breakpoint-sizes: |
||||
small, |
||||
medium, |
||||
large, |
||||
xlarge, |
||||
xxlarge; |
||||
|
||||
$visibility-breakpoint-queries: |
||||
unquote($small-up), |
||||
unquote($medium-up), |
||||
unquote($large-up), |
||||
unquote($xlarge-up), |
||||
unquote($xxlarge-up); |
||||
|
||||
@mixin visibility-loop { |
||||
@each $current-visibility-breakpoint in $visibility-breakpoint-sizes { |
||||
$visibility-inherit-list: (); |
||||
$visibility-none-list: (); |
||||
|
||||
$visibility-visible-list: (); |
||||
$visibility-hidden-list: (); |
||||
|
||||
$visibility-table-list: (); |
||||
$visibility-table-header-group-list: (); |
||||
$visibility-table-row-group-list: (); |
||||
$visibility-table-row-list: (); |
||||
$visibility-table-cell-list: (); |
||||
|
||||
@each $visibility-comparison-breakpoint in $visibility-breakpoint-sizes { |
||||
@if index($visibility-breakpoint-sizes, $visibility-comparison-breakpoint) < index($visibility-breakpoint-sizes, $current-visibility-breakpoint) { |
||||
// Smaller than current breakpoint |
||||
|
||||
$visibility-inherit-list: append($visibility-inherit-list, unquote( |
||||
'.hide-for-#{$visibility-comparison-breakpoint}-only, .show-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-none-list: append($visibility-none-list, unquote( |
||||
'.show-for-#{$visibility-comparison-breakpoint}-only, .hide-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-visible-list: append($visibility-visible-list, unquote( |
||||
'.hidden-for-#{$visibility-comparison-breakpoint}-only, .visible-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-hidden-list: append($visibility-hidden-list, unquote( |
||||
'.visible-for-#{$visibility-comparison-breakpoint}-only, .hidden-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-table-list: append($visibility-table-list, unquote( |
||||
'table.hide-for-#{$visibility-comparison-breakpoint}-only, table.show-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-table-header-group-list: append($visibility-table-header-group-list, unquote( |
||||
'thead.hide-for-#{$visibility-comparison-breakpoint}-only, thead.show-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-table-row-group-list: append($visibility-table-row-group-list, unquote( |
||||
'tbody.hide-for-#{$visibility-comparison-breakpoint}-only, tbody.show-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-table-row-list: append($visibility-table-row-list, unquote( |
||||
'tr.hide-for-#{$visibility-comparison-breakpoint}-only, tr.show-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-table-cell-list: append($visibility-table-cell-list, unquote( |
||||
'th.hide-for-#{$visibility-comparison-breakpoint}-only, td.hide-for-#{$visibility-comparison-breakpoint}-only, th.show-for-#{$visibility-comparison-breakpoint}-up, td.show-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
|
||||
// Foundation 4 compatibility: |
||||
// Include .show/hide-for-[size] and .show/hide-for-[size]-down classes |
||||
// for small, medium, and large breakpoints only |
||||
@if $include-legacy-visibility-classes and index((small, medium, large), $visibility-comparison-breakpoint) != false { |
||||
$visibility-inherit-list: append($visibility-inherit-list, unquote( |
||||
'.hide-for-#{$visibility-comparison-breakpoint}, .hide-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-none-list: append($visibility-none-list, unquote( |
||||
'.show-for-#{$visibility-comparison-breakpoint}, .show-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-visible-list: append($visibility-visible-list, unquote( |
||||
'.hidden-for-#{$visibility-comparison-breakpoint}, .hidden-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-hidden-list: append($visibility-hidden-list, unquote( |
||||
'.visible-for-#{$visibility-comparison-breakpoint}, .visible-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-table-list: append($visibility-table-list, unquote( |
||||
'table.hide-for-#{$visibility-comparison-breakpoint}, table.hide-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-table-header-group-list: append($visibility-table-header-group-list, unquote( |
||||
'thead.hide-for-#{$visibility-comparison-breakpoint}, thead.hide-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-table-row-group-list: append($visibility-table-row-group-list, unquote( |
||||
'tbody.hide-for-#{$visibility-comparison-breakpoint}, tbody.hide-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-table-row-list: append($visibility-table-row-list, unquote( |
||||
'tr.hide-for-#{$visibility-comparison-breakpoint}, tr.hide-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-table-cell-list: append($visibility-table-cell-list, unquote( |
||||
'th.hide-for-#{$visibility-comparison-breakpoint}, td.hide-for-#{$visibility-comparison-breakpoint}, th.hide-for-#{$visibility-comparison-breakpoint}-down, td.hide-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
} |
||||
|
||||
} @else if index($visibility-breakpoint-sizes, $visibility-comparison-breakpoint) > index($visibility-breakpoint-sizes, $current-visibility-breakpoint) { |
||||
// Larger than current breakpoint |
||||
|
||||
$visibility-inherit-list: append($visibility-inherit-list, unquote( |
||||
'.hide-for-#{$visibility-comparison-breakpoint}-only, .hide-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-none-list: append($visibility-none-list, unquote( |
||||
'.show-for-#{$visibility-comparison-breakpoint}-only, .show-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-visible-list: append($visibility-visible-list, unquote( |
||||
'.hidden-for-#{$visibility-comparison-breakpoint}-only, .hidden-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-hidden-list: append($visibility-hidden-list, unquote( |
||||
'.visible-for-#{$visibility-comparison-breakpoint}-only, .visible-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-table-list: append($visibility-table-list, unquote( |
||||
'table.hide-for-#{$visibility-comparison-breakpoint}-only, table.hide-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-table-header-group-list: append($visibility-table-header-group-list, unquote( |
||||
'thead.hide-for-#{$visibility-comparison-breakpoint}-only, thead.hide-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-table-row-group-list: append($visibility-table-row-group-list, unquote( |
||||
'tbody.hide-for-#{$visibility-comparison-breakpoint}-only, tbody.hide-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-table-row-list: append($visibility-table-row-list, unquote( |
||||
'tr.hide-for-#{$visibility-comparison-breakpoint}-only, tr.hide-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-table-cell-list: append($visibility-table-cell-list, unquote( |
||||
'th.hide-for-#{$visibility-comparison-breakpoint}-only, td.hide-for-#{$visibility-comparison-breakpoint}-only, th.hide-for-#{$visibility-comparison-breakpoint}-up, td.hide-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
|
||||
// Foundation 4 compatibility: |
||||
// Include .show/hide-for-[size] and .show/hide-for-[size]-down classes |
||||
// for small, medium, and large breakpoints only |
||||
@if $include-legacy-visibility-classes and index((small, medium, large), $visibility-comparison-breakpoint) != false { |
||||
$visibility-inherit-list: append($visibility-inherit-list, unquote( |
||||
'.hide-for-#{$visibility-comparison-breakpoint}, .show-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-none-list: append($visibility-none-list, unquote( |
||||
'.show-for-#{$visibility-comparison-breakpoint}, .hide-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-visible-list: append($visibility-visible-list, unquote( |
||||
'.hidden-for-#{$visibility-comparison-breakpoint}, .visible-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-hidden-list: append($visibility-hidden-list, unquote( |
||||
'.visible-for-#{$visibility-comparison-breakpoint}, .hidden-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-table-list: append($visibility-table-list, unquote( |
||||
'table.hide-for-#{$visibility-comparison-breakpoint}, table.show-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-table-header-group-list: append($visibility-table-header-group-list, unquote( |
||||
'thead.hide-for-#{$visibility-comparison-breakpoint}, thead.show-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-table-row-group-list: append($visibility-table-row-group-list, unquote( |
||||
'tbody.hide-for-#{$visibility-comparison-breakpoint}, tbody.show-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-table-row-list: append($visibility-table-row-list, unquote( |
||||
'tr.hide-for-#{$visibility-comparison-breakpoint}, tr.show-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-table-cell-list: append($visibility-table-cell-list, unquote( |
||||
'th.hide-for-#{$visibility-comparison-breakpoint}, td.hide-for-#{$visibility-comparison-breakpoint}, th.show-for-#{$visibility-comparison-breakpoint}-down, td.show-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
} |
||||
|
||||
} @else { |
||||
// Current breakpoint |
||||
|
||||
$visibility-inherit-list: append($visibility-inherit-list, unquote( |
||||
'.show-for-#{$visibility-comparison-breakpoint}-only, .show-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-none-list: append($visibility-none-list, unquote( |
||||
'.hide-for-#{$visibility-comparison-breakpoint}-only, .hide-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-visible-list: append($visibility-visible-list, unquote( |
||||
'.visible-for-#{$visibility-comparison-breakpoint}-only, .visible-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-hidden-list: append($visibility-hidden-list, unquote( |
||||
'.hidden-for-#{$visibility-comparison-breakpoint}-only, .hidden-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-table-list: append($visibility-table-list, unquote( |
||||
'table.show-for-#{$visibility-comparison-breakpoint}-only, table.show-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-table-header-group-list: append($visibility-table-header-group-list, unquote( |
||||
'thead.show-for-#{$visibility-comparison-breakpoint}-only, thead.show-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-table-row-group-list: append($visibility-table-row-group-list, unquote( |
||||
'tbody.show-for-#{$visibility-comparison-breakpoint}-only, tbody.show-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-table-row-list: append($visibility-table-row-list, unquote( |
||||
'tr.show-for-#{$visibility-comparison-breakpoint}-only, tr.show-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
$visibility-table-cell-list: append($visibility-table-cell-list, unquote( |
||||
'th.show-for-#{$visibility-comparison-breakpoint}-only, td.show-for-#{$visibility-comparison-breakpoint}-only, th.show-for-#{$visibility-comparison-breakpoint}-up, td.show-for-#{$visibility-comparison-breakpoint}-up' |
||||
), comma); |
||||
|
||||
// Foundation 4 compatibility: |
||||
// Include .show/hide-for-[size] and .show/hide-for-[size]-down classes |
||||
// for small, medium, and large breakpoints only |
||||
@if $include-legacy-visibility-classes and index((small, medium, large), $visibility-comparison-breakpoint) != false { |
||||
$visibility-inherit-list: append($visibility-inherit-list, unquote( |
||||
'.show-for-#{$visibility-comparison-breakpoint}, .show-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-none-list: append($visibility-none-list, unquote( |
||||
'.hide-for-#{$visibility-comparison-breakpoint}, .hide-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-visible-list: append($visibility-visible-list, unquote( |
||||
'.visible-for-#{$visibility-comparison-breakpoint}, .visible-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-hidden-list: append($visibility-hidden-list, unquote( |
||||
'.hidden-for-#{$visibility-comparison-breakpoint}, .hidden-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-table-list: append($visibility-table-list, unquote( |
||||
'table.show-for-#{$visibility-comparison-breakpoint}, table.show-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-table-header-group-list: append($visibility-table-header-group-list, unquote( |
||||
'thead.show-for-#{$visibility-comparison-breakpoint}, thead.show-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-table-row-group-list: append($visibility-table-row-group-list, unquote( |
||||
'tbody.show-for-#{$visibility-comparison-breakpoint}, tbody.show-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-table-row-list: append($visibility-table-row-list, unquote( |
||||
'tr.show-for-#{$visibility-comparison-breakpoint}, tr.show-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
$visibility-table-cell-list: append($visibility-table-cell-list, unquote( |
||||
'th.show-for-#{$visibility-comparison-breakpoint}, td.show-for-#{$visibility-comparison-breakpoint}, th.show-for-#{$visibility-comparison-breakpoint}-down, td.show-for-#{$visibility-comparison-breakpoint}-down' |
||||
), comma); |
||||
} |
||||
} |
||||
} |
||||
|
||||
/* #{$current-visibility-breakpoint} displays */ |
||||
@media #{nth($visibility-breakpoint-queries, index($visibility-breakpoint-sizes, $current-visibility-breakpoint))} { |
||||
#{$visibility-inherit-list} { |
||||
display: inherit !important; |
||||
} |
||||
#{$visibility-none-list} { |
||||
display: none !important; |
||||
} |
||||
@if $include-accessibility-classes != false { |
||||
#{$visibility-visible-list} { |
||||
@include element-invisible-off; |
||||
} |
||||
#{$visibility-hidden-list} { |
||||
@include element-invisible; |
||||
} |
||||
} |
||||
@if $include-table-visibility-classes != false { |
||||
#{$visibility-table-list} { |
||||
display: table !important; |
||||
} |
||||
#{$visibility-table-header-group-list} { |
||||
display: table-header-group !important; |
||||
} |
||||
#{$visibility-table-row-group-list} { |
||||
display: table-row-group !important; |
||||
} |
||||
#{$visibility-table-row-list} { |
||||
display: table-row !important; |
||||
} |
||||
#{$visibility-table-cell-list} { |
||||
display: table-cell !important; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
|
||||
@if $include-html-visibility-classes != false { |
||||
|
||||
@include visibility-loop; |
||||
|
||||
/* Orientation targeting */ |
||||
.show-for-landscape, |
||||
.hide-for-portrait { display: inherit !important; } |
||||
.hide-for-landscape, |
||||
.show-for-portrait { display: none !important; } |
||||
|
||||
/* Specific visibility for tables */ |
||||
table { |
||||
&.hide-for-landscape, |
||||
&.show-for-portrait { display: table !important; } |
||||
} |
||||
thead { |
||||
&.hide-for-landscape, |
||||
&.show-for-portrait { display: table-header-group !important; } |
||||
} |
||||
tbody { |
||||
&.hide-for-landscape, |
||||
&.show-for-portrait { display: table-row-group !important; } |
||||
} |
||||
tr { |
||||
&.hide-for-landscape, |
||||
&.show-for-portrait { display: table-row !important; } |
||||
} |
||||
td, |
||||
th { |
||||
&.hide-for-landscape, |
||||
&.show-for-portrait { display: table-cell !important; } |
||||
} |
||||
|
||||
@media #{$landscape} { |
||||
.show-for-landscape, |
||||
.hide-for-portrait { display: inherit !important; } |
||||
.hide-for-landscape, |
||||
.show-for-portrait { display: none !important; } |
||||
|
||||
/* Specific visibility for tables */ |
||||
table { |
||||
&.show-for-landscape, |
||||
&.hide-for-portrait { display: table !important; } |
||||
} |
||||
thead { |
||||
&.show-for-landscape, |
||||
&.hide-for-portrait { display: table-header-group !important; } |
||||
} |
||||
tbody { |
||||
&.show-for-landscape, |
||||
&.hide-for-portrait { display: table-row-group !important; } |
||||
} |
||||
tr { |
||||
&.show-for-landscape, |
||||
&.hide-for-portrait { display: table-row !important; } |
||||
} |
||||
td, |
||||
th { |
||||
&.show-for-landscape, |
||||
&.hide-for-portrait { display: table-cell !important; } |
||||
} |
||||
} |
||||
|
||||
@media #{$portrait} { |
||||
.show-for-portrait, |
||||
.hide-for-landscape { display: inherit !important; } |
||||
.hide-for-portrait, |
||||
.show-for-landscape { display: none !important; } |
||||
|
||||
/* Specific visibility for tables */ |
||||
table { |
||||
&.show-for-portrait, |
||||
&.hide-for-landscape { display: table !important; } |
||||
} |
||||
thead { |
||||
&.show-for-portrait, |
||||
&.hide-for-landscape { display: table-header-group !important; } |
||||
} |
||||
tbody { |
||||
&.show-for-portrait, |
||||
&.hide-for-landscape { display: table-row-group !important; } |
||||
} |
||||
tr { |
||||
&.show-for-portrait, |
||||
&.hide-for-landscape { display: table-row !important; } |
||||
} |
||||
td, |
||||
th { |
||||
&.show-for-portrait, |
||||
&.hide-for-landscape { display: table-cell !important; } |
||||
} |
||||
} |
||||
|
||||
/* Touch-enabled device targeting */ |
||||
.show-for-touch { display: none !important; } |
||||
.hide-for-touch { display: inherit !important; } |
||||
.touch .show-for-touch { display: inherit !important; } |
||||
.touch .hide-for-touch { display: none !important; } |
||||
|
||||
/* Specific visibility for tables */ |
||||
table.hide-for-touch { display: table !important; } |
||||
.touch table.show-for-touch { display: table !important; } |
||||
thead.hide-for-touch { display: table-header-group !important; } |
||||
.touch thead.show-for-touch { display: table-header-group !important; } |
||||
tbody.hide-for-touch { display: table-row-group !important; } |
||||
.touch tbody.show-for-touch { display: table-row-group !important; } |
||||
tr.hide-for-touch { display: table-row !important; } |
||||
.touch tr.show-for-touch { display: table-row !important; } |
||||
td.hide-for-touch { display: table-cell !important; } |
||||
.touch td.show-for-touch { display: table-cell !important; } |
||||
th.hide-for-touch { display: table-cell !important; } |
||||
.touch th.show-for-touch { display: table-cell !important; } |
||||
|
||||
|
||||
/* Print visibility */ |
||||
@media print { |
||||
.show-for-print { display: block; } |
||||
.hide-for-print { display: none; } |
||||
|
||||
table.show-for-print { display: table !important; } |
||||
thead.show-for-print { display: table-header-group !important; } |
||||
tbody.show-for-print { display: table-row-group !important; } |
||||
tr.show-for-print { display: table-row !important; } |
||||
td.show-for-print { display: table-cell !important; } |
||||
th.show-for-print { display: table-cell !important; } |
||||
|
||||
} |
||||
|
||||
} |
@ -0,0 +1,648 @@
|
||||
@import "normalize"; |
||||
@import "foundation-settings"; |
||||
@import "theme-settings"; |
||||
|
||||
// Make sure the charset is set appropriately |
||||
@charset "UTF-8"; |
||||
|
||||
// Behold, here are all the Foundation components. |
||||
// You can choose only needed ones |
||||
// grid is mandatory |
||||
@import "foundation/components/grid"; |
||||
@import "foundation/components/accordion"; |
||||
@import "foundation/components/alert-boxes"; |
||||
@import "foundation/components/block-grid"; |
||||
@import "foundation/components/breadcrumbs"; |
||||
@import "foundation/components/button-groups"; |
||||
@import "foundation/components/buttons"; |
||||
@import "foundation/components/clearing"; |
||||
@import "foundation/components/dropdown"; |
||||
@import "foundation/components/dropdown-buttons"; |
||||
@import "foundation/components/flex-video"; |
||||
@import "foundation/components/forms"; |
||||
@import "foundation/components/icon-bar"; |
||||
@import "foundation/components/inline-lists"; |
||||
@import "foundation/components/joyride"; |
||||
@import "foundation/components/keystrokes"; |
||||
@import "foundation/components/labels"; |
||||
@import "foundation/components/magellan"; |
||||
@import "foundation/components/orbit"; |
||||
@import "foundation/components/pagination"; |
||||
@import "foundation/components/panels"; |
||||
@import "foundation/components/pricing-tables"; |
||||
@import "foundation/components/progress-bars"; |
||||
@import "foundation/components/range-slider"; |
||||
@import "foundation/components/reveal"; |
||||
@import "foundation/components/side-nav"; |
||||
@import "foundation/components/split-buttons"; |
||||
@import "foundation/components/sub-nav"; |
||||
@import "foundation/components/switches"; |
||||
@import "foundation/components/tables"; |
||||
@import "foundation/components/tabs"; |
||||
@import "foundation/components/thumbs"; |
||||
@import "foundation/components/tooltips"; |
||||
@import "foundation/components/top-bar"; |
||||
@import "foundation/components/type"; |
||||
@import "foundation/components/offcanvas"; |
||||
@import "foundation/components/visibility"; |
||||
|
||||
// |
||||
// Your styles here |
||||
// |
||||
|
||||
html { |
||||
height: auto; |
||||
} |
||||
body { |
||||
position: relative; |
||||
padding: rem-calc(15); |
||||
} |
||||
|
||||
::selection { |
||||
background: $color-main-contrast; |
||||
color: $color-main-light; |
||||
} |
||||
::-moz-selection { |
||||
background: $color-main-contrast; |
||||
color: $color-main-light; |
||||
} |
||||
|
||||
// header styles |
||||
.header-back-btn { |
||||
color: $color-main-dark; |
||||
border: rem-calc(3) solid $color-main-dark; |
||||
padding: rem-calc(5) rem-calc(20); |
||||
text-align: center; |
||||
text-decoration: none; |
||||
border-radius: rem-calc(3); |
||||
font-size: rem-calc(16); |
||||
font-family: $headers-font; |
||||
font-weight: 700; |
||||
text-transform: uppercase; |
||||
margin-left: rem-calc(30); |
||||
margin-top: rem-calc(30); |
||||
.fa { |
||||
font-size: rem-calc(14); |
||||
-webkit-transition: all .3s; |
||||
transition: all .3s; |
||||
} |
||||
&:hover, &:focus, &:active { |
||||
color: $color-main-dark; |
||||
.fa { |
||||
-webkit-transform: translateX(rem-calc(-5)); |
||||
transform: translateX(rem-calc(-5)); |
||||
} |
||||
} |
||||
&.element-dark { |
||||
color: $color-main-dark; |
||||
border: rem-calc(3) solid $color-main-dark; |
||||
&:hover, &:focus, &:active { |
||||
color: $color-main-dark; |
||||
} |
||||
} |
||||
&.element-light { |
||||
color: $color-main-light; |
||||
border: rem-calc(3) solid $color-main-light; |
||||
&:hover, &:focus, &:active { |
||||
color: $color-main-light; |
||||
} |
||||
} |
||||
} |
||||
|
||||
.main-header, |
||||
.post-view-header { |
||||
text-align: center; |
||||
background-size: cover; |
||||
background-repeat: no-repeat; |
||||
background-position: 50% 50%; |
||||
.element-light { |
||||
color: $color-main-light; |
||||
} |
||||
.element-dark, |
||||
&.no-cover { |
||||
color: $color-main-dark; |
||||
} |
||||
h1, h2, h3, h4, h5, h6 { |
||||
color: inherit; |
||||
margin: 0; |
||||
} |
||||
h2 { |
||||
font-size: rem-calc(22); |
||||
} |
||||
.post-logo-container, |
||||
.author-logo-container { |
||||
padding: rem-calc(15) rem-calc(40); |
||||
img { |
||||
max-width: rem-calc(180); |
||||
max-height: rem-calc(180); |
||||
} |
||||
} |
||||
.author-logo-container { |
||||
img { |
||||
border-radius: 100%; |
||||
} |
||||
} |
||||
a, a:active, a:focus, a:hover { |
||||
color: inherit; |
||||
} |
||||
} |
||||
.main-header { |
||||
padding: rem-calc(120) rem-calc(30); |
||||
h1 { |
||||
font-size: rem-calc(40); |
||||
line-height: 1.2; |
||||
@media screen and (min-width: 48em) { |
||||
font-size: rem-calc(90); |
||||
} |
||||
} |
||||
.author-stats { |
||||
font-size: rem-calc(20); |
||||
font-family: $headers-font; |
||||
font-weight: 700; |
||||
} |
||||
@media screen and (min-width: 48em) { |
||||
padding: 12% rem-calc(30); |
||||
&.no-cover { |
||||
padding: 10% rem-calc(30); |
||||
} |
||||
} |
||||
} |
||||
|
||||
// index page |
||||
|
||||
.home-template, |
||||
.tag-template, |
||||
.author-template { |
||||
.post { |
||||
padding: rem-calc(40) rem-calc(30); |
||||
text-align: center; |
||||
-webkit-transition: background-color .2s; |
||||
transition: background-color .2s; |
||||
&:first-of-type { |
||||
border-top: solid rem-calc(1) darken($color-main-light, 3%); |
||||
} |
||||
border-bottom: solid rem-calc(1) darken($color-main-light, 3%); |
||||
&:hover { |
||||
background-color: darken($color-main-light, 3%); |
||||
} |
||||
@media screen and (min-width: 48em) { |
||||
padding: rem-calc(60) rem-calc(30); |
||||
} |
||||
} |
||||
.author-thumb { |
||||
width: rem-calc(30); |
||||
height: rem-calc(30); |
||||
border-radius: 100%; |
||||
} |
||||
.post-title { |
||||
color: $color-main-dark; |
||||
margin: 0; |
||||
font-size: rem-calc(26); |
||||
line-height: 1.1; |
||||
a, a:hover, a:focus, a:active { |
||||
color: inherit; |
||||
text-decoration: none; |
||||
} |
||||
@media screen and (min-width: 48em) { |
||||
font-size: rem-calc(42); |
||||
line-height: 1.3; |
||||
} |
||||
} |
||||
.post-meta { |
||||
color: lighten($color-main-dark, 20%); |
||||
a, a:hover, a:focus, a:active { |
||||
color: inherit; |
||||
} |
||||
} |
||||
} |
||||
|
||||
// post view page |
||||
|
||||
.post-template { |
||||
.post-view-header { |
||||
padding: rem-calc(160) rem-calc(30) rem-calc(120); |
||||
&.no-cover { |
||||
padding: rem-calc(160) rem-calc(30) rem-calc(80); |
||||
} |
||||
.post-header-content { |
||||
max-width: $row-width + 12.5; |
||||
margin-left: auto; |
||||
margin-right: auto; |
||||
h1 { |
||||
font-size: rem-calc(40); |
||||
line-height: 1.2; |
||||
@media screen and (min-width: 48em) { |
||||
font-size: rem-calc(68); |
||||
} |
||||
} |
||||
} |
||||
@media screen and (min-width: 48em) { |
||||
padding: 15% rem-calc(30); |
||||
&.no-cover { |
||||
padding: 15% rem-calc(30) 5%; |
||||
} |
||||
} |
||||
} |
||||
.post-view-content { |
||||
margin-top: rem-calc(60); |
||||
} |
||||
.post-meta { |
||||
font-family: $headers-font; |
||||
font-weight: 700; |
||||
font-size: rem-calc(18); |
||||
margin-top: rem-calc(30); |
||||
a, a:active, a:focus, a:hover { |
||||
display: inline-block; |
||||
padding: 0 rem-calc(10); |
||||
border: rem-calc(3) solid $color-main-dark; |
||||
text-decoration: none; |
||||
} |
||||
&.element-light { |
||||
a, a:active, a:focus, a:hover { |
||||
border: rem-calc(3) solid $color-main-light |
||||
} |
||||
} |
||||
&.element-dark { |
||||
a, a:active, a:focus, a:hover { |
||||
border: rem-calc(3) solid $color-main-dark |
||||
} |
||||
} |
||||
} |
||||
.post-title { |
||||
position: relative; |
||||
margin-bottom: rem-calc(10); |
||||
&:before { |
||||
position: absolute; |
||||
content: " "; |
||||
display: block; |
||||
min-width: rem-calc(180); |
||||
width: 45%; |
||||
height: rem-calc(1); |
||||
bottom: rem-calc(-15); |
||||
left: 50%; |
||||
right: auto; |
||||
-webkit-transform: translateX(-50%); |
||||
transform: translateX(-50%); |
||||
background-color: $color-main-dark; |
||||
} |
||||
&:after { |
||||
position: absolute; |
||||
content: " "; |
||||
display: block; |
||||
width: rem-calc(7); |
||||
height: rem-calc(7); |
||||
bottom: rem-calc(-18); |
||||
left: 50%; |
||||
right: auto; |
||||
-webkit-transform: translateX(-50%); |
||||
transform: translateX(-50%); |
||||
background-color: $color-main-dark; |
||||
border-radius: 100%; |
||||
} |
||||
&.element-light { |
||||
&:before, |
||||
&:after { |
||||
background-color: $color-main-light; |
||||
} |
||||
} |
||||
&.element-dark { |
||||
&:before, |
||||
&:after { |
||||
background-color: $color-main-dark; |
||||
} |
||||
} |
||||
} |
||||
.post-footer { |
||||
.post-tags { |
||||
font-family: $headers-font; |
||||
font-weight: 700; |
||||
a { |
||||
font-weight: normal; |
||||
} |
||||
} |
||||
.share { |
||||
border-top: rem-calc(1) solid darken($color-main-light, 10%); |
||||
padding-top: rem-calc(30); |
||||
padding-bottom: rem-calc(30); |
||||
margin-top: rem-calc(30); |
||||
margin-bottom: rem-calc(30); |
||||
a { |
||||
color: $color-main-contrast; |
||||
text-decoration: none; |
||||
font-size: rem-calc(28); |
||||
&:hover { |
||||
color: darken($color-main-contrast, 10%); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
// author info box in post view page |
||||
.author-info { |
||||
padding: 0; |
||||
position: relative; |
||||
padding-top: rem-calc(60); |
||||
padding-bottom: rem-calc(60); |
||||
margin-bottom: rem-calc(40); |
||||
background: darken($color-main-light, 5%); |
||||
.post-author { |
||||
padding-left: rem-calc(30); |
||||
padding-right: rem-calc(30); |
||||
text-align: center; |
||||
.author-label { |
||||
display: block; |
||||
font-size: rem-calc(16); |
||||
color: lighten($color-main-dark, 50%); |
||||
font-style: italic; |
||||
} |
||||
.author-link-name { |
||||
color: $color-main-dark; |
||||
-webkit-transition: color .3s; |
||||
transition: color .3s; |
||||
&:active, &:hover, &:focus { |
||||
color: $color-main-contrast; |
||||
} |
||||
} |
||||
.author-website { |
||||
font-size: rem-calc(16); |
||||
} |
||||
h1 { |
||||
margin: 0; |
||||
padding: 0; |
||||
font-family: $headers-font; |
||||
font-weight: 700; |
||||
text-transform: uppercase; |
||||
font-size: rem-calc(36); |
||||
} |
||||
> p { |
||||
font-size: rem-calc(18); |
||||
a { |
||||
color: $color-main-contrast; |
||||
} |
||||
} |
||||
.post-author-avatar { |
||||
width: rem-calc(200); |
||||
height: rem-calc(200); |
||||
border-radius: 50%; |
||||
float: none; |
||||
margin-right: 0; |
||||
margin-bottom: rem-calc(20); |
||||
@media only screen and (min-width: 40.063em) { |
||||
margin-right: rem-calc(50); |
||||
margin-bottom: 0; |
||||
float: left; |
||||
} |
||||
} |
||||
a { |
||||
text-decoration: none; |
||||
} |
||||
@media only screen and (min-width: 40.063em) { |
||||
text-align: left; |
||||
} |
||||
} |
||||
} |
||||
|
||||
// tag view post loop styles |
||||
.tag-view-info { |
||||
font-size: rem-calc(26); |
||||
text-align: center; |
||||
font-family: $headers-font; |
||||
font-weight: 700; |
||||
background: darken($color-main-light, 10%); |
||||
padding: rem-calc(40) rem-calc(30); |
||||
color: $color-main-dark; |
||||
} |
||||
|
||||
// footer |
||||
|
||||
.site-footer { |
||||
background-color: $color-main-dark; |
||||
padding: rem-calc(15) rem-calc(30) 0; |
||||
color: $color-main-light; |
||||
font-size: rem-calc(14); |
||||
margin-top: rem-calc(60); |
||||
a, a:active, a:focus, a:hover { |
||||
color: inherit; |
||||
} |
||||
@extend %clearfix; |
||||
.subscribe-button { |
||||
.fa { |
||||
vertical-align: middle; |
||||
margin-left: rem-calc(5); |
||||
} |
||||
} |
||||
.px-themes, |
||||
.ghost { |
||||
float: none; |
||||
text-align: center; |
||||
} |
||||
@media screen and (min-width: 48em) { |
||||
.px-themes { |
||||
float: left; |
||||
} |
||||
.ghost { |
||||
float: right; |
||||
} |
||||
.px-themes, |
||||
.ghost { |
||||
text-align: left; |
||||
} |
||||
} |
||||
} |
||||
|
||||
// pagination |
||||
.pagination { |
||||
padding: rem-calc(60) rem-calc(30) 0; |
||||
text-align: center; |
||||
color: $color-main-dark; |
||||
font-weight: bold; |
||||
font-family: $headers-font; |
||||
a, a:active, a:focus, a:hover { |
||||
color: inherit; |
||||
display: inline-block; |
||||
padding: rem-calc(5) rem-calc(30); |
||||
border: rem-calc(3) solid $color-main-dark; |
||||
border-radius: rem-calc(3); |
||||
text-decoration: none; |
||||
.fa { |
||||
font-size: rem-calc(12); |
||||
} |
||||
} |
||||
a:hover { |
||||
&.older-posts { |
||||
.fa { |
||||
-webkit-transition: all .3s; |
||||
transition: all .3s; |
||||
-webkit-transform: translateX(rem-calc(5)); |
||||
transform: translateX(rem-calc(5)); |
||||
} |
||||
} |
||||
&.newer-posts { |
||||
.fa { |
||||
-webkit-transition: all .3s; |
||||
transition: all .3s; |
||||
-webkit-transform: translateX(rem-calc(-5)); |
||||
transform: translateX(rem-calc(-5)); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
// document borders |
||||
.rborder, .lborder, .tborder, .bborder { |
||||
background: $color-main-dark; |
||||
} |
||||
.rborder, .lborder { |
||||
position: fixed; |
||||
top: 0; |
||||
bottom: 0; |
||||
width: $body-border-width; |
||||
} |
||||
.rborder { |
||||
right: 0; |
||||
} |
||||
.lborder { |
||||
left: 0; |
||||
} |
||||
.tborder, .bborder { |
||||
position: fixed; |
||||
left: 0; |
||||
right: 0; |
||||
height: $body-border-width; |
||||
} |
||||
.tborder { |
||||
top: 0; |
||||
} |
||||
.bborder { |
||||
bottom: 0; |
||||
} |
||||
|
||||
.main-nav { |
||||
.fa-bars { |
||||
cursor: pointer; |
||||
margin-right: rem-calc(30); |
||||
margin-top: rem-calc(30); |
||||
font-size: rem-calc(40); |
||||
&.element-dark { |
||||
color: $color-main-dark; |
||||
} |
||||
&.element-light { |
||||
color: $color-main-light; |
||||
} |
||||
} |
||||
} |
||||
|
||||
|
||||
// menu based on : http://tympanus.net/Development/FullscreenOverlayStyles/index.html |
||||
/* main-menu-ovrl style */ |
||||
.main-menu-ovrl { |
||||
position: fixed; |
||||
width: 100%; |
||||
height: 100%; |
||||
top: 0; |
||||
left: 0; |
||||
background: rgba($color-main-dark, .9); |
||||
/* main-menu-ovrl closing cross */ |
||||
.main-menu-ovrl-close { |
||||
font-size: rem-calc(60); |
||||
text-align: center; |
||||
position: absolute; |
||||
right: rem-calc(35); |
||||
top: rem-calc(35); |
||||
overflow: hidden; |
||||
border: none; |
||||
color: $color-main-light; |
||||
outline: none; |
||||
z-index: 100; |
||||
cursor: pointer; |
||||
} |
||||
/* Menu style */ |
||||
nav { |
||||
text-align: center; |
||||
position: relative; |
||||
top: 50%; |
||||
height: 60%; |
||||
-webkit-transform: translateY(-50%); |
||||
transform: translateY(-50%); |
||||
} |
||||
ul { |
||||
list-style: none; |
||||
padding: 0; |
||||
margin: 0 auto; |
||||
display: inline-block; |
||||
height: 100%; |
||||
position: relative; |
||||
li { |
||||
display: block; |
||||
height: 20%; |
||||
height: calc(100% / 5); |
||||
min-height: rem-calc(54); |
||||
a { |
||||
font-weight: 300; |
||||
display: block; |
||||
color: $color-main-light; |
||||
font-size: rem-calc(54); |
||||
-webkit-transition: color 0.2s; |
||||
transition: color 0.2s; |
||||
font-family: $headers-font; |
||||
text-decoration: none; |
||||
&:hover, &:focus { |
||||
color: darken($color-main-light, 50%); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
/* Effects */ |
||||
.main-menu-ovrl-hugeinc { |
||||
opacity: 0; |
||||
visibility: hidden; |
||||
-webkit-transition: opacity 0.5s, visibility 0s 0.5s; |
||||
transition: opacity 0.5s, visibility 0s 0.5s; |
||||
nav { |
||||
-webkit-perspective: rem-calc(1200); |
||||
perspective: rem-calc(1200); |
||||
ul { |
||||
opacity: 0.4; |
||||
-webkit-transform: translateY(-25%) rotateX(35deg); |
||||
transform: translateY(-25%) rotateX(35deg); |
||||
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s; |
||||
transition: transform 0.5s, opacity 0.5s; |
||||
} |
||||
} |
||||
&.open { |
||||
opacity: 1; |
||||
visibility: visible; |
||||
-webkit-transition: opacity 0.5s; |
||||
transition: opacity 0.5s; |
||||
nav { |
||||
ul { |
||||
opacity: 1; |
||||
-webkit-transform: rotateX(0deg); |
||||
transform: rotateX(0deg); |
||||
} |
||||
} |
||||
} |
||||
&.close { |
||||
nav { |
||||
ul { |
||||
-webkit-transform: translateY(25%) rotateX(-35deg); |
||||
transform: translateY(25%) rotateX(-35deg); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
@media screen and (max-height: 30.5em) { |
||||
.main-menu-ovrl nav { |
||||
height: 70%; |
||||
li a { |
||||
font-size: rem-calc(34); |
||||
} |
||||
} |
||||
.main-menu-ovrl ul li { |
||||
min-height: rem-calc(34); |
||||
} |
||||
} |
@ -0,0 +1,40 @@
|
||||
{{!< default}} |
||||
{{! The tag above means - insert everything in this file into the {body} of the default.hbs template }} |
||||
|
||||
{{! Everything inside the #author tags pulls data from the author }} |
||||
{{#author}} |
||||
{{! facebook and twitter meta data config partial}} |
||||
{{> open-graph-twitter}} |
||||
|
||||
<nav class="main-nav"> |
||||
<a href="{{@blog.url}}" class="header-back-btn js-bg-check left"> |
||||
<i class="fa fa-chevron-left"></i> Home |
||||
</a> |
||||
<i class="fa fa-bars js-bg-check js-main-menu-open right"></i> |
||||
</nav> |
||||
<header class="main-header js-blog-bg-image {{#if cover}}" style="background-image: url({{cover}}){{else}}no-cover{{/if}}"> |
||||
<div class="main-header-content"> |
||||
{{#if image}} |
||||
<div class="author-logo-container"> |
||||
<img src="{{image}}" alt="{{name}}"> |
||||
</div> |
||||
{{/if}} |
||||
<h1 class="author-title js-bg-check"> |
||||
<span>{{name}}</span> |
||||
</h1> |
||||
{{#if bio}} |
||||
<h2 class="author-bio js-bg-check"> |
||||
<span>{{bio}}</span> |
||||
</h2> |
||||
{{/if}} |
||||
<span class="author-stats js-bg-check"> |
||||
{{plural ../pagination.total empty='No posts' singular='% post' plural='% posts'}} <a href="{{url}}rss/"><i class="fa fa-rss"></i></a> |
||||
</span> |
||||
</div> |
||||
</header> |
||||
{{/author}} |
||||
|
||||
<main class="content author-template" role="main"> |
||||
{{! The tag below includes the post loop - partials/loop.hbs }} |
||||
{{> "loop"}} |
||||
</main> |
@ -0,0 +1,84 @@
|
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
{{! Document Settings }} |
||||
<meta charset="utf-8"> |
||||
|
||||
{{! Page Meta }} |
||||
<title>{{meta_title}}</title> |
||||
<meta name="description" content="{{meta_description}}"> |
||||
|
||||
{{! Open graph }} |
||||
<!-- Open Graph Meta Tags --> |
||||
<meta property="og:type" content="website"> |
||||
<meta property="og:title" content="{{meta_title}}"> |
||||
<meta property="og:description" content="{{meta_description}}"> |
||||
<meta property="og:site_name" content="{{@blog.title}}"> |
||||
<!-- Twitter Card Meta Tags --> |
||||
<meta name="twitter:card" content="summary"> |
||||
<meta name="twitter:title" content="{{meta_title}}"> |
||||
<meta name="twitter:description" content="{{meta_description}}"> |
||||
{{! Open Graph and Twitter image meta tags here - different for different pages (index, post, page etc.)}} |
||||
{{{block "social_meta"}}} |
||||
|
||||
<meta name="HandheldFriendly" content="True"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
|
||||
<link rel="shortcut icon" href="{{asset "favicon.ico"}}"> |
||||
|
||||
{{! Styles - Foundation 5 included}} |
||||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"> |
||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900"> |
||||
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic"> |
||||
{{!-- styles for syntax highlighter you will find more here: https://github.com/isagalaev/highlight.js/tree/master/src/styles just change .min.css file name below --}} |
||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/monokai_sublime.min.css"> |
||||
<link rel="stylesheet" href="{{asset "css/style.css"}}"> |
||||
|
||||
{{! Ghost outputs important style and meta data with this tag }} |
||||
{{ghost_head}} |
||||
|
||||
{{! Modernizr }} |
||||
<script src="{{asset "js/vendor/modernizr.js"}}"></script> |
||||
</head> |
||||
<body class="{{body_class}}"> |
||||
|
||||
{{! Everything else gets inserted here }} |
||||
{{{body}}} |
||||
|
||||
<footer class="site-footer"> |
||||
<section class="poweredby ghost">Proudly published with <a href="https://ghost.org">Ghost</a></section> |
||||
<section class="poweredby px-themes">Theme by <a href="http://pxt.be">pxThemes</a> <a class="subscribe-button" href="{{@blog.url}}/rss/"><i class="fa fa-rss"></i></a></section> |
||||
</footer> |
||||
|
||||
{{! Document borders}} |
||||
<div class="tborder"></div> |
||||
<div class="rborder"></div> |
||||
<div class="bborder"></div> |
||||
<div class="lborder"></div> |
||||
|
||||
<div class="main-menu-ovrl main-menu-ovrl-hugeinc js-main-menu-ovrl"> |
||||
<i class="fa fa-times main-menu-ovrl-close js-main-menu-close"></i> |
||||
<nav> |
||||
<ul> |
||||
<li><a href="{{@blog.url}}">Home</a></li> |
||||
<li><a href="#">About</a></li> |
||||
<li><a href="#">Work</a></li> |
||||
<li><a href="#">Clients</a></li> |
||||
<li><a href="/contact-us">Contact</a></li> |
||||
</ul> |
||||
</nav> |
||||
</div> |
||||
|
||||
{{! Ghost outputs important scripts and data with this tag }} |
||||
{{ghost_foot}} |
||||
|
||||
{{! The main JavaScript files }} |
||||
<script type="text/javascript" src="{{asset "js/vendor/foundation.min.js"}}"></script> |
||||
<script type="text/javascript" src="{{asset "js/vendor/imagesloaded.js"}}"></script> |
||||
<script type="text/javascript" src="{{asset "js/vendor/background-check.js"}}"></script> |
||||
<script type="text/javascript" src="{{asset "js/vendor/nice-scroll.js"}}"></script> |
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script> |
||||
<script type="text/javascript" src="{{asset "js/abc.js"}}"></script> |
||||
|
||||
</body> |
||||
</html> |
@ -0,0 +1,29 @@
|
||||
{{! facebook and twitter meta data config partial}} |
||||
{{> open-graph-twitter}} |
||||
|
||||
{{!< default}} |
||||
{{! The tag above means - insert everything in this file into the {body} of the default.hbs template }} |
||||
|
||||
{{! The big featured header }} |
||||
<nav class="main-nav"> |
||||
<i class="fa fa-bars js-bg-check js-main-menu-open right"></i> |
||||
</nav> |
||||
<header class="main-header js-blog-bg-image {{#if @blog.cover}}" style="background-image: url({{@blog.cover}}){{else}}no-cover{{/if}}"> |
||||
<div class="main-header-content"> |
||||
{{#if @blog.logo}} |
||||
<div class="post-logo-container"> |
||||
<a class="blog-logo" href="{{@blog.url}}"><img src="{{@blog.logo}}" alt="Blog Logo" /></a> |
||||
</div> |
||||
{{/if}} |
||||
<h1 class="page-title js-bg-check"><span>{{@blog.title}}</span></h1> |
||||
<h2 class="page-description js-bg-check"><span>{{@blog.description}}</span></h2> |
||||
</div> |
||||
</header> |
||||
|
||||
{{! The main content area on the homepage }} |
||||
<main id="content" class="content home-template" role="main"> |
||||
|
||||
{{! The tag below includes the post loop - partials/loop.hbs }} |
||||
{{> "loop"}} |
||||
|
||||
</main> |
@ -0,0 +1,29 @@
|
||||
{{!< default}} |
||||
|
||||
{{! This is a page template. A page outputs content just like any other post, and has all the same |
||||
attributes by default, but you can also customise it to behave differently if you prefer. }} |
||||
{{#post}} |
||||
|
||||
{{! facebook and twitter meta data config partial}} |
||||
{{> open-graph-twitter}} |
||||
|
||||
<nav class="main-nav"> |
||||
<a href="{{@blog.url}}" class="header-back-btn js-bg-check left"> |
||||
<i class="fa fa-chevron-left"></i> Home |
||||
</a> |
||||
<i class="fa fa-bars js-bg-check js-main-menu-open right"></i> |
||||
</nav> |
||||
<header class="post-view-header js-blog-bg-image {{#if image}}" style="background-image: url({{image}}){{else}}no-cover{{/if}}"> |
||||
<div class="post-header-content"> |
||||
<h1 class="post-title js-bg-check">{{title}}</h1> |
||||
</div> |
||||
</header> |
||||
|
||||
<main class="post-view-content row" role="main"> |
||||
<article class="{{post_class}} small-12 columns"> |
||||
<section class="post-content"> |
||||
{{content}} |
||||
</section> |
||||
</article> |
||||
</main> |
||||
{{/post}} |
@ -0,0 +1,21 @@
|
||||
<section class="disqus"> |
||||
<div class="row"> |
||||
<div class="small-12 columns"> |
||||
<h1 class="comments-header">Comments</h1> |
||||
<div id="disqus_thread"></div> |
||||
<script type="text/javascript"> |
||||
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ |
||||
var disqus_shortname = 'abctheme'; // required: replace example with your forum shortname |
||||
|
||||
/* * * DON'T EDIT BELOW THIS LINE * * */ |
||||
(function() { |
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; |
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; |
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); |
||||
})(); |
||||
</script> |
||||
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> |
||||
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> |
||||
</div> |
||||
</div> |
||||
</section> |
@ -0,0 +1,17 @@
|
||||
{{! This is the post loop - each post will be output using this markup }} |
||||
{{#foreach posts}} |
||||
<article class="{{post_class}}"> |
||||
<header class="post-header"> |
||||
<time class="post-date" datetime="{{date format='YYYY-MM-DD'}}">{{date format="DD MMMM YYYY"}}</time> |
||||
<h2 class="post-title"><a href="{{url}}">{{{title}}}</a></h2> |
||||
</header> |
||||
<footer class="post-meta"> |
||||
{{#if author.image}}<img class="author-thumb" src="{{author.image}}" alt="Author image" nopin="nopin" />{{/if}} |
||||
{{author}} |
||||
{{tags prefix=" on "}} |
||||
</footer> |
||||
</article> |
||||
{{/foreach}} |
||||
|
||||
{{! Previous/next page links - displayed on every page - this is a custom pagination partial}} |
||||
{{pagination}} |
@ -0,0 +1,16 @@
|
||||
{{#contentFor "social_meta"}} |
||||
<!-- Open Graph Meta Tags --> |
||||
<meta property="og:url" content="{{@blog.url}}{{url}}"> |
||||
{{#if image}} |
||||
<meta property="og:image" content="{{@blog.url}}{{image}}"> |
||||
{{else}} |
||||
<meta property="og:image" content="{{@blog.url}}{{@blog.logo}}"> |
||||
{{/if}} |
||||
<!-- Twitter Card Meta Tags --> |
||||
<meta property="twitter:url" content="{{@blog.url}}{{url}}"> |
||||
{{#if image}} |
||||
<meta property="twitter:image" content="{{@blog.url}}{{image}}"> |
||||
{{else}} |
||||
<meta property="twitter:image" content="{{@blog.url}}{{@blog.logo}}"> |
||||
{{/if}} |
||||
{{/contentFor}} |
@ -0,0 +1,8 @@
|
||||
<nav class="pagination" role="navigation"> |
||||
{{#if prev}} |
||||
<a class="newer-posts" href="{{page_url prev}}"><i class="fa fa-chevron-left"></i> Newer Posts</a> |
||||
{{/if}} |
||||
{{#if next}} |
||||
<a class="older-posts" href="{{page_url next}}">Older Posts <i class="fa fa-chevron-right"></i></a> |
||||
{{/if}} |
||||
</nav> |
@ -0,0 +1,90 @@
|
||||
{{!< default}} |
||||
|
||||
{{! The comment above "< default" means - insert everything in this file into |
||||
the {body} of the default.hbs template, which contains our header/footer. }} |
||||
|
||||
{{! Everything inside the #post tags pulls data from the post }} |
||||
{{#post}} |
||||
|
||||
{{! facebook and twitter meta data config partial}} |
||||
{{> open-graph-twitter}} |
||||
|
||||
<nav class="main-nav"> |
||||
<a href="{{@blog.url}}" class="header-back-btn js-bg-check left"> |
||||
<i class="fa fa-chevron-left"></i> Home |
||||
</a> |
||||
<i class="fa fa-bars js-bg-check js-main-menu-open right"></i> |
||||
</nav> |
||||
<header class="post-view-header js-blog-bg-image {{#if image}}" style="background-image: url({{image}}){{else}}no-cover{{/if}}"> |
||||
<div class="post-header-content"> |
||||
<h1 class="post-title js-bg-check">{{title}}</h1> |
||||
<section class="post-meta js-bg-check"> |
||||
<time class="post-date" datetime="{{date format='YYYY-MM-DD'}}">{{date format="DD MMMM YYYY"}}</time> |
||||
</section> |
||||
</div> |
||||
</header> |
||||
|
||||
<main class="post-view-content" role="main"> |
||||
|
||||
<article class="{{post_class}}"> |
||||
|
||||
<section class="post-content row"> |
||||
<div class="small-12 columns">{{content}}</div> |
||||
</section> |
||||
|
||||
<footer class="post-footer row"> |
||||
<div class="small-12 columns"> |
||||
<section class="post-tags"> |
||||
{{tags prefix="Tags: "}} |
||||
</section> |
||||
|
||||
<section class="share"> |
||||
<h5>Share this post:</h5> |
||||
<a class="icon-twitter" href="https://twitter.com/share?text={{encode title}}&url={{url absolute="true"}}" |
||||
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;"> |
||||
<span class="hidden"><i class="fa fa-twitter-square"></i></span> |
||||
</a> |
||||
<a class="icon-facebook" href="https://www.facebook.com/sharer/sharer.php?u={{url absolute="true"}}" |
||||
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;"> |
||||
<span class="hidden"><i class="fa fa-facebook-square"></i></span> |
||||
</a> |
||||
<a class="icon-google-plus" href="https://plus.google.com/share?url={{url absolute="true"}}" |
||||
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;"> |
||||
<span class="hidden"><i class="fa fa-google-plus-square"></i></span> |
||||
</a> |
||||
</section> |
||||
</div> |
||||
</footer> |
||||
|
||||
{{! Everything inside the #author tags pulls data from the author }} |
||||
{{#author}} |
||||
<section class="author-info"> |
||||
<div class="row"> |
||||
<section class="post-author small-12 columns"> |
||||
{{#if image}} |
||||
<img src="{{image}}" class="post-author-avatar" alt="{{name}}"> |
||||
{{/if}} |
||||
{{#if name}} |
||||
<span class="author-label">Author</span> |
||||
<h1><a href="{{url}}" class="author-link-name">{{name}}</a></h1> |
||||
{{/if}} |
||||
{{#if website}} |
||||
<p><a href="{{website}}" class="author-website">{{website}}</a></p> |
||||
{{/if}} |
||||
{{#if bio}} |
||||
<p>{{bio}}</p> |
||||
{{/if}} |
||||
</section> |
||||
</div> |
||||
</section> |
||||
{{/author}} |
||||
|
||||
<section class="disqus"> |
||||
{{> disqus}} |
||||
</section> |
||||
|
||||
</article> |
||||
|
||||
</main> |
||||
|
||||
{{/post}} |
@ -0,0 +1,36 @@
|
||||
{{! facebook and twitter meta data config partial}} |
||||
{{> open-graph-twitter}} |
||||
|
||||
{{!< default}} |
||||
{{! The tag above means - insert everything in this file into the {body} of the default.hbs template }} |
||||
|
||||
{{! The big featured header }} |
||||
<nav class="main-nav"> |
||||
<a href="{{@blog.url}}" class="header-back-btn js-bg-check left"> |
||||
<i class="fa fa-chevron-left"></i> Home |
||||
</a> |
||||
<i class="fa fa-bars js-bg-check js-main-menu-open right"></i> |
||||
</nav> |
||||
<header class="main-header js-blog-bg-image {{#if @blog.cover}}" style="background-image: url({{@blog.cover}}){{else}}no-cover{{/if}}"> |
||||
<div class="main-header-content"> |
||||
{{#if @blog.logo}} |
||||
<div class="post-logo-container"> |
||||
<a class="blog-logo" href="{{@blog.url}}"><img src="{{@blog.logo}}" alt="Blog Logo" /></a> |
||||
</div> |
||||
{{/if}} |
||||
<h1 class="page-title js-bg-check"><span>{{@blog.title}}</span></h1> |
||||
<h2 class="page-description js-bg-check"><span>{{@blog.description}}</span></h2> |
||||
</div> |
||||
</header> |
||||
|
||||
{{! The main content area on the homepage }} |
||||
<main id="content" class="content tag-template" role="main"> |
||||
<div class="tag-view-info"> |
||||
<span> |
||||
All posts tagged in: {{tag.name}} |
||||
</span> |
||||
</div> |
||||
{{! The tag below includes the post loop - partials/loop.hbs }} |
||||
{{> "loop"}} |
||||
|
||||
</main> |
Loading…
Reference in new issue