Mercurial Hosting > arkian
diff src/site.css @ 0:45a3989c3447
start public repo
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 11 Sep 2025 15:26:39 -0600 |
parents | |
children | 5419663ca6ca |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/site.css Thu Sep 11 15:26:39 2025 -0600 @@ -0,0 +1,66 @@ +* { + box-sizing: border-box; +} + +body { + font-family: Sans-Serif; + margin: 0; +} + +a { + text-decoration: none; +} +a:hover { + text-decoration: underline; +} + +div[header] { + font-size: 14px; + background-color: #ddd; + padding: 8px 3%; + display: flex; + justify-content: space-between; +} + +[content] { + margin-left: 3%; + margin-right: 3%; + margin-bottom: 2em; +} + +ul[links] { + margin-top: 32px; + list-style-type: none; + padding-left: 0; +} +ul[links] li { + margin: 12px 0; +} + +input[type="radio"], +input[type="submit"], +[clickable] { + cursor: pointer; +} + + +div[toc] ul { + list-style-type: none; +} +div[toc] > ul { + padding-left: 0; +} +div[toc] > ul > li { + margin-bottom: 16px; +} +div[heading] { + display: flex; + justify-content: space-between; + margin-top: 36px; +} +div[heading] > * { + margin: 0; +} +div[heading] > a { + font-size: 14px; +}