/* Transit by TEMPLATED templated.co @templatedco Released for free under the Creative Commons Attribution 3.0 license (templated.co/license) */ (function($) { skel.init({ reset: '', breakpoints: { global: { href: '/styles/forums.css', containers: 1400, grid: { gutters: ['2em', 0] } }, xlarge: { media: '(max-width: 1680px)', href: '/styles/style-xlarge.css', containers: 1200 }, large: { media: '(max-width: 1280px)', href: '/styles/style-large.css', containers: 960, grid: { gutters: ['1.5em', 0] }, viewport: { scalable: false } }, medium: { media: '(max-width: 980px)', href: '/styles/style-medium.css', containers: '90%!' }, small: { media: '(max-width: 736px)', href: '/styles/style-small.css', containers: '90%!', grid: { gutters: ['1.25em', 0] } }, xsmall: { media: '(max-width: 480px)', href: '/styles/style-xsmall.css' } }, plugins: { layers: { config: { mode: 'transform' }, navButton: { breakpoints: 'medium', height: '4em', html: '', position: 'top-left', side: 'top', width: '6em' }, navPanel: { animation: 'overlayX', breakpoints: 'medium', clickToHide: true, height: '100%', hidden: true, html: '
', orientation: 'vertical', position: 'top-left', side: 'left', width: 250 } } } }); $(function() { var $window = $(window), $body = $('body'); // Disable animations/transitions until the page has loaded. $body.addClass('is-loading'); $window.on('load', function() { $body.removeClass('is-loading'); }); }); })(jQuery);