Giter VIP home page Giter VIP logo

egrid's Introduction

egrid

egrid is a minimal SASS base grid based on foundation and skeleton.

It contains all the percentage goodness from Foundation combined with the simplicity of Skeleton with an on/off switch for a responsive or non-responsive grid.

The settings file includes the most common settings for the grid and allow flexibility. Below a description.

Change to false to disable the responsiveness of the grid

$responsive: true;

The default margin and padding of the document as well as the color of the body background

$body-margin: 10px;
$body-padding: 10px;
$body-background-color: white;

The width and gutter width of the grid

$width: 960px;
$columnpadding: 5px;

Default typography

$fontfamily: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
$fontsize: 14px;
$line-height: 20px;

Default colors for the text and anchors

$color: #333;
$a-color: #CC0000;
$a-hover: $a-color;

Settings for the headers, the header sizes for h1 to h6 will be calculated based on the base header size.

$base-header-size: 40px;
$header-color: black;
$header-fontfamily: $fontfamily;

Form settings, these are basically variables for the originale Skeleton form styles

$inputshadow: #333;
$inputshadow-alpha: 0.5;
$inputborder-color: #ccc;
$input-color: $color;

egrid's People

Contributors

tomvo avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.