Created
August 15, 2017 11:54
-
-
Save mmilosheski/592821e569229c851cc1cc0203fffaba to your computer and use it in GitHub Desktop.
removed-css.css
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
.sponsor-logo { | |
position: relative; | |
} | |
.sponsor-logo a { | |
display: block; | |
position: absolute; | |
margin-top: -44px; | |
padding-left: 0!important; | |
} | |
.sponsor-logo a span { | |
font-size: 9px; | |
text-align: left; | |
display: block; | |
padding-bottom: 3px; | |
} | |
.sponsor-logo a img { | |
width: 70px; | |
height: auto; | |
display: block; | |
} | |
.category-banner.diy-category { | |
min-height: 400px; | |
background-size: contain; | |
background-repeat: repeat-x; | |
background-color: #f0edf4; | |
background-position: bottom; | |
} | |
.category-banner.diy-category h1 { | |
padding-top: 23px; | |
} | |
.category-banner.diy-category h1 .fuji-category-powered a { | |
display: block; | |
width: 100px; | |
margin: -6px auto 0; | |
} | |
.category-banner.diy-category h1 .fuji-category-powered a img { | |
margin-right: -20px; | |
} | |
@media (max-width: 1360px){ | |
.category-banner.diy-category { | |
background-size: cover; | |
} | |
} | |
.fuji-article-powered { | |
float: right; | |
clear: both; | |
margin: 0; | |
padding: 0; | |
margin-top: -66px; | |
height: 30px; | |
} | |
.fuji-article-powered span { | |
float: left; | |
font-size: 12px; | |
display: block; | |
color: #666; | |
padding: 10px 13px 0 0; | |
} | |
.fuji-article-powered p { | |
float: left; | |
margin: 0; | |
} | |
.fuji-article-powered a { | |
display: block; | |
width: 60px; | |
} | |
.fuji-article-powered a img { | |
display: block; | |
width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment