Skip to content

Instantly share code, notes, and snippets.

@gatespace
Last active September 1, 2016 08:50
Show Gist options
  • Save gatespace/f12b0ce4df83a38f468a6bd9c4c5793d to your computer and use it in GitHub Desktop.
Save gatespace/f12b0ce4df83a38f468a6bd9c4c5793d to your computer and use it in GitHub Desktop.
WordPress 投稿(固定ページ)本文欄で使えるタグで作っておいたほうがいいスタイル ref: http://qiita.com/gatespace/items/cdff541981f7cffddfab
.page-content,
.entry-content,
.mceContentBody {
// styles in entry-content.
/* Headings */
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
/* Blockquotes */
blockquote {
}
/* Tables */
table {
th {
}
td {
}
}
/* Definition Lists */
dl {
dt {
}
dd {
}
}
/* Unordered Lists (Nested) */
ul {
li {
}
}
/* Ordered List (Nested) */
ol {
li {
}
}
/* Anchor Tag (aka. Link) */
a {
}
/* Preformatted Tag */
pre {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment