home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 January / maximum-cd-2011-01.iso / DiscContents / calibre-0.7.26.msi / file_3098 < prev    next >
Encoding:
Text File  |  2010-09-30  |  1.5 KB  |  107 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 2px;
  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.author_index {
  21.     font-size:large;
  22.     font-weight:bold;
  23.     text-align:left;
  24.     margin-top:0px;
  25.     margin-bottom:-2px;
  26.     text-indent: 0em;
  27.     }
  28.  
  29. p.tags {
  30.     margin-top:0em;
  31.     margin-bottom:0em;
  32.     text-align: left;
  33.     text-indent: 1em;
  34.     font-size:small;
  35.     }
  36.  
  37. p.description {
  38.     text-align:left;
  39.     font-style:normal;
  40.     margin-top: 0em;
  41.     }
  42.  
  43. p.date_index {
  44.     font-size:x-large;
  45.     text-align:center;
  46.     font-weight:bold;
  47.     margin-top:1em;
  48.     margin-bottom:0px;
  49.     }
  50.  
  51. p.letter_index {
  52.     font-size:x-large;
  53.     text-align:center;
  54.     font-weight:bold;
  55.     margin-top:1em;
  56.     margin-bottom:0px;
  57.     }
  58.  
  59. p.series {
  60.     font-style:italic;
  61.     margin-top:2px;
  62.     margin-bottom:0px;
  63.     margin-left:2em;
  64.     text-align:left;
  65.     text-indent:-2em;
  66.     }
  67.  
  68. p.read_book {
  69.     text-align:left;
  70.     margin-top:0px;
  71.     margin-bottom:0px;
  72.     margin-left:2em;
  73.     text-indent:-2em;
  74.     }
  75.  
  76. p.unread_book {
  77.     text-align:left;
  78.     margin-top:0px;
  79.     margin-bottom:0px;
  80.     margin-left:2em;
  81.     text-indent:-2em;
  82.     }
  83.  
  84. p.date_read {
  85.     text-align:left;
  86.     margin-top:0px;
  87.     margin-bottom:0px;
  88.     margin-left:6em;
  89.     text-indent:-6em;
  90.     }
  91.  
  92. hr.description_divider {
  93.     width:90%;
  94.     margin-left:5%;
  95.     border-top: solid white 0px;
  96.     border-right: solid white 0px;
  97.     border-bottom: solid black 1px;
  98.     border-left: solid white 0px;
  99.     }
  100.  
  101. hr.annotations_divider {
  102.     width:50%;
  103.     margin-left:1em;
  104.     margin-top:0em;
  105.     margin-bottom:0em;
  106.     }
  107.