503
|
1 body {
|
|
2 width: 8.5in;
|
|
3 margin: 1in 1in;
|
|
4 font-family: sans-serif;
|
|
5 font-size: 10pt;
|
|
6 }
|
|
7
|
|
8 .card {
|
|
9 border: 1pt solid black;
|
|
10 height: 2.472in;
|
|
11 overflow: hidden;
|
|
12 width: 4in;
|
|
13
|
|
14 position: relative;
|
|
15 float:left;
|
|
16 margin: 0 0.2in 0.2in 0;
|
|
17
|
|
18 }
|
|
19
|
|
20 .pgbr {
|
|
21 clear: both;
|
|
22 height: 0.5in;
|
|
23 page-break-after: always;
|
|
24 }
|
|
25
|
|
26 .bc {
|
|
27 height: 140px;
|
|
28 left: 0.6in;
|
|
29 margin-left: auto;
|
|
30 margin-right: auto;
|
|
31 margin-top: 0.05in;
|
|
32 overflow: hidden;
|
|
33 position: absolute;
|
|
34 top: 0.6in;
|
|
35 width: 250px;
|
|
36 z-index: 0;
|
|
37 }
|
|
38
|
|
39 .artist {
|
|
40 border-color: gray;
|
|
41 border-style: solid;
|
|
42 border-width: 0 1pt 1pt 0;
|
|
43 display: inline;
|
|
44 font-size: 18pt;
|
|
45 margin: 0;
|
|
46 padding: 0 5pt;
|
|
47 }
|
|
48
|
|
49 .album {
|
|
50 margin: 0;
|
|
51 padding: 5pt;
|
|
52 height: 0.6in;
|
|
53 font-size: 14pt;
|
|
54 position: relative;
|
|
55 z-index: 2;
|
|
56 }
|
|
57
|
|
58 .song {
|
|
59 left: 0.1in;
|
|
60 position: absolute;
|
|
61 top: 2.2in;
|
|
62 font-size: 14pt;
|
|
63 } |