Skip to content

Instantly share code, notes, and snippets.

View InSuperposition's full-sized avatar

Forrest Galloway InSuperposition

View GitHub Profile
@InSuperposition
InSuperposition / SassMeister-input.scss
Created February 4, 2014 16:47
VideoJS default styles in Sass.
// ----
// Sass (v3.2.14)
// Compass (v0.12.2)
// ----
/*!
Video.js Default Styles (http://videojs.com)
Version GENERATED_AT_BUILD
Create your own skin at http://designer.videojs.com
*/
@InSuperposition
InSuperposition / css_resources.md
Created January 24, 2014 05:27 — forked from jookyboi/css_resources.md
CSS libraries and guides to bring some order to the chaos.

Libraries

  • 960 Grid System - An effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem.
  • Compass - Open source CSS Authoring Framework.
  • Bootstrap - Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
  • Font Awesome - The iconic font designed for Bootstrap.
  • Zurb Foundation - Framework for writing responsive web sites.
  • SASS - CSS extension language which allows variables, mixins and rules nesting.
  • Skeleton - Boilerplate for responsive, mobile-friendly development.

Guides

@InSuperposition
InSuperposition / Responsive-rectangles-B-.markdown
Created January 15, 2014 13:37
A Pen by InSuperposition.
@InSuperposition
InSuperposition / .screenrc
Created May 7, 2012 15:13
GNU Screen settings file
#Ctrl-a :source .screenrc# I use control+a for beginning-of-line, this remaps it to the tick/tilda key# #escape ``  
# Bind tick+e to show the tick character since tick+tick is too convenient to toggle windows
# escape `e
# Sets scrollback buffer to x lines
defscrollback 10000
# Enables ability to use scrollbar to scrollback
termcapinfo xterm* ti@:te@
# Turn off start up message can view message with Ctrl-a . startup_message off
# Turn off visual alert
vbell off