Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/abap34/abap34.com
Browse files Browse the repository at this point in the history
  • Loading branch information
abap34 committed Jan 12, 2025
2 parents 2a31bd2 + df4303f commit 97c4b16
Show file tree
Hide file tree
Showing 38 changed files with 570 additions and 836 deletions.
37 changes: 15 additions & 22 deletions public/posts/almo_autorelease.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,13 @@
}

content a {
color: #007bff;
text-decoration: none;
word-break: break-all;
color: #80bdff;
text-decoration: none;
}

iframe {
width: 100%;
}

/* ===============================================
Expand Down Expand Up @@ -356,10 +360,6 @@
.content {
width: 100%;
}

iframe {
width: 100%;
}
}

/* ===============================================
Expand Down Expand Up @@ -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 {
Expand All @@ -429,7 +425,6 @@
/* Lemma */
.lemma {
counter-increment: lemma;
/* border-left-color: #318f4f; など */
}

.lemma::before {
Expand All @@ -440,9 +435,8 @@

/* Corollary */
.corollary {
counter-increment: corollary;
border-left-color: #a1314f;
/* 例: 赤紫系 */
counter-increment: corollary

}

.corollary::before {
Expand All @@ -454,8 +448,6 @@
/* Proposition */
.proposition {
counter-increment: proposition;
border-left-color: #c1a131;
/* 例: 黄土色系 */
}

.proposition::before {
Expand All @@ -467,8 +459,6 @@
/* Definition */
.definition {
counter-increment: definition;
border-left-color: #addef4;
/* 例: 水色系 */
}

.definition::before {
Expand All @@ -480,8 +470,6 @@
/* Proof */
.proof {
counter-increment: proof;
border-left-color: #c6e6e5;
/* 例: 淡いエメラルドグリーン */
}

.proof::before {
Expand All @@ -500,6 +488,11 @@
margin-bottom: 0;
}

/* mathjax の要素を少し小さめに表示 */
.math-inline {
font-size: 0.8em;
}


/* ===============================================
Footnotes
Expand Down
37 changes: 15 additions & 22 deletions public/posts/caesar.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,13 @@
}

content a {
color: #007bff;
text-decoration: none;
word-break: break-all;
color: #80bdff;
text-decoration: none;
}

iframe {
width: 100%;
}

/* ===============================================
Expand Down Expand Up @@ -356,10 +360,6 @@
.content {
width: 100%;
}

iframe {
width: 100%;
}
}

/* ===============================================
Expand Down Expand Up @@ -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 {
Expand All @@ -429,7 +425,6 @@
/* Lemma */
.lemma {
counter-increment: lemma;
/* border-left-color: #318f4f; など */
}

.lemma::before {
Expand All @@ -440,9 +435,8 @@

/* Corollary */
.corollary {
counter-increment: corollary;
border-left-color: #a1314f;
/* 例: 赤紫系 */
counter-increment: corollary

}

.corollary::before {
Expand All @@ -454,8 +448,6 @@
/* Proposition */
.proposition {
counter-increment: proposition;
border-left-color: #c1a131;
/* 例: 黄土色系 */
}

.proposition::before {
Expand All @@ -467,8 +459,6 @@
/* Definition */
.definition {
counter-increment: definition;
border-left-color: #addef4;
/* 例: 水色系 */
}

.definition::before {
Expand All @@ -480,8 +470,6 @@
/* Proof */
.proof {
counter-increment: proof;
border-left-color: #c6e6e5;
/* 例: 淡いエメラルドグリーン */
}

.proof::before {
Expand All @@ -500,6 +488,11 @@
margin-bottom: 0;
}

/* mathjax の要素を少し小さめに表示 */
.math-inline {
font-size: 0.8em;
}


/* ===============================================
Footnotes
Expand Down
37 changes: 15 additions & 22 deletions public/posts/community_competetion_tips.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,13 @@
}

content a {
color: #007bff;
text-decoration: none;
word-break: break-all;
color: #80bdff;
text-decoration: none;
}

iframe {
width: 100%;
}

/* ===============================================
Expand Down Expand Up @@ -356,10 +360,6 @@
.content {
width: 100%;
}

iframe {
width: 100%;
}
}

/* ===============================================
Expand Down Expand Up @@ -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 {
Expand All @@ -429,7 +425,6 @@
/* Lemma */
.lemma {
counter-increment: lemma;
/* border-left-color: #318f4f; など */
}

.lemma::before {
Expand All @@ -440,9 +435,8 @@

/* Corollary */
.corollary {
counter-increment: corollary;
border-left-color: #a1314f;
/* 例: 赤紫系 */
counter-increment: corollary

}

.corollary::before {
Expand All @@ -454,8 +448,6 @@
/* Proposition */
.proposition {
counter-increment: proposition;
border-left-color: #c1a131;
/* 例: 黄土色系 */
}

.proposition::before {
Expand All @@ -467,8 +459,6 @@
/* Definition */
.definition {
counter-increment: definition;
border-left-color: #addef4;
/* 例: 水色系 */
}

.definition::before {
Expand All @@ -480,8 +470,6 @@
/* Proof */
.proof {
counter-increment: proof;
border-left-color: #c6e6e5;
/* 例: 淡いエメラルドグリーン */
}

.proof::before {
Expand All @@ -500,6 +488,11 @@
margin-bottom: 0;
}

/* mathjax の要素を少し小さめに表示 */
.math-inline {
font-size: 0.8em;
}


/* ===============================================
Footnotes
Expand Down
Loading

0 comments on commit 97c4b16

Please sign in to comment.