0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/pipe.css

104 lines
1.5 KiB
CSS
Raw Normal View History

2011-07-11 17:29:25 +02:00
html {
-webkit-font-smoothing: antialiased;
}
2009-05-27 14:53:36 +02:00
body {
2011-07-11 17:29:25 +02:00
background: #353129;
color: #eee;
font-size: 14pt;
line-height: 150%;
font-family: Georgia, "Times New Roman", Times, serif;
max-width: 30em;
margin: 0 0 5em 9em;
2009-05-27 14:53:36 +02:00
}
2009-11-02 12:28:08 +01:00
img {
2011-07-11 17:29:25 +02:00
border: 0;
2009-11-02 12:28:08 +01:00
}
2009-05-27 14:53:36 +02:00
#toc {
position: absolute;
2009-05-27 14:53:36 +02:00
top: 2em;
left: 0;
2011-05-17 22:22:34 +02:00
width: 10em;
2011-07-11 17:29:25 +02:00
font-family: Helvetica, Arial, sans-serif;
2009-08-26 00:55:43 +02:00
font-size: 12pt;
line-height: 150%;
2009-05-27 14:53:36 +02:00
}
@media all and (min-height: 650px) { #toc { position: fixed; }}
#toctitle {
display: none;
}
2009-05-27 14:53:36 +02:00
#toc ol {
list-style: none;
}
#toc ol, .toclevel2 {
2009-05-27 14:53:36 +02:00
margin: 0;
padding: 0;
padding-left: 1em;
}
#toc ol li {
margin: 0;
padding: 0;
}
2011-07-11 17:29:25 +02:00
#toc a {
color: #8BC84B;
}
2009-05-27 14:53:36 +02:00
h1, h2, h3, h4 {
2011-07-11 17:29:25 +02:00
color: #CCD2BC;
font-family: Helvetica, Arial, sans-serif;
margin-top: 2em;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
2009-05-27 14:53:36 +02:00
}
2011-05-17 22:22:34 +02:00
#toc ol ol {
font-size: 8pt;
line-height: 110%;
list-style: circle;
}
2009-05-27 14:53:36 +02:00
h1 code, h2 code, h3 code, h4 code,
h1 a, h2 a, h3 a, h4 a
{
color: inherit;
font-size: inherit;
}
pre, code {
2011-07-11 17:29:25 +02:00
font-family: Monaco, 'Andale Mono', 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;
;
font-size: 11pt;
color: #C3CC88;
2009-05-27 14:53:36 +02:00
}
pre {
2011-07-11 17:29:25 +02:00
padding-left: 1em;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #8BC84B;
2009-05-27 14:53:36 +02:00
}
dd {
margin: 1em 0;
margin-left: 1em;
}
2011-07-11 17:29:25 +02:00
a {
color: #8BC84B;
text-decoration: none;
}
2009-05-27 14:53:36 +02:00
a:hover { text-decoration: underline; }
.highlight {
background: #733;
padding: 0.2em 0;
}
2011-07-11 17:29:25 +02:00
.desktops {
font-size: 14px;
}
2011-07-15 00:56:15 +02:00
.release {
margin: 0 0 0 2em;
}