Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pipe.css « doc - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c86bf2ae36a7f15e3d6168c9b916c4f405d3470e (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
body {
  background: #22252a;
  color: #eee;
  font-size: 14pt;
  line-height: 150%;
  font-family: times, Times New Roman, times-roman, georgia, serif; 
  max-width: 30em;
  margin: 0 0 5em 9em;
}
img {
  padding: 5em 0;
  border: 0;
}
#toc {
  position: absolute;
  top: 2em;
  left: 0;
  width: 8em;
  font-size: 12pt;
  line-height: 150%;
}
@media all and (min-height: 650px) { #toc { position: fixed; }}
#toctitle {
  display: none;
}
#toc ol {
  list-style: none;
}
#toc ol, .toclevel2 {
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
#toc ol li {
  margin: 0;
  padding: 0;
}
#toc a { color: #aaa; }

h1, h2, h3, h4 {
  color: #B0C4DE;
  margin: 2em 0; 
}

h1 code, h2 code, h3 code, h4 code, 
h1 a, h2 a, h3 a, h4 a 
{ 
  color: inherit; 
  font-size: inherit; 
}

pre, code {
  font-family: monospace;
  font-size: 13pt;
  color: #eee0e0;
}

pre {
  padding-left: 1em;
  border-left: 1px solid #444;
}

dd {
  margin: 1em 0;
  margin-left: 1em;
}

a { color: #cd5; text-decoration: none; }
a:hover { text-decoration: underline; }

.highlight {
  background: #733;
  padding: 0.2em 0;
}