Created
April 23, 2014 15:56
-
-
Save BuddyLReno/11221114 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="spriteWrapper sc max_lucado"> | |
<img src="http://a248.e.akamai.net/f/1611/26335/9h/dramsey.download.akamai.com/23572/daveramsey.com/media/fpu/stewardship/conference_2014/sc_headshot_sprite_116.png" alt=""/> | |
</div> | |
<div class="spriteWrapper sc dave_ramsey"> | |
<img src="http://a248.e.akamai.net/f/1611/26335/9h/dramsey.download.akamai.com/23572/daveramsey.com/media/fpu/stewardship/conference_2014/sc_headshot_sprite_116.png" alt=""/> | |
</div> | |
<div class="spriteWrapper sc tom_stanley"> | |
<img src="http://a248.e.akamai.net/f/1611/26335/9h/dramsey.download.akamai.com/23572/daveramsey.com/media/fpu/stewardship/conference_2014/sc_headshot_sprite_116.png" alt=""/> | |
</div> | |
<p>test</p> |
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.5) | |
// Compass (v) | |
// ---- | |
@import "compass"; | |
$speakerSprite_sc: "http://a248.e.akamai.net/f/1611/26335/9h/dramsey.download.akamai.com/23572/daveramsey.com/media/fpu/stewardship/conference_2014/sc_headshot_sprite_116.png"; | |
.spriteWrapper { | |
width: 116px; | |
height: 116px; | |
position: relative; | |
@include inline-block; | |
img { position: absolute; top: 0; left: 0; } | |
&.sc { | |
&.max_lucado img { clip: rect(0 116px 116px 0); } | |
&.dave_ramsey img { clip: rect(121px 116px 237px 0); top: -121px; } | |
&.tom_stanley img { clip: rect(242px 116px 358px 0); top: -242px; } | |
} | |
} |
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
.spriteWrapper { | |
width: 116px; | |
height: 116px; | |
position: relative; | |
display: inline-block; | |
vertical-align: middle; | |
*vertical-align: auto; | |
*zoom: 1; | |
*display: inline; | |
} | |
.spriteWrapper img { | |
position: absolute; | |
top: 0; | |
left: 0; | |
} | |
.spriteWrapper.sc.max_lucado img { | |
clip: rect(0 116px 116px 0); | |
} | |
.spriteWrapper.sc.dave_ramsey img { | |
clip: rect(121px 116px 237px 0); | |
top: -121px; | |
} | |
.spriteWrapper.sc.tom_stanley img { | |
clip: rect(242px 116px 358px 0); | |
top: -242px; | |
} |
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="spriteWrapper sc max_lucado"> | |
<img src="http://a248.e.akamai.net/f/1611/26335/9h/dramsey.download.akamai.com/23572/daveramsey.com/media/fpu/stewardship/conference_2014/sc_headshot_sprite_116.png" alt=""/> | |
</div> | |
<div class="spriteWrapper sc dave_ramsey"> | |
<img src="http://a248.e.akamai.net/f/1611/26335/9h/dramsey.download.akamai.com/23572/daveramsey.com/media/fpu/stewardship/conference_2014/sc_headshot_sprite_116.png" alt=""/> | |
</div> | |
<div class="spriteWrapper sc tom_stanley"> | |
<img src="http://a248.e.akamai.net/f/1611/26335/9h/dramsey.download.akamai.com/23572/daveramsey.com/media/fpu/stewardship/conference_2014/sc_headshot_sprite_116.png" alt=""/> | |
</div> | |
<p>test</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment