- 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ---- | |
| // 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 | |
| */ |
Code modified from http://jsfiddle.net/4E2bV/1/
A Pen by InSuperposition on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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 |
NewerOlder