A super simple, responsive framework built to work on mobile devices, tablets, netbooks and desktop computers.
Built for all devices big and small, base has got you covered.
Custom styles for typography, headings, tables, form elements and much more.
Well organised and commented CSS to ensure your implementation is a breeze.
Covers IE7+ and all modern browsers such as Chrome, Safari, Firefox and Opera.
Preview the docs to see the Base Framework in all its glory! :)
- index.html: Basic HTML template which includes jQuery
- style.css: Base stylesheet for typography, headings, tables, form elements, etc
- readme.markdown - The Read Me file for Base (feel free to delete this)
- less (folder):
- mixins.less - Basic Mixins which include font-size properties and more
- style.less - The base stylesheet in LESS format
- sass (folder):
- mixins.scss - Basic Mixins which include font-size properties and more
- style.scss - The base stylesheet in SASS format
- images (folder):
- favicon.ico: Standard 32x32 favicon
- apple-touch-icon (x3): All three sizes of Apple touch icons for iPhone 3, iPad and iPhone 4 with retina.
- js (folder):
- default.js - Default javascript file (includes combined plugins and scripts)
- shiv.js - Enables HTML5 support for legacy versions of Internet Explorer
- grid (folder):
- base-grid.psd - PSD grid based on 960.gs
Base was built by Matthew Hartman (@hartmanmatthew), a passionate front end developer based in Melbourne, Australia.
- base_css-rails - a gem that adds the Base Framework to the applicaton's asset pipeline by Ricardo Cruz
- Thanks to Beau Smith (@beau) for the custom breakpoint suggestion
- Nicolas Gallagher (@necolas) for Normalize.css and Micro ClearFix.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.