texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo ChangeLog texi2html/Makefile.am texi2ht...


From: Patrice Dumas
Subject: texinfo ChangeLog texi2html/Makefile.am texi2ht...
Date: Sat, 18 Sep 2010 06:27:41 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        10/09/18 06:27:41

Modified files:
        .              : ChangeLog 
        texi2html      : Makefile.am 
Added files:
        texi2html/examples: texinfo-bright-colors.css 

Log message:
                * texi2html/examples/texinfo-bright-colors.css, 
texi2html/Makefile.am:
                New css file with bright and contrasting colors.
        
        (change to Makefile.am from Patrice Dumas (pertusus), 
        texinfo-bright-colors.css from Jaakko Hollmén).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1141&r2=1.1142
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/Makefile.am?cvsroot=texinfo&r1=1.80&r2=1.81
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/examples/texinfo-bright-colors.css?cvsroot=texinfo&rev=1.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1141
retrieving revision 1.1142
diff -u -b -r1.1141 -r1.1142
--- ChangeLog   16 Sep 2010 23:51:18 -0000      1.1141
+++ ChangeLog   18 Sep 2010 06:27:40 -0000      1.1142
@@ -1,3 +1,8 @@
+2010-09-18  Jaakko Hollmén  <address@hidden>
+
+       * texi2html/examples/texinfo-bright-colors.css, texi2html/Makefile.am:
+       New css file with bright and contrasting colors.
+
 2010-09-16  Karl Berry  <address@hidden>
 
        * doc/texinfo.txi (Customizing {Layout,Content} of Special Elements):

Index: texi2html/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/Makefile.am,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -b -r1.80 -r1.81
--- texi2html/Makefile.am       12 Aug 2010 23:07:30 -0000      1.80
+++ texi2html/Makefile.am       18 Sep 2010 06:27:41 -0000      1.81
@@ -64,6 +64,7 @@
  parse_8bit_makeinfo_maps.pl gettext_to_separated.pl separated_to_hash.pl
 
 # style_example.css comes from http://planet.gnu.org/~ams/style.css
+# texinfo-bright-colors.css from http://hollmen.net/texinfo/ by Jaakko Hollmén
 EXTRA_DIST = \
        configure.ac \
        config.rpath \
@@ -89,6 +90,7 @@
        examples/bib-example.texi \
        examples/glossary.texi \
        examples/style_example.css \
+       examples/texinfo-bright-colors.css \
        lib \
        po_messages/Makevars.in \
        po_messages/POTFILES.in.in \

