Skip to content

Instantly share code, notes, and snippets.

@mshwery
mshwery / Gemfile
Created July 7, 2013 22:57
Jekyll on Heroku with Rack-Jekyll
source :rubygems
gem 'jekyll'
gem 'rack-jekyll', :git => 'https://github.com/adaoraul/rack-jekyll'
gem 'coderay'
gem 'thin'
@-webkit-keyframes main-bear {
from {
background-position: 0px 0px; }
to {
background-position: 0px -11550px; } }
@-moz-keyframes main-bear {
from {
background-position: 0px 0px; }
@mshwery
mshwery / BetterBox.coffee
Created February 15, 2012 23:11
Fancybox Replacement
$.betterbox = ($obj, options) ->
defaults = {
'relativeTo' : ''
'boundTo' : ''
'outerBox' : '#outerBox'
'innerBox' : '#innerBox'
'direction' : 's' # n, e, s, w direction
'offsetTop' : 15
'maxWidth' : 420
'minWidth' : 390