このテーマの特徴
特徴:
1. グラデーションとハイライトのヘッダー: * ヘッダーは青と緑のグラデーションで、テキストは白で表示されます。 * ヘッダーの下に8pxの黄色の境界線があります。
2. グラデーションとパディングのタイトルセクション: * タイトルセクションは、多色のグラデーションで背景が埋められています。 * テキストは白で、セクション内のテキストは中央揃えされています。 * タイトルのフォントサイズは64pxで、他のテキストは48pxです。
3. ライトグレーのメインセクション: * メインセクションは#F2F2F2で塗りつぶされ、テキストは#000000(黒)で表示されます。 * フォントサイズは24ptで、行間は1.6emです。 * セクションにはすべて40pxのパディングがあります。
4. 黄色い境界線のフッター: * フッターは#F2F2F2で塗りつぶされ、テキストは太字の14ptで表示されます。 * フッターの上部に8pxの黄色の境界線があります。
このテーマを利用する
CSS
/* @theme marp_original */ @import default; section{ background-color: #F2F2F2; color: #000000; padding: 40px; font-size: 24pt; line-height: 1.6em; } header{ background: linear-gradient(to bottom, #1089B8, #4DB6AC); color: white; height: 120px; display: flex; justify-content: center; align-items: center; text-align: center; gap: 20px; font-size: 36pt; font-weight: bold; text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); border-bottom: 8px solid #FFD600; } footer{ background: #F2F2F2; display: flex; justify-content: center; align-items: center; text-align: center; font-size: 14pt; font-weight: bold; border-top: 8px solid #FFD600; position: fixed; bottom: 0; width: 100%; height: 50px; } section.title{ background: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 100 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%234DB6AC' d='M0 0L100 0L100 100L0 100L0 0Z'/%3E%3Cpath fill='%23FFD600' d='M12 21L70 53L12 21L29 1L70 53L12 21Z'/%3E%3Cpath fill='%231089B8' d='M86 21L28 54L86 21L66 7L28 54L86 21Z'/%3E%3Cpath fill='%2300CCFF' d='M86 21L28 54L86 21L58 5L28 54L86 21Z'/%3E%3Cpath fill='%2397E0D2' d='M86 21L28 54L86 21L42 52L28 54L86 21Z'/%3E%3C/svg%3E"); background-size: cover; background-position: center; color: #ffffff; padding: 40px; text-align: center; font-size: 48pt; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); } section.title h1{ font-size: 64pt; font-weight: bold; margin: 0; } .button{ background-color: #FFD600; color: #ffffff; padding: 10px 20px; border-radius: 5px; font-size: 16pt; font-weight: bold; text-decoration: none; } .button:hover{ background-color: #ffffff; color: #FFD600; } ::selection { background-color: #FFD600; color: #ffffff; } ::-moz-selection { background-color: #FFD600; color: #ffffff; }
Marpのサンプル
--- marp: true theme: custom_theme header: " " footer: " " --- <!-- _class: title --> # タイトル --- <!-- _class: section --> # 見出し - これはリスト - これもリスト