本日作業分

This commit is contained in:
2023-09-01 01:53:54 +09:00
parent 50996316e5
commit d13588c24f
13 changed files with 170 additions and 13 deletions
-1290
View File
File diff suppressed because it is too large Load Diff
+136
View File
@@ -1,3 +1,139 @@
html
{
font-size: 24px;
font-family: "Helvetica Neue", "Helvetica", "Segoe UI", "Arial",
"JPAGothic", "IPAGothic",
"Hiragino Sans", "Hiragino Kaku Gothic ProN",
"Yu Gothic", "Meiryo", "MS Gothic",
sans-serif;
width: 960px;
text-align: justify;
margin: auto;
punctuation-trim: adjacent;
}
em
{
font-style: normal;
font-size: 120%;
font-weight: bold;
color: red;
font-family: "Helvetica Neue", "Helvetica", "Segoe UI", "Arial",
"JPAGothic", "IPAGothic",
"Hiragino Sans", "Hiragino Kaku Gothic ProN",
"Yu Gothic", "Meiryo", "MS Gothic",
sans-serif;
}
.miteruzochan
{
white-space: nowrap;
}
section
{
margin-bottom: 3em;
}
p:not(.noindent)
{
text-indent: 1em;
}
p
{
margin: 0 2em;
line-height: 3em;
}
.copy
{
font-size: 200%;
font-weight: bold;
font-style: italic;
text-align: center;
font-family: "Times New Roman",
"JPAMincho", "IPAMincho", "Hiragino Mincho ProN",
"Yu Mincho", "MS Mincho",
serif;
margin: 1em 0;
}
footer
{
font-size: 16px;
color: dimgray;
text-align: center;
line-height: 2em;
padding-bottom: 24px;
}
footer > div
{
margin: 24px 0;
}
.copyright
{
text-align: center;
margin: 24px 0;
}
footer a
{
color: darkslategray;
}
a
{
text-decoration: none;
}
div.paragraph
{
margin-bottom: 1.5em;
}
table
{
margin: auto;
}
tr:nth-child(odd)
{
background-color: lightgray;
}
th, td
{
padding: 8px 16px;
}
#title
{
text-align: left;
display: inline-block;
}
#translate
{
text-align: right;
display: inline-block;
width: 288px;
}
header
{
display: flex;
justify-content: space-between;
align-items: center;
}
button, input
{
font-size: 24px;
}
body
{
background-color: aquamarine;