このテーマの特徴
Quantum Dimensions テーマの特徴
全体像 * 全体的に黒をベースにした洗練されたデザイン * テキストは白で、読みやすいコントラスト * 画面占有率の高い縦長のレイアウト
タイトルスライド * 線形グラデーションの背景に大きく表示されたタイトル * 52ポイントの太字でインパクトがある * テキストシャドウで立体感を出している
コンテンツスライド * スクロール可能な内容エリア * 見出しは36ポイントで目を引く * リスト項目は青紫の正方形で整然と表示 * 段落は20ポイントで読みやすく、テキストシャドウで視認性向上
このテーマを利用する
CSS
/* @theme Quantum Dimensions */ @import default; section { display: flex; flex-direction: column; height: calc(100vh - 72px); font-size: 26pt; padding: 32px; background: #000; color: #fff; } header { display: flex; justify-content: space-between; align-items: center; height: 72px; padding: 0 32px; background: #111; color: #fff; font-size: 22pt; font-weight: bold; } footer { display: flex; justify-content: center; align-items: center; height: 72px; padding: 0 32px; background: #111; color: #fff; font-size: 20pt; } section.title { background: linear-gradient( 180deg, rgba(3, 154, 224, 0) 0%, rgba(3, 154, 224, 0.5) 5%, rgba(3, 154, 224, 1) 10%, rgba(3, 154, 224, 1) 90%, rgba(3, 154, 224, 0.5) 95%, rgba(3, 154, 224, 0) 100% ); padding: 128px 0; text-align: center; font-size: 52pt; font-weight: bold; text-shadow: 0 0 12px rgba(3, 154, 224, 0.5); } section.content { overflow-y: auto; padding-top: 32px; } section.content h2 { font-size: 36pt; font-weight: bold; margin-bottom: 16px; color: #fff; } section.content ul { list-style-position: inside; list-style-type: none; padding: 0; display: flex; flex-wrap: wrap; gap: 16px; } section.content li { display: flex; align-items: center; justify-content: center; width: 160px; height: 160px; padding: 16px; background: #111; color: #fff; font-size: 20pt; text-shadow: 0 0 4px rgba(3, 154, 224, 0.5); } section.content p { font-size: 20pt; line-height: 1.5; margin-bottom: 16px; color: #fff; text-shadow: 0 0 4px rgba(3, 154, 224, 0.5); } .marp-slide:not(.marp-title-page) { animation: slide-in 0.3s ease-in-out; } @keyframes slide-in { from { transform: translateX(100%); } to { transform: translateX(0); } }
Marpのサンプル
--- marp: true theme: Quantum Dimensions header: " " footer: " " --- <!-- _class: title --> # Quantum Dimensions --- ## 技術とソフトウェア このプレゼンテーションでは、技術とソフトウェアの進歩的な世界を探求します。 --- ### 冷静さと信頼性 ブルー、グレー、ホワイトの落ち着いた色調は、冷静さ、信頼性、効率性を表現しています。 --- ### 革新性と創造性 アクセントカラーのグリーンとオレンジは、革新性、創造性、エネルギーを強調します。 --- ### 簡潔さと整理整頓 簡潔で整理されたレイアウトは、情報の効率的な提示を確保します。 --- ### 視覚的な興味 微妙な視覚効果(グラデーションやテクスチャ)は、視覚的興味を高めます。 --- ### 進歩的で革新的な雰囲気 このテーマは、技術の洗練された性質を反映しています。 --- ### 信頼できて効率的 このテーマは、信頼性と信頼性を醸成します。 --- ### 創造的で刺激的 このテーマは、創造性と革新性を刺激します。