Created
October 24, 2013 18:14
-
-
Save lsolesen/7142298 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="view view-vies-subjects view-id-vies_subjects view-display-id-panel_pane_2 frontpage-subjects view-dom-id-3a14a77dd4ddb2fca4b946d030519b60 contextual-links-region"> | |
<div class="view-content row-fluid"> | |
<div class="views-row views-row-1 views-row-odd views-row-first views-row-last span6"> | |
<div class="views-field views-field-field-featured-image-1"> | |
<div class="field-content"><a href="/content/atletik"><img class="panopoly-image-thumbnail" src="http://dev.kursuscenter.vih.dk/sites/dev.kursuscenter.vih.dk/files/styles/panopoly_image_thumbnail/public/employees/1260304147bbsc%20%281%29.png?itok=FHlB6MQ_" width="80" height="60" alt="" /></a></div> </div> | |
<div class="views-field views-field-title"> | |
<h3 class="field-content"><a href="/content/atletik">Atletik</a></h3> </div> </div> | |
</div> | |
</div> </div> |
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.7) | |
// ---- | |
@import "compass/typography/text/replacement"; | |
@import "compass/css3/opacity"; | |
@import "compass/css3/transform"; | |
@import "compass"; | |
.frontpage-subjects { | |
width: 100%; | |
background: black; | |
.views-row { | |
@include clearfix; | |
margin-bottom: 5px; | |
width: 100% !important; | |
} | |
.views-field { | |
float: right; | |
} | |
.views-field-title { | |
height: 60px; | |
background: black; | |
h3 { | |
font-size: 1.5em; | |
margin-left: 30px; | |
margin-right: 30px; | |
} | |
} | |
} |
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
.frontpage-subjects { | |
width: 100%; | |
background: black; | |
} | |
.frontpage-subjects .views-row { | |
overflow: hidden; | |
*zoom: 1; | |
margin-bottom: 5px; | |
width: 100% !important; | |
} | |
.frontpage-subjects .views-field { | |
float: right; | |
} | |
.frontpage-subjects .views-field-title { | |
height: 60px; | |
background: black; | |
} | |
.frontpage-subjects .views-field-title h3 { | |
font-size: 1.5em; | |
margin-left: 30px; | |
margin-right: 30px; | |
} |
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="view view-vies-subjects view-id-vies_subjects view-display-id-panel_pane_2 frontpage-subjects view-dom-id-3a14a77dd4ddb2fca4b946d030519b60 contextual-links-region"> | |
<div class="view-content row-fluid"> | |
<div class="views-row views-row-1 views-row-odd views-row-first views-row-last span6"> | |
<div class="views-field views-field-field-featured-image-1"> | |
<div class="field-content"><a href="/content/atletik"><img class="panopoly-image-thumbnail" src="http://dev.kursuscenter.vih.dk/sites/dev.kursuscenter.vih.dk/files/styles/panopoly_image_thumbnail/public/employees/1260304147bbsc%20%281%29.png?itok=FHlB6MQ_" width="80" height="60" alt="" /></a></div> </div> | |
<div class="views-field views-field-title"> | |
<h3 class="field-content"><a href="/content/atletik">Atletik</a></h3> </div> </div> | |
</div> | |
</div> </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment