diff options
| author | maike <maike@synzr.tw> | 2026-09-03 10:59:09 +0500 |
|---|---|---|
| committer | maike <maike@synzr.tw> | 2026-09-03 10:59:09 +0500 |
| commit | b5dcc96742cc2cbf98e4c0f734e842418e4f4307 (patch) | |
| tree | b45c6a5498a2c0c974cbb216ea5d0d7186e33f97 /css | |
| parent | e176c0f0709bd17a46d943b96e631a3f2b1320fb (diff) | |
| download | hamster-b5dcc96742cc2cbf98e4c0f734e842418e4f4307.tar.gz hamster-b5dcc96742cc2cbf98e4c0f734e842418e4f4307.tar.bz2 hamster-b5dcc96742cc2cbf98e4c0f734e842418e4f4307.zip | |
Restructued a project
Diffstat (limited to 'css')
| -rw-r--r-- | css/main.css | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/css/main.css b/css/main.css deleted file mode 100644 index 6800c97..0000000 --- a/css/main.css +++ /dev/null @@ -1,86 +0,0 @@ -body { - margin: 0; - padding: 0; - color: #424242; - background-color: #f9f9f9; - font-family: 'PT Sans', Arial, Helvetica, sans-serif; - font-size: 16px; -} - -h1, h2, h3, h4, h5, h6 { - color: #ff685b; - font-family: 'PT Sans Narrow', 'Arial Narrow', Arial, Helvetica, sans-serif; -} - -.clearfix::after { - content: ""; - display: table; - clear: both; -} - -.layout { - margin: 0 auto; - width: 100%; - max-width: 640px; - min-width: 240px; - min-height: 100vh; - background-color: #fff; -} - -.header .pokepi { - width: 240px; - height: 240px; - user-select: none; -} - -.header .brand { - float: right; - user-select: none; - margin: 18px; - font-size: 16px; - font-family: 'PT Mono', 'Courier New', Courier, monospace; -} - -.header .brand .letter { - display: block; - margin: 4px 0; -} - -@media (max-width: 480px) { - .header .brand { - display: none; /* hide on tiny screens */ - } -} - -.article { - padding: 0 9px; -} - -.article .title { - margin: 0; -} - -.article .divider { - margin: 9px 0; -} - -.article .section .title, -.article .section .text { - margin: 9px 0; -} - -.article .section .text { - text-align: justify; - text-indent: 12.5mm; -} - -.article .section .figure { - margin: 0 0 0 9px; - width: min-content; - float: right; -} - -.article .section .figure .caption { - font-style: italic; - font-size: 11px; -} |
