2019-02-01 13:46:11 -05:00
@import " common/foundation/variables " ;
@import " common/foundation/mixins " ;
. google-dfp-ad {
padding : 3 px 0 ;
margin-bottom : 10 px ;
clear : both ;
}
. google-dfp-ad . dfp-ad-unit {
margin : 0 auto ;
}
. google-adsense {
padding : 3 px 0 ;
margin-bottom : 10 px ;
clear : both ;
}
. google-adsense . adsense-responsive {
width : 100 % ;
}
. google-adsense . google-adsense-label {
width : 728 px ;
max-width : 100 % ;
margin : 0 auto ;
}
. google-adsense . adsense-responsive . google-adsense-label {
width : 100 % ;
text-align : center ;
}
. google-adsense . adsense-unit {
margin : 0 auto ;
}
. google-adsense . google-adsense-label h2 {
margin : 4 px 0 !important ;
color : #858a8c ;
text-transform : uppercase ;
font-size : 12 px ;
font-family : ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;
font-weight : normal ;
}
. google-adsense . google-adsense-content {
margin : 0 auto ;
}
. google-adsense . adsense-post-bottom {
max-width : 735 px ;
padding : 0 11 px ;
}
@media all
and ( max-width : 775px ) {
. google-adsense . adsense-post-bottom {
box-sizing : border-box ;
width : 100 % ;
}
}
. amazon-product-links {
padding : 3 px ;
margin-bottom : 10 px ;
clear : both ;
}
. amazon-product-links . amazon-unit {
margin : 0 auto ;
}
. amazon-product-links . amazon-product-links-label {
width : 728 px ;
margin : 0 auto ;
}
. amazon-product-links . amazon-product-links-label h2 {
margin : 4 px 0 !important ;
color : #858a8c ;
text-transform : uppercase ;
font-size : 12 px ;
font-family : ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;
font-weight : normal ;
}
. google-dfp-ad . google-dfp-ad-label {
width : 728 px ;
margin : 0 auto ;
}
. google-dfp-ad . google-dfp-ad-label h2 {
margin : 4 px 0 !important ;
color : #858a8c ;
text-transform : uppercase ;
font-size : 12 px ;
font-family : ' Helvetica Neue ' , Helvetica , Arial , sans-serif ;
font-weight : normal ;
}
. google-dfp-ad . dfp-ad-post-bottom {
. google-dfp-ad-label , . dfp-ad-unit {
margin : 0 0 0 52 px ;
}
}
. codefund-wrapper {
z-index : 1 ;
font-family : system , " Helvetica Neue " , Helvetica , Arial ;
font-size : 13 px ;
box-sizing : border-box ;
width : 100 % ;
line-height : 1 .5 ;
display : block ;
background-color : $primary-very-low ;
padding : 12 px 11 px ;
text-align : left ;
margin : 12 px 0 ;
}
. codefund-wrapper . codefund-text {
color : dark-light-choose ( $primary-medium , $secondary-medium ) ;
text-decoration : none ;
cursor : pointer ;
}
. codefund-wrapper . codefund-text : hover {
text-decoration : underline ;
}
. codefund-wrapper . codefund-text strong {
color : $primary ;
}
. codefund-wrapper . codefund-powered-by : hover {
text-decoration : underline ;
}
. codefund-wrapper . codefund-label {
margin-right : 4 px ;
padding : 2 px 6 px ;
border-radius : 3 px ;
background-color : $tertiary ;
color : $secondary ;
}
. codefund-wrapper . codefund-label : hover {
text-decoration : none !important ;
}
. codefund-wrapper . codefund-powered-by {
text-decoration : none ;
color : dark-light-choose ( $primary-medium , $secondary-medium ) ;
float : right ;
font-size : 12 px ;
}
. codefund-wrapper . codefund-powered-by : hover {
text-decoration : underline ;
cursor : pointer ;
}
. codefund-wrapper . codefund-post-bottom {
width : 757 px ;
text-align : center ;
}
. codefund-wrapper . codefund-topic-above-suggested {
clear : both ;
}
. codefund-wrapper . codefund-pixel {
visibility : hidden ;
height : 1 px ;
width : 1 px ;
}
2019-04-07 07:31:07 -04:00
# carbonads {
display : block ;
overflow : hidden ;
padding : 1 em ;
border : 1 px solid #ccc ;
font-family : Verdana , " Helvetica Neue " , Helvetica , sans-serif ;
line-height : 1 .5 ;
margin-bottom : 15 px ;
}
# carbonads span {
position : relative ;
display : block ;
overflow : hidden ;
}
. carbon-img {
float : left ;
margin-right : 1 em ;
}
. carbon-img img {
display : block ;
line-height : 1 ;
}
. carbon-text {
display : block ;
float : left ;
max-width : calc ( 100 % - 130 px - 1 em ) ;
text-align : left ;
color : dark-light-choose ( $primary-medium , $secondary-medium ) ;
}
. carbon-poweredby {
position : absolute ;
right : 0 ; // You can also set the position to the "left" with the value of calc(130px + carbon-text’ s font size). If the font-size is 12px, you’ ll want to set the left value as 142px. It’ ll align the .carbon-text with .carbon-poweredby
bottom : 0 ;
display : block ;
font-size : .8 em ;
text-transform : uppercase ;
line-height : 1 ;
letter-spacing : 1 px ;
color : $quaternary !important ;
}