From df4303fab3cf248d66406573f3debc3c2c9ea307 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 12 Jan 2025 13:49:58 +0000 Subject: [PATCH] Update blog --- public/posts/almo_autorelease.html | 37 ++++++++------------ public/posts/caesar.html | 37 ++++++++------------ public/posts/community_competetion_tips.html | 37 ++++++++------------ public/posts/cpp_ci.html | 37 ++++++++------------ public/posts/dacq.html | 37 ++++++++------------ public/posts/devenv_advent.html | 37 ++++++++------------ public/posts/footnote_implement.html | 37 ++++++++------------ public/posts/fork_buffer.html | 37 ++++++++------------ public/posts/gd_convergence_theorem.html | 37 ++++++++------------ public/posts/git_date.html | 37 ++++++++------------ public/posts/githubactions_trap.html | 37 ++++++++------------ public/posts/grpc_ml.html | 37 ++++++++------------ public/posts/hello_scheme.html | 37 ++++++++------------ public/posts/hurikaeri_2023_0.html | 37 ++++++++------------ public/posts/hurikaeri_2023_1.html | 37 ++++++++------------ public/posts/hurikaeri_2024_0.html | 37 ++++++++------------ public/posts/jci_00.html | 37 ++++++++------------ public/posts/jci_01.html | 37 ++++++++------------ public/posts/jci_02.html | 37 ++++++++------------ public/posts/jci_03.html | 37 ++++++++------------ public/posts/jci_04.html | 37 ++++++++------------ public/posts/jci_05.html | 37 ++++++++------------ public/posts/jimei.html | 37 ++++++++------------ public/posts/julia_timer.html | 37 ++++++++------------ public/posts/juliatokyo11.html | 37 ++++++++------------ public/posts/livereload.html | 37 ++++++++------------ public/posts/marp-counter.html | 37 ++++++++------------ public/posts/mini-lang.html | 37 ++++++++------------ public/posts/n-order-diff.html | 37 ++++++++------------ public/posts/oj_abap34.html | 37 ++++++++------------ public/posts/parallel_othello.html | 37 ++++++++------------ public/posts/pybind11.html | 37 ++++++++------------ public/posts/racket.html | 37 ++++++++------------ public/posts/random_prime_generator.html | 37 ++++++++------------ public/posts/rebuild_abap34_com.html | 37 ++++++++------------ public/posts/sakumon2.html | 37 ++++++++------------ public/posts/slide-template.html | 37 ++++++++------------ public/posts/tinypeg.html | 37 ++++++++------------ 38 files changed, 570 insertions(+), 836 deletions(-) diff --git a/public/posts/almo_autorelease.html b/public/posts/almo_autorelease.html index b220097..d32fe90 100644 --- a/public/posts/almo_autorelease.html +++ b/public/posts/almo_autorelease.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/caesar.html b/public/posts/caesar.html index 5304bb1..b38307b 100644 --- a/public/posts/caesar.html +++ b/public/posts/caesar.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/community_competetion_tips.html b/public/posts/community_competetion_tips.html index 47cf2b4..d9eabb5 100644 --- a/public/posts/community_competetion_tips.html +++ b/public/posts/community_competetion_tips.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/cpp_ci.html b/public/posts/cpp_ci.html index 74c2553..405e496 100644 --- a/public/posts/cpp_ci.html +++ b/public/posts/cpp_ci.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/dacq.html b/public/posts/dacq.html index 215e32b..d843ac5 100644 --- a/public/posts/dacq.html +++ b/public/posts/dacq.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/devenv_advent.html b/public/posts/devenv_advent.html index 23ec99c..34bafdc 100644 --- a/public/posts/devenv_advent.html +++ b/public/posts/devenv_advent.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/footnote_implement.html b/public/posts/footnote_implement.html index 025fd47..eccc338 100644 --- a/public/posts/footnote_implement.html +++ b/public/posts/footnote_implement.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/fork_buffer.html b/public/posts/fork_buffer.html index 08e83b5..ef279a4 100644 --- a/public/posts/fork_buffer.html +++ b/public/posts/fork_buffer.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/gd_convergence_theorem.html b/public/posts/gd_convergence_theorem.html index 0df73f9..f93a9f4 100644 --- a/public/posts/gd_convergence_theorem.html +++ b/public/posts/gd_convergence_theorem.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/git_date.html b/public/posts/git_date.html index 632ba8a..8d3fa28 100644 --- a/public/posts/git_date.html +++ b/public/posts/git_date.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/githubactions_trap.html b/public/posts/githubactions_trap.html index 2b391ce..1179cae 100644 --- a/public/posts/githubactions_trap.html +++ b/public/posts/githubactions_trap.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/grpc_ml.html b/public/posts/grpc_ml.html index ef324db..8fde085 100644 --- a/public/posts/grpc_ml.html +++ b/public/posts/grpc_ml.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/hello_scheme.html b/public/posts/hello_scheme.html index a82bd8c..c3b209d 100644 --- a/public/posts/hello_scheme.html +++ b/public/posts/hello_scheme.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/hurikaeri_2023_0.html b/public/posts/hurikaeri_2023_0.html index 074bd0c..9a67a2e 100644 --- a/public/posts/hurikaeri_2023_0.html +++ b/public/posts/hurikaeri_2023_0.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/hurikaeri_2023_1.html b/public/posts/hurikaeri_2023_1.html index d0a5761..5398681 100644 --- a/public/posts/hurikaeri_2023_1.html +++ b/public/posts/hurikaeri_2023_1.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/hurikaeri_2024_0.html b/public/posts/hurikaeri_2024_0.html index aa4d40e..6b73bb0 100644 --- a/public/posts/hurikaeri_2024_0.html +++ b/public/posts/hurikaeri_2024_0.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/jci_00.html b/public/posts/jci_00.html index 59270a3..e9d462c 100644 --- a/public/posts/jci_00.html +++ b/public/posts/jci_00.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/jci_01.html b/public/posts/jci_01.html index 26f33c4..3d2f630 100644 --- a/public/posts/jci_01.html +++ b/public/posts/jci_01.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/jci_02.html b/public/posts/jci_02.html index cd2c274..664e933 100644 --- a/public/posts/jci_02.html +++ b/public/posts/jci_02.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/jci_03.html b/public/posts/jci_03.html index e49e57e..c748c69 100644 --- a/public/posts/jci_03.html +++ b/public/posts/jci_03.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/jci_04.html b/public/posts/jci_04.html index e1844ba..21fd5a7 100644 --- a/public/posts/jci_04.html +++ b/public/posts/jci_04.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/jci_05.html b/public/posts/jci_05.html index 4be360f..c757bc5 100644 --- a/public/posts/jci_05.html +++ b/public/posts/jci_05.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/jimei.html b/public/posts/jimei.html index 9066a26..1b6ca55 100644 --- a/public/posts/jimei.html +++ b/public/posts/jimei.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/julia_timer.html b/public/posts/julia_timer.html index 7e9d694..310f935 100644 --- a/public/posts/julia_timer.html +++ b/public/posts/julia_timer.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/juliatokyo11.html b/public/posts/juliatokyo11.html index 4c87c66..111a045 100644 --- a/public/posts/juliatokyo11.html +++ b/public/posts/juliatokyo11.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/livereload.html b/public/posts/livereload.html index dff877e..ead4aca 100644 --- a/public/posts/livereload.html +++ b/public/posts/livereload.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/marp-counter.html b/public/posts/marp-counter.html index d3dcd7a..a7b23e3 100644 --- a/public/posts/marp-counter.html +++ b/public/posts/marp-counter.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/mini-lang.html b/public/posts/mini-lang.html index b011a70..81b55c0 100644 --- a/public/posts/mini-lang.html +++ b/public/posts/mini-lang.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/n-order-diff.html b/public/posts/n-order-diff.html index ec47bba..9be574e 100644 --- a/public/posts/n-order-diff.html +++ b/public/posts/n-order-diff.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/oj_abap34.html b/public/posts/oj_abap34.html index 7f5e13b..6352475 100644 --- a/public/posts/oj_abap34.html +++ b/public/posts/oj_abap34.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/parallel_othello.html b/public/posts/parallel_othello.html index 57c5d6f..27053ab 100644 --- a/public/posts/parallel_othello.html +++ b/public/posts/parallel_othello.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/pybind11.html b/public/posts/pybind11.html index e9e4901..4956920 100644 --- a/public/posts/pybind11.html +++ b/public/posts/pybind11.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/racket.html b/public/posts/racket.html index 21a8022..344cd8b 100644 --- a/public/posts/racket.html +++ b/public/posts/racket.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/random_prime_generator.html b/public/posts/random_prime_generator.html index 808eb23..1b66255 100644 --- a/public/posts/random_prime_generator.html +++ b/public/posts/random_prime_generator.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/rebuild_abap34_com.html b/public/posts/rebuild_abap34_com.html index 7f40133..d6dd5dd 100644 --- a/public/posts/rebuild_abap34_com.html +++ b/public/posts/rebuild_abap34_com.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/sakumon2.html b/public/posts/sakumon2.html index b00c4f4..596e00d 100644 --- a/public/posts/sakumon2.html +++ b/public/posts/sakumon2.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/slide-template.html b/public/posts/slide-template.html index b84f3e6..62d0b35 100644 --- a/public/posts/slide-template.html +++ b/public/posts/slide-template.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes diff --git a/public/posts/tinypeg.html b/public/posts/tinypeg.html index 187047d..d4be596 100644 --- a/public/posts/tinypeg.html +++ b/public/posts/tinypeg.html @@ -322,9 +322,13 @@ } content a { - color: #007bff; - text-decoration: none; word-break: break-all; + color: #80bdff; + text-decoration: none; +} + +iframe { + width: 100%; } /* =============================================== @@ -356,10 +360,6 @@ .content { width: 100%; } - - iframe { - width: 100%; - } } /* =============================================== @@ -404,20 +404,16 @@ .proposition, .definition, .proof { + margin-top: 1rem; margin-bottom: 1rem; padding: 1rem; background: none; - /* 背景色を排除 */ - /* 全部同じスタイルにするなら共通色でもOK。 - 個別に変える場合は後で上書きする。 */ - border-left: 4px solid #318f4f; + border: 1px solid #ddd; } /* Theorem */ .theorem { counter-increment: theorem; - /* 他の色にしたい場合ここで上書き - border-left-color: #318f4f; */ } .theorem::before { @@ -429,7 +425,6 @@ /* Lemma */ .lemma { counter-increment: lemma; - /* border-left-color: #318f4f; など */ } .lemma::before { @@ -440,9 +435,8 @@ /* Corollary */ .corollary { - counter-increment: corollary; - border-left-color: #a1314f; - /* 例: 赤紫系 */ + counter-increment: corollary + } .corollary::before { @@ -454,8 +448,6 @@ /* Proposition */ .proposition { counter-increment: proposition; - border-left-color: #c1a131; - /* 例: 黄土色系 */ } .proposition::before { @@ -467,8 +459,6 @@ /* Definition */ .definition { counter-increment: definition; - border-left-color: #addef4; - /* 例: 水色系 */ } .definition::before { @@ -480,8 +470,6 @@ /* Proof */ .proof { counter-increment: proof; - border-left-color: #c6e6e5; - /* 例: 淡いエメラルドグリーン */ } .proof::before { @@ -500,6 +488,11 @@ margin-bottom: 0; } +/* mathjax の要素を少し小さめに表示 */ +.math-inline { + font-size: 0.8em; +} + /* =============================================== Footnotes