Skip to content

Instantly share code, notes, and snippets.

@Olein-jp
Created October 4, 2020 01:08
Show Gist options
  • Save Olein-jp/d9b6f5b49b9f1fa47bf95f5538f613cf to your computer and use it in GitHub Desktop.
Save Olein-jp/d9b6f5b49b9f1fa47bf95f5538f613cf to your computer and use it in GitHub Desktop.
/* 見出し全体
------------------------------*/
h2,
h3,
h4,
h5,
h6 {
}
/* 見出し2
------------------------------*/
h2 {
}
/* 見出し3
------------------------------*/
h3 {
}
/* 見出し4
------------------------------*/
h4 {
}
/* 見出し5
------------------------------*/
h5 {
}
/* 見出し6
------------------------------*/
h6 {
}
/* 順序のないリスト
------------------------------*/
ul {
}
/* 順序のあるリスト
------------------------------*/
ol {
}
/* 引用
------------------------------*/
blockquote {
}
/* コード
------------------------------*/
.wp-block-code {
}
/* テーブル
------------------------------*/
.wp-block-table {
table {
thead {
th {
th {
}
}
}
tbody {
tr {
td {
}
}
}
}
}
/* 画像
------------------------------*/
.wp-block-image {
img {
}
& .is-style-round {
}
}
/* ギャラリー
------------------------------*/
.wp-block-gallery {
& .column-2 {
}
& .column-3 {
}
& .column-4 {
}
& .is-clopped {
}
.blocks-gallery-grid {
.block-gallery-item {
figure {
img {
}
}
}
}
}
/* カバー
------------------------------*/
.wp-block-cover {
&__inner-container {
}
}
/* メディアとテキスト
------------------------------*/
.wp-block-media-text {
&__media { // 画像
}
&__content { // コンテンツ
}
}
/* ボタン
------------------------------*/
.wp-block-buttons {
.wp-block-button { // 標準ボタン
& .is-style-outline { // アウトライン
}
}
}
/* カラム
------------------------------*/
.wp-block-columns {
.wp-block-column {
}
}
/* 区切り
------------------------------*/
.wp-block-separator {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment