home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_2953 < prev    next >
Encoding:
Text File  |  2010-03-04  |  1.4 KB  |  103 lines

  1. body { background-color: white; }
  2.  
  3. p.title  {
  4.     margin-top:0em;
  5.     margin-bottom:1em;
  6.     text-align:center;
  7.     font-style:italic;
  8.     font-size:xx-large;
  9.     border-bottom: solid black 4px;
  10.     }
  11.  
  12. p.author {
  13.     margin-top:0em;
  14.     margin-bottom:0em;
  15.     text-align: left;
  16.     text-indent: 1em;
  17.     font-size:large;
  18.       }
  19.  
  20. p.tags {
  21.     margin-top:0em;
  22.     margin-bottom:0em;
  23.     text-align: left;
  24.     text-indent: 1em;
  25.     font-size:small;
  26.     }
  27.  
  28. p.description {
  29.     text-align:left;
  30.     font-style:normal;
  31.     margin-top: 0em;
  32.     }
  33.  
  34. p.date_index {
  35.     font-size:x-large;
  36.     text-align:center;
  37.     font-weight:bold;
  38.     margin-top:1em;
  39.     margin-bottom:0px;
  40.     }
  41.  
  42. p.letter_index {
  43.     font-size:x-large;
  44.     text-align:center;
  45.     font-weight:bold;
  46.     margin-top:1em;
  47.     margin-bottom:0px;
  48.     }
  49.  
  50. p.author_index {
  51.     font-size:large;
  52.     text-align:left;
  53.     margin-top:0px;
  54.     margin-bottom:0px;
  55.     text-indent: 0em;
  56.     }
  57.  
  58. p.series {
  59.     text-align: left;
  60.     margin-top:0px;
  61.     margin-bottom:0px;
  62.     margin-left:2em;
  63.     text-indent:-2em;
  64.     }
  65.  
  66. p.read_book {
  67.     text-align:left;
  68.     margin-top:0px;
  69.     margin-bottom:0px;
  70.     margin-left:2em;
  71.     text-indent:-2em;
  72.     }
  73.  
  74. p.unread_book {
  75.     text-align:left;
  76.     margin-top:0px;
  77.     margin-bottom:0px;
  78.     margin-left:2em;
  79.     text-indent:-2em;
  80.     }
  81.  
  82. p.date_read {
  83.     text-align:left;
  84.     margin-top:0px;
  85.     margin-bottom:0px;
  86.     margin-left:6em;
  87.     text-indent:-6em;
  88.     }
  89.  
  90. hr.series_divider {
  91.     width:50%;
  92.     margin-left:1em;
  93.     margin-top:0em;
  94.     margin-bottom:0em;
  95.     }
  96.  
  97. hr.annotations_divider {
  98.     width:50%;
  99.     margin-left:1em;
  100.     margin-top:0em;
  101.     margin-bottom:0em;
  102.     }
  103.