Mercurial Hosting > chat
view src/site.css @ 41:818697418dbe
add voice link
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 27 Feb 2025 19:05:57 -0700 |
parents | 7ea33179592a |
children | 8c6a2f602dbd |
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], label[clickable], input[type="radio"], input[type="submit"] { cursor: pointer; } div[header] { font-size: 14px; background-color: #ddd; padding: 8px 3%; display: flex; justify-content: space-between; align-items: center; } div[header] span[right] { display: flex; align-items: center; gap: 8px; } [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; }