diff options
| author | historia <gravel.justness270@slmail.me> | 2024-10-09 19:24:43 -0400 |
|---|---|---|
| committer | historia <gravel.justness270@slmail.me> | 2024-10-09 19:24:43 -0400 |
| commit | 85cc20507d3541b62d06ec60ad0dc719b6244966 (patch) | |
| tree | 606d44a8f5f98000e99511157ac34b72a0832dc6 /example/dst/style.css | |
| parent | 1d0207d2b818f2388553f218133803583b559b39 (diff) | |
| download | ssg-blog-85cc20507d3541b62d06ec60ad0dc719b6244966.tar.gz | |
Initial commit
Diffstat (limited to 'example/dst/style.css')
| -rw-r--r-- | example/dst/style.css | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/example/dst/style.css b/example/dst/style.css new file mode 100644 index 0000000..4489ae8 --- /dev/null +++ b/example/dst/style.css @@ -0,0 +1,54 @@ +html { + font-size: 100%; + font-family:sans-serif; + /* font-family:sans-serif; */ + /* font:1.2em/1.62 sans-serif; */ +} + +body { + line-height: 1.6; + max-width:40em; + background-color: #ededed; + margin: auto; +} + +.container { + text-align: center; +} + +.container pre { + display: inline-block; + text-align: left; + line-height: 1.0; +} + +#header { + text-decoration: none; + color: inherit; + font-size:125%; +} + +#navigation { + font-family:monospace; + font-size:125%; +} + +h1 { font-size: 1.4rem; } +h2 { font-size: 1.2rem; } +h3 { font-size: 1.0rem;} + +a:link, a:visited { + color: #2626FF; +} + +a:hover, a:focus { + color: #4c4cFF; +} + +li + li { + margin-top:1em; +} + +ul img { + vertical-align:middle; +} |
