Mercurial Hosting > hghosting
view src/site.css @ 21:b14073ab9d07
update luan
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 14 Sep 2024 22:17:26 -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; }