2020-06-06 13:48:08 +02:00
|
|
|
html, body {
|
|
|
|
font-family: "Segoe UI Regular", "Source Han Sans SC Regular", "Microsoft YaHei", sans-serif;
|
2020-06-07 07:03:19 +02:00
|
|
|
}
|
|
|
|
html {
|
|
|
|
overflow: hidden scroll;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
margin: 12px 96px 32px;
|
2020-06-06 13:48:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #0078d4;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:hover, a:active {
|
|
|
|
color: #004578;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main > p.title {
|
|
|
|
font-size: 1.25rem;
|
|
|
|
line-height: 1.75rem;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
article {
|
|
|
|
line-height: 1.6;
|
|
|
|
}
|
2020-06-07 07:03:19 +02:00
|
|
|
article > * {
|
2020-06-06 13:48:08 +02:00
|
|
|
max-width: 100%;
|
2020-06-07 07:03:19 +02:00
|
|
|
}
|
|
|
|
article img {
|
2020-06-06 13:48:08 +02:00
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
article figure {
|
|
|
|
margin: 16px 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
article figure figcaption {
|
|
|
|
font-size: .875rem;
|
|
|
|
color: #484644;
|
|
|
|
}
|