You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tcl.apache.org by mx...@apache.org on 2019/12/06 11:40:31 UTC

[tcl-rivet] branch master updated: New color scheme for Rivet 3.2 manual

This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git


The following commit(s) were added to refs/heads/master by this push:
     new 12b12ba  New color scheme for Rivet 3.2 manual
     new 0ac4f42  Merge branch 'master' of https://gitbox.apache.org/repos/asf/tcl-rivet
12b12ba is described below

commit 12b12bacadd6ea67407958d628597bdc3d0aa158
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Fri Dec 6 12:39:50 2019 +0100

    New color scheme for Rivet 3.2 manual
---
 ChangeLog     |  3 +++
 doc/rivet.css | 67 ++++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 44 insertions(+), 26 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8ff467e..29a21c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-12-06 Massimo Manghi <mx...@apache.org>
+    * doc/rivet.css: new color scheme for docbook manual
+
 2019-11-29 Brice Hamon <bh...@apache.org>
    * src/mod_rivet_ng/mod_rivet_cache.h: added RivetCache_DeleteEntry
    * src/mod_rivet_ng/mod_rivet_cache.c: 
diff --git a/doc/rivet.css b/doc/rivet.css
index b40b308..71ae239 100644
--- a/doc/rivet.css
+++ b/doc/rivet.css
@@ -31,7 +31,7 @@ PRE.PROGRAMLISTING
         font-family: monospace;
         white-space: pre;
         width:  95%;
-        background-color: #e8ecf2;
+        background-color: #f7e9c6;
         border: solid;
         color:  #000000;
         border-color: #a3b1bc;
@@ -83,8 +83,8 @@ H2
 {       
         COLOR: #ffffff ;
         font-style: italic;
-        border: solid 3px #1d252b;
-        background-color: #a3b1bc;
+        border: solid 3px #e8a34b;
+        background-color: #593c27;
         PADDING: 0.5em;
 }
 
@@ -139,7 +139,7 @@ DIV.VARIABLELIST {
         font-weight: bold;
         margin-top: 10px;
         color: #ffffff ;
-        background-color: #e8ecf2;
+        background-color: #f7e9c6;
         border: solid 1px #a3b1bc;
         padding: 1px
 }
@@ -154,7 +154,16 @@ P {
         font-size: 12px;
 }
 
-/*/*/A{}
+/*/*/
+
+A{
+    color: maroon;
+}
+
+a:visited {
+    color: darkgreen;
+}
+
 BODY P {
 
 /*      font-size: x-small; */
@@ -263,7 +272,7 @@ P.C2 {
 
 DIV.NAVFOOTER {
         color: #000000;
-        background-color: #e8ecf2;
+        background-color: #f7e9c6;
         padding: 5px;
         margin-top: 10px;
         width: 100%;
@@ -272,7 +281,7 @@ DIV.NAVFOOTER {
 
 DIV.NUKEFOOTER {
         color: #000000;
-        background-color: #e8ecf2;
+        background-color: #f7e9c6;
         padding: 5px;
         margin-top: 10px;
         width: 100%;
@@ -281,7 +290,7 @@ DIV.NUKEFOOTER {
 
 DIV.NAVHEADER {
         color: #000000;
-        background-color: #e8ecf2;
+        background-color: #f7e9c6;
         padding: 5px;
         margin-bottom: 10px;
         width: 100%;
@@ -297,7 +306,7 @@ DIV.EXAMPLE,DIV.TOC {
         padding-left: 10px;
         padding-right: 10px;
         color: #000000;
-        background-color: #e8ecf2;
+        background-color: #f7e9c6;
 }
 DIV.EXAMPLE {
         border: thin dotted #22AA22;
@@ -314,8 +323,8 @@ UL  {
      /*    list-style: url("images/tux-bullet.png") disc; */
     }
 
-.namespaces {
-	border: 1px solid black;
+table.namespaces {
+	border-collapse: collapse;
 }
 
 .namespaces td {
@@ -324,11 +333,14 @@ UL  {
 }
 
 .namespaces thead {
-	background-color: #aaf;
+    background-color:   #5e3c27;
+    color:              white;
+    font-size:          1em;
+    text-decoration:    none;
 }
 
 .namespaces tr.init {
-	background-color: #e88;	
+	background-color: #bb8766;	
 }
 
 .namespaces tr.childinit {
@@ -336,7 +348,7 @@ UL  {
 }
 
 .namespaces tr.processing {
-	background-color: #e88;	
+	background-color: #bb8766;	
 }
 	
 .namespaces tr.childexit {
@@ -346,8 +358,10 @@ UL  {
 table.directives {
 	border-collapse: collapse;
 }
+
 .directives thead {
-    background-color:   #bbf;
+    background-color:   #5e3c27;
+    color:              white;
     font-size:          1em;
     text-decoration:    none;
 }
@@ -357,29 +371,30 @@ table.directives {
 }
 
 .directives tbody tr > :first-child {
-    background-color:   #eee;
+    background-color:   #bb8766;
+    color:              white;
     padding-left:       2em;
     padding-right:      2em;
     text-align:         left;
 }
 
 .directives tbody tr > :last-child {
-   text-decoration:    	    none;
-   font-weight: 			normal;
-	font-size: 				small;
-	border-left:			1px solid black;
-	text-align:         	left;
+   text-decoration:    	none;
+   font-weight: 		normal;
+   font-size: 			small;
+   border-left:			1px solid black;
+   text-align:         	left;
 }
 
 .directives tbody tr td {
    text-align:          center;
    text-decoration:     none;
    font-weight: 		normal;
-	padding-left:		1em;
-	padding-right: 		1em;
-	padding-bottom: 	4px;
-	padding-top: 		4px;
-	border-bottom:		1px solid black;
+   padding-left:		1em;
+   padding-right: 		1em;
+   padding-bottom: 	    4px;
+   padding-top: 		4px;
+   border-bottom:		1px solid black;
 }
 
 .note td {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tcl.apache.org
For additional commands, e-mail: commits-help@tcl.apache.org