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 {
width: 100%;
}
/* 記事装飾スタイル */
.interview-first {
padding: 12px;
background-color: #e9f1ff;
}
.interview-profile {
padding: 12px;
border: 1px solid #ccc;
}
.interview-profile::before {
display: block;
content: "【プロフィール】";
}
/* 記事装飾スタイルここまで */
/* レスポンシブ */
@media (max-width: 500px) {
.interview .items-leading > div {
......@@ -3520,6 +3536,15 @@ body.itemid-132 table {
}
}
/* OB・OGインタビューページタイトル */
.interview .category-desc {
margin-bottom: 8px;
}
.interview .category-desc p {
margin-bottom: 6px;
}
/* -------------------------------------------------------------------------
 app/modules/mod_information_articles_archive_custom/tmpl/default.phpのスタイルを変更
------------------------------------------------------------------------- */
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!