view src/site.css @ 33:e2b7f6393dab

add online
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 10 Nov 2024 19:57:14 -0700
parents 949914955bfe
children 62d04ca486dd
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;
}

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;
}