content/xml/tests/books/classic.css

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:951a6b86b85e
1
2
3 BookSet {
4 display: block;
5 }
6
7 Book {
8 float: left;
9 display: block;
10 width: 300px;
11 background-color: #f1f1f1;
12 border: 1px solid #cccccc;
13 margin-right: 8px;
14 margin-top: 8px;
15 }
16
17 BookCover {
18 display: inline;
19 float: left;
20 margin-right: 10px;
21 padding: 5px;
22 width: 100px;
23 height: 140px;
24 }
25
26 Title {
27 display: block;
28 font-weight: bold;
29 color: blue;
30 text-decoration: underline;
31 cursor: pointer;
32 }
33
34 Author {
35 display: block;
36 font-style: italic;
37 }
38
39 Synopsis {
40 display: block;
41 overflow: scroll;
42 height: 100px;
43 width: 155px;
44 padding: 3px;
45 background-color: #ddddff;
46 }
47
48
49 ListPrice {
50 display: block;
51 text-align: right;
52 padding-right: 15px;
53 text-decoration: line-through;
54 }
55
56
57 Price {
58 display: block;
59 color: rgb(20,100,0);
60 text-align:right;
61 padding-right: 15px;
62 font-weight: bold;
63 }
64
65
66 Price:before {
67 content: "Our Price: ";
68 }
69
70 ISBN {
71 display: block;
72 font-family: monospace;
73 font-size: 8pt;
74 }
75
76
77
78

mercurial