|
|
@ -106,6 +106,13 @@ article { |
|
|
|
overflow-x: auto; |
|
|
|
} |
|
|
|
|
|
|
|
article code.block { |
|
|
|
display: block; |
|
|
|
border: 0.5px solid; |
|
|
|
padding: 0.5em 1ch; |
|
|
|
white-space: pre-line; |
|
|
|
} |
|
|
|
|
|
|
|
article p { |
|
|
|
margin-top: 0; |
|
|
|
} |
|
|
@ -173,6 +180,7 @@ nav { |
|
|
|
margin: 0; |
|
|
|
|
|
|
|
overflow-y: auto; |
|
|
|
user-select: none; |
|
|
|
} |
|
|
|
|
|
|
|
nav h1 { |
|
|
@ -224,6 +232,42 @@ nav .page-property { |
|
|
|
margin-bottom: 1em; |
|
|
|
} |
|
|
|
|
|
|
|
/* Tag List */ |
|
|
|
.tag-list { |
|
|
|
display:flex; |
|
|
|
flex-wrap:wrap; |
|
|
|
flex-direction:row; |
|
|
|
justify-content:flex-start; |
|
|
|
align-items:stretch; |
|
|
|
text-align: left; |
|
|
|
white-space: nowrap; |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
max-width: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.tl-item h2 { |
|
|
|
font-size: 1em; |
|
|
|
text-align: center; |
|
|
|
margin: 0.5em 0.5ch; |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.tl-item ul { |
|
|
|
margin: 0.5em 1ch; |
|
|
|
margin-top: 0.25em; |
|
|
|
list-style: none; |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.tl-item:nth-child(even) { |
|
|
|
float: left; |
|
|
|
} |
|
|
|
|
|
|
|
.tl-item:nth-child(odd) { |
|
|
|
float: right; |
|
|
|
} |
|
|
|
|
|
|
|
/* Mobile weirdness with rgba */ |
|
|
|
@media screen and (max-width: 900px) { |
|
|
|
nav, main { |
|
|
@ -275,10 +319,10 @@ nav .page-property { |
|
|
|
} |
|
|
|
|
|
|
|
article h1 { |
|
|
|
font-size: 1.25em; |
|
|
|
font-size: 1.33em; |
|
|
|
} |
|
|
|
|
|
|
|
article h2 { |
|
|
|
font-size: 1.125em; |
|
|
|
font-size: 1.25em; |
|
|
|
} |
|
|
|
} |