[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

   1  /** General styles (scope: all of lesson) **/
   2  .path-mod-lesson .contents,
   3  .path-mod-lesson .standardtable,
   4  .path-mod-lesson .mform .box.contents,
   5  .path-mod-lesson .invisiblefieldset.fieldsetfix tr {text-align: left;}
   6  .path-mod-lesson #layout-table {width: 100%;}
   7  .path-mod-lesson .edit_buttons form,
   8  .path-mod-lesson .edit_buttons input {display: inline;}
   9  .path-mod-lesson .userinfotable .cell,
  10  .path-mod-lesson .userinfotable .userpicture {vertical-align: middle;}
  11  .path-mod-lesson .invisiblefieldset.fieldsetfix {display: block;}
  12  .path-mod-lesson .slideshow {overflow: auto;padding: 15px;}
  13  .path-mod-lesson .menu .menuwrapper {max-height: 400px;overflow: auto;vertical-align: top;margin-bottom: 10px;}
  14  .path-mod-lesson .menu ul {list-style: none;padding: 5px 0px 0px 5px;margin: 0px;}
  15  .path-mod-lesson .menu ul li {padding-bottom: 5px;}
  16  .path-mod-lesson .skip {position: absolute;top: -1000em;width: 20em;}
  17  .path-mod-lesson .branchbuttoncontainer.horizontal div,
  18  .path-mod-lesson .branchbuttoncontainer.horizontal form {display: inline;}
  19  .path-mod-lesson .firstpageoptions {width:30%;margin-left:35%;margin-top:1em;}
  20  .path-mod-lesson .progress_bar_table,
  21  .path-mod-lesson .progress_bar_completed,
  22  .path-mod-lesson .progress_bar_todo {padding: 0;margin: 0;}
  23  .path-mod-lesson .progress_bar_token {height: 20px;width: 5px;padding: 0;margin: 0;}
  24  .path-mod-lesson .edit_pages_box .addlinks {margin:0;margin-bottom:1em;}
  25  .path-mod-lesson .progress_bar_completed {background-color:green; text-align:right; vertical-align:middle; color:#FFF;}
  26  
  27  .path-mod-lesson .resourcecontent {text-align: center;}
  28  
  29  .path-mod-lesson .answeroption .fcheckbox > span {
  30      position: relative;
  31      float: left;
  32  }
  33  
  34  .path-mod-lesson .answeroptiongroup .fgroup > span {
  35      position: relative;
  36      width: 100%;
  37  }
  38  
  39  .path-mod-lesson .answeroption .fcheckbox input,
  40  .path-mod-lesson .answeroptiongroup input {
  41      position: absolute;
  42      top: 2px;
  43      margin-top: 0px;
  44      left: 0;
  45  }
  46  
  47  .path-mod-lesson .answeroption .fcheckbox label,
  48  .path-mod-lesson .mform .fitem.answeroptiongroup fieldset.fgroup label {
  49      padding-left: 20px;
  50      float: left;
  51  }
  52  
  53  .path-mod-lesson .answeroption .felement label p:last-child,
  54  .path-mod-lesson .answeroptiongroup .felement label p:last-child {
  55      margin-bottom: 0px;
  56  }
  57  
  58  .path-mod-lesson.dir-rtl .answeroption .fcheckbox > span {
  59      float: right;
  60  }
  61  
  62  .path-mod-lesson.dir-rtl .answeroption .fcheckbox input,
  63  .path-mod-lesson.dir-rtl .answeroptiongroup .fgroup input {
  64      left: inherit;
  65      right: 0;
  66  }
  67  
  68  .path-mod-lesson.dir-rtl .answeroption .fcheckbox label,
  69  .path-mod-lesson.dir-rtl .mform .fitem.answeroptiongroup fieldset.fgroup label {
  70      padding-left: 0;
  71      padding-right: 20px;
  72      float: right;
  73  }
  74  
  75  /**
  76   * Style for view.php
  77   **/
  78  #page-mod-lesson-view .password-form .submitbutton {display: inline;}
  79  .path-mod-lesson .reviewessay {width:40%; border:1px solid #DDDDDD; background-color: #EEEEEE;}
  80  
  81  .path-mod-lesson.dir-rtl .contents,
  82  .path-mod-lesson.dir-rtl .standardtable,
  83  .path-mod-lesson.dir-rtl .mform .box.contents,
  84  .path-mod-lesson.dir-rtl .invisiblefieldset.fieldsetfix tr {text-align: right;}
  85  
  86  /* Countdown timer. */
  87  #lesson-timer {
  88      text-align: center;
  89  }
  90  
  91  .path-mod-lesson .essayungraded {
  92      background-color: #efcfcf;
  93  }
  94  
  95  .path-mod-lesson .essaygraded {
  96      background-color: #efefcf;
  97  }
  98  
  99  .path-mod-lesson .essaysent {
 100      background-color: #cfefcf;
 101  }


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