Mercurial Hosting > chat
view src/site.css @ 39:471b13e6ce2c
date formatting
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 17 Nov 2024 12:06:08 -0700 |
parents | cfd1f92c264f |
children | 7ea33179592a |
line wrap: on
line source
* { box-sizing: border-box; } body { font-family: Sans-Serif; margin: 0; } textarea, input { font-size: inherit !important; } a { text-decoration: none; } a:hover { text-decoration: underline; } button, img[onclick], input[type="submit"] { cursor: pointer; } 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; } label[prompt] { display: block; font-size: small; margin-top: 2px; margin-bottom: 4px; } dialog div[buttons] { text-align: right; }