home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Calibre / calibre-0.8.18.msi / file_549 / OEBPS / Styles / stylesheet.css
Encoding:
Cascading Style Sheet File  |  2011-07-03  |  1.7 KB  |  94 lines

  1. @namespace h "http://www.w3.org/1999/xhtml";
  2. .calibre {
  3.     display: block;
  4.     font-size: 1em;
  5.     margin-bottom: 0;
  6.     margin-left: 5pt;
  7.     margin-right: 5pt;
  8.     margin-top: 0;
  9.     page-break-before: always;
  10.     text-align: justify
  11.     }
  12. .calibre1 {
  13.     display: block;
  14.     font-size: 2em;
  15.     font-weight: bold;
  16.     margin-bottom: 0.67em;
  17.     margin-left: 0;
  18.     margin-right: 0;
  19.     margin-top: 0.67em;
  20.     page-break-before: always
  21.     }
  22. .calibre2 {
  23.     display: block;
  24.     margin-bottom: 1em;
  25.     margin-left: 0;
  26.     margin-right: 0;
  27.     margin-top: 1em
  28.     }
  29. .calibre3 {
  30.     display: block;
  31.     list-style-type: disc;
  32.     margin-bottom: 1em;
  33.     margin-left: 0;
  34.     margin-right: 0;
  35.     margin-top: 1em
  36.     }
  37. .calibre4 {
  38.     display: list-item
  39.     }
  40. .calibre5 {
  41.     display: inline;
  42.     list-style-image: none;
  43.     list-style-position: outside;
  44.     list-style-type: none
  45.     }
  46. .calibre6 {
  47.     display: block;
  48.     list-style-type: circle;
  49.     margin-bottom: 0;
  50.     margin-left: 0;
  51.     margin-right: 0;
  52.     margin-top: 0
  53.     }
  54. .calibre7 {
  55.     display: block;
  56.     list-style-type: square;
  57.     margin-bottom: 0;
  58.     margin-left: 0;
  59.     margin-right: 0;
  60.     margin-top: 0
  61.     }
  62. .calibre8 {
  63.     display: block;
  64.     page-break-after: always
  65.     }
  66. .ch-lvl {
  67.     display: block;
  68.     font-size: 1.41667em;
  69.     font-weight: bold;
  70.     margin-bottom: 0.83em;
  71.     margin-left: 0;
  72.     margin-right: 0;
  73.     margin-top: 0.83em;
  74.     page-break-before: always
  75.     }
  76. .ch-lvl1 {
  77.     display: block;
  78.     font-size: 1.125em;
  79.     font-weight: bold;
  80.     margin-bottom: 1em;
  81.     margin-left: 0;
  82.     margin-right: 0;
  83.     margin-top: 1em
  84.     }
  85. a {
  86.     color: inherit;
  87.     text-decoration: inherit;
  88.     cursor: default
  89.     }
  90. a[href] {
  91.     color: blue;
  92.     text-decoration: underline;
  93.     cursor: pointer
  94.     }