[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/mod/book/tool/print/ -> print.css (source)

   1  
   2  h1, h2, h3, h4, h5, h6 {
   3      margin-left: 0px;
   4      font-family: "Times New Roman", Times, serif;
   5      page-break-after: avoid;
   6      page-break-inside: avoid;
   7  }
   8  
   9  .book_summary {
  10      margin-left: -40px;
  11      text-align: center;
  12      margin-bottom: 120px;
  13  }
  14  
  15  .book_chapter {
  16      page-break-before: always;
  17  }
  18  
  19  body {
  20      margin-left: 50px;
  21      margin-right: 10px;
  22      color: #000000;
  23      background-color: #FFFFFF;
  24      font-family: "Times New Roman", Times, serif;
  25      font-size: 1em;
  26      font-weight: normal;
  27      text-decoration: none;
  28  }
  29  
  30  /* link rewriting for mozilla - collides with filters :-( */
  31  /*
  32  a[href^="http://"]:after, a[href^="ftp://"]:after {
  33      content: " ["attr(href)"]";
  34  }
  35  */
  36  
  37  /* just some hack - ignore user defined <font> */
  38  font {
  39      color: #000000;
  40      background-color: #EEEEEE;
  41      font-family: "Times New Roman", Times, serif;
  42      font-size: 1em;
  43      font-weight: normal;
  44      text-decoration: none;
  45  }
  46  
  47  /* ===== TOC numbering styles ===== */
  48  
  49  /* numbering == NONE */
  50  .book_toc_none {
  51      page-break-before: always;
  52  }
  53  .book_toc_none ul {
  54      margin-left: 0px;
  55      padding-left: 0px;
  56  }
  57  .book_toc_none ul ul {
  58      margin-left: 0px;
  59      padding-left: 0px;
  60  }
  61  .book_toc_none li {
  62      margin-top: 10px;
  63      list-style: none;
  64  }
  65  .book_toc_none li li {
  66      margin-top: 0px;
  67      list-style: none;
  68  }
  69  
  70  /* numbering == NUMBERED */
  71  .book_toc_numbered {
  72      page-break-before: always;
  73  }
  74  .book_toc_numbered ul {
  75      margin-left: 0px;
  76      padding-left: 0px;
  77  }
  78  .book_toc_numbered ul ul {
  79      margin-left: 0px;
  80      padding-left: 0px;
  81  }
  82  .book_toc_numbered li {
  83      margin-top: 10px;
  84      list-style: none;
  85  }
  86  .book_toc_numbered li li {
  87      margin-top: 0px;
  88      list-style: none;
  89  }
  90  
  91  /* numbering == BULLETS */
  92  .book_toc_bullets {
  93      page-break-before: always;
  94  }
  95  .book_toc_bullets ul {
  96      margin-left: 0px;
  97      padding-left: 0px;
  98  }
  99  .book_toc_bullets ul ul {
 100      margin-left: 20px;
 101      padding-left: 0px;
 102  }
 103  .book_toc_bullets li {
 104      margin-top: 10px;
 105      list-style: none;
 106  }
 107  .book_toc_bullets li li {
 108      margin-top: 0px;
 109      list-style: circle;
 110  }
 111  
 112  /* numbering == INDENTED */
 113  .book_toc_indented {
 114      page-break-before: always;
 115  }
 116  .book_toc_indented ul {
 117      margin-left: 0px;
 118      padding-left: 0px;
 119  }
 120  .book_toc_indented ul ul {
 121      margin-left: 20px;
 122      padding-left: 0px;
 123  }
 124  .book_toc_indented li {
 125      margin-top: 10px;
 126      list-style: none;
 127  }
 128  .book_toc_indented li li {
 129      margin-top: 0px;
 130      list-style: none;
 131  }
 132  
 133  /* Print dialog link icon */
 134  .book_print_icon {
 135      padding-left: 0;
 136      padding-right: 3px;
 137      height: 16px;
 138      vertical-align: text-bottom;
 139      width: 16px;
 140      border-width: 0;
 141  }
 142  
 143  /* Exclude elements from printing */
 144  @media print
 145  {
 146      .book_no_print {
 147          display: none;
 148      }
 149  }


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1