summaryrefslogtreecommitdiffstats
path: root/media/CodeMirror-0.62/css/docs.css
blob: c86b7d7c5198fe03c987b6565021d8020a1fb9bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
body {
  margin: 0;
  padding: 3em 6em;
  color: black;
  max-width: 50em;
}

h1 {
  font-size: 22pt;
}

.underline {
  border-bottom: 3px solid #C44;
}

h2 {
  font-size: 14pt;
}

p.rel {
  padding-left: 2em;
  text-indent: -2em;
}

div.border {
  border: 1px solid black;
  padding: 3px;
}

code {
  font-family: courier, monospace;
  font-size: 90%;
  color: #144;
}

pre.code {
  margin: 1.1em 12px;
  border: 1px solid #CCCCCC;
  color: black;
  padding: .4em;
  font-family: courier, monospace;
}

.warn {
  color: #C00;
}