home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Calibre / calibre-0.8.18.msi / file_286 < prev    next >
Text File  |  2011-09-04  |  3KB  |  178 lines

  1. body { background-color: white; }
  2.  
  3. a.series_id {
  4.     font-style:normal;
  5.     font-size:large;
  6.     }
  7.  
  8. /*
  9. *     Minimize widows and orphans by logically grouping chunks
  10. *   Some reports of problems with Sony (ADE) ereaders
  11. *       ADE: page-break-inside:avoid;
  12. *    iBooks: display:inline-block;
  13. *            width:100%;
  14. */
  15. div.author_logical_group {
  16.     page-break-inside:avoid;
  17.     }
  18.  
  19. div.description > p:first-child {
  20.     margin: 0 0 0 0;
  21.     text-indent: 0em;
  22.     }
  23.  
  24. div.description {
  25.     margin: 0 0 0 0;
  26.     text-indent: 1em;
  27.     }
  28.  
  29. div.initial_letter {
  30.     page-break-before:always;
  31.     }
  32.  
  33. hr.annotations_divider {
  34.     width:50%;
  35.     margin-left:1em;
  36.     margin-top:0em;
  37.     margin-bottom:0em;
  38.     }
  39.  
  40. hr.description_divider {
  41.     width:90%;
  42.     margin-left:5%;
  43.     border-top: solid white 0px;
  44.     border-right: solid white 0px;
  45.     border-bottom: solid black 1px;
  46.     border-left: solid white 0px;
  47.     }
  48.  
  49. hr.header_divider {
  50.     width:100%;
  51.     border-top: solid white 1px;
  52.     border-right: solid white 0px;
  53.     border-bottom: solid black 2px;
  54.     border-left: solid white 0px;
  55.     }
  56.  
  57. hr.merged_comments_divider {
  58.     width:80%;
  59.     margin-left:10%;
  60.     border-top: solid white 0px;
  61.     border-right: solid white 0px;
  62.     border-bottom: dashed gray 2px;
  63.     border-left: solid white 0px;
  64.     }
  65.  
  66. p.date_read {
  67.     text-align:left;
  68.     margin-top:0px;
  69.     margin-bottom:0px;
  70.     margin-left:6em;
  71.     text-indent:-6em;
  72.     }
  73.  
  74. p.author {
  75.     font-size:large;
  76.     margin-top:0em;
  77.     margin-bottom:0em;
  78.     text-align: center;
  79.     text-indent: 0em;
  80.       }
  81.  
  82. p.author_index {
  83.     font-size:large;
  84.     font-weight:bold;
  85.     text-align:left;
  86.     margin-top:0px;
  87.     margin-bottom:-2px;
  88.     text-indent: 0em;
  89.     }
  90.  
  91. p.author_title_letter_index {
  92.     font-size:x-large;
  93.     text-align:center;
  94.     font-weight:bold;
  95.     margin-top:0px;
  96.     margin-bottom:0px;
  97.     }
  98.  
  99. p.date_index {
  100.     font-size:x-large;
  101.     text-align:center;
  102.     font-weight:bold;
  103.     margin-top:1em;
  104.     margin-bottom:0px;
  105.     }
  106.  
  107. p.formats {
  108.     font-size:90%;
  109.     margin-top:0em;
  110.     margin-bottom:0.5em;
  111.     text-align: left;
  112.     text-indent: 0.0in;
  113.     }
  114.  
  115. p.genres {
  116.     font-style:normal;
  117.     margin-top:0.5em;
  118.     margin-bottom:0em;
  119.     text-align: left;
  120.     text-indent: 0.0in;
  121.     }
  122.  
  123. p.series {
  124.     font-style:italic;
  125.     margin-top:0.25em;
  126.     margin-bottom:0em;
  127.     margin-left:2em;
  128.     text-align:left;
  129.     text-indent:-2em;
  130.     }
  131.  
  132. p.series_id {
  133.     margin-top:0em;
  134.     margin-bottom:0em;
  135.     text-align:center;
  136.     }
  137.  
  138. p.series_letter_index {
  139.     font-size:x-large;
  140.     text-align:center;
  141.     font-weight:bold;
  142.     margin-top:1em;
  143.     margin-bottom:0px;
  144.     }
  145.  
  146. p.title  {
  147.     margin-top:0em;
  148.     margin-bottom:0em;
  149.     text-align:center;
  150.     font-style:italic;
  151.     font-size:xx-large;
  152.     }
  153.  
  154. p.wishlist_item, p.unread_book, p.read_book {
  155.     text-align:left;
  156.     margin-top:0px;
  157.     margin-bottom:0px;
  158.     margin-left:2em;
  159.     text-indent:-2em;
  160.     }
  161.  
  162. td.publisher, td.date {
  163.     font-weight:bold;
  164.     text-align:center;
  165.     }
  166.  
  167. td.rating{
  168.     text-align:center;
  169.     }
  170.  
  171. td.notes {
  172.     font-size: 100%;
  173.     text-align:center;
  174.     }
  175.  
  176. td.thumbnail img {
  177.     -webkit-box-shadow: 4px 4px 12px #999;
  178.     }