ライン 紫・オレンジ

image0 image4

このテーマの特徴

カスタムテーマの特徴:

  • 縦方向のレイアウト: セクションは縦に並べられます。
  • 大規模なフォント: テキストは24ポイントの大規模なフォントを使用します。
  • ヘッダー:
    • 背景に青紫色のグラデーションを使用
    • 白色で太字のフォント
    • 左上にはスライドの番号が表示され、右上にはスライドの合計数が表示されます。
  • フッター:
    • 背景にオレンジ色のグラデーションを使用
    • 白色で表示され、下に固定されます。
  • タイトルセクション:
    • ベージュ色の背景
    • 中央揃えで、36ポイントのより大きなフォントを使用
    • 縦方向に配置され、中央に配置されたテキストと画像を表示できます。

このテーマを利用する

CSS

/* @theme custom_theme */
@import default;

section{
  display: flex;
  flex-direction: column;
  font-size: 24pt;
  padding: 20px;
}

header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: linear-gradient(to right, #7c2ad0, #87479c);
  color: #ffffff;
  font-size: 22pt;
  font-weight: bold;
}

footer{
  width: 100%;
  position: fixed;
  padding: 10px;
  background: linear-gradient(to right, #de713a, #f49668);
  color: #ffffff;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

section.title{
  background-color: #f5e7d5;
  color: #00234f;
  padding: 50px;
  text-align: center;
  font-size: 36pt;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

Marpのサンプル

---
marp: true
theme: custom_theme
header: " "
footer: " "
---

<!--
_class: title
-->

# データの可視化


---
# 見出し
- これはリスト
- これもリスト