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],
|
3
|
23 input[type="submit"] {
|
|
24 cursor: pointer;
|
|
25 }
|
|
26
|
0
|
27 div[header] {
|
|
28 font-size: 14px;
|
|
29 background-color: #ddd;
|
|
30 padding: 8px 3%;
|
2
|
31 display: flex;
|
|
32 justify-content: space-between;
|
0
|
33 }
|
|
34
|
|
35 [content] {
|
|
36 margin-left: 3%;
|
|
37 margin-right: 3%;
|
|
38 margin-bottom: 2em;
|
|
39 }
|
3
|
40
|
|
41 label[prompt] {
|
|
42 display: block;
|
|
43 font-size: small;
|
|
44 margin-top: 2px;
|
|
45 margin-bottom: 4px;
|
|
46 }
|
20
|
47
|
|
48 dialog div[buttons] {
|
|
49 text-align: right;
|
|
50 }
|