Created
June 5, 2012 21:21
-
-
Save zachharkey/2878069 to your computer and use it in GitHub Desktop.
Responsive Panels Markup
This file contains hidden or 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
.responsive-cols, | |
.responsive-cols-1, | |
.responsive-cols-2, | |
.responsive-cols-3, | |
.responsive-cols-4 { | |
margin:0;padding:0; | |
@include no-bullets; | |
.col { | |
@include trailer(1); | |
border-color: #c7ced6; | |
border-bottom: 1px dashed #c7ced6; | |
@include apply-side-rhythm-border(bottom, $width: 1px, $lines: 0.65); | |
.h { | |
// @include leader(.2); | |
// @include trailer(.2); | |
} | |
&.views-row { | |
position: relative; | |
// background-color: rgba(0,255,255,.1); outline: 1px solid rgba(0,255,255,.3); | |
} | |
} | |
.col:last-child { | |
margin-bottom: 0; | |
border-bottom-width: 0; | |
} | |
} | |
// | 600 > | |
@media all and (min-width:600px) { | |
.responsive-cols-2 { | |
.col { | |
width: 43.03%; | |
margin-bottom: 0; | |
border-bottom-width: 0; | |
} | |
.col-1 {float: left;} | |
.col-2 {float: right;} | |
} | |
// 1 Across - Unit Stacked Vertically | |
.responsive-cols-3 .col-a { | |
float: left; | |
width: 31.64%; | |
margin-right: 2.53%; | |
} | |
.responsive-cols-4 .col-a { | |
float: left; | |
width: 31.64%; | |
margin-right: 2.53%; | |
} | |
} | |
// | 960 > | |
@media all and (min-width:960px) { | |
// 3 Across - Unit Stacked Vertically | |
.responsive-cols-3 { | |
.col { | |
float: left; | |
width: 31.64%; | |
margin: 0 2.53% 0 0; | |
border-bottom-width: 0; | |
} | |
.col-3 { | |
float: right; | |
margin-right: 0; | |
} | |
.col .col-a { | |
float: none; | |
width: 100%; | |
margin-right: 0; | |
margin-bottom: 0.75em; | |
} | |
} | |
.responsive-cols-4 { | |
.col { | |
float: left; | |
width: 20.25%; | |
margin: 0 6.32% 0 0; | |
border-bottom-width: 0; | |
} | |
.col-4 { | |
float: right; | |
margin-right: 0; | |
} | |
.col .col-a { | |
float: none; | |
width: 100%; | |
margin-right: 0; | |
} | |
} | |
} |
This file contains hidden or 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="responsive-cols-2 clearfix"> | |
<h2>Two</h2> | |
<div class="col col-1 clearfix"> | |
<figure class="col-a"> | |
<a href="#"> | |
<img src="http://placehold.it/410x230/333333/dddddd&text=Placeholder" alt="Placeholder" width="410" height="230"> | |
</a> | |
<figcaption>Figcaption</figcaption> | |
</figure> | |
<p> | |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | |
</p> | |
</div> | |
<div class="col col-2 clearfix"> | |
<figure class="col-a"> | |
<a href="#"> | |
<img src="http://placehold.it/410x230/333333/dddddd&text=Placeholder" alt="Placeholder" width="410" height="230"> | |
</a> | |
<figcaption>Figcaption</figcaption> | |
</figure> | |
<p> | |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | |
</p> | |
</div> | |
</div> |
This file contains hidden or 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="responsive-cols-3 clearfix"> | |
<h2>Three</h2> | |
<div class="col col-1 clearfix"> | |
<figure class="col-a"> | |
<a href="#"> | |
<img src="http://placehold.it/410x230/333333/dddddd&text=Placeholder" alt="Placeholder" width="410" height="230" /> | |
</a> | |
<figcaption>Figcaption</figcaption> | |
</figure> | |
<p> | |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | |
</p> | |
</div> | |
<div class="col col-2 clearfix"> | |
<figure class="col-a"> | |
<a href="#"> | |
<img src="http://placehold.it/410x230/333333/dddddd&text=Placeholder" alt="Placeholder" width="410" height="230" /> | |
</a> | |
<figcaption>Figcaption</figcaption> | |
</figure> | |
<p> | |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | |
</p> | |
</div> | |
<div class="col col-3 clearfix"> | |
<figure class="col-a"> | |
<a href="#"> | |
<img src="http://placehold.it/410x230/333333/dddddd&text=Placeholder" alt="Placeholder" width="410" height="230" /> | |
</a> | |
<figcaption>Figcaption</figcaption> | |
</figure> | |
<p> | |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | |
</p> | |
</div> | |
</div> |
This file contains hidden or 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="responsive-cols-4 clearfix"> | |
<h2>Four</h2> | |
<div class="col col-1 clearfix"> | |
<figure class="col-a"> | |
<a href="#"> | |
<img src="http://placehold.it/410x230/333333/dddddd&text=Placeholder" alt="Placeholder" width="410" height="230" /> | |
</a> | |
<figcaption>Figcaption</figcaption> | |
</figure> | |
<p> | |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | |
</p> | |
</div> | |
<div class="col col-2 clearfix"> | |
<figure class="col-a"> | |
<a href="#"> | |
<img src="http://placehold.it/410x230/333333/dddddd&text=Placeholder" alt="Placeholder" width="410" height="230" /> | |
</a> | |
<figcaption>Figcaption</figcaption> | |
</figure> | |
<p> | |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | |
</p> | |
</div> | |
<div class="col col-3 clearfix"> | |
<figure class="col-a"> | |
<a href="#"> | |
<img src="http://placehold.it/410x230/333333/dddddd&text=Placeholder" alt="Placeholder" width="410" height="230" /> | |
</a> | |
<figcaption>Figcaption</figcaption> | |
</figure> | |
<p> | |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | |
</p> | |
</div> | |
<div class="col col-4 clearfix"> | |
<figure class="col-a"> | |
<a href="#"> | |
<img src="http://placehold.it/410x230/333333/dddddd&text=Placeholder" alt="Placeholder" width="410" height="230" /> | |
</a> | |
<figcaption>Figcaption</figcaption> | |
</figure> | |
<p> | |
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | |
</p> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment