Created
May 31, 2016 12:09
-
-
Save y-krn/bca3c985f2ea7582a27152b218bf0129 to your computer and use it in GitHub Desktop.
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
.wp-embed { | |
padding: 25px; | |
font: 400 14px/1.5 sans-serif; | |
color: #82878c; | |
background: #fff; | |
border: 1px solid #e5e5e5; | |
box-shadow: 0 1px 1px rgba(0, 0, 0, .05); | |
overflow: auto; | |
zoom: 1; | |
margin-bottom: 25px; | |
} | |
.wp-embed a { | |
color: #82878c; | |
text-decoration: none; | |
} | |
.wp-embed a:hover { | |
text-decoration: underline; | |
} | |
.wp-embed-featured-image img { | |
width: 100%; | |
height: auto; | |
border: none | |
} | |
.wp-embed-featured-image.square { | |
float: left; | |
max-width: 160px; | |
margin-right: 20px | |
} | |
.wp-embed p { | |
margin: 0 | |
} | |
p.wp-embed-heading { | |
margin: 0 0 15px; | |
font-weight: 700; | |
font-size: 22px; | |
line-height: 1.3 | |
} | |
.wp-embed-heading a { | |
color: #32373c | |
} | |
.wp-embed .wp-embed-more { | |
color: #b4b9be | |
} | |
.wp-embed-footer { | |
display: table; | |
width: 100%; | |
margin-top: 30px; | |
} | |
.wp-embed-site-title { | |
font-weight: 700; | |
line-height: 25px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment