Mercurial Hosting > hghosting
view src/site.css @ 23:7c9a45368af2 default tip
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 04 Oct 2024 12:06:16 -0600 |
parents | dfc36e7ed22c |
children |
line wrap: on
line source
* { 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%; } [content] { margin-left: 3%; margin-right: 3%; margin-bottom: 2em; } label[clickable], input[type="checkbox"], input[type="submit"] { cursor: pointer; } label[prompt] { display: block; font-size: small; margin-top: 2px; margin-bottom: 4px; } input[type=text], input[type=email], select, textarea { font: inherit; } select { padding: 1px; } [error] { color: red; }