0
|
1 * {
|
37
|
2 box-sizing: border-box;
|
0
|
3 }
|
|
4
|
|
5 body {
|
|
6 font-family: Sans-Serif;
|
|
7 margin: 0;
|
|
8 }
|
|
9
|
34
|
10 textarea, input {
|
|
11 font-size: inherit !important;
|
|
12 }
|
|
13
|
0
|
14 a {
|
|
15 text-decoration: none;
|
|
16 }
|
|
17 a:hover {
|
|
18 text-decoration: underline;
|
|
19 }
|
|
20
|
10
|
21 button,
|
22
|
22 img[onclick],
|
40
|
23 label[clickable],
|
|
24 input[type="radio"],
|
3
|
25 input[type="submit"] {
|
|
26 cursor: pointer;
|
|
27 }
|
|
28
|
0
|
29 div[header] {
|
|
30 font-size: 14px;
|
|
31 background-color: #ddd;
|
|
32 padding: 8px 3%;
|
2
|
33 display: flex;
|
|
34 justify-content: space-between;
|
41
|
35 align-items: center;
|
|
36 }
|
|
37
|
|
38 div[header] span[right] {
|
|
39 display: flex;
|
|
40 align-items: center;
|
|
41 gap: 8px;
|
0
|
42 }
|
|
43
|
|
44 [content] {
|
|
45 margin-left: 3%;
|
|
46 margin-right: 3%;
|
|
47 margin-bottom: 2em;
|
|
48 }
|
3
|
49
|
|
50 label[prompt] {
|
|
51 display: block;
|
|
52 font-size: small;
|
|
53 margin-top: 2px;
|
|
54 margin-bottom: 4px;
|
|
55 }
|
20
|
56
|
|
57 dialog div[buttons] {
|
|
58 text-align: right;
|
|
59 }
|