content/xml/tests/books/list.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/xml/tests/books/list.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,61 @@
     1.4 +
     1.5 +BookSet {
     1.6 +  display: block;
     1.7 +}
     1.8 +
     1.9 +Book {
    1.10 +  display: list-item;
    1.11 +  float: none;
    1.12 +  border: none;
    1.13 +  background: inherit;
    1.14 +}
    1.15 +
    1.16 +BookCover {
    1.17 + display: none;
    1.18 +}
    1.19 +
    1.20 +Title {
    1.21 +  display: block;
    1.22 +  font-weight: bold;
    1.23 +  color: blue;
    1.24 +  text-decoration: underline;
    1.25 +  cursor: pointer;
    1.26 +}
    1.27 +
    1.28 +Author {
    1.29 +  display: block;
    1.30 +  font-style: italic;
    1.31 +}
    1.32 +
    1.33 +Synopsis {
    1.34 +  display: none;
    1.35 +}
    1.36 +
    1.37 +
    1.38 +ListPrice {
    1.39 +  display: none;
    1.40 +  text-align: right;
    1.41 +  padding-right: 15px;
    1.42 +  text-decoration: line-through;  
    1.43 +}
    1.44 +
    1.45 +
    1.46 +Price {
    1.47 +  display: block;
    1.48 +  color: rgb(20,100,0);
    1.49 +  font-weight: bold;
    1.50 +  text-align:left; 
    1.51 +}
    1.52 +
    1.53 +
    1.54 +Price:before {
    1.55 +  content: "Our Price: ";
    1.56 +}
    1.57 +
    1.58 +ISBN {
    1.59 +  display: block;
    1.60 +  font-family: monospace;
    1.61 +  font-size: 8pt;
    1.62 +}
    1.63 +
    1.64 +

mercurial