Hello, Please disregard the patch I posted in the "WANTED: Design ..." thread, because this patch includes those updates.
I added closing `li' tags and removed the unnecessary ` ' characters from the index pages. I also incorporated some of the suggestions from the Design thread. I tried to find more cross-platform-friendly colors for links and for some backgrounds. Let me know what you think! Thanks, Patrick
>From d985557b662c7dd3eaade1c9ef0d29a35218ae77 Mon Sep 17 00:00:00 2001 From: Patrick McCarty <[EMAIL PROTECTED]> Date: Tue, 30 Sep 2008 21:48:08 -0700 Subject: [PATCH] Docs: Update stylesheets and index pages Signed-off-by: Patrick McCarty <[EMAIL PROTECTED]> --- Documentation/de/index.html.in | 44 +++++------- Documentation/devel.html.in | 33 ++++----- Documentation/es/index.html.in | 43 +++++------ Documentation/fr/index.html.in | 45 +++++------- Documentation/index.html.in | 40 +++++------ Documentation/lilypond-ie-fixes.css | 40 ++++++++++- Documentation/lilypond-mccarty.css | 133 ++++++++++++++++++++--------------- Documentation/lilypond.css | 12 +++ 8 files changed, 217 insertions(+), 173 deletions(-) diff --git a/Documentation/de/index.html.in b/Documentation/de/index.html.in index 7254368..8faf9f8 100644 --- a/Documentation/de/index.html.in +++ b/Documentation/de/index.html.in @@ -16,11 +16,11 @@ <body> - <div class="header"> - <h1>LilyPond Dokumentation</h1> - </div> - <div align="center" class="subheader"> + <div class="header"> + <h1>LilyPond Dokumentation</h1> + </div> + <div class="subheader"> <p> <strong>Version @TOPLEVEL_VERSION@</strong> <br> @@ -34,7 +34,7 @@ </p> </div> - <table align="center"> + <table id="navigation"> <tbody> <tr> <td class="left-column"> @@ -43,96 +43,90 @@ <a class="title" href="user/lilypond-learning/index.de.html">Handbuch zum Lernen (LM)</a> (auf <a class="title" href="user/lilypond-learning-big-page.html">einer großen Seite</a> ~ 1.5 MB, als <a class="title" href="user/lilypond-learning.de.pdf">PDF</a>) - <br>(Für den ersten Anfang.) + <br>(Für den ersten Anfang.)</li> <li><a class="title" href="user/music-glossary/index.html">Musikglossar (MG)</a> (auf <a class="title" href="user/music-glossary-big-page.html">einer großen Seite</a> ~ 500 kB, als <a class="title" href="user/music-glossary.pdf">PDF</a>) - <br>(Übersetzung von musikalischen Begriffen aus dem Englischen in andere Sprachen.) + <br>(Übersetzung von musikalischen Begriffen aus dem Englischen in andere Sprachen.)</li> </ul> </td> <td class="right-column"> <ul> <li> <a class="title" href="topdocs/NEWS.html">Neuigkeiten</a> - <br>(Änderungen seit der letzten Hauptversion auf Englisch.) + <br>(Änderungen seit der letzten Hauptversion auf Englisch.)</li> <li><a class="title" href="../examples.html">Beispiele</a> - <br>(Sehen Sie sich Notationsbeispiele an.) + <br>(Sehen Sie sich Notationsbeispiele an.)</li> </ul> </td> </tr> <tr> <td valign="baseline" class="left-column"> - <ul> <li> <a class="title" href="user/lilypond/index.de.html">Notationsreferenz (NR)</a> (auf <a class="title" href="user/lilypond-big-page.html">einer großen Seite</a> ~ 4 MB, als <a class="title" href="user/lilypond.de.pdf">PDF</a>) - <br>(Notation mit LilyPond setzen.) + <br>(Notation mit LilyPond setzen.)</li> <li> <a class="title" href="user/lilypond-internals/index.html">Referenz der Interna (IR)</a> (auf <a class="title" href="user/lilypond-internals-big-page.html">einer großen Seite</a> ~ 1 Mb) - <br>(Definitionen, wie die Standardeinstellungen verändert können.) + <br>(Definitionen, wie die Standardeinstellungen verändert können.)</li> </ul> </td> <td valign="baseline" class="right-column"> - <ul> <li> <a class="title" href="user/lilypond-program/index.de.html">Anwendungsbenutzung (AU)</a> (auf <a class="title" href="user/lilypond-program-big-page.html">einer großen Seite</a>, als <a class="title" href="user/lilypond-program.de.pdf">PDF</a>) - <br>(Wie das Programm installiert und gestartet wird.) + <br>(Wie das Programm installiert und gestartet wird.)</li> <li><a class="title" href="../input/lsr/lilypond-snippets/index.html">Schnipsel</a> (auf <a class="title" href="../input/lsr/lilypond-snippets-big-page.html">einer großen Seite</a>, als <a class="title" href="user/lilypond-snippets.pdf">PDF</a>) - <br>(Schnelle Tricks, Tipps und Beispiele.) + <br>(Schnelle Tricks, Tipps und Beispiele.)</li> </ul> </td> <tr> <td valign="baseline" class="left-column"> - <ul> <li><a class="title" href="devel.html">Resourcen für Entwickler</a> - <br>(Dokumentation für Entwickler und Mitwirkende.) + <br>(Dokumentation für Entwickler und Mitwirkende.)</li> </ul> </td><td class="right-column"> - <ul> <li><a class="title" href="translations.html">Übersetzungsstatus</a> - <br>(siehe Fortschritt der Übersetzungen) + <br>(siehe Fortschritt der Übersetzungen)</li> </ul> </td> </tr> <tr> <td valign="baseline" class="left-column"> - <ul> <li> <a class="title" href="http://lilypond.org/">lilypond.org</a> - <br>(Die Internetseite) + <br>(Die Internetseite)</li> <li> <a class="title" href="http://www.gnu.org/copyleft/gpl.html">Lizenz</a> - <br> (Die GNU GPL) + <br>(Die GNU GPL)</li> </ul> </td><td class="right-column"> - <ul> <li><a class="title" href="THANKS.html">Danksagungen</a> - <br>(an die Mitwirkenden) + <br>(an die Mitwirkenden)</li> <li><a class="title" href="DEDICATION.html">Widmung</a> - <br>(von Jan und Han-Wen) + <br>(von Jan und Han-Wen)</li> </ul> </td> diff --git a/Documentation/devel.html.in b/Documentation/devel.html.in index daab2f9..703a3d7 100644 --- a/Documentation/devel.html.in +++ b/Documentation/devel.html.in @@ -15,11 +15,12 @@ </head> <body> - <div class="header"> - <h1 class="header">LilyPond developers resources</h1> - </div> - <div align="center" class="subheader"> + <div class="header"> + <h1>LilyPond developers resources</h1> + </div> + + <div class="subheader"> <p> <strong>Version @TOPLEVEL_VERSION@</strong> <br> @@ -27,7 +28,7 @@ </p> </div> - <table align="center"> + <table id="navigation"> <tbody> <tr> <td class="left-column"> @@ -36,43 +37,41 @@ href="../input/regression/collated-files.html">Regression tests</a> (~ 5 Mb, in <a class="title" href="../input/regression/collated-files.pdf">PDF</a>) - <br>(general tests) + <br>(general tests)</li> <li><a class="title" href="../input/regression/musicxml/collated-files.html">MusicXML regression tests</a> (in <a class="title" href="../input/regression/musicxml/collated-files.pdf">PDF</a>) - <br>(musicxml2ly tests) + <br>(musicxml2ly tests)</li> </ul></td> <td class="right-column"> <ul> <li><a class="title" href="http://lilypond.org/test">Regression tests results</a> - <br>(for comparison between releases) + <br>(for comparison between releases)</li> <li><a class="title" href="bibliography/index.html">Bibliography</a> - <br>(on background information) + <br>(on background information)</li> </ul></td> </tr> <tr> <td valign="baseline" class="left-column"> - <ul> <li><a class="title" href="http://lilypond.org/web/devel">lilypond.org development page</a> - <br>(for all contributors) + <br>(for all contributors)</li> <li><a class="title" href="http://git.sv.gnu.org/gitweb/?p=lilypond.git">lilypond.git repository</a> - <br>(official sources) + <br>(official sources)</li> <li><a class="title" href="http://git.sv.gnu.org/gitweb/?p=lilypond.git;a=blob_plain;f=README;hb=gub">GUB Readme</a> - <br>(about Grand Unified Binaries packages) + <br>(about Grand Unified Binaries packages)</li> </ul> </td><td class="right-column"> - <ul> <li><a class="title" href="http://git.sv.gnu.org/gitweb/?p=lilypond.git;a=blob_plain;f=Documentation%2Fuser%2FREADME.txt;hb=master">Documentation Readme</a> - <br>(for documentation editors) + <br>(for documentation editors)</li> <li><a class="title" href="http://git.sv.gnu.org/gitweb/?p=lilypond.git;a=blob_plain;f=README;hb=web">lilypond.org Readme</a> and <a class="title" href="http://git.sv.gnu.org/gitweb/?p=lilypond.git;a=blob_plain;f=TRANSLATION;hb=web">Translation</a> - <br>(how to translate and build lilypond.org website) +<br>(how to translate and build lilypond.org website)</li> <li> <a class="title" href="http://git.sv.gnu.org/gitweb/?p=lilypond.git;a=blob_plain;f=Documentation%2FTRANSLATION;hb=lilypond%2Ftranslation">Documentation translation</a> - <br>(how to translate documentation) + <br>(how to translate documentation)</li> </ul> </td> </tr> diff --git a/Documentation/es/index.html.in b/Documentation/es/index.html.in index 8306276..1bb89e9 100644 --- a/Documentation/es/index.html.in +++ b/Documentation/es/index.html.in @@ -15,11 +15,12 @@ </head> <body> + <div class="header"> - <h1 class="header">Documentación de LilyPond</h1> - </div> + <h1>Documentación de LilyPond</h1> + </div> - <div align="center" class="subheader"> + <div class="subheader"> <p> <strong>Versión @TOPLEVEL_VERSION@</strong> <br> @@ -27,7 +28,7 @@ </p> </div> - <table align="center"> + <table id="navigation"> <tbody> <tr> <td class="left-column"> @@ -36,99 +37,93 @@ <a class="title" href="user/lilypond-learning/index.es.html">Manual de aprendizaje</a><br> (también en <a class="title" href="user/lilypond-learning-big-page.es.html">una sola página</a> ~ 1.5 Mb, o en <a class="title" href="user/lilypond-learning.es.pdf">PDF</a>)<br> - (comience por aquí) + (comience por aquí)</li> <li> <a class="title" href="user/music-glossary/index.html">Glosario musical</a> multilingüe<br> (también en <a class="title" href="user/music-glossary-big-page.html">una sola página</a> ~ 500 Kb, o en <a class="title" href="user/music-glossary.pdf">PDF</a>)<br> - (para usuarios de habla no inglesa) + (para usuarios de habla no inglesa)</li> </ul> </td> <td class="right-column"> <ul> <li> <a class="title" href="topdocs/NEWS.html">Noticias</a><br> - (cambios producidos desde el último<br>lanzamiento importante) + (cambios producidos desde el último<br>lanzamiento importante)</li> <li> <a class="title" href="../examples.html">Ejemplos</a><br> - (ver algunos ejemplos) + (ver algunos ejemplos)</li> </ul> </td> </tr> <tr> <td valign="baseline" class="left-column"> - <ul> <li> <a class="title" href="user/lilypond/index.es.html">Referencia de la notación</a> [parcialmente traducido]<br> (también en <a class="title" href="user/lilypond-big-page.html">una sola página</a> [en inglés] ~ 4 Mb,<br> o en <a class="title" href="user/lilypond.es.pdf">PDF</a>)<br> - (escribir música con LilyPond) + (escribir música con LilyPond)</li> <li> <a class="title" href="user/lilypond-internals/index.html">Referencia de funcionamiento interno</a> [en inglés]<br> (también en <a class="title" href="user/lilypond-internals-big-page.html">una sola página</a> ~ 1 Mb, o en <a class="title" href="user/lilypond-internals.pdf">PDF</a>)<br> - (definiciones para hacer trucos) + (definiciones para hacer trucos)</li> </ul> </td> <td valign="baseline" class="right-column"> - <ul> <li> <a class="title" href="user/lilypond-program/index.es.html">Utilización del programa</a><br> (también en <a class="title" href="user/lilypond-program-big-page.html">una sola página</a> [en inglés], o en <a class="title" href="user/lilypond-program.es.pdf">PDF</a>)<br> - (cómo instalar y ejecutar el programa) + (cómo instalar y ejecutar el programa)</li> <li> <a class="title" href="../input/lsr/lilypond-snippets/index.html">Fragmentos de código</a><br> (también en <a class="title" href="../input/lsr/lilypond-snippets-big-page.html">una sola página</a> [en inglés] ~ 2 Mb, o en <a class="title" href="user/lilypond-snippets.pdf">PDF</a>)<br> - (Trucos breves, consejos y ejemplos) + (Trucos breves, consejos y ejemplos)</li> </ul> </td> </tr> <tr> <td valign="baseline" class="left-column"> - <ul> <li> <a class="title" href="devel.html">Recursos para desarrolladores</a><br> - (documentos de interés para desarrolladores y colaboradores) + (documentos de interés para desarrolladores y colaboradores)</li> </ul> </td> <td class="right-column"> - <ul> <li> <a class="title" href="translations.es.html">Estado de la traducción</a><br> - (avance de las traducciones al español) + (avance de las traducciones al español)</li> </ul> </td> </tr> <tr> <td valign="baseline" class="left-column"> - <ul> <li> <a class="title" href="http://lilypond.org/">lilypond.org</a><br> - (el sitio web) + (el sitio web)</li> <li> <a class="title" href="http://www.gnu.org/copyleft/gpl.html">Licencia</a><br> - (la GPL de GNU) + (la GPL de GNU)</li> </ul> </td> <td class="right-column"> - <ul> <li><a class="title" href="THANKS.html">Agradecimientos</a><br> - (a nuestros colaboradores) + (a nuestros colaboradores)</li> <li><a class="title" href="DEDICATION.html">Dedicatoria</a><br> - (por Jan y Han-Wen) + (por Jan y Han-Wen)</li> </ul> </td> </tr> diff --git a/Documentation/fr/index.html.in b/Documentation/fr/index.html.in index eff5e7f..ab07c54 100644 --- a/Documentation/fr/index.html.in +++ b/Documentation/fr/index.html.in @@ -16,11 +16,11 @@ <body> - <div class="header"> - <h1 class="header">Documentation de LilyPond</h1> - </div> - <div align="center" class="subheader"> + <div class="header"> + <h1>Documentation de LilyPond</h1> + </div> + <div class="subheader"> <p> <strong>Version @TOPLEVEL_VERSION@</strong> <br> @@ -28,7 +28,7 @@ </p> </div> - <table align="center"> + <table id="navigation"> <tbody> <tr> <td class="left-column"> @@ -39,26 +39,25 @@ (partiellement traduit,<br>aussi en <a class="title" href="user/lilypond-learning-big-page.html">page unique en anglais</a> ~ 1,5 Mo, ou <a class="title" href="user/lilypond-learning.fr.pdf">au format PDF</a>) - <br>— commencer ici + <br>— commencer ici</li> <li><a class="title" href="user/music-glossary/index.html">Glossaire</a> multilingue<br>(aussi en <a class="title" href="user/music-glossary-big-page.html">page unique</a> ~ 500 ko, ou <a class="title" href="user/music-glossary.pdf">au format PDF</a>) - <br>— vocabulaire théorique de la musique + <br>— vocabulaire théorique de la musique</li> </ul> </td> <td class="right-column"> <ul> <li><a class="title" href="topdocs/NEWS.html">Nouveautés</a> - <br>— changements depuis la version majeure précédente + <br>— changements depuis la version majeure précédente</li> <li><a class="title" href="../examples.html">Exemples</a> - <br>— quelques exemples + <br>— quelques exemples</li> </ul> </td> </tr> <tr> <td valign="baseline" class="left-column"> - <ul> <li> <a class="title" href="user/lilypond/index.fr.html">Manuel de notation</a> @@ -66,69 +65,63 @@ href="user/lilypond-big-page.html">page unique en anglais</a> ~ 4 Mo, ou <a class="title" href="user/lilypond.fr.pdf">au format PDF</a>) - <br>— gravure de musique avec LilyPond + <br>— gravure de musique avec LilyPond</li> <li> <a class="title" href="user/lilypond-internals/index.html">Référence des propriétés internes</a> (en anglais, en <a class="title" href="user/lilypond-internals-big-page.html">page unique</a> ~ 1 Mo) - <br>— définitions pour les retouches + <br>— définitions pour les retouches</li> </ul> </td> <td valign="baseline" class="right-column"> - <ul> <li> <a class="title" href="user/lilypond-program/index.fr.html">Utilisation des programmes</a> (partiellement traduit,<br>aussi en <a class="title" href="user/lilypond-program-big-page.html">page unique en anglais</a>, ou <a class="title" href="user/lilypond-program.fr.pdf">au format PDF</a>) - <br>— installation et exécution des programmes + <br>— installation et exécution des programmes</li> <li><a class="title" href="../input/lsr/lilypond-snippets/index.html">Exemples de code</a> (en <a class="title" href="../input/lsr/lilypond-snippets-big-page.html">page unique en anglais</a> ~ 2 Mo, au format <a class="title" href="user/lilypond-snippets.pdf">PDF</a>) - <br>— petits trucs, astuces et exemples + <br>— petits trucs, astuces et exemples</li> </ul> </td> </tr> <tr> <td valign="baseline" class="left-column"> - <ul> <li><a class="title" href="devel.html">Ressources de développement</a> - <br>— documentation pour les développeurs et contributeurs + <br>— documentation pour les développeurs et contributeurs</li> </ul> </td><td class="right-column"> - <ul> <li><a class="title" href="translations.fr.html">État des traductions</a> - <br>— avancement des traductions en français + <br>— avancement des traductions en français</li> </ul> </td> </tr> <tr> <td valign="baseline" class="left-column"> - <ul> <li> <a class="title" href="http://lilypond.org/">lilypond.org</a> - <br>— le site Web + <br>— le site Web</li> <li> <a class="title" href="http://www.gnu.org/copyleft/gpl.html">Licence</a> - <br>— la licence GNU GPL + <br>— la licence GNU GPL</li> </ul> </td> <td valign="baseline" class="right-column"> - <ul> <li><a class="title" href="THANKS.html">Remerciements</a> - <br>— à nos contributeurs + <br>— à nos contributeurs</li> <li><a class="title" href="DEDICATION.html">Dédicace</a> - <br>— par Jan et Han-Wen + <br>— par Jan et Han-Wen</li> </ul> </td> </tr> <tr> <td valign="baseline" class="left-column"> - <ul> </ul> </td> diff --git a/Documentation/index.html.in b/Documentation/index.html.in index c5c6af4..99ec9d8 100644 --- a/Documentation/index.html.in +++ b/Documentation/index.html.in @@ -16,10 +16,10 @@ <body> <div class="header"> - <h1 class="header">LilyPond documentation</h1> + <h1>LilyPond documentation</h1> </div> - <div align="center" class="subheader"> + <div class="subheader"> <p> <strong>Version @TOPLEVEL_VERSION@</strong> <br> @@ -27,7 +27,7 @@ </p> </div> - <table align="center"> + <table id="navigation"> <tbody> <tr> <td class="left-column"> @@ -37,101 +37,95 @@ href="user/lilypond-learning/index.html">Learning Manual</a> (in <a class="title" href="user/lilypond-learning-big-page.html">one big page</a> ~ 1.5 MB, in <a class="title" href="user/lilypond-learning.pdf">PDF</a>) - <br>(start here) + <br>(start here)</li> <li><a class="title" href="user/music-glossary/index.html">Music Glossary</a> (in <a class="title" href="user/music-glossary-big-page.html">one big page</a> ~ 500 kB, in <a class="title" href="user/music-glossary.pdf">PDF</a>) - <br>(for non-English users) + <br>(for non-English users)</li> </ul> </td> <td class="right-column"> <ul> <li> <a class="title" href="topdocs/NEWS.html">News</a> - <br>(changes since the previous major release) + <br>(changes since the previous major release)</li> <li><a class="title" href="../examples.html">Examples</a> - <br>(see some examples) + <br>(see some examples)</li> </ul> </td> </tr> <tr> <td valign="baseline" class="left-column"> - <ul> <li> <a class="title" href="user/lilypond/index.html">Notation Reference</a> (in <a class="title" href="user/lilypond-big-page.html">one big page</a> ~ 4 MB, in <a class="title" href="user/lilypond.pdf">PDF</a>) - <br>(writing music in LilyPond) + <br>(writing music in LilyPond)</li> <li> <a class="title" href="user/lilypond-internals/index.html">Internals Reference</a> (in <a class="title" href="user/lilypond-internals-big-page.html">one big page</a> ~ 1 MB, in <a class="title" href="user/lilypond-internals.pdf">PDF</a>) - <br>(definitions for tweaking) + <br>(definitions for tweaking)</li> </ul> </td> <td valign="baseline" class="right-column"> - <ul> <li> <a class="title" href="user/lilypond-program/index.html">Application Usage</a> (in <a class="title" href="user/lilypond-program-big-page.html">one big page</a>, in <a class="title" href="user/lilypond-program.pdf">PDF</a>) - <br>(how to install and run the program) + <br>(how to install and run the program)</li> <li><a class="title"href="../input/lsr/lilypond-snippets/index.html">Snippets List</a> (in <a class="title" href="../input/lsr/lilypond-snippets-big-page.html">one big page</a> ~ 2MB, in <a class="title" href="user/lilypond-snippets.pdf">PDF</a>) - <br>(Short tricks, tips, and examples) + <br>(Short tricks, tips, and examples)</li> </ul> </td> <tr> <td valign="baseline" class="left-column"> - <ul> <li><a class="title" href="devel.html">Developers resources</a> - <br>(documentation for developers and contributors) + <br>(documentation for developers and contributors)</li> </ul> </td><td class="right-column"> - <ul> <li><a class="title" href="translations.html">Translations status</a> - <br>(see translations progress) + <br>(see translations progress)</li> </ul> </td> </tr> <tr> <td valign="baseline" class="left-column"> - <ul> <li> <a class="title" href="http://lilypond.org/">lilypond.org</a> - <br>(the website) + <br>(the website)</li> <li> <a class="title" href="http://www.gnu.org/copyleft/gpl.html">License</a> - <br> (the GNU GPL) + <br>(the GNU GPL)</li> </ul> </td><td class="right-column"> - <ul> <li><a class="title" href="THANKS.html">Thankyous</a> - <br>(to our contributors) + <br>(to our contributors)</li> <li><a class="title" href="DEDICATION.html">Dedication</a> - <br>(by Jan and Han-Wen) + <br>(by Jan and Han-Wen)</li> </ul> </td> diff --git a/Documentation/lilypond-ie-fixes.css b/Documentation/lilypond-ie-fixes.css index 6587e18..9bdc69a 100644 --- a/Documentation/lilypond-ie-fixes.css +++ b/Documentation/lilypond-ie-fixes.css @@ -1,10 +1,12 @@ /***********************************************************/ -/* TOC SIDEBAR */ +/* BASE STYLES */ /***********************************************************/ + body { height: 100%; font-size: 100%; min-height: 0; + text-align: center; } /***********************************************************/ @@ -18,6 +20,19 @@ div#main { overflow-x: auto; } +table.menu { + margin-left: 1em; +} + +.nav_table { + width: 100%; +} + +blockquote { + width: 100%; + margin: 1em 1%; +} + /***********************************************************/ /* TOC SIDEBAR */ /***********************************************************/ @@ -26,3 +41,26 @@ div#tocframe { height: 100%; width: 27%; } + +/***********************************************************/ +/* NAVIGATION */ +/***********************************************************/ + +table#navigation { + margin: 1em auto; +} + + +/***********************************************************/ +/* IE CENTERING FIXES */ +/***********************************************************/ + +table#navigation, div#tocframe, div#main, +p, .footer, #languages { + text-align: left; +} + +div.subheader p { + text-align: center; +} + diff --git a/Documentation/lilypond-mccarty.css b/Documentation/lilypond-mccarty.css index b960c40..177cf8f 100644 --- a/Documentation/lilypond-mccarty.css +++ b/Documentation/lilypond-mccarty.css @@ -21,39 +21,42 @@ body { /* HEADERS */ /***********************************************************/ -.chapter, .section, .subsection, +.chapter, .section, .subsection, .subsubsection, .appendix, .appendixsec, .appendixsubsec, -.unnumberedsubsubsec, .subsubheading { - color: #248; +.unnumbered, .unnumberedsec, .unnumberedsubsubsec, +.subheading, .subsubheading { + line-height: 1.125em; + color: #204a87; border-bottom: 1px dashed black; - padding-bottom: 0.3em; - margin-top: 1em; + padding-bottom: 0.15em; + margin-top: 0.6em; margin-bottom: 1em; } .settitle { - background-color: #be6; + background: #b1d281; font-size: 2em; + line-height: 1.125em; text-align: center; margin: 0; - padding: 0.75em; - border: 1px solid #7a2; + padding: 0.4em 0.5em; + border: 1px solid #7b925a; border-width: 0 0 1px 0; } -.chapter { +.chapter, .appendix, .unnumbered { font-size: 1.8em; } -.section { +.section, .appendixsec, .unnumberedsec { font-size: 1.6em; } -.subsection { +.subsection, .appendixsubsec { font-size: 1.4em; } -.unnumberedsubsubsec { +.subheading, .subsubsection, .unnumberedsubsubsec { font-size: 1.25em; } @@ -62,24 +65,31 @@ body { font-weight: bold; } +.chapheading { + text-indent: -999em; + height: 0; + padding: 0; + margin: 0; +} + /***********************************************************/ /* LINKS */ /***********************************************************/ a:link { - color: #344; + color: #3465a4; } a:visited { - color: #850; + color: #8f5902; } a:active { - color: #7d1; + color: #73d216; } a:hover { - color: #c71; + color: #ce5c00; } /***********************************************************/ @@ -89,8 +99,8 @@ a:hover { blockquote { width: 96%; padding: 0; - border: 1px solid #7a2; - border-left: 5px solid #9c4; + border: 1px solid #7b925a; + border-left: 5px solid #a3ca6d; margin: 1em auto; } @@ -103,7 +113,7 @@ blockquote blockquote { border: none; } -.verbatim, .example .example { +.verbatim, .example .example, .lisp { font-size: 1em; padding: 1em; margin: 0; @@ -114,19 +124,19 @@ blockquote blockquote { margin: 0; } -hr { +#main hr { height: 0; padding: 0; border: 0; - margin: 1em 0 0 0; + margin: 0; text-indent: -999em; } table.cartouche { - background: #eee; + background: #f5f5dc; /* beige */ width: 85%; padding: 0 0.5em; - border: 2px solid #8e3; + border: 2px solid #8f5902; margin: 0 auto 1em; } @@ -155,7 +165,12 @@ div#main { } div#main li { - padding-right: 1em; + padding: 0 1em 0.5em 0; +} + +div#main ul { + margin: 0; + padding-left: 3em; } h1, h2, h3, h4, p, table, address, dt { @@ -163,8 +178,14 @@ h1, h2, h3, h4, p, table, address, dt { padding-right: 1em; } +p { + margin: 1em 0; +} + #languages { - padding: 1em; + background-color: #f5f5dc; /* beige */ + padding: 0.5em 1em; + border-top: 1px solid #7b925a; margin: 0; } @@ -175,6 +196,14 @@ pre.menu-comment { margin: 0; } +#main .contents li { + padding-bottom: 0; +} + +#main .contents > ul { + margin-bottom: 1em; +} + /***********************************************************/ /* TOC SIDEBAR */ /***********************************************************/ @@ -188,7 +217,7 @@ div#tocframe { padding: 0; margin: 0; overflow: auto; - background-color: #eee; + background-color: #f5f5dc; /* beige */ z-index: 100; list-style-type: none; font-size: 0.83em; @@ -201,29 +230,12 @@ div#tocframe { } } -/* This is an interesting debate. - * In div#main, I think links should be - * underlined, but it would be safe to - * take text-decoration away from links in - * div#tocframe. I like the hover underline - * effect though. - * -#tocframe a:link, #tocframe a:visited { - text-decoration: none; -} - -#tocframe a:hover { - text-decoration: underline; -} - */ - div#tocframe h4 { font-size: 1em; font-weight: normal; color: #344; - background-color: #bbb; + background-color: #babdb6; padding: 2px 0 1px 1em; - border-top: 5px solid #677; border-bottom: 1px solid #788; margin: 0; } @@ -271,40 +283,44 @@ li.toc_current ul { background: transparent; } - /***********************************************************/ /* NAVIGATION */ /***********************************************************/ .nav_table { width: 100%; - background-color: #bbb; + background: #babdb6; font-size: 0.8em; padding: 0; border: 0; - border-top: 5px solid #677; border-bottom: 1px solid #788; margin: 0; } +.nav_table tr, .nav_table td, .nav_table a { + padding: 0; + margin: 0; +} + div.header { - background-color: #be6; + background: #b1d281; text-align: center; padding: 0.5em; + border-bottom: 1px solid #7b925a; margin: 0; height: auto; } div.header h1 { - padding: 0.5em; + font-size: 2em; + line-height: 1em; + padding: 0.25em; margin: 0; } div.subheader { background-color: #ddd; padding: 0; - border-top: 5px solid #899; - border-bottom: 1px solid #9aa; margin: 0; text-align: center; } @@ -326,7 +342,7 @@ table#navigation td { table#navigation ul { padding-left: 0.5em; - margin-bottom: 1em; + margin: 0; } table .title { @@ -334,13 +350,12 @@ table .title { } .footer { - background-color: #dfa; - border: 0; - border-top: 1px solid #8a5; - border-bottom: 5px solid #ac7; - padding: 0.4em 0; + background: #c6e7b0; font-size: 0.8em; text-indent: 1em; + border: 0; + padding: 0.4em 0; + margin: 0; } .footer p { @@ -349,6 +364,10 @@ table .title { margin: 0 0.25em; } +table.menu { + margin: 0 0 1em; +} + /***********************************************************/ /* OVERRIDES FOR PRINTING */ /***********************************************************/ diff --git a/Documentation/lilypond.css b/Documentation/lilypond.css index 1d8542d..3ab0768 100644 --- a/Documentation/lilypond.css +++ b/Documentation/lilypond.css @@ -174,6 +174,14 @@ h1.header { font-size: 220%; } +div.subheader { + text-align: center; +} + +#navigation { + margin: 0 auto; +} + .nav_table { width: 100%; background-color: #CCD3CC; @@ -184,6 +192,10 @@ h1.header { font-size: 0.8em; } +.title { + font-weight: bold; +} + .footer { background-color: #E7EFE3; padding: 5; -- 1.6.0.2
_______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel