Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:44 +08:00
commit 5e6eb99dc0
25 changed files with 4597 additions and 0 deletions

View File

@@ -0,0 +1,146 @@
---
marp: true
theme: default
paginate: true
---
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
:root {
--color-background: #f8f8f4;
--color-foreground: #3a3b5a;
--color-heading: #4f86c6;
--color-hr: #000000;
--font-default: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
section {
background-color: var(--color-background);
color: var(--color-foreground);
font-family: var(--font-default);
font-weight: 400;
box-sizing: border-box;
border-bottom: 8px solid var(--color-hr);
position: relative;
line-height: 1.7;
font-size: 22px;
padding: 56px;
}
section:last-of-type {
border-bottom: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
color: var(--color-heading);
margin: 0;
padding: 0;
}
h1 {
font-size: 56px;
line-height: 1.4;
text-align: left;
}
h2 {
position: absolute;
top: 40px;
left: 56px;
right: 56px;
font-size: 40px;
padding-top: 0;
padding-bottom: 16px;
}
h2::after {
content: '';
position: absolute;
left: 0;
bottom: 8px;
width: 60px;
height: 2px;
background-color: var(--color-hr);
}
h2 + * {
margin-top: 112px;
}
h3 {
color: var(--color-foreground);
font-size: 28px;
margin-top: 32px;
margin-bottom: 12px;
}
ul, ol {
padding-left: 32px;
}
li {
margin-bottom: 10px;
}
footer {
font-size: 0;
color: transparent;
position: absolute;
left: 56px;
right: 56px;
bottom: 40px;
height: 8px;
background-color: var(--color-heading);
}
section.lead {
border-bottom: 8px solid var(--color-hr);
}
section.lead footer {
display: none;
}
section.lead h1 {
margin-bottom: 24px;
}
section.lead p {
font-size: 24px;
color: var(--color-foreground);
}
</style>
<!-- _class: lead -->
# プレゼンテーションタイトル
あなたの名前
2024年XX月XX日
---
## アジェンダ
- トピック1
- トピック2
- トピック3
- トピック4
---
## スライドタイトル
- ポイント1
- ポイント2
- ポイント3
---
## まとめ
- 要点1
- 要点2
- ご清聴ありがとうございました

View File

@@ -0,0 +1,180 @@
---
marp: true
theme: default
paginate: true
---
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
:root {
--color-background: #ffffff;
--color-foreground: #1f2937;
--color-heading: #1e40af;
--color-accent: #3b82f6;
--color-border: #d1d5db;
--font-default: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
section {
background-color: var(--color-background);
color: var(--color-foreground);
font-family: var(--font-default);
font-weight: 400;
box-sizing: border-box;
border-top: 8px solid var(--color-heading);
position: relative;
line-height: 1.7;
font-size: 22px;
padding: 56px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
color: var(--color-heading);
margin: 0;
padding: 0;
}
h1 {
font-size: 54px;
line-height: 1.3;
text-align: left;
font-weight: 700;
letter-spacing: -0.02em;
}
h2 {
position: absolute;
top: 40px;
left: 56px;
right: 56px;
font-size: 38px;
padding-top: 0;
padding-bottom: 16px;
border-bottom: 3px solid var(--color-accent);
}
h2 + * {
margin-top: 112px;
}
h3 {
color: var(--color-accent);
font-size: 26px;
margin-top: 32px;
margin-bottom: 12px;
font-weight: 600;
}
ul, ol {
padding-left: 32px;
}
li {
margin-bottom: 10px;
line-height: 1.7;
}
footer {
font-size: 16px;
color: #6b7280;
position: absolute;
left: 56px;
right: 56px;
bottom: 40px;
display: flex;
justify-content: space-between;
align-items: center;
}
footer::before {
content: '';
flex: 1;
height: 2px;
background-color: var(--color-border);
margin-right: 20px;
}
section.lead {
border-top: 8px solid var(--color-heading);
display: flex;
flex-direction: column;
justify-content: center;
background: linear-gradient(135deg, #ffffff 0%, #f3f4f6 100%);
}
section.lead footer {
display: none;
}
section.lead h1 {
margin-bottom: 32px;
color: var(--color-heading);
}
section.lead p {
font-size: 24px;
color: var(--color-foreground);
font-weight: 500;
}
table {
border-collapse: collapse;
width: 100%;
margin: 20px 0;
font-size: 18px;
}
th, td {
border: 1px solid var(--color-border);
padding: 12px;
text-align: left;
}
th {
background-color: var(--color-heading);
color: #ffffff;
font-weight: 700;
}
tr:nth-child(even) {
background-color: #f9fafb;
}
strong {
color: var(--color-heading);
font-weight: 700;
}
code {
background-color: #f3f4f6;
color: var(--color-heading);
padding: 2px 6px;
border-radius: 3px;
font-family: 'Consolas', 'Monaco', monospace;
font-size: 0.9em;
}
</style>
<!-- _class: lead -->
# プレゼンテーション
ビジネスライク
---
## アジェンダ
- トピック1
- トピック2
- トピック3
---
## スライド
- ポイント1
- ポイント2
- ポイント3

View File

@@ -0,0 +1,155 @@
---
marp: true
theme: default
paginate: true
---
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
:root {
--color-background: #fff5f7;
--color-foreground: #2d2d2d;
--color-heading: #ff6b9d;
--color-accent-1: #ffd93d;
--color-accent-2: #6bcf7f;
--color-accent-3: #4d96ff;
--font-default: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
section {
background: linear-gradient(135deg, var(--color-background) 0%, #ffe5ec 100%);
color: var(--color-foreground);
font-family: var(--font-default);
font-weight: 400;
box-sizing: border-box;
border-bottom: 10px solid var(--color-accent-1);
position: relative;
line-height: 1.7;
font-size: 24px;
padding: 56px;
}
section:last-of-type {
border-bottom: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 900;
color: var(--color-heading);
margin: 0;
padding: 0;
}
h1 {
font-size: 64px;
line-height: 1.3;
text-align: left;
background: linear-gradient(135deg, var(--color-heading), var(--color-accent-3));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
h2 {
position: absolute;
top: 40px;
left: 56px;
right: 56px;
font-size: 44px;
padding-top: 0;
padding-bottom: 20px;
background: linear-gradient(90deg, var(--color-heading), var(--color-accent-3));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
h2::after {
content: '';
position: absolute;
left: 0;
bottom: 8px;
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--color-accent-1), var(--color-accent-2), var(--color-accent-3));
border-radius: 2px;
}
h2 + * {
margin-top: 120px;
}
h3 {
color: var(--color-accent-3);
font-size: 30px;
margin-top: 32px;
margin-bottom: 12px;
}
ul, ol {
padding-left: 32px;
}
li {
margin-bottom: 12px;
}
footer {
font-size: 0;
color: transparent;
position: absolute;
left: 56px;
right: 56px;
bottom: 40px;
height: 10px;
background: linear-gradient(90deg, var(--color-accent-1), var(--color-accent-2), var(--color-accent-3));
border-radius: 5px;
}
section.lead {
border-bottom: 10px solid var(--color-accent-1);
background: linear-gradient(135deg, #fff5f7 0%, #ffe5ec 50%, #ffd5e0 100%);
}
section.lead footer {
display: none;
}
section.lead h1 {
margin-bottom: 24px;
}
section.lead p {
font-size: 26px;
color: var(--color-foreground);
font-weight: 700;
}
strong {
color: var(--color-heading);
font-weight: 900;
}
</style>
<!-- _class: lead -->
# プレゼンテーション
カラフル&ポップ
---
## アジェンダ
- トピック1
- トピック2
- トピック3
---
## スライド
- ポイント1
- ポイント2
- ポイント3

View File

@@ -0,0 +1,153 @@
---
marp: true
theme: default
paginate: true
---
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
:root {
--color-background: #1a1a1a;
--color-foreground: #e0e0e0;
--color-heading: #61dafb;
--color-accent: #bb86fc;
--color-hr: #61dafb;
--font-default: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
section {
background-color: var(--color-background);
color: var(--color-foreground);
font-family: var(--font-default);
font-weight: 400;
box-sizing: border-box;
border-bottom: 8px solid var(--color-hr);
position: relative;
line-height: 1.7;
font-size: 22px;
padding: 56px;
}
section:last-of-type {
border-bottom: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
color: var(--color-heading);
margin: 0;
padding: 0;
}
h1 {
font-size: 56px;
line-height: 1.4;
text-align: left;
text-shadow: 0 0 20px rgba(97, 218, 251, 0.3);
}
h2 {
position: absolute;
top: 40px;
left: 56px;
right: 56px;
font-size: 40px;
padding-top: 0;
padding-bottom: 16px;
}
h2::after {
content: '';
position: absolute;
left: 0;
bottom: 8px;
width: 60px;
height: 2px;
background-color: var(--color-hr);
box-shadow: 0 0 10px rgba(97, 218, 251, 0.5);
}
h2 + * {
margin-top: 112px;
}
h3 {
color: var(--color-accent);
font-size: 28px;
margin-top: 32px;
margin-bottom: 12px;
}
ul, ol {
padding-left: 32px;
}
li {
margin-bottom: 10px;
}
footer {
font-size: 0;
color: transparent;
position: absolute;
left: 56px;
right: 56px;
bottom: 40px;
height: 8px;
background: linear-gradient(90deg, var(--color-heading), var(--color-accent));
box-shadow: 0 0 20px rgba(97, 218, 251, 0.3);
}
section.lead {
border-bottom: 8px solid var(--color-hr);
}
section.lead footer {
display: none;
}
section.lead h1 {
margin-bottom: 24px;
}
section.lead p {
font-size: 24px;
color: var(--color-foreground);
}
code {
background-color: #2d2d2d;
color: #61dafb;
padding: 2px 8px;
border-radius: 4px;
font-family: 'Consolas', 'Monaco', monospace;
}
strong {
color: var(--color-accent);
font-weight: 700;
}
</style>
<!-- _class: lead -->
# プレゼンテーション
ダークモード
---
## アジェンダ
- トピック1
- トピック2
- トピック3
---
## スライド
- ポイント1
- ポイント2
- ポイント3

View File

@@ -0,0 +1,159 @@
---
marp: true
theme: default
paginate: true
---
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
:root {
--color-foreground: #ffffff;
--color-heading: #ffffff;
--color-accent: #ffd700;
--font-default: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
section {
background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
color: var(--color-foreground);
font-family: var(--font-default);
font-weight: 400;
box-sizing: border-box;
position: relative;
line-height: 1.7;
font-size: 22px;
padding: 56px;
}
section:nth-child(2n) {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
section:nth-child(3n) {
background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
section:nth-child(4n) {
background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
section:nth-child(5n) {
background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
color: var(--color-heading);
margin: 0;
padding: 0;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
h1 {
font-size: 56px;
line-height: 1.4;
text-align: left;
}
h2 {
position: absolute;
top: 40px;
left: 56px;
right: 56px;
font-size: 40px;
padding-top: 0;
padding-bottom: 16px;
}
h2::after {
content: '';
position: absolute;
left: 0;
bottom: 8px;
width: 80px;
height: 3px;
background-color: var(--color-accent);
box-shadow: 0 2px 10px rgba(255, 215, 0, 0.5);
}
h2 + * {
margin-top: 112px;
}
h3 {
color: var(--color-accent);
font-size: 28px;
margin-top: 32px;
margin-bottom: 12px;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
ul, ol {
padding-left: 32px;
}
li {
margin-bottom: 10px;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
footer {
font-size: 16px;
color: rgba(255, 255, 255, 0.7);
position: absolute;
left: 56px;
right: 56px;
bottom: 40px;
text-align: center;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
section.lead {
background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
section.lead h1 {
margin-bottom: 24px;
text-align: center;
}
section.lead p {
font-size: 24px;
color: var(--color-foreground);
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
strong {
color: var(--color-accent);
font-weight: 700;
text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
</style>
<!-- _class: lead -->
# プレゼンテーション
グラデーション背景
---
## アジェンダ
- トピック1
- トピック2
- トピック3
---
## スライド
- ポイント1
- ポイント2
- ポイント3

View File

@@ -0,0 +1,124 @@
---
marp: true
theme: default
paginate: true
---
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
:root {
--color-background: #ffffff;
--color-foreground: #2c2c2c;
--color-heading: #1a1a1a;
--color-accent: #e0e0e0;
--font-default: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
section {
background-color: var(--color-background);
color: var(--color-foreground);
font-family: var(--font-default);
font-weight: 300;
box-sizing: border-box;
position: relative;
line-height: 1.8;
font-size: 24px;
padding: 60px 80px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
color: var(--color-heading);
margin: 0;
padding: 0;
}
h1 {
font-size: 60px;
line-height: 1.3;
text-align: left;
font-weight: 300;
letter-spacing: 0.02em;
}
h2 {
font-size: 42px;
margin-bottom: 40px;
font-weight: 400;
letter-spacing: 0.01em;
}
h3 {
color: var(--color-foreground);
font-size: 28px;
margin-top: 32px;
margin-bottom: 16px;
font-weight: 400;
}
ul, ol {
padding-left: 32px;
}
li {
margin-bottom: 14px;
line-height: 1.7;
}
footer {
font-size: 14px;
color: #999999;
position: absolute;
left: 80px;
right: 80px;
bottom: 40px;
text-align: center;
}
section.lead {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
section.lead h1 {
margin-bottom: 32px;
text-align: center;
}
section.lead p {
font-size: 24px;
color: var(--color-foreground);
font-weight: 300;
}
hr {
border: none;
border-top: 1px solid var(--color-accent);
margin: 40px 0;
}
</style>
<!-- _class: lead -->
# プレゼンテーション
シンプル&ミニマル
---
## アジェンダ
- トピック1
- トピック2
- トピック3
---
## スライドタイトル
- ポイント1
- ポイント2
- ポイント3

View File

@@ -0,0 +1,174 @@
---
marp: true
theme: default
paginate: true
---
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Fira+Code:wght@400;500;700&display=swap');
:root {
--color-background: #0d1117;
--color-foreground: #c9d1d9;
--color-heading: #58a6ff;
--color-accent: #7ee787;
--color-code-bg: #161b22;
--color-border: #30363d;
--font-default: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
--font-code: 'Fira Code', 'Consolas', 'Monaco', monospace;
}
section {
background-color: var(--color-background);
color: var(--color-foreground);
font-family: var(--font-default);
font-weight: 400;
box-sizing: border-box;
border-left: 4px solid var(--color-accent);
position: relative;
line-height: 1.6;
font-size: 20px;
padding: 56px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
color: var(--color-heading);
margin: 0;
padding: 0;
font-family: var(--font-code);
}
h1 {
font-size: 52px;
line-height: 1.3;
text-align: left;
}
h1::before {
content: '# ';
color: var(--color-accent);
}
h2 {
font-size: 38px;
margin-bottom: 40px;
padding-bottom: 12px;
border-bottom: 2px solid var(--color-border);
}
h2::before {
content: '## ';
color: var(--color-accent);
}
h3 {
color: var(--color-foreground);
font-size: 26px;
margin-top: 32px;
margin-bottom: 12px;
}
h3::before {
content: '### ';
color: var(--color-accent);
}
ul, ol {
padding-left: 32px;
}
li {
margin-bottom: 10px;
}
li::marker {
color: var(--color-accent);
}
pre {
background-color: var(--color-code-bg);
border: 1px solid var(--color-border);
border-radius: 6px;
padding: 16px;
overflow-x: auto;
font-family: var(--font-code);
font-size: 16px;
line-height: 1.5;
}
code {
background-color: var(--color-code-bg);
color: var(--color-accent);
padding: 2px 6px;
border-radius: 3px;
font-family: var(--font-code);
font-size: 0.9em;
}
pre code {
background-color: transparent;
padding: 0;
color: var(--color-foreground);
}
footer {
font-size: 14px;
color: #8b949e;
font-family: var(--font-code);
position: absolute;
left: 56px;
right: 56px;
bottom: 40px;
text-align: right;
}
footer::before {
content: '// ';
color: var(--color-accent);
}
section.lead {
border-left: 4px solid var(--color-accent);
display: flex;
flex-direction: column;
justify-content: center;
}
section.lead h1 {
margin-bottom: 24px;
}
section.lead p {
font-size: 22px;
color: var(--color-foreground);
font-family: var(--font-code);
}
strong {
color: var(--color-accent);
font-weight: 700;
}
</style>
<!-- _class: lead -->
# プレゼンテーション
技術系(コード向け)
---
## アジェンダ
- トピック1
- トピック2
- トピック3
---
## スライド
- ポイント1
- ポイント2
- ポイント3

View File

@@ -0,0 +1,209 @@
/* Google Fontsから日本語フォントを読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/* --- ビジネスライクテーマ --- */
:root {
--color-background: #ffffff;
--color-foreground: #1f2937;
--color-heading: #1e40af;
--color-accent: #3b82f6;
--color-border: #d1d5db;
--font-default: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
section {
background-color: var(--color-background);
color: var(--color-foreground);
font-family: var(--font-default);
font-weight: 400;
box-sizing: border-box;
border-top: 8px solid var(--color-heading);
position: relative;
line-height: 1.7;
font-size: 22px;
padding: 56px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
color: var(--color-heading);
margin: 0;
padding: 0;
}
h1 {
font-size: 54px;
line-height: 1.3;
text-align: left;
font-weight: 700;
letter-spacing: -0.02em;
}
h2 {
position: absolute;
top: 40px;
left: 56px;
right: 56px;
font-size: 38px;
padding-top: 0;
padding-bottom: 16px;
border-bottom: 3px solid var(--color-accent);
}
h2 + * {
margin-top: 112px;
}
h3 {
color: var(--color-accent);
font-size: 26px;
margin-top: 32px;
margin-bottom: 12px;
font-weight: 600;
}
ul, ol {
padding-left: 32px;
}
li {
margin-bottom: 10px;
line-height: 1.7;
}
/* フッター(ページ番号風)*/
footer {
font-size: 16px;
color: #6b7280;
position: absolute;
left: 56px;
right: 56px;
bottom: 40px;
display: flex;
justify-content: space-between;
align-items: center;
}
footer::before {
content: '';
flex: 1;
height: 2px;
background-color: var(--color-border);
margin-right: 20px;
}
section.lead {
border-top: 8px solid var(--color-heading);
display: flex;
flex-direction: column;
justify-content: center;
background: linear-gradient(135deg, #ffffff 0%, #f3f4f6 100%);
}
section.lead footer {
display: none;
}
section.lead h1 {
margin-bottom: 32px;
color: var(--color-heading);
}
section.lead p {
font-size: 24px;
color: var(--color-foreground);
font-weight: 500;
}
/* テーブル */
table {
border-collapse: collapse;
width: 100%;
margin: 20px 0;
font-size: 18px;
}
th, td {
border: 1px solid var(--color-border);
padding: 12px;
text-align: left;
}
th {
background-color: var(--color-heading);
color: #ffffff;
font-weight: 700;
}
tr:nth-child(even) {
background-color: #f9fafb;
}
/* 強調ボックス */
.highlight-box {
background-color: #eff6ff;
border-left: 4px solid var(--color-accent);
padding: 20px;
margin: 20px 0;
border-radius: 4px;
}
/* 数値の強調 */
.number {
font-size: 48px;
font-weight: 700;
color: var(--color-accent);
line-height: 1;
}
/* ステップ番号 */
.step {
display: inline-block;
width: 36px;
height: 36px;
background-color: var(--color-heading);
color: #ffffff;
border-radius: 50%;
text-align: center;
line-height: 36px;
font-weight: 700;
margin-right: 12px;
}
/* 引用 */
blockquote {
border-left: 4px solid var(--color-accent);
padding-left: 20px;
color: #6b7280;
font-style: italic;
margin: 20px 0;
font-size: 20px;
}
/* リンク */
a {
color: var(--color-accent);
text-decoration: none;
border-bottom: 1px solid var(--color-accent);
}
a:hover {
color: var(--color-heading);
border-bottom-color: var(--color-heading);
}
/* 強調 */
strong {
color: var(--color-heading);
font-weight: 700;
}
/* コード */
code {
background-color: #f3f4f6;
color: var(--color-heading);
padding: 2px 6px;
border-radius: 3px;
font-family: 'Consolas', 'Monaco', monospace;
font-size: 0.9em;
}

View File

@@ -0,0 +1,143 @@
/* Google Fontsから日本語フォントを読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
/* --- カラフル&ポップテーマ --- */
:root {
--color-background: #fff5f7;
--color-foreground: #2d2d2d;
--color-heading: #ff6b9d;
--color-accent-1: #ffd93d;
--color-accent-2: #6bcf7f;
--color-accent-3: #4d96ff;
--font-default: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
section {
background: linear-gradient(135deg, var(--color-background) 0%, #ffe5ec 100%);
color: var(--color-foreground);
font-family: var(--font-default);
font-weight: 400;
box-sizing: border-box;
border-bottom: 10px solid var(--color-accent-1);
position: relative;
line-height: 1.7;
font-size: 24px;
padding: 56px;
}
section:last-of-type {
border-bottom: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 900;
color: var(--color-heading);
margin: 0;
padding: 0;
}
h1 {
font-size: 64px;
line-height: 1.3;
text-align: left;
background: linear-gradient(135deg, var(--color-heading), var(--color-accent-3));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
h2 {
position: absolute;
top: 40px;
left: 56px;
right: 56px;
font-size: 44px;
padding-top: 0;
padding-bottom: 20px;
background: linear-gradient(90deg, var(--color-heading), var(--color-accent-3));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
h2::after {
content: '';
position: absolute;
left: 0;
bottom: 8px;
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--color-accent-1), var(--color-accent-2), var(--color-accent-3));
border-radius: 2px;
}
h2 + * {
margin-top: 120px;
}
h3 {
color: var(--color-accent-3);
font-size: 30px;
margin-top: 32px;
margin-bottom: 12px;
}
ul, ol {
padding-left: 32px;
}
li {
margin-bottom: 12px;
position: relative;
}
li::marker {
color: var(--color-heading);
font-weight: 700;
}
footer {
font-size: 0;
color: transparent;
position: absolute;
left: 56px;
right: 56px;
bottom: 40px;
height: 10px;
background: linear-gradient(90deg, var(--color-accent-1), var(--color-accent-2), var(--color-accent-3));
border-radius: 5px;
}
section.lead {
border-bottom: 10px solid var(--color-accent-1);
background: linear-gradient(135deg, #fff5f7 0%, #ffe5ec 50%, #ffd5e0 100%);
}
section.lead footer {
display: none;
}
section.lead h1 {
margin-bottom: 24px;
}
section.lead p {
font-size: 26px;
color: var(--color-foreground);
font-weight: 700;
}
/* ポップな強調 */
strong {
color: var(--color-heading);
font-weight: 900;
}
/* カラフルな区切り線 */
hr {
border: none;
height: 4px;
background: linear-gradient(90deg, var(--color-accent-1), var(--color-accent-2), var(--color-accent-3));
margin: 30px 0;
border-radius: 2px;
}

View File

@@ -0,0 +1,138 @@
/* Google Fontsから日本語フォントを読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/* --- ダークモードテーマ --- */
:root {
--color-background: #1a1a1a;
--color-foreground: #e0e0e0;
--color-heading: #61dafb;
--color-accent: #bb86fc;
--color-hr: #61dafb;
--font-default: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
section {
background-color: var(--color-background);
color: var(--color-foreground);
font-family: var(--font-default);
font-weight: 400;
box-sizing: border-box;
border-bottom: 8px solid var(--color-hr);
position: relative;
line-height: 1.7;
font-size: 22px;
padding: 56px;
}
section:last-of-type {
border-bottom: none;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
color: var(--color-heading);
margin: 0;
padding: 0;
}
h1 {
font-size: 56px;
line-height: 1.4;
text-align: left;
text-shadow: 0 0 20px rgba(97, 218, 251, 0.3);
}
h2 {
position: absolute;
top: 40px;
left: 56px;
right: 56px;
font-size: 40px;
padding-top: 0;
padding-bottom: 16px;
}
h2::after {
content: '';
position: absolute;
left: 0;
bottom: 8px;
width: 60px;
height: 2px;
background-color: var(--color-hr);
box-shadow: 0 0 10px rgba(97, 218, 251, 0.5);
}
h2 + * {
margin-top: 112px;
}
h3 {
color: var(--color-accent);
font-size: 28px;
margin-top: 32px;
margin-bottom: 12px;
}
ul, ol {
padding-left: 32px;
}
li {
margin-bottom: 10px;
}
footer {
font-size: 0;
color: transparent;
position: absolute;
left: 56px;
right: 56px;
bottom: 40px;
height: 8px;
background: linear-gradient(90deg, var(--color-heading), var(--color-accent));
box-shadow: 0 0 20px rgba(97, 218, 251, 0.3);
}
section.lead {
border-bottom: 8px solid var(--color-hr);
}
section.lead footer {
display: none;
}
section.lead h1 {
margin-bottom: 24px;
}
section.lead p {
font-size: 24px;
color: var(--color-foreground);
}
/* コード風の強調 */
code {
background-color: #2d2d2d;
color: #61dafb;
padding: 2px 8px;
border-radius: 4px;
font-family: 'Consolas', 'Monaco', monospace;
}
/* ダークモード用のリンク */
a {
color: var(--color-heading);
text-decoration: none;
border-bottom: 1px solid var(--color-heading);
}
a:hover {
text-shadow: 0 0 10px rgba(97, 218, 251, 0.5);
}
/* グロー効果 */
strong {
color: var(--color-accent);
font-weight: 700;
}

View File

@@ -0,0 +1,127 @@
/* Google Fontsから日本語フォントを読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/* --- 色やフォントの基本設定 --- */
:root {
--color-background: #f8f8f4;
--color-foreground: #3a3b5a;
--color-heading: #4f86c6;
--color-hr: #000000;
--font-default: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
/* --- スライド全体のスタイル --- */
section {
background-color: var(--color-background);
color: var(--color-foreground);
font-family: var(--font-default);
font-weight: 400;
box-sizing: border-box;
border-bottom: 8px solid var(--color-hr);
position: relative;
line-height: 1.7;
font-size: 22px;
padding: 56px;
}
section:last-of-type {
border-bottom: none;
}
/* --- 見出しのスタイル --- */
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
color: var(--color-heading);
margin: 0;
padding: 0;
}
/* タイトルページ(h1)のスタイル */
h1 {
font-size: 56px;
line-height: 1.4;
text-align: left;
}
/* 通常スライドのタイトル(##) */
h2 {
position: absolute;
top: 40px;
left: 56px;
right: 56px;
font-size: 40px;
padding-top: 0;
padding-bottom: 16px;
}
/* h2の疑似要素(::after)を使って、短い線を実装 */
h2::after {
content: '';
position: absolute;
left: 0;
bottom: 8px;
width: 60px;
height: 2px;
background-color: var(--color-hr);
}
/* h2と後続コンテンツの間のスペースを確保 */
h2 + * {
margin-top: 112px;
}
/* サブ見出し (例: 目的, 目標) */
h3 {
color: var(--color-foreground);
font-size: 28px;
margin-top: 32px;
margin-bottom: 12px;
}
/* --- リストのスタイル --- */
ul, ol {
padding-left: 32px;
}
li {
margin-bottom: 10px;
}
/* フッターとして機能する、太い青いラインを実装 */
footer {
font-size: 0;
color: transparent;
position: absolute;
left: 56px;
right: 56px;
bottom: 40px;
height: 8px;
background-color: var(--color-heading);
}
/* --- 特別なクラス --- */
section.lead {
border-bottom: 8px solid var(--color-hr);
}
/* タイトルページではフッターラインを非表示にする */
section.lead footer {
display: none;
}
section.lead h1 {
margin-bottom: 24px;
}
section.lead p {
font-size: 24px;
color: var(--color-foreground);
}
/* ガイドライン用のスタイル */
.bad-example {
background-color: #fbe9e7;
color: #c62828;
padding: 8px 16px;
border-radius: 4px;
}

View File

@@ -0,0 +1,150 @@
/* Google Fontsから日本語フォントを読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/* --- グラデーション背景テーマ --- */
:root {
--color-foreground: #ffffff;
--color-heading: #ffffff;
--color-accent: #ffd700;
--font-default: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
section {
background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
color: var(--color-foreground);
font-family: var(--font-default);
font-weight: 400;
box-sizing: border-box;
position: relative;
line-height: 1.7;
font-size: 22px;
padding: 56px;
}
/* スライドごとに異なるグラデーション */
section:nth-child(2n) {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
section:nth-child(3n) {
background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
section:nth-child(4n) {
background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
section:nth-child(5n) {
background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
color: var(--color-heading);
margin: 0;
padding: 0;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
h1 {
font-size: 56px;
line-height: 1.4;
text-align: left;
}
h2 {
position: absolute;
top: 40px;
left: 56px;
right: 56px;
font-size: 40px;
padding-top: 0;
padding-bottom: 16px;
}
h2::after {
content: '';
position: absolute;
left: 0;
bottom: 8px;
width: 80px;
height: 3px;
background-color: var(--color-accent);
box-shadow: 0 2px 10px rgba(255, 215, 0, 0.5);
}
h2 + * {
margin-top: 112px;
}
h3 {
color: var(--color-accent);
font-size: 28px;
margin-top: 32px;
margin-bottom: 12px;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
ul, ol {
padding-left: 32px;
}
li {
margin-bottom: 10px;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
footer {
font-size: 16px;
color: rgba(255, 255, 255, 0.7);
position: absolute;
left: 56px;
right: 56px;
bottom: 40px;
text-align: center;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
section.lead {
background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
section.lead h1 {
margin-bottom: 24px;
text-align: center;
}
section.lead p {
font-size: 24px;
color: var(--color-foreground);
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
/* 半透明の背景ボックス */
.text-box {
background-color: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
padding: 20px;
border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.2);
}
/* 強調テキスト */
strong {
color: var(--color-accent);
font-weight: 700;
text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
/* コード */
code {
background-color: rgba(0, 0, 0, 0.3);
color: var(--color-accent);
padding: 2px 8px;
border-radius: 4px;
}

View File

@@ -0,0 +1,97 @@
/* Google Fontsから日本語フォントを読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
/* --- シンプル&ミニマルテーマ --- */
:root {
--color-background: #ffffff;
--color-foreground: #2c2c2c;
--color-heading: #1a1a1a;
--color-accent: #e0e0e0;
--font-default: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
section {
background-color: var(--color-background);
color: var(--color-foreground);
font-family: var(--font-default);
font-weight: 300;
box-sizing: border-box;
position: relative;
line-height: 1.8;
font-size: 24px;
padding: 60px 80px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 400;
color: var(--color-heading);
margin: 0;
padding: 0;
}
h1 {
font-size: 60px;
line-height: 1.3;
text-align: left;
font-weight: 300;
letter-spacing: 0.02em;
}
h2 {
font-size: 42px;
margin-bottom: 40px;
font-weight: 400;
letter-spacing: 0.01em;
}
h3 {
color: var(--color-foreground);
font-size: 28px;
margin-top: 32px;
margin-bottom: 16px;
font-weight: 400;
}
ul, ol {
padding-left: 32px;
}
li {
margin-bottom: 14px;
line-height: 1.7;
}
footer {
font-size: 14px;
color: #999999;
position: absolute;
left: 80px;
right: 80px;
bottom: 40px;
text-align: center;
}
section.lead {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
section.lead h1 {
margin-bottom: 32px;
text-align: center;
}
section.lead p {
font-size: 24px;
color: var(--color-foreground);
font-weight: 300;
}
/* ミニマルな区切り線 */
hr {
border: none;
border-top: 1px solid var(--color-accent);
margin: 40px 0;
}

View File

@@ -0,0 +1,203 @@
/* Google Fontsから日本語フォントとコードフォントを読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Fira+Code:wght@400;500;700&display=swap');
/* --- 技術系(コード向け)テーマ --- */
:root {
--color-background: #0d1117;
--color-foreground: #c9d1d9;
--color-heading: #58a6ff;
--color-accent: #7ee787;
--color-code-bg: #161b22;
--color-border: #30363d;
--font-default: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
--font-code: 'Fira Code', 'Consolas', 'Monaco', monospace;
}
section {
background-color: var(--color-background);
color: var(--color-foreground);
font-family: var(--font-default);
font-weight: 400;
box-sizing: border-box;
border-left: 4px solid var(--color-accent);
position: relative;
line-height: 1.6;
font-size: 20px;
padding: 56px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
color: var(--color-heading);
margin: 0;
padding: 0;
font-family: var(--font-code);
}
h1 {
font-size: 52px;
line-height: 1.3;
text-align: left;
}
h1::before {
content: '# ';
color: var(--color-accent);
}
h2 {
font-size: 38px;
margin-bottom: 40px;
padding-bottom: 12px;
border-bottom: 2px solid var(--color-border);
}
h2::before {
content: '## ';
color: var(--color-accent);
}
h3 {
color: var(--color-foreground);
font-size: 26px;
margin-top: 32px;
margin-bottom: 12px;
}
h3::before {
content: '### ';
color: var(--color-accent);
}
ul, ol {
padding-left: 32px;
}
li {
margin-bottom: 10px;
}
li::marker {
color: var(--color-accent);
}
/* コードブロック */
pre {
background-color: var(--color-code-bg);
border: 1px solid var(--color-border);
border-radius: 6px;
padding: 16px;
overflow-x: auto;
font-family: var(--font-code);
font-size: 16px;
line-height: 1.5;
}
code {
background-color: var(--color-code-bg);
color: var(--color-accent);
padding: 2px 6px;
border-radius: 3px;
font-family: var(--font-code);
font-size: 0.9em;
}
pre code {
background-color: transparent;
padding: 0;
color: var(--color-foreground);
}
/* フッター */
footer {
font-size: 14px;
color: #8b949e;
font-family: var(--font-code);
position: absolute;
left: 56px;
right: 56px;
bottom: 40px;
text-align: right;
}
footer::before {
content: '// ';
color: var(--color-accent);
}
section.lead {
border-left: 4px solid var(--color-accent);
display: flex;
flex-direction: column;
justify-content: center;
}
section.lead h1 {
margin-bottom: 24px;
}
section.lead p {
font-size: 22px;
color: var(--color-foreground);
font-family: var(--font-code);
}
/* テーブル */
table {
border-collapse: collapse;
width: 100%;
margin: 20px 0;
}
th, td {
border: 1px solid var(--color-border);
padding: 10px;
text-align: left;
}
th {
background-color: var(--color-code-bg);
color: var(--color-heading);
font-family: var(--font-code);
}
/* リンク */
a {
color: var(--color-heading);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* 強調 */
strong {
color: var(--color-accent);
font-weight: 700;
}
/* 引用 */
blockquote {
border-left: 4px solid var(--color-accent);
padding-left: 20px;
color: #8b949e;
font-style: italic;
margin: 20px 0;
}
/* ターミナル風 */
.terminal {
background-color: #000000;
color: #00ff00;
font-family: var(--font-code);
padding: 20px;
border-radius: 6px;
font-size: 16px;
}
.terminal::before {
content: '$ ';
color: #00ff00;
font-weight: 700;
}