Skip to content

Instantly share code, notes, and snippets.

@gregoirenoyelle
Created July 20, 2014 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregoirenoyelle/01e51f4be65ffc7d6281 to your computer and use it in GitHub Desktop.
Save gregoirenoyelle/01e51f4be65ffc7d6281 to your computer and use it in GitHub Desktop.
WordPress Editor Styles
@import url('style.css');
.mceContentBody {
background-color: #fff;
}
.mceContentBody .content {
padding: 15px 18px 10px;
width: 100%;
}
.mceContentBody ul {
margin-bottom: 26px;
}
.mceContentBody li {
list-style-type: disc;
margin-left: 40px;
}
.mceContentBody .wp-caption {
border: none;
background: transparent;
text-align: center;
margin-bottom: 20px;
padding: 4px;
-moz-border-radius: 0;
-khtml-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.mceContentBody .wp-caption img {
margin: 5px;
}
.mceContentBody .wp-caption .wp-caption-text {
margin: 0 0 4px;
}
.mceContentBody .wp-caption .wp-caption-dd {
color: #000;
font-size: 17px;
font-weight: 700;
line-height: 18px;
}
.mceContentBody .wp-smiley {
margin:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment