このテーマの特徴
このCSSテーマは、「research_report」という名前であり、研究レポートに適したデザインの特徴を持っています。
特徴:
- ヘッダーとフッター:
- ヘッダーとフッターは背景にダークブルーのグラデーションを使用し、白のテキストで表示されます。これにより、プロフェッショナルで洗練された印象を与えます。
- スライドレイアウト:
- スライドは縦方向に列表示されます。各スライドは 24 ポイントの大きなフォントサイズを使用しています。
- タイトルセクション:
- タイトルセクションは、明るいブルーの背景色と 36 ポイントの巨大なフォントサイズを使用して、発表のトピックに注目を集めています。
- テキストは中央揃えで、見出しとサブ見出しの間には十分な間隔があります。
このテーマを利用する
CSS
/* @theme research_report */ @import default; section{ display: flex; flex-direction: column; font-size: 24pt; } header{ display: flex; justify-content: space-between; align-items: center; padding: 15px; background: linear-gradient(to right, #00284c, #003666); color: white; font-size: 24pt; } footer{ width: 100%; position: fixed; padding: 10px; background: linear-gradient(to right, #003666, #00284c); color: white; bottom: 0px; text-align: center; } section.title{ background-color: #007bff; color: white; padding: 50px; font-size: 36pt; text-align: center; display: flex; flex-direction: column; justify-content: center; gap: 20px; }
Marpのサンプル
--- marp: true theme: custom_theme header: " " footer: " " --- <!-- _class: title --> # 研究レポート **著者:** 名前 **日付:** 2023年3月8日 --- ## 研究目的 * 研究の目的と仮説を述べる * 研究手法とデータ収集方法を説明する --- ## 結果 * データ分析結果を提示する。 * 仮説を検証するための証拠と議論を提供する --- ## 考察 * 結果の解釈と、研究の意義を議論する * 研究の限界と将来の研究の可能性を検討する --- ## 参考文献 * 使用したソースをリストする