[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/theme/canvas/style/ -> mods.css (source)

   1  /*csslint important:false */
   2  #intro {
   3      border-color: #ddd;
   4      margin: 2% 10%;
   5      padding: 10px;
   6  }
   7  
   8  /*
   9  ** Needs to be taken out of mod sheets and added
  10  ** to Base so we can change the following to
  11  ** just .mod_introbox.
  12  */
  13  
  14  #urlintro,
  15  #pageintro,
  16  #resourceintro {
  17      border-color: #ddd;
  18      margin: 0 10% 3%;
  19  }
  20  
  21  /* Forums
  22  -------------------------*/
  23  
  24  .path-mod-forum .forumheaderlist {
  25      border-color: #ddd;
  26      border-collapse: collapse;
  27  }
  28  
  29  .path-mod-forum .forumheaderlist td {
  30      border-color: #ddd;
  31  }
  32  
  33  .path-mod-forum .forumheaderlist th {
  34      text-align: left;
  35      border-right: 1px solid #ddd;
  36  }
  37  
  38  .path-mod-forum.dir-rtl .forumheaderlist th {
  39      text-align: right;
  40  }
  41  
  42  .forumnodiscuss,
  43  .path-mod-forum .forumheaderlist .replies {
  44      text-align: center;
  45  }
  46  
  47  .forumpost {
  48      border: none;
  49  }
  50  
  51  .forumpost .content .commands,
  52  .forumpost .content .link {
  53      font-size: 0.9em;
  54  }
  55  
  56  .forumpost .attachments {
  57      font-size: 0.95em;
  58      margin: 0.5em 0;
  59  }
  60  
  61  .forumpost .attachments .icon {
  62      height: 14px;
  63      width: 14px;
  64  }
  65  
  66  .forumolddiscuss {
  67      text-align: right;
  68  }
  69  
  70  /* Folder
  71  ------------------------*/
  72  
  73  .path-mod-folder #pageintro {
  74      border-color: #ddd;
  75      width: 75%;
  76      margin: 0 auto;
  77  }
  78  
  79  .path-mod-folder .foldertree {
  80      width: 90%;
  81      margin: 1.5em auto;
  82      padding: 10px;
  83  }
  84  
  85  #page-mod-folder-edit .foldertree {
  86      width: 100%;
  87  }
  88  
  89  /* Chat
  90  ------------------------*/
  91  
  92  #page-mod-chat-view #enterlink {
  93      text-align: center;
  94      border: none;
  95  }
  96  
  97  #page-mod-chat-view #chatcurrentusers {
  98      margin: 10px auto;
  99  }
 100  
 101  .path-mod-chat.pagelayout-embedded #content {
 102      padding: 5px;
 103  }
 104  
 105  .path-mod-chat .generaltable,
 106  .path-mod-chat .generaltable td,
 107  .path-mod-chat .generaltable th {
 108      border: none !important;
 109  }
 110  
 111  .chat-message .text .title {
 112      font-style: italic;
 113      color: #444;
 114  }
 115  
 116  #mod-chat-gui_basic #participants ul {
 117      margin: 0 0 1em;
 118  }
 119  
 120  #mod-chat-gui_basic #participants ul li {
 121      list-style: none;
 122      padding: 5px 0;
 123      line-height: 1.75;
 124  }
 125  
 126  #mod-chat-gui_basic #participants ul li a {
 127      float: left;
 128      padding-right: 10px;
 129  }
 130  
 131  #mod-chat-gui_basic #editing {
 132      margin-bottom: 15px;
 133  }
 134  
 135  #mod-chat-gui_basic #editing input {
 136      margin: 5px 5px 0;
 137  }
 138  
 139  #mod-chat-gui_basic #messages dl {
 140      margin: 0 0 5px 1em;
 141  }
 142  
 143  #mod-chat-gui_basic #messages dt {
 144      font-weight: normal;
 145  }
 146  
 147  #page-mod-chat-report .generalbox {
 148      padding: 10px;
 149      width: 50%;
 150      margin: 0 auto 1em;
 151  }
 152  
 153  #page-mod-chat-report .generalbox p {
 154      margin: 0;
 155  }
 156  
 157  #page-mod-chat-report #notice {
 158      margin-bottom: 1em;
 159  }
 160  
 161  /* Choice
 162  -------------------------*/
 163  
 164  .path-mod-choice #notice {
 165      width: 50%;
 166      margin: 1em auto;
 167      padding: 5px;
 168  }
 169  
 170  .path-mod-choice .results .header,
 171  .path-mod-choice td {
 172      border-top: 1px solid;
 173      border-color: #ddd;
 174  }
 175  
 176  .path-mod-choice .count,
 177  .path-mod-choice .results .header,
 178  .path-mod-choice .data,
 179  .path-mod-choice .lastcol {
 180      border-right: 1px solid #ddd;
 181  }
 182  
 183  .path-mod-choice .col1,
 184  .path-mod-choice .c0,
 185  .path-mod-choice .lastcol {
 186      border-left: 1px solid #ddd;
 187  }
 188  
 189  .path-mod-choice .lastrow td {
 190      border-bottom: 1px solid #ddd;
 191      border-top: 1px solid #ddd;
 192  }
 193  
 194  .path-mod-choice .count {
 195      border-top: 2px solid #ddd;
 196      background: #f5f5f5;
 197      border-bottom: 1px solid #ddd;
 198  }
 199  
 200  /* Lesson
 201  --------------------------*/
 202  
 203  .path-mod-lesson .firstpageoptions {
 204      padding: 10px;
 205  }
 206  
 207  .path-mod-lesson .centerpadded {
 208      text-align: center;
 209      display: block;
 210      padding: 10px;
 211  }
 212  
 213  .path-mod-lesson .edit_pages_box .addlinks {
 214      text-align: center;
 215  }
 216  
 217  .path-mod-lesson .feedback {
 218      text-align: center;
 219      font-weight: bold;
 220  }
 221  
 222  .path-mod-lesson .password-form .generalbox {
 223      padding: 10px;
 224      width: 50%;
 225      text-align: center;
 226  }
 227  
 228  .path-mod-lesson .center {
 229      text-align: center;
 230  }
 231  
 232  .path-mod-lesson .ongoing {
 233      color: #00f;
 234      margin: 0 0 1em;
 235  }
 236  
 237  .path-mod-lesson .clock .content {
 238      font-size: 1.2em;
 239      padding-left: 15px;
 240  }
 241  
 242  .path-mod-lesson .leftduring .generalbox {
 243      padding: 10px;
 244      width: 50%;
 245      margin: 0 auto;
 246  }
 247  
 248  .path-mod-lesson .correctanswer {
 249      margin: 1em auto;
 250      width: 50%;
 251      padding: 10px;
 252  }
 253  
 254  .path-mod-lesson .correctanswer .correct {
 255      color: #0fb337;
 256  }
 257  
 258  #page-mod-lesson-view #pageheader,
 259  #page-mod-lesson-view #pageheader legend {
 260      border: none;
 261  }
 262  
 263  #page-mod-lesson-continue .generalbox {
 264      padding: 10px;
 265  }
 266  
 267  .branchbuttoncontainer {
 268      text-align: center;
 269  }
 270  
 271  .branchbuttoncontainer input {
 272      margin: 10px;
 273  }
 274  
 275  /* Resources
 276  -------------------------------*/
 277  
 278  .path-mod-page .generalbox {
 279      border: none;
 280  }
 281  
 282  .resourceworkaround,
 283  .urlworkaround,
 284  .modified {
 285      text-align: center;
 286      font-size: 0.85em;
 287      color: #777;
 288      margin-top: 1em;
 289  }
 290  
 291  
 292  /* Quiz
 293  --------------------------------*/
 294  .que {
 295      border-color: #eee;
 296  }
 297  
 298  /* SCORM Player
 299  -------------------------*/
 300  #page-mod-scorm-player div.singleselect {
 301      margin: -20px 0 0;
 302  }


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