html defs for monochrome displays
authorClaus Gittinger <cg@exept.de>
Mon, 21 Apr 1997 11:08:38 +0200
changeset 1620 49812898bfe2
parent 1619 4a7dbd25c588
child 1621 5b1e6427d5f6
html defs for monochrome displays
styles/generic.style
styles/iris.style
styles/motif.common
styles/mswindows.common
styles/next.style
styles/normal.style
styles/openwin.style
styles/os2.style
styles/st80.style
--- a/styles/generic.style	Sun Apr 20 12:45:23 1997 +0200
+++ b/styles/generic.style	Mon Apr 21 11:08:38 1997 +0200
@@ -26,7 +26,7 @@
 ; all of them for new styles. 
 ;
 ;
-; $Header: /cvs/stx/stx/libview/styles/generic.style,v 1.25 1997-03-19 10:33:57 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/generic.style,v 1.26 1997-04-21 09:08:31 cg Exp $
 
 ;
 ; agenda:
@@ -441,4 +441,4 @@
 htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
 htmlVisitedAnchorForegroundColor   Color red:30 green:0 blue:80
 htmlExampleAnchorForegroundColor   Color red:40 green:0 blue:0
-htmlAnchorUnderlines               false
+htmlAnchorUnderline                false
--- a/styles/iris.style	Sun Apr 20 12:45:23 1997 +0200
+++ b/styles/iris.style	Mon Apr 21 11:08:38 1997 +0200
@@ -3,7 +3,7 @@
 ; silicon graphics style
 ; (somwehat like motif, but with smooth edges and bells&whistles)
 ;
-; $Header: /cvs/stx/stx/libview/styles/iris.style,v 1.17 1997-03-07 20:25:31 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/iris.style,v 1.18 1997-04-21 09:08:33 cg Exp $
 
 comment  'Silicon graphics'' Iris look alike'
 
@@ -143,3 +143,13 @@
 
 activeHelpBackgroundColor         Color yellow lightened
 activeHelpBorderWidth             2
+
+#if Display hasGrayscales not
+htmlAnchorUnderline                true
+htmlAnchorForegroundColor          Color black
+htmlBackgroundColor                Color white
+htmlActiveAnchorForegroundColor    Color black
+htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
+htmlVisitedAnchorForegroundColor   Color black
+htmlExampleAnchorForegroundColor   Color black
+#endif
--- a/styles/motif.common	Sun Apr 20 12:45:23 1997 +0200
+++ b/styles/motif.common	Mon Apr 21 11:08:38 1997 +0200
@@ -2,7 +2,7 @@
 ; common motif stuff (not a style, but included by all motif style variations)
 ;
 ;
-; $Header: /cvs/stx/stx/libview/styles/motif.common,v 1.12 1997-04-01 13:09:25 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/motif.common,v 1.13 1997-04-21 09:08:34 cg Exp $
 
 ;
 ; this is to be included from the real style,
@@ -116,7 +116,15 @@
 rulerForegroundColor            Color black
 rulerBackgroundColor            =viewGrey
 
-
+#if Display hasGrayscales not
+htmlAnchorUnderline                true
+htmlAnchorForegroundColor          Color black
+htmlBackgroundColor                Color white
+htmlActiveAnchorForegroundColor    Color black
+htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
+htmlVisitedAnchorForegroundColor   Color black
+htmlExampleAnchorForegroundColor   Color black
+#endif
 
 infoBoxSeparator                  true
 infoBoxIconFile                   'bitmaps/Information_motif.xbm'
--- a/styles/mswindows.common	Sun Apr 20 12:45:23 1997 +0200
+++ b/styles/mswindows.common	Mon Apr 21 11:08:38 1997 +0200
@@ -2,7 +2,7 @@
 ;
 ; this is not yet completed
 ;
-; $Header: /cvs/stx/stx/libview/styles/mswindows.common,v 1.3 1997-03-07 23:45:37 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/mswindows.common,v 1.4 1997-04-21 09:08:35 cg Exp $
 
 name                            #mswindows
 
@@ -90,7 +90,18 @@
 
 popUpListPopPosition            #below 
 
+#if Display hasGrayscales not
+htmlAnchorUnderline                true
+htmlAnchorForegroundColor          Color black
+htmlBackgroundColor                Color white
+htmlActiveAnchorForegroundColor    Color black
+htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
+htmlVisitedAnchorForegroundColor   Color black
+htmlExampleAnchorForegroundColor   Color black
+#else
 htmlBackgroundColor               Color white
 htmlAnchorForegroundColor         Color green darkened
 htmlVisitedAnchorForegroundColor  =htmlAnchorForegroundColor darkened darkened
 htmlAnchorUnderlines              true
+#endif
+
--- a/styles/next.style	Sun Apr 20 12:45:23 1997 +0200
+++ b/styles/next.style	Mon Apr 21 11:08:38 1997 +0200
@@ -3,7 +3,7 @@
 ; NeXT look-alike - almost like motif or iris,
 ; but with smoother edges and frames around scrollbars and selections
 ;
-; $Header: /cvs/stx/stx/libview/styles/next.style,v 1.6 1996-03-06 11:47:53 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/next.style,v 1.7 1997-04-21 09:08:35 cg Exp $
 
 comment  'NeXT look alike'
 
