Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

making adapt work with ltr rtl 12 16 and 24 grid #29

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ADAPT.JS - ADAPTIVE CSS
ADAPT.JS - ADAPTIVE CSS

=====

Expand All @@ -12,6 +12,15 @@ Feel free to use it however you like. :)

=====

Contributor: Adam Wright - Ontario Institute for Cancer Research
Email: adam.wright@oicr.on.ca
adam.j.wright82@gmail.com

- Added 16 and 14 Column Support
- Added RTL support

=====

Thanks to:

- Tiff Fehr, for offering feedback when this was just a gist.
Expand Down Expand Up @@ -47,4 +56,4 @@ Thanks to:
http://jasongraphix.com
https://github.com/jasongraphix
https://github.com/skully78
Issue: https://github.com/nathansmith/adapt/issues/4
Issue: https://github.com/nathansmith/adapt/issues/4
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
357 changes: 357 additions & 0 deletions assets/css/col16/ltr/1200.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,357 @@
/*
960 Grid System ~ Core CSS.
Learn more ~ http://960.gs/

Licensed under GPL and MIT.
*/

/*
Forces backgrounds to span full width,
even if there is horizontal scrolling.
Increase this if your layout is wider.

Note: IE6 works fine without this fix.
*/

body {
min-width: 1200px;
}

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12 {
margin-left: auto;
margin-right: auto;
width: 1200px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
margin-left: 0;
}

.omega {
margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
width: 80px;
}

.container_12 .grid_2 {
width: 180px;
}

.container_12 .grid_3 {
width: 280px;
}

.container_12 .grid_4 {
width: 380px;
}

.container_12 .grid_5 {
width: 480px;
}

.container_12 .grid_6 {
width: 580px;
}

.container_12 .grid_7 {
width: 680px;
}

.container_12 .grid_8 {
width: 780px;
}

.container_12 .grid_9 {
width: 880px;
}

.container_12 .grid_10 {
width: 980px;
}

.container_12 .grid_11 {
width: 1080px;
}

.container_12 .grid_12 {
width: 1180px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
padding-left: 100px;
}

.container_12 .prefix_2 {
padding-left: 200px;
}

.container_12 .prefix_3 {
padding-left: 300px;
}

.container_12 .prefix_4 {
padding-left: 400px;
}

.container_12 .prefix_5 {
padding-left: 500px;
}

.container_12 .prefix_6 {
padding-left: 600px;
}

.container_12 .prefix_7 {
padding-left: 700px;
}

.container_12 .prefix_8 {
padding-left: 800px;
}

.container_12 .prefix_9 {
padding-left: 900px;
}

.container_12 .prefix_10 {
padding-left: 1000px;
}

.container_12 .prefix_11 {
padding-left: 1100px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
padding-right: 100px;
}

.container_12 .suffix_2 {
padding-right: 200px;
}

.container_12 .suffix_3 {
padding-right: 300px;
}

.container_12 .suffix_4 {
padding-right: 400px;
}

.container_12 .suffix_5 {
padding-right: 500px;
}

.container_12 .suffix_6 {
padding-right: 600px;
}

.container_12 .suffix_7 {
padding-right: 700px;
}

.container_12 .suffix_8 {
padding-right: 800px;
}

.container_12 .suffix_9 {
padding-right: 900px;
}

.container_12 .suffix_10 {
padding-right: 1000px;
}

.container_12 .suffix_11 {
padding-right: 1100px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
left: 100px;
}

.container_12 .push_2 {
left: 200px;
}

.container_12 .push_3 {
left: 300px;
}

.container_12 .push_4 {
left: 400px;
}

.container_12 .push_5 {
left: 500px;
}

.container_12 .push_6 {
left: 600px;
}

.container_12 .push_7 {
left: 700px;
}

.container_12 .push_8 {
left: 800px;
}

.container_12 .push_9 {
left: 900px;
}

.container_12 .push_10 {
left: 1000px;
}

.container_12 .push_11 {
left: 1100px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
left: -100px;
}

.container_12 .pull_2 {
left: -200px;
}

.container_12 .pull_3 {
left: -300px;
}

.container_12 .pull_4 {
left: -400px;
}

.container_12 .pull_5 {
left: -500px;
}

.container_12 .pull_6 {
left: -600px;
}

.container_12 .pull_7 {
left: -700px;
}

.container_12 .pull_8 {
left: -800px;
}

.container_12 .pull_9 {
left: -900px;
}

.container_12 .pull_10 {
left: -1000px;
}

.container_12 .pull_11 {
left: -1100px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
content: '.';
display: block;
overflow: hidden;
visibility: hidden;
font-size: 0;
line-height: 0;
width: 0;
height: 0;
}

.clearfix:after,
.container_12:after {
clear: both;
}

/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12 {
zoom: 1;
}
Loading