* Sync CSS with the Nix manual.

svn path=/nixpkgs/trunk/; revision=34062

+2 -2
doc/introduction.xml
···
<para>This manual tells you how to write packages for the Nix Packages
collection (Nixpkgs). Thus it’s for packagers and developers who want
to add packages to Nixpkgs. End users are kindly referred to the
-
<link xlink:href="http://nixos.org/releases/nix/unstable/manual/">Nix
manual</link>.</para>
<para>This manual does not describe the syntax and semantics of the
Nix expression language, which are given in the Nix manual in the
<link
-
xlink:href="http://nixos.org/releases/nix/unstable/manual/#chap-writing-nix-expressions">chapter
on writing Nix expressions</link>. It only describes the facilities
provided by Nixpkgs to make writing packages easier, such as the
standard build environment (<literal>stdenv</literal>).</para>
···
<para>This manual tells you how to write packages for the Nix Packages
collection (Nixpkgs). Thus it’s for packagers and developers who want
to add packages to Nixpkgs. End users are kindly referred to the
+
<link xlink:href="http://hydra.nixos.org/job/nix/trunk/tarball/latest/download-by-type/doc/manual">Nix
manual</link>.</para>
<para>This manual does not describe the syntax and semantics of the
Nix expression language, which are given in the Nix manual in the
<link
+
xlink:href="http://hydra.nixos.org/job/nix/trunk/tarball/latest/download-by-type/doc/manual/#chap-writing-nix-expressions">chapter
on writing Nix expressions</link>. It only describes the facilities
provided by Nixpkgs to make writing packages easier, such as the
standard build environment (<literal>stdenv</literal>).</para>
+2
doc/language-support.xml
···
</section>
<section><title>Haskell</title>
<para>TODO</para>
···
<para>* Special support for building TeX documents</para>
</section>
</chapter>
···
</section>
+
<!--
<section><title>Haskell</title>
<para>TODO</para>
···
<para>* Special support for building TeX documents</para>
</section>
+
-->
</chapter>
+2 -4
doc/manual.xml
···
<surname>Dolstra</surname>
</personname>
<affiliation>
-
<orgname>Delft University of Technology</orgname>
-
<orgdiv>Department of Software Technology</orgdiv>
</affiliation>
</author>
<copyright>
-
<year>2008</year>
-
<year>2009</year>
<holder>Eelco Dolstra</holder>
</copyright>
···
<surname>Dolstra</surname>
</personname>
<affiliation>
+
<orgname>LogicBlox</orgname>
</affiliation>
</author>
<copyright>
+
<year>2008-2012</year>
<holder>Eelco Dolstra</holder>
</copyright>
+4
doc/package-notes.xml
···
<!--============================================================-->
<section>
<title>Gnome</title>
<para>* Expression is auto-generated</para>
<para>* How to update</para>
</section>
<!--============================================================-->
<section>
<title>GCC</title>
<para>…</para>
</section>
</chapter>
···
<!--============================================================-->
+
<!--
<section>
<title>Gnome</title>
<para>* Expression is auto-generated</para>
<para>* How to update</para>
</section>
+
-->
<!--============================================================-->
+
<!--
<section>
<title>GCC</title>
<para>…</para>
</section>
+
-->
</chapter>
+39 -67
doc/style.css
···
body
{
-
font-family: sans-serif;
background: white;
margin: 2em 1em 2em 1em;
}
-
h1,h2,h3
{
color: #005aa0;
-
text-align: left;
}
h1 /* title */
···
font-size: 125%;
}
div.appendix h3
{
font-size: 150%;
···
div.example
{
-
border: 1px solid #6185a0;
padding: 6px 6px;
margin-left: 1.5em;
margin-right: 1.5em;
background: #f4f4f8;
}
div.example p.title
···
margin-top: 0em;
}
/***************************************************************************
Screen dumps:
···
pre.screen, pre.programlisting
{
-
border: 1px solid #6185a0;
padding: 3px 3px;
margin-left: 1.5em;
margin-right: 1.5em;
color: #600000;
background: #f4f4f8;
font-family: monospace;
-
/* font-size: 90%; */
}
div.example pre.programlisting
···
.note, .warning
{
-
border: 1px solid #6185a0;
padding: 3px 3px;
margin-left: 1.5em;
margin-right: 1.5em;
margin-bottom: 1em;
padding: 0.3em 0.3em 0.3em 0.3em;
background: #fffff5;
}
div.note, div.warning
···
{
color: red;
font-size: 100%;
-
// margin: 0 0 0 0;
padding-right: 0.5em;
display: inline;
}
···
Links colors and highlighting:
***************************************************************************/
a:link { color: #0048b3; }
a:visited { color: #002a6a; }
-
a:hover { background: #ffffcd; }
/***************************************************************************
Table of contents:
***************************************************************************/
-
.toc
{
font-size: 90%;
}
/***************************************************************************
···
font-style: italic;
}
-
.default
-
{
-
font-style: italic;
-
}
-
-
.availability
-
{
-
font-style: italic;
-
}
-
.varname
{
color: #400000;
}
-
-
div.informaltable table
-
{
-
border: 1px solid #6185a0;
-
width: 100%;
-
}
-
-
div.informaltable td
{
-
border: 0;
-
padding: 5px;
}
-
div.informaltable td.default
{
-
text-align: right;
}
-
div.informaltable th
{
-
text-align: left;
-
color: #005aa0;
-
border: 0;
-
padding: 5px;
-
background: #fffff5;
-
font-weight: normal;
-
font-style: italic;
}
-
td.varname, td.tagname, td.paramname
-
{
-
font-weight: bold;
-
vertical-align: top;
-
}
-
-
div.epigraph
{
font-style: italic;
-
text-align: right;
-
}
-
-
table.productionset table.productionset
-
{
-
font-family: monospace;
-
}
-
-
strong.command
-
{
-
// font-family: monospace;
-
// font-style: italic;
-
// font-weight: normal;
-
color: #400000;
-
}
-
-
div.calloutlist td
-
{
-
padding-bottom: 1em;
-
}
···
body
{
+
font-family: "Nimbus Sans L", sans-serif;
background: white;
margin: 2em 1em 2em 1em;
}
+
h1, h2, h3, h4
{
color: #005aa0;
}
h1 /* title */
···
font-size: 125%;
}
+
div.simplesect h2
+
{
+
font-size: 110%;
+
}
+
div.appendix h3
{
font-size: 150%;
···
div.example
{
+
border: 1px solid #b0b0b0;
padding: 6px 6px;
margin-left: 1.5em;
margin-right: 1.5em;
background: #f4f4f8;
+
border-radius: 0.4em;
+
box-shadow: 0.4em 0.4em 0.5em #e0e0e0;
}
div.example p.title
···
margin-top: 0em;
}
+
div.example pre
+
{
+
box-shadow: none;
+
}
+
/***************************************************************************
Screen dumps:
···
pre.screen, pre.programlisting
{
+
border: 1px solid #b0b0b0;
padding: 3px 3px;
margin-left: 1.5em;
margin-right: 1.5em;
color: #600000;
background: #f4f4f8;
font-family: monospace;
+
border-radius: 0.4em;
+
box-shadow: 0.4em 0.4em 0.5em #e0e0e0;
}
div.example pre.programlisting
···
.note, .warning
{
+
border: 1px solid #b0b0b0;
padding: 3px 3px;
margin-left: 1.5em;
margin-right: 1.5em;
margin-bottom: 1em;
padding: 0.3em 0.3em 0.3em 0.3em;
background: #fffff5;
+
border-radius: 0.4em;
+
box-shadow: 0.4em 0.4em 0.5em #e0e0e0;
}
div.note, div.warning
···
{
color: red;
font-size: 100%;
padding-right: 0.5em;
display: inline;
}
···
Links colors and highlighting:
***************************************************************************/
+
a { text-decoration: none; }
+
a:hover { text-decoration: underline; }
a:link { color: #0048b3; }
a:visited { color: #002a6a; }
/***************************************************************************
Table of contents:
***************************************************************************/
+
div.toc
{
font-size: 90%;
}
+
div.toc dl
+
{
+
margin-top: 0em;
+
margin-bottom: 0em;
+
}
/***************************************************************************
···
font-style: italic;
}
.varname
{
color: #400000;
}
+
span.command strong
{
+
font-weight: normal;
+
color: #400000;
}
+
div.calloutlist table
{
+
box-shadow: none;
}
+
table
{
+
border-collapse: collapse;
+
box-shadow: 0.4em 0.4em 0.5em #e0e0e0;
}
+
div.affiliation
{
font-style: italic;
+
}