892c55b8 by TaishiTokudome

Merge branch 'interview_dev' into 'video_liblary'

Interview dev

See merge request !30
2 parents 774d32cc e216879a
...@@ -3499,6 +3499,22 @@ body.itemid-132 table { ...@@ -3499,6 +3499,22 @@ body.itemid-132 table {
3499 width: 100%; 3499 width: 100%;
3500 } 3500 }
3501 3501
3502 /* 記事装飾スタイル */
3503 .interview-first {
3504 padding: 12px;
3505 background-color: #e9f1ff;
3506 }
3507 .interview-profile {
3508 padding: 12px;
3509 border: 1px solid #ccc;
3510 }
3511 .interview-profile::before {
3512 display: block;
3513 content: "【プロフィール】";
3514 }
3515 /* 記事装飾スタイルここまで */
3516
3517
3502 /* レスポンシブ */ 3518 /* レスポンシブ */
3503 @media (max-width: 500px) { 3519 @media (max-width: 500px) {
3504 .interview .items-leading > div { 3520 .interview .items-leading > div {
...@@ -3520,6 +3536,15 @@ body.itemid-132 table { ...@@ -3520,6 +3536,15 @@ body.itemid-132 table {
3520 } 3536 }
3521 } 3537 }
3522 3538
3539
3540 /* OB・OGインタビューページタイトル */
3541 .interview .category-desc {
3542 margin-bottom: 8px;
3543 }
3544 .interview .category-desc p {
3545 margin-bottom: 6px;
3546 }
3547
3523 /* ------------------------------------------------------------------------- 3548 /* -------------------------------------------------------------------------
3524  app/modules/mod_information_articles_archive_custom/tmpl/default.phpのスタイルを変更 3549  app/modules/mod_information_articles_archive_custom/tmpl/default.phpのスタイルを変更
3525 ------------------------------------------------------------------------- */ 3550 ------------------------------------------------------------------------- */
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!