From 193d8613f01ee4fd3cf01724b6428bd92b73356f Mon Sep 17 00:00:00 2001 From: aj Date: Fri, 26 Apr 2013 14:43:51 -0500 Subject: [PATCH 001/205] Initial commit --- skel-noscript.css | 223 +++++++++++ skel-ui.js | 926 ++++++++++++++++++++++++++++++++++++++++++++++ skel.js | 861 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 2010 insertions(+) create mode 100644 skel-noscript.css create mode 100644 skel-ui.js create mode 100644 skel.js diff --git a/skel-noscript.css b/skel-noscript.css new file mode 100644 index 0000000..70b214a --- /dev/null +++ b/skel-noscript.css @@ -0,0 +1,223 @@ +/* skel.js v0.2 | (c) n33 | n33.co @n33co | MIT + GPLv2 */ +/* + + HEY! READ THIS FIRST! + + skel.js relies on JS to load its base styles and manage breakpoints. For folks + who have JS disabled this obviously won't work, so this backup stylesheet serves + as a fallback in those situations. To use it: + + 1. Decide which breakpoint will be the fallback for non-JS clients, then + make note of its a) container grid width, and b) required stylesheets. + + 2. Set the container grid width ("grid-container" class) if yours differs + from the default (960px). + + 3. (Optional) Customize other stuff. Do this by uncommenting/commenting out + the sections you need/don't need. + + 4. Add a