e216879a by root

インタビュー記事 記事装飾クラスのスタイル指定

1 parent 0cad6fb1
...@@ -3499,20 +3499,20 @@ body.itemid-132 table { ...@@ -3499,20 +3499,20 @@ body.itemid-132 table {
3499 width: 100%; 3499 width: 100%;
3500 } 3500 }
3501 3501
3502 /* 記事装飾スタイル */
3502 .interview-first { 3503 .interview-first {
3503 padding: 12px; 3504 padding: 12px;
3504 background-color: #e9f1ff; 3505 background-color: #e9f1ff;
3505 } 3506 }
3506
3507 .interview-profile { 3507 .interview-profile {
3508 padding: 12px; 3508 padding: 12px;
3509 border: 1px solid #ccc; 3509 border: 1px solid #ccc;
3510 } 3510 }
3511
3512 .interview-profile::before { 3511 .interview-profile::before {
3513 display: block; 3512 display: block;
3514 content: "【プロフィール】"; 3513 content: "【プロフィール】";
3515 } 3514 }
3515 /* 記事装飾スタイルここまで */
3516 3516
3517 3517
3518 /* レスポンシブ */ 3518 /* レスポンシブ */
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!