diff options
| author | Joseph Elliott Hand <jhand@hawaii.edu> | 2026-07-19 21:46:16 -1000 |
|---|---|---|
| committer | Joseph Elliott Hand <jhand@hawaii.edu> | 2026-07-19 21:56:48 -1000 |
| commit | 650aef75480b773661e53a751337abef3b2abd47 (patch) | |
| tree | ae9250fc8a79a6c05298d045f591c2b8b540238b /static | |
| download | josephhand.space-650aef75480b773661e53a751337abef3b2abd47.tar.gz | |
Initial commit
Signed-off-by: Joseph Elliott Hand <jhand@hawaii.edu>
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..944dc73 --- /dev/null +++ b/static/style.css @@ -0,0 +1,53 @@ + +body { + color: #E0E0E0; + background-color: #121212; + + font-family: sans; + font-size: 1.25rem; + line-height: 1.5; + + margin: 3rem; +} + +main { + margin-left: 15rem; + margin-right: 15rem; + max-width: 65ch; +} + +.marginnote { + position: relative; + float: right; + + font-size: 0.925rem; + margin-right: calc(-1 * (30ch + 3rem)); + width: 30ch; +} + +.marginnote_indicator { + vertical-align: super; + font-size: 0.5rem; +} + +header { + position: absolute; + width: 12rem; +} + +header a { + color: #E0E0E0; + text-decoration: none; +} + +header a:hover { + color: #A0A0A0; +} + +main a { + color: RoyalBlue +} + +span.email span:nth-child(1) { + display: none; +} |