Index: texi2html/examples/texinfo-bright-colors.css
===================================================================
RCS file: texi2html/examples/texinfo-bright-colors.css
diff -N texi2html/examples/texinfo-bright-colors.css
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ texi2html/examples/texinfo-bright-colors.css        18 Sep 2010 06:27:41 
-0000      1.1
@@ -0,0 +1,205 @@
+
+/* === === === === === === === === === === === === === === === === ===
+
+   This file: texinfo-bright-colors.css
+   Version:   1.01
+   Date:      September 17, 2010
+   Author:    Jaakko Hollmén, e-mail: address@hidden
+
+   The purpose of this cascading style sheet (CSS) style file named
+   "texinfo-bright-colors.css" is to introduce several bright and
+   contrasting colors for the structural elements of an HTML file.
+   The primary focus of the CSS style is to observe the sturucture
+   of HTML files created with Texinfo documentation system, more
+   specifically texi2html.
+
+   This is NOT a presentation style but a visualization of the
+   structure of an HTML file through coloring of the elements. The
+   style file may turn out to be useful for both developers of the
+   HTML outputting tools and the Texinfo documentation writers who
+   are interested in the outputted HTML structure.
+
+   The coloring has been achieved by associating a background-color
+   defined in the CSS file to important HTML elements. Minimal
+   formatting has been done, except some expanded space has been
+   introduced to horizontal rulers hr in order to make them more
+   visible. There are margins around the document resembling a
+   book-like presentation in the browser.
+
+   This Cascading Style Sheet (CSS) file confroms to the CSS
+   standard, level 2.1. You can validate the correctness of your
+   own CSS style file or modification of the current CSS style file
+   at the Web address: http://jigsaw.w3.org/css-validator/ by one
+   the three input methods available.
+
+   If you edit your already produced HTML file generated by hand,
+   change the <style> .... </style> section in the header part of
+   the HTML file with the following line:
+
+   <link rel="stylesheet" href="texinfo-bright-colors.css"> 
+
+   This line must be contained in the <header> ... </header>
+   section of the HTML file. Alternatively, you can include the CSS
+   style file when compiling as follows:
+
+   texi2dvi --css-include=texinfo-bright-colors.css my-doc.texi
+
+   Note: The output will be very colorful (!), you have been warned.
+
+   --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
+
+   (c) Copyright, Jaakko Hollmén, Finland, address@hidden
+       September, 2010
+
+   The current file "texinfo-bright-colors.css" is free software:
+   you can redistribute it and/or modify it under the terms of the
+   GNU General Public License as published by the Free Software
+   Foundation, either version 3 of the License, or (at your option)
+   any later version.
+
+   The current file "texinfo-bright-colors.css" is distributed in
+   the hope that it will be useful, but WITHOUT ANY WARRANTY;
+   without even the implied warranty of MERCHANTABILITY or FITNESS
+   FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+   for more details.
+
+   === === === === === === === === === === === === === === === === */
+
+body {
+margin: 30px 10% 30px 10%;
+background-color: white;
+}
+
+h1 {
+  background-color: #FF0000;
+}
+
+h2 {
+  background-color: #FF0066;
+}
+
+h3 {
+  background-color: #FF00CC;
+}
+
+h4 {
+  background-color: #FF33FF;
+}
+
+h5 {
+  background-color: #FF99FF;
+}
+
+p {
+  background-color: #B0B0B0; 
+}
+
+blockquote {
+  background-color: #FFCCFF;
+}
+
+div.shortcontents { 
+  background-color: #FF9900;
+} 
+
+div.contents {
+  background-color: #FF9900;
+} 
+
+div.defun { 
+  background-color: #FF9900;
+} 
+
+div.float { 
+  background-color: #FF9900; 
+} 
+
+div.footnote { 
+  background-color: #FF9900; 
+} 
+
+div.node {
+  background-color: #FF9900; 
+}
+
+ul { 
+  background-color: #FF9900; 
+} 
+
+ol { 
+  background-color: #CCFF33; 
+}
+
+table {
+  background-color: #FFFF00;
+}
+
+tr {
+  background-color: #66FF00;
+}
+
+td {
+  background-color: #66CC00;
+}
+
+dl { 
+  background-color: #00FF00;
+} 
+
+dt { 
+  background-color: #66CC00;
+}
+
+dd { 
+  background-color: #00FFFF;
+}
+
+pre.display {
+  background-color: #33CCFF;
+}
+
+pre.smalldisplay {
+  background-color: #33CCFF;
+}
+
+pre.example {
+  background-color: #33CCFF;
+}
+
+pre.smallexample {
+  background-color: #33CCFF;
+}
+
+pre.format {
+  background-color: #33CCFF;
+}
+
+pre.smallformat {
+  background-color: #33CCFF;
+}
+
+pre.lisp {
+  background-color: #33CCFF;
+}
+
+pre.smalllisp {
+  background-color: #33CCFF;
+}
+
+pre.sp {
+  background-color: #33CCFF;
+}
+
+pre.verbatim {
+  background-color: #33CCFF;
+}
+
+code {
+  background-color: #00FF00;
+}
+
+hr {
+  background-color: #000000;
+  padding-top: 0.2em;
+  padding-bottom: 0.2em;
+}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]