Created
January 4, 2014 03:56
-
-
Save jitendravyas/8251439 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains 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
<div class="container"> | |
<h1>The 10 column complex nested grid AG test</h1> | |
<div class="ag ag1"> | |
<h2>AG 1</h2> | |
</div> | |
<!-- /ag1 --> | |
<!-- ag3 to ag7 are nested within ag2.--> | |
<div class="ag ag2"> | |
<h2>AG 2</h2> | |
<div class="ag ag4"> | |
<h2>AG 4</h2> | |
</div> | |
<div class="ag ag5"> | |
<h2>AG 5</h2> | |
</div> | |
<div class="ag ag6"> | |
<h2>AG 6</h2> | |
</div> | |
<!-- ag8, ag9 and ag10 are nested within ag7 --> | |
<div class="ag ag7"> | |
<h2>AG 7</h2> | |
<div class="ag ag8"> | |
<h2>AG 8</h2> | |
</div> | |
<div class="ag ag9"> | |
<h2>AG 9</h2> | |
</div> | |
<div class="ag ag10"> | |
<h2>AG 10</h2> | |
</div> | |
</div> | |
<!-- /ag7 --> | |
</div> | |
<!-- /ag2 --> | |
<div class="ag ag3"> | |
<h2>AG 3</h2> | |
</div> | |
<!-- /ag3 --> | |
</div> | |
<!-- /container --> |
This file contains 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.3.0.rc.1) | |
// Compass (v0.13.alpha.10) | |
// ---- | |
@import "compass"; | |
@import "normalize-scss"; | |
@import "susy"; | |
// Configuring Susy defaults | |
// Susy accepts px, em and rem for the magic and fixed grid, and % for the fluid grid | |
$total-columns: 10; | |
$column-width: 4rem; | |
$gutter-width: 1rem; | |
$grid-padding: $gutter-width / 2; | |
$container-style: magic; // default to magic. Switch to fluid or fixed if desired | |
.container { | |
@include susy-grid-background; | |
@include border-box-sizing; | |
} | |
/** | |
* Styles for AG grids & Container | |
*/ | |
.container { | |
background-color: #fbeecb; | |
@include container; | |
overflow:hidden; | |
} | |
.ag1, .ag3 { | |
background-color: #71dad2; | |
} | |
.ag2 { | |
background-color: #fae7b3; | |
} | |
.ag4,.ag5,.ag8,.ag9 { | |
background-color: #ee9e9c; | |
} | |
.ag6 { | |
background-color: #f09671; | |
} | |
.ag7 { | |
background-color: #f6d784; | |
} | |
.ag10 { | |
background-color: #ea9fc3; | |
} | |
/** | |
* Text Styles | |
*/ | |
h2 { | |
text-align: center; | |
font-size: 1rem; | |
font-weight: normal; | |
padding-top: 1.8rem; | |
padding-bottom: 1.8rem; | |
} |
This file contains 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
/* normalize.css v2.1.3 | MIT License | git.io/normalize */ | |
/* normalize.scss v2.1.3 | MIT/GPLv2 License | bit.ly/normalize-with-compass */ | |
/* ========================================================================== | |
HTML5 display definitions | |
========================================================================== */ | |
/** | |
* Correct `block` display not defined in IE 8/9. | |
*/ | |
article, | |
aside, | |
details, | |
figcaption, | |
figure, | |
footer, | |
header, | |
hgroup, | |
main, | |
nav, | |
section, | |
summary { | |
display: block; | |
} | |
/** | |
* Correct `inline-block` display not defined in IE 8/9. | |
*/ | |
audio, | |
canvas, | |
video { | |
display: inline-block; | |
*display: inline; | |
*zoom: 1; | |
} | |
/** | |
* Prevent modern browsers from displaying `audio` without controls. | |
* Remove excess height in iOS 5 devices. | |
*/ | |
audio:not([controls]) { | |
display: none; | |
height: 0; | |
} | |
/** | |
* Address `[hidden]` styling not present in IE 8/9. | |
* Hide the `template` element in IE, Safari, and Firefox < 22. | |
*/ | |
[hidden], | |
template { | |
display: none; | |
} | |
/* ========================================================================== | |
Base | |
========================================================================== */ | |
/** | |
* 1. Set default font family to sans-serif. | |
* 2. Prevent iOS text size adjust after orientation change, without disabling | |
* user zoom. | |
* 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using | |
* `em` units. | |
*/ | |
html { | |
font-family: sans-serif; | |
/* 1 */ | |
font-size: 100%; | |
/* 3 */ | |
-ms-text-size-adjust: 100%; | |
/* 2 */ | |
-webkit-text-size-adjust: 100%; | |
/* 2 */ | |
} | |
/** | |
* Address `font-family` inconsistency between `textarea` and other form | |
* elements. | |
*/ | |
button, | |
input, | |
select, | |
textarea { | |
font-family: sans-serif; | |
} | |
/** | |
* Remove default margin. | |
*/ | |
body { | |
margin: 0; | |
} | |
/* ========================================================================== | |
Links | |
========================================================================== */ | |
/** | |
* Remove the gray background color from active links in IE 10. | |
*/ | |
a { | |
background: transparent; | |
} | |
/** | |
* Address `outline` inconsistency between Chrome and other browsers. | |
*/ | |
a:focus { | |
outline: thin dotted; | |
} | |
/** | |
* Improve readability when focused and also mouse hovered in all browsers. | |
*/ | |
a:active, | |
a:hover { | |
outline: 0; | |
} | |
/* ========================================================================== | |
Typography | |
========================================================================== */ | |
/** | |
* Set 1 unit of vertical rhythm on the top and bottom margin. | |
*/ | |
p, | |
pre { | |
margin: 1.5em 0; | |
} | |
blockquote { | |
/* Set 1 unit of vertical rhythm on the top and bottom margin. */ | |
margin: 1.5em 40px; | |
} | |
/** | |
* Address variable `h1` font-size and margin within `section` and `article` | |
* contexts in Firefox 4+, Safari 5, and Chrome. | |
*/ | |
h1 { | |
/* Set the font-size and line-height while keeping a proper vertical rhythm. */ | |
font-size: 2em; | |
line-height: 1.5em; | |
/* Set 1 unit of vertical rhythm on the top and bottom margins. */ | |
margin-top: 0.75em; | |
margin-bottom: 0.75em; | |
} | |
h2 { | |
font-size: 1.5em; | |
line-height: 2em; | |
margin-top: 1em; | |
margin-bottom: 1em; | |
} | |
h3 { | |
font-size: 1.17em; | |
line-height: 1.28205em; | |
margin-top: 1.28205em; | |
margin-bottom: 1.28205em; | |
} | |
h4 { | |
font-size: 1em; | |
line-height: 1.5em; | |
margin-top: 1.5em; | |
margin-bottom: 1.5em; | |
} | |
h5 { | |
font-size: 0.83em; | |
line-height: 1.80723em; | |
margin-top: 1.80723em; | |
margin-bottom: 1.80723em; | |
} | |
h6 { | |
font-size: 0.67em; | |
line-height: 2.23881em; | |
margin-top: 2.23881em; | |
margin-bottom: 2.23881em; | |
} | |
/** | |
* Address styling not present in IE 8/9, Safari 5, and Chrome. | |
*/ | |
abbr[title] { | |
border-bottom: 1px dotted; | |
} | |
/** | |
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. | |
*/ | |
b, | |
strong { | |
font-weight: bold; | |
} | |
/** | |
* Address styling not present in Safari 5 and Chrome. | |
*/ | |
dfn { | |
font-style: italic; | |
} | |
/** | |
* Address differences between Firefox and other browsers. | |
*/ | |
hr { | |
-moz-box-sizing: content-box; | |
-webkit-box-sizing: content-box; | |
box-sizing: content-box; | |
height: 0; | |
} | |
/** | |
* Address styling not present in IE 8/9. | |
*/ | |
mark { | |
background: #ff0; | |
color: #000; | |
} | |
/** | |
* Correct font family set oddly in Safari 5 and Chrome. | |
*/ | |
code, | |
kbd, | |
pre, | |
samp { | |
font-family: monospace, serif; | |
_font-family: 'courier new', monospace; | |
font-size: 1em; | |
} | |
/** | |
* Improve readability of pre-formatted text in all browsers. | |
*/ | |
pre { | |
white-space: pre; | |
white-space: pre-wrap; | |
word-wrap: break-word; | |
} | |
/** | |
* Set consistent quote types. | |
*/ | |
q { | |
quotes: "\201C" "\201D" "\2018" "\2019"; | |
} | |
/** | |
* Address inconsistent and variable font size in all browsers. | |
*/ | |
small { | |
font-size: 80%; | |
} | |
/** | |
* Prevent `sub` and `sup` affecting `line-height` in all browsers. | |
*/ | |
sub, | |
sup { | |
font-size: 75%; | |
line-height: 0; | |
position: relative; | |
vertical-align: baseline; | |
} | |
sup { | |
top: -0.5em; | |
} | |
sub { | |
bottom: -0.25em; | |
} | |
/* ========================================================================== | |
Lists | |
========================================================================== */ | |
/** | |
* Address margins set differently in IE 6/7. | |
*/ | |
dl, | |
menu, | |
ol, | |
ul { | |
margin: 1.5em 0; | |
} | |
dd { | |
margin: 0 0 0 40px; | |
} | |
/** | |
* Address paddings set differently in IE 6/7. | |
*/ | |
menu, | |
ol, | |
ul { | |
padding: 0 0 0 40px; | |
} | |
/** | |
* Correct list images handled incorrectly in IE 7. | |
*/ | |
nav ul, | |
nav ol { | |
list-style: none; | |
list-style-image: none; | |
} | |
/* ========================================================================== | |
Embedded content | |
========================================================================== */ | |
/** | |
* Remove border when inside `a` element in IE 8/9. | |
*/ | |
img { | |
border: 0; | |
/* Improve image quality when scaled in IE 7. */ | |
-ms-interpolation-mode: bicubic; | |
} | |
/** | |
* Correct overflow displayed oddly in IE 9. | |
*/ | |
svg:not(:root) { | |
overflow: hidden; | |
} | |
/* ========================================================================== | |
Figures | |
========================================================================== */ | |
/** | |
* Address margin not present in IE 8/9 and Safari 5. | |
*/ | |
figure { | |
margin: 0; | |
} | |
/* ========================================================================== | |
Forms | |
========================================================================== */ | |
/** | |
* Correct margin displayed oddly in IE 6/7. | |
*/ | |
form { | |
margin: 0; | |
} | |
/** | |
* Define consistent border, margin, and padding. | |
*/ | |
fieldset { | |
margin: 0 2px; | |
/* Apply borders and padding that keep the vertical rhythm. */ | |
border-color: #c0c0c0; | |
border-top-width: 0.0625em; | |
border-top-style: solid; | |
padding-top: 0.4625em; | |
border-bottom-width: 0.0625em; | |
border-bottom-style: solid; | |
padding-bottom: 0.9125em; | |
border-left-width: 0.0625em; | |
border-left-style: solid; | |
padding-left: 0.875em; | |
border-right-width: 0.0625em; | |
border-right-style: solid; | |
padding-right: 0.875em; | |
} | |
/** | |
* 1. Correct `color` not being inherited in IE 8/9. | |
* 2. Remove padding so people aren't caught out if they zero out fieldsets. | |
* 3. Correct alignment displayed oddly in IE 6/7. | |
*/ | |
legend { | |
border: 0; | |
/* 1 */ | |
padding: 0; | |
/* 2 */ | |
*margin-left: -7px; | |
/* 3 */ | |
} | |
/** | |
* 1. Correct font family not being inherited in all browsers. | |
* 2. Correct font size not being inherited in all browsers. | |
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. | |
* 4. Improve appearance and consistency with IE 6/7. | |
*/ | |
button, | |
input, | |
select, | |
textarea { | |
font-family: inherit; | |
/* 1 */ | |
font-size: 100%; | |
/* 2 */ | |
margin: 0; | |
/* 3 */ | |
vertical-align: baseline; | |
/* 4 */ | |
*vertical-align: middle; | |
/* 4 */ | |
} | |
/** | |
* Address Firefox 4+ setting `line-height` on `input` using `!important` in | |
* the UA stylesheet. | |
*/ | |
button, | |
input { | |
line-height: normal; | |
} | |
/** | |
* Address inconsistent `text-transform` inheritance for `button` and `select`. | |
* All other form control elements do not inherit `text-transform` values. | |
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. | |
* Correct `select` style inheritance in Firefox 4+ and Opera. | |
*/ | |
button, | |
select { | |
text-transform: none; | |
} | |
/** | |
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` | |
* and `video` controls. | |
* 2. Correct inability to style clickable `input` types in iOS. | |
* 3. Improve usability and consistency of cursor style between image-type | |
* `input` and others. | |
* 4. Remove inner spacing in IE 7 without affecting normal text inputs. | |
* Known issue: inner spacing remains in IE 6. | |
*/ | |
button, | |
html input[type="button"], | |
input[type="reset"], | |
input[type="submit"] { | |
-webkit-appearance: button; | |
/* 2 */ | |
cursor: pointer; | |
/* 3 */ | |
*overflow: visible; | |
/* 4 */ | |
} | |
/** | |
* Re-set default cursor for disabled elements. | |
*/ | |
button[disabled], | |
html input[disabled] { | |
cursor: default; | |
} | |
/** | |
* 1. Address box sizing set to `content-box` in IE 8/9/10. | |
* 2. Remove excess padding in IE 8/9/10. | |
* 3. Remove excess padding in IE 7. | |
* Known issue: excess padding remains in IE 6. | |
*/ | |
input[type="checkbox"], | |
input[type="radio"] { | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box; | |
/* 1 */ | |
padding: 0; | |
/* 2 */ | |
*height: 13px; | |
/* 3 */ | |
*width: 13px; | |
/* 3 */ | |
} | |
/** | |
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. | |
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome | |
* (include `-moz` to future-proof). | |
*/ | |
input[type="search"] { | |
-webkit-appearance: textfield; | |
/* 1 */ | |
-moz-box-sizing: content-box; | |
-webkit-box-sizing: content-box; | |
box-sizing: content-box; | |
/* 2 */ | |
} | |
/** | |
* Remove inner padding and search cancel button in Safari 5 and Chrome | |
* on OS X. | |
*/ | |
input[type="search"]::-webkit-search-cancel-button, | |
input[type="search"]::-webkit-search-decoration { | |
-webkit-appearance: none; | |
} | |
/** | |
* Remove inner padding and border in Firefox 4+. | |
*/ | |
button::-moz-focus-inner, | |
input::-moz-focus-inner { | |
border: 0; | |
padding: 0; | |
} | |
/** | |
* 1. Remove default vertical scrollbar in IE 8/9. | |
* 2. Improve readability and alignment in all browsers. | |
*/ | |
textarea { | |
overflow: auto; | |
/* 1 */ | |
vertical-align: top; | |
/* 2 */ | |
} | |
/* ========================================================================== | |
Tables | |
========================================================================== */ | |
/** | |
* Remove most spacing between table cells. | |
*/ | |
table { | |
border-collapse: collapse; | |
border-spacing: 0; | |
} | |
.container { | |
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(100, 100, 225, 0.25) 0%, rgba(100, 100, 225, 0.25) 8.16327%, rgba(0, 0, 0, 0) 8.16327%, rgba(0, 0, 0, 0) 10.20408%, rgba(100, 100, 225, 0.25) 10.20408%, rgba(100, 100, 225, 0.25) 18.36735%, rgba(0, 0, 0, 0) 18.36735%, rgba(0, 0, 0, 0) 20.40816%, rgba(100, 100, 225, 0.25) 20.40816%, rgba(100, 100, 225, 0.25) 28.57143%, rgba(0, 0, 0, 0) 28.57143%, rgba(0, 0, 0, 0) 30.61224%, rgba(100, 100, 225, 0.25) 30.61224%, rgba(100, 100, 225, 0.25) 38.77551%, rgba(0, 0, 0, 0) 38.77551%, rgba(0, 0, 0, 0) 40.81633%, rgba(100, 100, 225, 0.25) 40.81633%, rgba(100, 100, 225, 0.25) 48.97959%, rgba(0, 0, 0, 0) 48.97959%, rgba(0, 0, 0, 0) 51.02041%, rgba(100, 100, 225, 0.25) 51.02041%, rgba(100, 100, 225, 0.25) 59.18367%, rgba(0, 0, 0, 0) 59.18367%, rgba(0, 0, 0, 0) 61.22449%, rgba(100, 100, 225, 0.25) 61.22449%, rgba(100, 100, 225, 0.25) 69.38776%, rgba(0, 0, 0, 0) 69.38776%, rgba(0, 0, 0, 0) 71.42857%, rgba(100, 100, 225, 0.25) 71.42857%, rgba(100, 100, 225, 0.25) 79.59184%, rgba(0, 0, 0, 0) 79.59184%, rgba(0, 0, 0, 0) 81.63265%, rgba(100, 100, 225, 0.25) 81.63265%, rgba(100, 100, 225, 0.25) 89.79592%, rgba(0, 0, 0, 0) 89.79592%, rgba(0, 0, 0, 0) 91.83673%, rgba(100, 100, 225, 0.25) 91.83673%, rgba(100, 100, 225, 0.25) 100%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%); | |
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(100, 100, 225, 0.25) 0%, rgba(100, 100, 225, 0.25) 8.16327%, rgba(0, 0, 0, 0) 8.16327%, rgba(0, 0, 0, 0) 10.20408%, rgba(100, 100, 225, 0.25) 10.20408%, rgba(100, 100, 225, 0.25) 18.36735%, rgba(0, 0, 0, 0) 18.36735%, rgba(0, 0, 0, 0) 20.40816%, rgba(100, 100, 225, 0.25) 20.40816%, rgba(100, 100, 225, 0.25) 28.57143%, rgba(0, 0, 0, 0) 28.57143%, rgba(0, 0, 0, 0) 30.61224%, rgba(100, 100, 225, 0.25) 30.61224%, rgba(100, 100, 225, 0.25) 38.77551%, rgba(0, 0, 0, 0) 38.77551%, rgba(0, 0, 0, 0) 40.81633%, rgba(100, 100, 225, 0.25) 40.81633%, rgba(100, 100, 225, 0.25) 48.97959%, rgba(0, 0, 0, 0) 48.97959%, rgba(0, 0, 0, 0) 51.02041%, rgba(100, 100, 225, 0.25) 51.02041%, rgba(100, 100, 225, 0.25) 59.18367%, rgba(0, 0, 0, 0) 59.18367%, rgba(0, 0, 0, 0) 61.22449%, rgba(100, 100, 225, 0.25) 61.22449%, rgba(100, 100, 225, 0.25) 69.38776%, rgba(0, 0, 0, 0) 69.38776%, rgba(0, 0, 0, 0) 71.42857%, rgba(100, 100, 225, 0.25) 71.42857%, rgba(100, 100, 225, 0.25) 79.59184%, rgba(0, 0, 0, 0) 79.59184%, rgba(0, 0, 0, 0) 81.63265%, rgba(100, 100, 225, 0.25) 81.63265%, rgba(100, 100, 225, 0.25) 89.79592%, rgba(0, 0, 0, 0) 89.79592%, rgba(0, 0, 0, 0) 91.83673%, rgba(100, 100, 225, 0.25) 91.83673%, rgba(100, 100, 225, 0.25) 100%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%); | |
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(100, 100, 225, 0.25) 0%, rgba(100, 100, 225, 0.25) 8.16327%, rgba(0, 0, 0, 0) 8.16327%, rgba(0, 0, 0, 0) 10.20408%, rgba(100, 100, 225, 0.25) 10.20408%, rgba(100, 100, 225, 0.25) 18.36735%, rgba(0, 0, 0, 0) 18.36735%, rgba(0, 0, 0, 0) 20.40816%, rgba(100, 100, 225, 0.25) 20.40816%, rgba(100, 100, 225, 0.25) 28.57143%, rgba(0, 0, 0, 0) 28.57143%, rgba(0, 0, 0, 0) 30.61224%, rgba(100, 100, 225, 0.25) 30.61224%, rgba(100, 100, 225, 0.25) 38.77551%, rgba(0, 0, 0, 0) 38.77551%, rgba(0, 0, 0, 0) 40.81633%, rgba(100, 100, 225, 0.25) 40.81633%, rgba(100, 100, 225, 0.25) 48.97959%, rgba(0, 0, 0, 0) 48.97959%, rgba(0, 0, 0, 0) 51.02041%, rgba(100, 100, 225, 0.25) 51.02041%, rgba(100, 100, 225, 0.25) 59.18367%, rgba(0, 0, 0, 0) 59.18367%, rgba(0, 0, 0, 0) 61.22449%, rgba(100, 100, 225, 0.25) 61.22449%, rgba(100, 100, 225, 0.25) 69.38776%, rgba(0, 0, 0, 0) 69.38776%, rgba(0, 0, 0, 0) 71.42857%, rgba(100, 100, 225, 0.25) 71.42857%, rgba(100, 100, 225, 0.25) 79.59184%, rgba(0, 0, 0, 0) 79.59184%, rgba(0, 0, 0, 0) 81.63265%, rgba(100, 100, 225, 0.25) 81.63265%, rgba(100, 100, 225, 0.25) 89.79592%, rgba(0, 0, 0, 0) 89.79592%, rgba(0, 0, 0, 0) 91.83673%, rgba(100, 100, 225, 0.25) 91.83673%, rgba(100, 100, 225, 0.25) 100%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%); | |
background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(100, 100, 225, 0.25) 0%, rgba(100, 100, 225, 0.25) 8.16327%, rgba(0, 0, 0, 0) 8.16327%, rgba(0, 0, 0, 0) 10.20408%, rgba(100, 100, 225, 0.25) 10.20408%, rgba(100, 100, 225, 0.25) 18.36735%, rgba(0, 0, 0, 0) 18.36735%, rgba(0, 0, 0, 0) 20.40816%, rgba(100, 100, 225, 0.25) 20.40816%, rgba(100, 100, 225, 0.25) 28.57143%, rgba(0, 0, 0, 0) 28.57143%, rgba(0, 0, 0, 0) 30.61224%, rgba(100, 100, 225, 0.25) 30.61224%, rgba(100, 100, 225, 0.25) 38.77551%, rgba(0, 0, 0, 0) 38.77551%, rgba(0, 0, 0, 0) 40.81633%, rgba(100, 100, 225, 0.25) 40.81633%, rgba(100, 100, 225, 0.25) 48.97959%, rgba(0, 0, 0, 0) 48.97959%, rgba(0, 0, 0, 0) 51.02041%, rgba(100, 100, 225, 0.25) 51.02041%, rgba(100, 100, 225, 0.25) 59.18367%, rgba(0, 0, 0, 0) 59.18367%, rgba(0, 0, 0, 0) 61.22449%, rgba(100, 100, 225, 0.25) 61.22449%, rgba(100, 100, 225, 0.25) 69.38776%, rgba(0, 0, 0, 0) 69.38776%, rgba(0, 0, 0, 0) 71.42857%, rgba(100, 100, 225, 0.25) 71.42857%, rgba(100, 100, 225, 0.25) 79.59184%, rgba(0, 0, 0, 0) 79.59184%, rgba(0, 0, 0, 0) 81.63265%, rgba(100, 100, 225, 0.25) 81.63265%, rgba(100, 100, 225, 0.25) 89.79592%, rgba(0, 0, 0, 0) 89.79592%, rgba(0, 0, 0, 0) 91.83673%, rgba(100, 100, 225, 0.25) 91.83673%, rgba(100, 100, 225, 0.25) 100%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%); | |
background-position: left top; | |
-moz-background-origin: content; | |
-o-background-origin: content-box; | |
-webkit-background-origin: content; | |
background-origin: content-box; | |
-moz-background-clip: content; | |
-o-background-clip: content-box; | |
-webkit-background-clip: content; | |
background-clip: content-box; | |
} | |
.container * { | |
-moz-box-sizing: border-box; | |
-webkit-box-sizing: border-box; | |
box-sizing: border-box; | |
} | |
/** | |
* Styles for AG grids & Container | |
*/ | |
.container { | |
background-color: #fbeecb; | |
*zoom: 1; | |
max-width: 800px; | |
max-width: 50rem; | |
_width: 800px; | |
padding-left: 8px; | |
padding-left: 0.5rem; | |
padding-right: 8px; | |
padding-right: 0.5rem; | |
margin-left: auto; | |
margin-right: auto; | |
overflow: hidden; | |
} | |
.container:after { | |
content: ""; | |
display: table; | |
clear: both; | |
} | |
.ag1, .ag3 { | |
background-color: #71dad2; | |
} | |
.ag2 { | |
background-color: #fae7b3; | |
} | |
.ag4, .ag5, .ag8, .ag9 { | |
background-color: #ee9e9c; | |
} | |
.ag6 { | |
background-color: #f09671; | |
} | |
.ag7 { | |
background-color: #f6d784; | |
} | |
.ag10 { | |
background-color: #ea9fc3; | |
} | |
/** | |
* Text Styles | |
*/ | |
h2 { | |
text-align: center; | |
font-size: 1rem; | |
font-weight: normal; | |
padding-top: 1.8rem; | |
padding-bottom: 1.8rem; | |
} |
This file contains 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
<div class="container"> | |
<h1>The 10 column complex nested grid AG test</h1> | |
<div class="ag ag1"> | |
<h2>AG 1</h2> | |
</div> | |
<!-- /ag1 --> | |
<!-- ag3 to ag7 are nested within ag2.--> | |
<div class="ag ag2"> | |
<h2>AG 2</h2> | |
<div class="ag ag4"> | |
<h2>AG 4</h2> | |
</div> | |
<div class="ag ag5"> | |
<h2>AG 5</h2> | |
</div> | |
<div class="ag ag6"> | |
<h2>AG 6</h2> | |
</div> | |
<!-- ag8, ag9 and ag10 are nested within ag7 --> | |
<div class="ag ag7"> | |
<h2>AG 7</h2> | |
<div class="ag ag8"> | |
<h2>AG 8</h2> | |
</div> | |
<div class="ag ag9"> | |
<h2>AG 9</h2> | |
</div> | |
<div class="ag ag10"> | |
<h2>AG 10</h2> | |
</div> | |
</div> | |
<!-- /ag7 --> | |
</div> | |
<!-- /ag2 --> | |
<div class="ag ag3"> | |
<h2>AG 3</h2> | |
</div> | |
<!-- /ag3 --> | |
</div> | |
<!-- /container --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment