視覚的に際立つmarpテーマ

image0 image1

このテーマの特徴

特徴:

  • 全体的な色付け: 背景色が明るい黄色 (#eab308) で、テキスト色は黒 (#000000) です。
  • 固定ヘッダーとフッター: ヘッダーとフッターは固定されており、プレゼンテーションのすべてのスライドで画面の上部と下部に残ります。
  • 大規模なタイトルセクション: 「タイトル」セクションは、黒の背景色、白のテキスト色、中央揃えのテキストを特徴とし、他のセクションよりも大きく目立ちます。
  • タイトルセクションのアイコン: タイトルセクションには、黄色と黒の輪郭で囲まれた、150px x 150px の丸いアイコンがあります。
  • 見出しのサイズとスタイル: 見出し(h1)は、36pt の太字で表示されます。

メリット:

  • 明確で読みやすい: 黒いテキストが黄色の背景上にあり、視認性が向上しています。
  • 視覚的な強調: タイトルセクションが大きく、アイコンが特徴的なので、重要な情報を際立たせることができます。
  • ブランド化: 黄色と黒の配色を使用して、プレゼンテーションに一貫した外観を作成できます。
  • モダンでプロフェッショナル: このテーマは、洗練されたプロフェッショナルな印象を与えるモダンなデザインを備えています。

このテーマを利用する

CSS

/* @theme custom_theme */
@import default;

section {
  background: #eab308;
  color: #000000;
  padding: 42px;
  font-size: 24pt;
  line-height: 1.5;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eab308;
  color: #000000;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eab308;
  color: #000000;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

section.title {
  background: #000000;
  color: #ffffff;
  padding: 48px;
  text-align: center;
  font-size: 36pt;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px;
}

section.title::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  border: 6px solid #eab308;
  border-radius: 50%;
  margin: 0 auto 20px;
}

section.title h1 {
  font-size: 36pt;
  margin: 0;
}

Marpのサンプル

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

<!--
_class: title
-->

# 人事スライドテンプレート
---
# 見出し
- これはリスト
- これもリスト