ミラーる

This commit is contained in:
2025-11-07 22:50:22 +09:00
parent 438c7d8aef
commit b1ef7f218e
19 changed files with 2511 additions and 2511 deletions

View File

@@ -1,20 +1,20 @@
.fraction {
display: inline-block;
vertical-align: middle;
text-align: center;
position: relative;
margin: 0 0.2em;
}
.fraction .numerator, .fraction .denominator {
display: block;
font-size: 0.8em;
}
.fraction .numerator {
border-bottom: 1px solid #fcfcfc;
}
.algebraic {
font-family: 'Times New Roman', serif;
.fraction {
display: inline-block;
vertical-align: middle;
text-align: center;
position: relative;
margin: 0 0.2em;
}
.fraction .numerator, .fraction .denominator {
display: block;
font-size: 0.8em;
}
.fraction .numerator {
border-bottom: 1px solid #fcfcfc;
}
.algebraic {
font-family: 'Times New Roman', serif;
}

View File

@@ -1,9 +1,9 @@
.blink {
animation: blinker 1s linear infinite;
}
@keyframes blinker {
50% {
opacity: 0;
}
.blink {
animation: blinker 1s linear infinite;
}
@keyframes blinker {
50% {
opacity: 0;
}
}

View File

@@ -1,8 +1,8 @@
blockquote {
background: #121012;
border: 2px solid #f545f5;
border-radius: 2px;
border-left: 12px solid #c016c6;
margin: 1.5em 10px;
padding: 0.5em 10px;
blockquote {
background: #121012;
border: 2px solid #f545f5;
border-radius: 2px;
border-left: 12px solid #c016c6;
margin: 1.5em 10px;
padding: 0.5em 10px;
}

View File

@@ -1,36 +1,36 @@
.blog-type > p {
font-weight: bolder;
}
a.blog-type-btn {
background-color: #550f75;
color: #120f12;
text-decoration: none;
border: 1px solid #fcfcfc;
border-radius: 4px;
padding: 4px;
margin: 4px;
transition: background-color 0.9s;
}
a.blog-type-btn.active {
background-color: #c016c6;
}
hr.blog-type-line {
border: 3px dotted #c016c6;
}
a.blog-type-btn:hover {
background-color: #ea79d8;
}
a.blog-type-btn.active:ae6bdb {
background-color: #ae6bdb;
}
@media only screen and (max-width: 768px) {
a.blog-type-btn {
display: block;
}
.blog-type > p {
font-weight: bolder;
}
a.blog-type-btn {
background-color: #550f75;
color: #120f12;
text-decoration: none;
border: 1px solid #fcfcfc;
border-radius: 4px;
padding: 4px;
margin: 4px;
transition: background-color 0.9s;
}
a.blog-type-btn.active {
background-color: #c016c6;
}
hr.blog-type-line {
border: 3px dotted #c016c6;
}
a.blog-type-btn:hover {
background-color: #ea79d8;
}
a.blog-type-btn.active:ae6bdb {
background-color: #ae6bdb;
}
@media only screen and (max-width: 768px) {
a.blog-type-btn {
display: block;
}
}

View File

@@ -1,40 +1,40 @@
.diff-table {
width: 100%;
border-collapse: collapse;
font-family: monospace;
color: #fcfcfc;
}
.diff-table td {
border: 1px solid #bcb4bc;
padding: 5px;
vertical-align: top;
}
.diff-header th {
border: 1px solid #bcb4bc;
}
.line-number {
width: 50px;
text-align: right;
color: #c016c6;
}
.removed {
background-color: #fa9faa;
color: #b61729;
}
.added {
background-color: #88ecc1;
color: #2c980c;
}
.context {
background-color: #232320;
}
.empty {
background-color: #746c75;
.diff-table {
width: 100%;
border-collapse: collapse;
font-family: monospace;
color: #fcfcfc;
}
.diff-table td {
border: 1px solid #bcb4bc;
padding: 5px;
vertical-align: top;
}
.diff-header th {
border: 1px solid #bcb4bc;
}
.line-number {
width: 50px;
text-align: right;
color: #c016c6;
}
.removed {
background-color: #fa9faa;
color: #b61729;
}
.added {
background-color: #88ecc1;
color: #2c980c;
}
.context {
background-color: #232320;
}
.empty {
background-color: #746c75;
}

View File

@@ -1,16 +1,16 @@
hr {
border: 1px solid #ea79d8;
}
.pager {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.prev {
text-align: left;
}
.next {
text-align: right;
hr {
border: 1px solid #ea79d8;
}
.pager {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.prev {
text-align: left;
}
.next {
text-align: right;
}