[ Index ]

PHP Cross Reference of Unnamed Project

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  .path-mod-book .navbottom {
  23      margin-top: 0.5em;
  24  }
  25  
  26  /* == Fake toc block == */
  27  
  28  .path-mod-book .block_book_toc ul {
  29      margin: 0 0 0 5px;
  30      padding-left: 0;
  31      padding-right: 0;
  32  }
  33  .dir-rtl.path-mod-book .block_book_toc ul { margin: 0 5px 0 0; }
  34  .path-mod-book .block_book_toc li {
  35      clear: both;
  36      list-style: none;
  37      margin-top: .5em;
  38  }
  39  .path-mod-book .block_book_toc li li {
  40      list-style: none;
  41  }
  42  .path-mod-book .block_book_toc .action-list { float: right; }
  43  .dir-rtl.path-mod-book .block_book_toc .action-list { float: left; }
  44  .path-mod-book .block_book_toc .action-list img.smallicon {
  45      margin: 0 3px;
  46  }
  47  
  48  /* toc style NONE */
  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 ul ul {
  57      margin-left: 20px;
  58  }
  59  .dir-rtl.path-mod-book .book_toc_bullets ul ul {
  60      margin-left: 0;
  61      margin-right: 20px;
  62  }
  63  .path-mod-book .book_toc_bullets li li {
  64      list-style: circle;
  65  }
  66  
  67  .path-mod-book .book_toc_bullets li li:before {
  68      display: none;
  69  }
  70  
  71  /* toc style INDENTED*/
  72  .path-mod-book .book_toc_indented ul {
  73      margin-left: 5px;
  74  }
  75  .dir-rtl.path-mod-book .book_toc_indented ul {
  76      margin-left: 0;
  77      margin-right: 5px;
  78  }
  79  .path-mod-book .book_toc_indented ul ul {
  80      margin-left: 15px;
  81  }
  82  .dir-rtl.path-mod-book .book_toc_indented ul ul {
  83      margin-left: 0;
  84      margin-right: 15px;
  85  }
  86  .path-mod-book .book_toc_indented li li {
  87      list-style: none;
  88  }
  89  
  90  /* Text style links */
  91  .navtop.navtext .chaptername,
  92  .navbottom.navtext .chaptername {
  93      font-weight: bolder;
  94  }
  95  .navtop.navtext a,
  96  .navbottom.navtext a {
  97      display: inline-block;
  98      max-width: 45%;
  99  }
 100  .navtop.navtext a.bookprev,
 101  .navbottom.navtext a.bookprev {
 102      float: left;
 103      text-align: left;
 104  }
 105  .dir-rtl .navtop.navtext a.bookprev,
 106  .dir-rtl .navbottom.navtext a.bookprev {
 107      float: right;
 108      text-align: right;
 109  }
 110  
 111  @media (max-width: 480px) {
 112      .path-mod-book .navbottom,
 113      .path-mod-book .navtop,
 114      .dir-rtl.path-mod-book .navbottom,
 115      .dir-rtl.path-mod-book .navtop {
 116          text-align: center;
 117      }
 118      .navtop.navtext a,
 119      .navbottom.navtext a {
 120          display: block;
 121          max-width: 100%;
 122          margin: auto;
 123      }
 124      .navtop.navtext a.bookprev,
 125      .navbottom.navtext a.bookprev,
 126      .dir-rtl .navtop.navtext a.bookprev,
 127      .dir-rtl .navbottom.navtext a.bookprev {
 128          float: none;
 129      }
 130  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1