[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

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

   1  body {
   2      font-size: 85%;
   3      line-height: 1.4;
   4  }
   5  
   6  body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea {
   7      font-family: Helvetica, Arial, sans-serif;
   8  }
   9  
  10  h1,h2,h3,h4,h5,h6 {
  11      font-weight: bold;
  12      margin: 0;
  13  }
  14  
  15  h1 {
  16      font-size: 2.25em;
  17      line-height: 1;
  18      margin-bottom: 0.5em;
  19  }
  20  
  21  h2 {
  22      font-size: 1.5em;
  23      margin-bottom: 0.5em;
  24  }
  25  
  26  h3 {
  27      font-size: 1.25em;
  28      line-height: 1;
  29      margin-bottom: 0.5em;
  30  }
  31  
  32  h4 {
  33      font-size: 1.1em;
  34      line-height: 1.25;
  35      margin-bottom: 0.75em;
  36  }
  37  
  38  h5 {
  39      font-size: 1em;
  40      margin-bottom: 1em;
  41  }
  42  
  43  h6 {
  44      font-size: 1em;
  45  }
  46  
  47  p {
  48      margin: 0 0 1em;
  49  }
  50  
  51  ul, ol {
  52      margin: 0 1.5em 1.5em 1.5em;
  53  }
  54  
  55  ul {
  56      list-style-type: circle;
  57  }
  58  
  59  ol {
  60      list-style-type: decimal;
  61  }
  62  
  63  dl {
  64      margin: 0 0 1.5em 0;
  65  }
  66  
  67  dl dt {
  68      font-weight: bold;
  69  }
  70  
  71  dl dd {
  72      margin-left: 1.5em;
  73  }
  74  
  75  abbr, acronym {
  76      border-bottom: 1px dotted #000;
  77  }
  78  
  79  address {
  80      margin-top: 1.5em;
  81      font-style: italic;
  82  }
  83  
  84  del {
  85      color: #000;
  86  }
  87  
  88  a {
  89      text-decoration: none;
  90  }
  91  
  92  blockquote {
  93      margin: 1.5em;
  94  }
  95  
  96  strong {
  97      font-weight: bold;
  98  }
  99  
 100  em, dfn {
 101      font-style: italic;
 102  }
 103  
 104  dfn {
 105      font-weight: bold;
 106  }
 107  
 108  pre, code {
 109      white-space: pre;
 110  }
 111  
 112  pre, code, tt {
 113      font: 1.2em monospace;
 114      line-height: 1.5;
 115      margin: 1.5em 0;
 116  }


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