comparison src/site.css @ 3:2c63b10781e1

add login
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 24 Oct 2024 21:43:44 -0600
parents ee1f91e67509
children f9e6a4cc4f7d
comparison
equal deleted inserted replaced
2:ee1f91e67509 3:2c63b10781e1
12 } 12 }
13 a:hover { 13 a:hover {
14 text-decoration: underline; 14 text-decoration: underline;
15 } 15 }
16 16
17 input[type="submit"] {
18 cursor: pointer;
19 }
20
17 div[header] { 21 div[header] {
18 font-size: 14px; 22 font-size: 14px;
19 background-color: #ddd; 23 background-color: #ddd;
20 padding: 8px 3%; 24 padding: 8px 3%;
21 display: flex; 25 display: flex;
25 [content] { 29 [content] {
26 margin-left: 3%; 30 margin-left: 3%;
27 margin-right: 3%; 31 margin-right: 3%;
28 margin-bottom: 2em; 32 margin-bottom: 2em;
29 } 33 }
34
35 label[prompt] {
36 display: block;
37 font-size: small;
38 margin-top: 2px;
39 margin-bottom: 4px;
40 }