[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

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

   1  /* Text Elements
   2  --------------------------*/
   3  
   4  h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea {
   5      font-family: Helvetica, Arial, sans-serif;
   6  }
   7  
   8  h1,h2,h3,h4,h5,h6 {
   9      font-weight: bold;
  10      margin: 0;
  11  }
  12  
  13  h1 {
  14      font-size: 2.25em;
  15      line-height: 1;
  16      margin-bottom: 0.5em;
  17  }
  18  
  19  h2 {
  20      font-size: 1.5em;
  21      margin-bottom: 0.5em;
  22  }
  23  
  24  h3 {
  25      font-size: 1.25em;
  26      line-height: 1;
  27      margin-bottom: 0.5em;
  28  }
  29  
  30  h4 {
  31      font-size: 1.1em;
  32      line-height: 1.25;
  33      margin-bottom: 0.75em;
  34  }
  35  
  36  h5 {
  37      font-size: 1em;
  38      margin-bottom: 1em;
  39  }
  40  
  41  h6 {
  42      font-size: 1em;
  43  }
  44  
  45  p {
  46      margin: 0 0 1em;
  47  }
  48  
  49  ul {
  50      list-style-type: circle;
  51  }
  52  
  53  ol {
  54      list-style-type: decimal;
  55  }
  56  
  57  dl {
  58      margin: 0 0 1.5em 0;
  59  }
  60  
  61  dl dt {
  62      font-weight: bold;
  63  }
  64  
  65  dl dd {
  66      margin-left: 1.5em;
  67  }
  68  
  69  abbr, acronym {
  70      border-bottom: 1px dotted #000;
  71  }
  72  
  73  address {
  74      margin-top: 1.5em;
  75      font-style: italic;
  76  }
  77  
  78  del {
  79      color: #000;
  80  }
  81  
  82  a {
  83      text-decoration: none;
  84  }
  85  
  86  blockquote {
  87      margin: 1.5em;
  88  }
  89  
  90  strong {
  91      font-weight: bold;
  92  }
  93  
  94  em, dfn {
  95      font-style: italic;
  96  }
  97  
  98  dfn {
  99      font-weight: bold;
 100  }
 101  
 102  pre, code {
 103      white-space: pre;
 104  }
 105  
 106  pre, code, tt {
 107      font: 1.2em monospace;
 108      line-height: 1.5;
 109      margin: 1.5em 0;
 110  }
 111  
 112  .small {
 113      font-size: .8em;
 114      margin-bottom: 1.875em;
 115      line-height: 1.875em;
 116  }
 117  
 118  .large {
 119      font-size: 1.25em;
 120      line-height: 1.5em;
 121      margin-bottom: 1em;
 122  }
 123  
 124  .quiet {
 125      color: #999;
 126  }
 127  
 128  .hide {
 129      display: none;
 130  }
 131  
 132  .icon.hide {
 133      display: inline;
 134  }
 135  
 136  .highlight {
 137      background: #ffc;
 138  }
 139  
 140  .top {
 141      margin-top: 0;
 142      padding-top: 0;
 143  }
 144  
 145  .bottom {
 146      margin-bottom: 0;
 147      padding-bottom: 0;
 148  }


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