Skip to content

Instantly share code, notes, and snippets.

@thierryk
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thierryk/4f5daed4db5055a41eab to your computer and use it in GitHub Desktop.
Save thierryk/4f5daed4db5055a41eab to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
$UH-height: 84px;
/**
* These 2 must match
*/
#Stencil body {
padding-top: $UH-height !important;
}
#Stencil #UH {
height: $UH-height !important;
}
/**
* Top offset of first column (left rail)
* This is related to ads (Leaderbord/Billboard)
*/
@media screen and (min-width:1200px) {
#Stencil .hasStage .Col1,
#Stencil .yog-ad-leaderboard .Col1,
#Stencil .yog-ad-billboard .Col1,
#Stencil .Leaderboard .Col1,
#Stencil .Billboard .Col1,
#Stencil.Leaderboard .Col1,
#Stencil.Billboard .Col1 {
top: $UH-height + 2px !important;
}
#Stencil .yog-ad-splash .Col1 {
top: $UH-height + 2px + 310px !important;
}
}
/**
* Internet Explorer 7 and 8
*/
#Stencil .yog-ad-splash .Col1 {
*top: $UH-height + 2px + 310px !important;
}
#Stencil .Col1 {
*top: $UH-height + 2px !important;
}
@media \0screen {
#Stencil .yog-ad-splash .Col1 {
top: $UH-height + 2px + 310px !important;
}
#Stencil .Col1 {
top: $UH-height + 2px !important;
}
}
/**
* These 2 must match
*/
#Stencil body {
padding-top: 84px !important;
}
#Stencil #UH {
height: 84px !important;
}
/**
* Top offset of first column (left rail)
* This is related to ads (Leaderbord/Billboard)
*/
@media screen and (min-width: 1200px) {
#Stencil .hasStage .Col1,
#Stencil .yog-ad-leaderboard .Col1,
#Stencil .yog-ad-billboard .Col1,
#Stencil .Leaderboard .Col1,
#Stencil .Billboard .Col1,
#Stencil.Leaderboard .Col1,
#Stencil.Billboard .Col1 {
top: 86px !important;
}
#Stencil .yog-ad-splash .Col1 {
top: 396px !important;
}
}
/**
* Internet Explorer 7 and 8
*/
#Stencil .yog-ad-splash .Col1 {
*top: 396px !important;
}
#Stencil .Col1 {
*top: 86px !important;
}
@media \0screen {
#Stencil .yog-ad-splash .Col1 {
top: 396px !important;
}
#Stencil .Col1 {
top: 86px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment