インタビューページタイトル スタイル指定
Showing
1 changed file
with
25 additions
and
0 deletions
... | @@ -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 | .interview-first { | ||
3503 | padding: 12px; | ||
3504 | background-color: #e9f1ff; | ||
3505 | } | ||
3506 | |||
3507 | .interview-profile { | ||
3508 | padding: 12px; | ||
3509 | border: 1px solid #ccc; | ||
3510 | } | ||
3511 | |||
3512 | .interview-profile::before { | ||
3513 | display: block; | ||
3514 | content: "【プロフィール】"; | ||
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 | ------------------------------------------------------------------------- */ | ... | ... |
-
Please register or sign in to post a comment