mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
48 lines
No EOL
1.2 KiB
CSS
48 lines
No EOL
1.2 KiB
CSS
section.content {
|
|
font-size: 1em;
|
|
padding-bottom: 1.5em;
|
|
line-height: 1.6em;
|
|
font-weight: 300; }
|
|
section.content > p {
|
|
margin: 1.5em 0;
|
|
text-align: justify; }
|
|
section.content > p.right {
|
|
text-align: right; }
|
|
section.content > h2 {
|
|
font-size: 1.5em;
|
|
margin-bottom: -0.5em;
|
|
font-family: 'Cabin', sans-serif;
|
|
text-transform: uppercase;
|
|
color: #2C2C2C;
|
|
font-weight: bold; }
|
|
section.content > h3 {
|
|
font-size: 1.2em;
|
|
margin: 1em 0 -0.5em 0;
|
|
font-family: 'Cabin', sans-serif;
|
|
color: #2C2C2C;
|
|
font-weight: bold; }
|
|
section.content a {
|
|
color: #3B8DBD; }
|
|
section.content a[href^='#'] {
|
|
border-bottom: 1px #3B8DBD dashed; }
|
|
section.content strong {
|
|
color: #D24D33; }
|
|
section.content em {
|
|
color: #82B964; }
|
|
section.content i {
|
|
font-style: italic; }
|
|
section.content b {
|
|
font-weight: bold; }
|
|
section.content code {
|
|
font-family: Courier; }
|
|
section.content > h2 + table,
|
|
section.content > h2 + table.left + table.right,
|
|
section.content > h2 + table.right + table.left {
|
|
margin-top: 2em; }
|
|
|
|
@media print {
|
|
section.content {
|
|
padding: 0 !important; }
|
|
section.content > * {
|
|
display: none; }
|
|
} |