annotate service/starArduino/barcode.css @ 503:16805fe2a736

some unadded files, for the record Ignore-this: d86a03897a19d3cad8ddb8a6fca13c93
author drewp@bigasterisk.com
date Sun, 21 Apr 2019 03:08:43 -0700
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
503
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
1 body {
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
2 width: 8.5in;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
3 margin: 1in 1in;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
4 font-family: sans-serif;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
5 font-size: 10pt;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
6 }
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
7
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
8 .card {
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
9 border: 1pt solid black;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
10 height: 2.472in;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
11 overflow: hidden;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
12 width: 4in;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
13
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
14 position: relative;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
15 float:left;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
16 margin: 0 0.2in 0.2in 0;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
17
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
18 }
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
19
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
20 .pgbr {
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
21 clear: both;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
22 height: 0.5in;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
23 page-break-after: always;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
24 }
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
25
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
26 .bc {
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
27 height: 140px;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
28 left: 0.6in;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
29 margin-left: auto;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
30 margin-right: auto;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
31 margin-top: 0.05in;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
32 overflow: hidden;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
33 position: absolute;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
34 top: 0.6in;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
35 width: 250px;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
36 z-index: 0;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
37 }
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
38
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
39 .artist {
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
40 border-color: gray;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
41 border-style: solid;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
42 border-width: 0 1pt 1pt 0;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
43 display: inline;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
44 font-size: 18pt;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
45 margin: 0;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
46 padding: 0 5pt;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
47 }
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
48
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
49 .album {
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
50 margin: 0;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
51 padding: 5pt;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
52 height: 0.6in;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
53 font-size: 14pt;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
54 position: relative;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
55 z-index: 2;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
56 }
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
57
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
58 .song {
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
59 left: 0.1in;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
60 position: absolute;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
61 top: 2.2in;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
62 font-size: 14pt;
16805fe2a736 some unadded files, for the record
drewp@bigasterisk.com
parents:
diff changeset
63 }