重厚 紫

image0 image5

このテーマの特徴

年次報告書テンプレートのテーマの特徴:

  • ダークでプロフェッショナルなデザイン:黒とネイビーのカラーパレットと白のテキストが、洗練された高級感のある雰囲気を醸し出しています。

  • 明瞭な構造:セクションは垂直に配置され、明確な区分けがされています。

  • ヘッダーとフッターの強調:ヘッダーは黒の背景に太字の白のテキストで際立っており、プレゼンテーションのタイトルを明確に伝えています。フッターはヘッダーと同様のスタイルで、プレゼンテーションの最後を飾っています。

  • タイトルのスライドの印象的なビジュアル:タイトルのスライドは、グラデーションの背景と大きな太字のテキストで構成されており、発表のトピックに強い印象を与えるダイナミックな効果をもたらしています。

  • 適切なフォントサイズ:スライドのテキストは適切なサイズで表示されており、視認性と読みやすさを確保しています。

全体として、このテーマは年次報告書やその他のプロフェッショナルなプレゼンテーションに適しており、洗練された印象的で記憶に残る視覚体験を提供します。

このテーマを利用する

CSS

/* @theme annual_report_template */
@import default;

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

header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background-color: #000044;
  color: #ffffff;
  font-size: 36pt;
  font-weight: bold;
  gap: 20px;
}

footer{
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #000044, #440044);
  color: #ffffff;
}

section.title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 50px;
  background: linear-gradient(to right, #440044, #000044);
  color: #ffffff;
  font-size: 48pt;
  font-weight: bold;
}

Marpのサンプル

---
marp: true
theme: custom_theme
header: " "
footer: " "
---
<!--
_class: title
-->

# 年次報告書

---
<!--
_class: section
-->

## 業績ハイライト

### グラフ
### チャート

---
<!--
_class: section
-->

## 財務概要

| 項目 | 数値 |
|---|---|
| 売上高 | 100億円 |
| 経費 | 50億円 |
| 利益 | 20億円 |

---
<!--
_class: section
-->

## 市場動向

### インフォグラフィック
### 矢印
### アイコン

---
<!--
_class: section
-->

## ビジョンと展望

これまでの実績を踏まえ、今後も成長を続け、顧客満足度を高めることに注力していきます。

---