62 lines
776 B
CSS
62 lines
776 B
CSS
body {
|
|
color: #000000;
|
|
}
|
|
|
|
figcaption {
|
|
text-align: center;
|
|
}
|
|
|
|
.c-article__summary p {
|
|
color: #000000;
|
|
margin: 16px;
|
|
}
|
|
|
|
.c-article__meta {
|
|
line-height: 0.25em;
|
|
padding-top: 5px;
|
|
padding-bottom: 10px;
|
|
margin-block-start: 5px;
|
|
}
|
|
|
|
.c-article__title a {
|
|
color: #000000;
|
|
}
|
|
|
|
.c-article__title {
|
|
margin-bottom: 0;
|
|
padding-bottom: 0;
|
|
line-hight: 0.1em;
|
|
}
|
|
|
|
.l-deprecation_warning {
|
|
background-color: #ff6666;
|
|
text-align: center;
|
|
width: 96%;
|
|
max-width: 720px;
|
|
margin: 20px auto 10px;
|
|
}
|
|
|
|
.l-new_version_message {
|
|
background-color: #dddd66;
|
|
text-align: center;
|
|
width: 96%;
|
|
max-width: 720px;
|
|
margin: 20px auto 10px;
|
|
}
|
|
|
|
a {
|
|
color: #1756a9;
|
|
}
|
|
|
|
.l-nav {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.l-header {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
h3 {
|
|
margin-block-end: 0.5em;
|
|
}
|