[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/mod/book/ -> styles.css (source)

   1  
   2  .path-mod-book .navtop img.icon,
   3  .path-mod-book .navbottom img.icon {
   4    margin-right: 4px;
   5    margin-left: 4px;
   6    border: 0;
   7    padding: 0;
   8  }
   9  
  10  
  11  .path-mod-book .navbottom,
  12  .path-mod-book .navtop {
  13      text-align: right;
  14  }
  15  .dir-rtl.path-mod-book .navbottom,
  16  .dir-rtl.path-mod-book .navtop {
  17      text-align: left;
  18  }
  19  .path-mod-book .navtop {
  20      margin-bottom: 0.5em;
  21  }
  22  
  23  /* == Fake toc block == */
  24  
  25  .path-mod-book .block_book_toc ul {
  26      margin: 0 0 0 5px;
  27      padding-left: 0;
  28      padding-right: 0;
  29  }
  30  .dir-rtl.path-mod-book .block_book_toc ul { margin: 0 5px 0 0; }
  31  .path-mod-book .block_book_toc li {
  32      clear: both;
  33      list-style: none;
  34      margin-top: .5em;
  35  }
  36  .path-mod-book .block_book_toc li li {
  37      list-style: none;
  38  }
  39  .path-mod-book .block_book_toc .action-list { float: right; }
  40  .dir-rtl.path-mod-book .block_book_toc .action-list { float: left; }
  41  .path-mod-book .block_book_toc .action-list img.smallicon {
  42      margin: 0 3px;
  43  }
  44  
  45  /* toc style NONE */
  46  .path-mod-book .book_toc_none {
  47    font-size: 0.8em;
  48  }
  49  .path-mod-book .book_toc_none ul ul,
  50  .dir-rtl.path-mod-book .book_toc_none ul ul {
  51      margin-left: 0;
  52      margin-right: 0;
  53  }
  54  
  55  /*toc style BULLETS */
  56  .path-mod-book .book_toc_bullets {
  57    font-size: 0.8em;
  58  }
  59  .path-mod-book .book_toc_bullets ul ul {
  60      margin-left: 20px;
  61  }
  62  .dir-rtl.path-mod-book .book_toc_bullets ul ul {
  63      margin-left: 0;
  64      margin-right: 20px;
  65  }
  66  .path-mod-book .book_toc_bullets li li {
  67      list-style: circle;
  68  }
  69  
  70  /* toc style INDENTED*/
  71  .path-mod-book .book_toc_indented {
  72    font-size: 0.8em;
  73  }
  74  .path-mod-book .book_toc_indented ul {
  75      margin-left: 5px;
  76  }
  77  .dir-rtl.path-mod-book .book_toc_indented ul {
  78      margin-left: 0;
  79      margin-right: 5px;
  80  }
  81  .path-mod-book .book_toc_indented ul ul {
  82      margin-left: 15px;
  83  }
  84  .dir-rtl.path-mod-book .book_toc_indented ul ul {
  85      margin-left: 0;
  86      margin-right: 15px;
  87  }
  88  .path-mod-book .book_toc_indented li li {
  89      list-style: none;
  90  }


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