Last active
August 29, 2015 14:05
-
-
Save bbthorson/596af145181c774c99c0 to your computer and use it in GitHub Desktop.
End of Post Placement CSS Styling
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
.adsnative-reset { | |
clear:both; | |
} | |
#adsnative-inpost { | |
clear:both; | |
margin:1% 0%; | |
padding:1% 0%; | |
min-height:200px; | |
} | |
#adsnative-inpost .adsnative-sponsor { | |
font-size:.8em; | |
text-transform:uppercase; | |
padding:1%; | |
} | |
#adsnative-inpost .adsnative-post-meta { | |
padding-top:.5em; | |
padding-bottom:.5em; | |
} | |
#adsnative-inpost .adsnative-post-meta img { | |
height:1.6em; | |
display:inline; | |
vertical-align:-.5em; | |
} | |
#adsnative-inpost .adsnative-post-meta small { | |
color:#999; | |
} | |
#adsnative-inpost .adsnative-thumbnail { | |
float:left; | |
padding:1%; | |
} | |
#adsnative-inpost .adsnative-post { | |
float:left; | |
padding:1%; | |
} | |
@media (min-width: 480px) { | |
#adsnative-inpost .adsnative-thumbnail { | |
width:45%; | |
} | |
#adsnative-inpost .adsnative-post { | |
width:50%; | |
} | |
} | |
@media (max-width: 480px) { | |
#adsnative-inpost .adsnative-thumbnail { | |
width:98%; | |
} | |
#adsnative-inpost .adsnative-post { | |
width:98%; | |
} | |
#adsnative-inpost .adsnative-post h3 { | |
text-align:center; | |
padding:1%; | |
} | |
#adsnative-inpost .adsnative-sponsor { | |
text-align:center; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment