annotate examples/css/hardcopy.css @ 1100:ed9270f65a37

Update example CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 05 Feb 2017 03:49:38 +0200
parents 2a259e243350
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
96
9959a8075aad Add stylesheet for hardcopy prints.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 body {
9959a8075aad Add stylesheet for hardcopy prints.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 font-family: monospace;
9959a8075aad Add stylesheet for hardcopy prints.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 font-size: 12pt;
9959a8075aad Add stylesheet for hardcopy prints.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 color: black;
1020
2a259e243350 Don't use a HTML table for the votekeys.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
5 margin: 0;
2a259e243350 Don't use a HTML table for the votekeys.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
6 padding: 0;
96
9959a8075aad Add stylesheet for hardcopy prints.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 }
9959a8075aad Add stylesheet for hardcopy prints.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8
1100
ed9270f65a37 Update example CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 1020
diff changeset
9 div.userkeys {
1020
2a259e243350 Don't use a HTML table for the votekeys.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
10 margin: 0;
2a259e243350 Don't use a HTML table for the votekeys.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
11 padding: 0;
96
9959a8075aad Add stylesheet for hardcopy prints.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 }
9959a8075aad Add stylesheet for hardcopy prints.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13
1100
ed9270f65a37 Update example CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 1020
diff changeset
14 div.userkey {
1020
2a259e243350 Don't use a HTML table for the votekeys.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
15 display: inline-block;
96
9959a8075aad Add stylesheet for hardcopy prints.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 text-align: center;
1020
2a259e243350 Don't use a HTML table for the votekeys.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
17 border: 1pt dashed black;
2a259e243350 Don't use a HTML table for the votekeys.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
18 padding: 0.75em;
2a259e243350 Don't use a HTML table for the votekeys.
Matti Hamalainen <ccr@tnsp.org>
parents: 595
diff changeset
19 margin: 0;
96
9959a8075aad Add stylesheet for hardcopy prints.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 }
9959a8075aad Add stylesheet for hardcopy prints.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21
1100
ed9270f65a37 Update example CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 1020
diff changeset
22 div.userkey span.keyid {
96
9959a8075aad Add stylesheet for hardcopy prints.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 font-weight: bold;
9959a8075aad Add stylesheet for hardcopy prints.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 }