content/xml/tests/books/list.css

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:c9a605f7b843
1
2 BookSet {
3 display: block;
4 }
5
6 Book {
7 display: list-item;
8 float: none;
9 border: none;
10 background: inherit;
11 }
12
13 BookCover {
14 display: none;
15 }
16
17 Title {
18 display: block;
19 font-weight: bold;
20 color: blue;
21 text-decoration: underline;
22 cursor: pointer;
23 }
24
25 Author {
26 display: block;
27 font-style: italic;
28 }
29
30 Synopsis {
31 display: none;
32 }
33
34
35 ListPrice {
36 display: none;
37 text-align: right;
38 padding-right: 15px;
39 text-decoration: line-through;
40 }
41
42
43 Price {
44 display: block;
45 color: rgb(20,100,0);
46 font-weight: bold;
47 text-align:left;
48 }
49
50
51 Price:before {
52 content: "Our Price: ";
53 }
54
55 ISBN {
56 display: block;
57 font-family: monospace;
58 font-size: 8pt;
59 }
60
61

mercurial