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