@@ -73,3 +73,14 @@
 popUpListPopPosition            #shifted
 
 selectionFont                   Font family:'helvetica' face:'medium' style:'roman' size:12
+
+#if Display hasGrayscales not
+htmlAnchorUnderline                true
+htmlAnchorForegroundColor          Color black
+htmlBackgroundColor                Color white
+htmlActiveAnchorForegroundColor    Color black
+htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
+htmlVisitedAnchorForegroundColor   Color black
+htmlExampleAnchorForegroundColor   Color black
+#endif
+
--- a/styles/normal.style	Sun Apr 20 12:45:23 1997 +0200
+++ b/styles/normal.style	Mon Apr 21 11:08:38 1997 +0200
@@ -3,7 +3,7 @@
 ; the good-old normal 2D style - actually not bad to work
 ; with. Also the best to use on black&white displays
 ;
-; $Header: /cvs/stx/stx/libview/styles/normal.style,v 1.9 1997-03-07 11:07:04 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/normal.style,v 1.10 1997-04-21 09:08:36 cg Exp $
 
 comment  'plain good old 2D style.\No fancy decoration, but functional.\Great for monochrome displays.'
 
@@ -49,3 +49,14 @@
 
 checkToggleActiveForegroundColor        Color black
 checkToggleActiveBackgroundColor        Color white
+
+#if Display hasGrayscales not
+htmlAnchorUnderline                true
+htmlAnchorForegroundColor          Color black
+htmlBackgroundColor                Color white
+htmlActiveAnchorForegroundColor    Color black
+htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
+htmlVisitedAnchorForegroundColor   Color black
+htmlExampleAnchorForegroundColor   Color black
+#endif
+
--- a/styles/openwin.style	Sun Apr 20 12:45:23 1997 +0200
+++ b/styles/openwin.style	Mon Apr 21 11:08:38 1997 +0200
@@ -4,7 +4,7 @@
 ; are not openwin-like (and since SUN dropped openwin, no
 ; effort will probably ever be spent on changing this).
 ;
-; $Header: /cvs/stx/stx/libview/styles/openwin.style,v 1.11 1997-03-07 14:26:56 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/openwin.style,v 1.12 1997-04-21 09:08:37 cg Exp $
 ;
 
 comment  'SUN openwin look alike\unfinished (especially scrollbars)'
@@ -87,3 +87,14 @@
 #if Display hasGreyscales
 selectionHilightBackgroundColor       =darkerGrey
 #endif
+
+#if Display hasGrayscales not
+htmlAnchorUnderline                true
+htmlAnchorForegroundColor          Color black
+htmlBackgroundColor                Color white
+htmlActiveAnchorForegroundColor    Color black
+htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
+htmlVisitedAnchorForegroundColor   Color black
+htmlExampleAnchorForegroundColor   Color black
+#endif
+
--- a/styles/os2.style	Sun Apr 20 12:45:23 1997 +0200
+++ b/styles/os2.style	Mon Apr 21 11:08:38 1997 +0200
@@ -2,7 +2,7 @@
 ;
 ; this is not yet completed
 ;
-; $Header: /cvs/stx/stx/libview/styles/os2.style,v 1.8 1997-03-07 22:56:40 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/os2.style,v 1.9 1997-04-21 09:08:37 cg Exp $
 
 comment  'OS/2 look alike'
 
@@ -143,6 +143,21 @@
 pullDownMenuSeparatingLines         false
 pullDownMenuLevel                   0
 pullDownMenuHilightLevel            -1
+#if Display hasGrayscales
 pullDownMenuHilightForegroundColor  Color black
+#else
+pullDownMenuHilightForegroundColor  Color white
+#endif
 pullDownMenuKeepMenu                true
 ; pullDownMenuToggleKeep              true
+
+#if Display hasGrayscales not
+htmlAnchorUnderline                true
+htmlAnchorForegroundColor          Color black
+htmlBackgroundColor                Color white
+htmlActiveAnchorForegroundColor    Color black
+htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
+htmlVisitedAnchorForegroundColor   Color black
+htmlExampleAnchorForegroundColor   Color black
+#endif
+
--- a/styles/st80.style	Sun Apr 20 12:45:23 1997 +0200
+++ b/styles/st80.style	Mon Apr 21 11:08:38 1997 +0200
@@ -2,7 +2,7 @@
 ;
 ; simulation of the old st80 style - looks somewhat like os2
 ;
-; $Header: /cvs/stx/stx/libview/styles/st80.style,v 1.14 1997-03-18 16:22:15 cg Exp $
+; $Header: /cvs/stx/stx/libview/styles/st80.style,v 1.15 1997-04-21 09:08:38 cg Exp $
 
 comment  'old `ST80'' 3D look alike'
 
@@ -105,3 +105,13 @@
 pullDownMenuSeparatingLines         false
 ; pullDownMenuKeepMenu                true
 
+#if Display hasGrayscales not
+htmlAnchorUnderline                true
+htmlAnchorForegroundColor          Color black
+htmlBackgroundColor                Color white
+htmlActiveAnchorForegroundColor    Color black
+htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
+htmlVisitedAnchorForegroundColor   Color black
+htmlExampleAnchorForegroundColor   Color black
+#endif
+