Mercurial Hosting > hghosting
view src/site.css @ 26:d3b72a8bfbe9 default tip
Add rate limiting, change moveLogs.sh to only operate on non-empty files
| author | Violet7 | 
|---|---|
| date | Sat, 01 Nov 2025 22:12:56 -0700 | 
| 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; }
