39 lines
No EOL
446 B
CSS
39 lines
No EOL
446 B
CSS
@import('main.css');
|
|
|
|
|
|
html {
|
|
text-align: center;
|
|
}
|
|
|
|
h1,h2 {
|
|
display: inline-block;
|
|
padding: 0 .2em;
|
|
}
|
|
h1 {
|
|
color: #d50000;
|
|
}
|
|
h2 {
|
|
text-align: left;
|
|
font-weight: 300;
|
|
}
|
|
|
|
figure {
|
|
display: block;
|
|
border-top: 5px #dedede solid;
|
|
text-align: left;
|
|
}
|
|
|
|
blockquote::after, blockquote::before {
|
|
font-weight: 700;
|
|
color: #dedede;
|
|
}
|
|
blockquote::before {
|
|
content: "«";
|
|
}
|
|
blockquote::after {
|
|
content: "»";
|
|
}
|
|
|
|
figcaption {
|
|
text-align: right;
|
|
} |