Last active
September 9, 2017 19:00
-
-
Save amitabhaghosh197/b64e7b567a918c6e8735 to your computer and use it in GitHub Desktop.
Wordpress default CSS styles must include #wordpress #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
.alignleft { | |
display: inline; | |
float: left; | |
margin-right: 1.5em; | |
} | |
.alignright { | |
display: inline; | |
float: right; | |
margin-left: 1.5em; | |
} | |
.aligncenter { | |
clear: both; | |
display: block; | |
margin: 0 auto; | |
} | |
.sticky { | |
} | |
.hentry { | |
margin: 0 0 1.5em; | |
} | |
.bypostauthor { | |
} | |
.wp-caption { | |
border: 1px solid #ccc; | |
margin-bottom: 1.5em; | |
max-width: 100%; | |
} | |
.wp-caption img[class*="wp-image-"] { | |
display: block; | |
margin: 1.2% auto 0; | |
max-width: 98%; | |
} | |
.wp-caption-text { | |
text-align: center; | |
} | |
.wp-caption .wp-caption-text { | |
margin: 0.8075em 0; | |
} | |
.gallery-caption { | |
} | |
.bypostauthor { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment