このテーマの特徴
このテーマの特徴:
全体的なスタイル: * エレガントで洗練された見た目を演出する、金融業界にインスパイアされた配色を採用しています。 * テキストは「Garamond」という洗練されたセリフフォントを使用し、見やすくスタイリッシュです。
タイトルセクション: * タイトルセクションは、青と緑のグラデーションで埋め尽くされており、プレゼンテーションのタイトルに視覚的なインパクトを与えます。 * 中央揃えのテキストと大きなフォントサイズにより、タイトルが強調され、プレゼンテーションの焦点が明確になります。
追加の機能: * テキストにテキストシャドウ効果を使用することで、視覚的な奥行きとコントラストが追加され、読みやすさが向上します。 * Boxshadowは、ヘッダーとフッターに微妙な立体感を与え、洗練された外観を完成させます。
このテーマを利用する
CSS
/* @theme financial_excellence */ @import default; section{ display: flex; flex-direction: column; font-family: 'Garamond', serif; font-size: 24pt; } header{ width: 100%; background: linear-gradient(to right, #002A3B, #004D66); color: white; display: flex; justify-content: space-between; align-items: center; padding: 30px; box-shadow: 0 2px 5px #00000029; } footer{ width: 100%; position: fixed; bottom: 0px; height: 50px; background: linear-gradient(to right, #FFDC99, #FFD678); color: white; display: flex; justify-content: center; align-items: center; text-align: center; text-shadow: 1px 1px 2px #000000; box-shadow: 0 -2px 5px #00000029; } section.title{ background-color: #004D66; height: calc(100vh - 120px); padding: 50px; color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; text-shadow: 2px 2px 4px #000000; } section.title h1{ font-size: 48pt; margin-bottom: 20px; } section.title h2{ font-size: 36pt; }
Marpのサンプル
--- marp: true theme: financial_excellence header: " " footer: " " --- <!-- _class: title --> # 資金調達のご提案 --- ## プレゼンター ジョン・スミス CEO --- ## アジェンダ * 市場機会 * 資金調達戦略 * 財務予測 * Q&A --- ## 市場機会 * 成長する業界 * 未開拓の需要 * 競争の優位性 --- ## 資金調達戦略 * シード資金調達 * ベンチャーキャピタルの調達 * 株式公開 --- ## 財務予測 * 収益予測 * 費用予測 * キャッシュフロー予測 --- ## Q&A ご質問はありますか? --- ## ありがとうございます