[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

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


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