styles/mswindows.common
changeset 1620 49812898bfe2
parent 1448 842f1d283a7b
child 1948 6a9b754ca6d3
equal deleted inserted replaced
1619:4a7dbd25c588 1620:49812898bfe2
     1 ; common for all mswindows-like styles 
     1 ; common for all mswindows-like styles 
     2 ;
     2 ;
     3 ; this is not yet completed
     3 ; this is not yet completed
     4 ;
     4 ;
     5 ; $Header: /cvs/stx/stx/libview/styles/mswindows.common,v 1.3 1997-03-07 23:45:37 cg Exp $
     5 ; $Header: /cvs/stx/stx/libview/styles/mswindows.common,v 1.4 1997-04-21 09:08:35 cg Exp $
     6 
     6 
     7 name                            #mswindows
     7 name                            #mswindows
     8 
     8 
     9 ;this seems not fully true, buttons
     9 ;this seems not fully true, buttons
    10 ;and scrollers show some 3D.
    10 ;and scrollers show some 3D.
    88 
    88 
    89 pullDownMenuKeepMenu            true
    89 pullDownMenuKeepMenu            true
    90 
    90 
    91 popUpListPopPosition            #below 
    91 popUpListPopPosition            #below 
    92 
    92 
       
    93 #if Display hasGrayscales not
       
    94 htmlAnchorUnderline                true
       
    95 htmlAnchorForegroundColor          Color black
       
    96 htmlBackgroundColor                Color white
       
    97 htmlActiveAnchorForegroundColor    Color black
       
    98 htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
       
    99 htmlVisitedAnchorForegroundColor   Color black
       
   100 htmlExampleAnchorForegroundColor   Color black
       
   101 #else
    93 htmlBackgroundColor               Color white
   102 htmlBackgroundColor               Color white
    94 htmlAnchorForegroundColor         Color green darkened
   103 htmlAnchorForegroundColor         Color green darkened
    95 htmlVisitedAnchorForegroundColor  =htmlAnchorForegroundColor darkened darkened
   104 htmlVisitedAnchorForegroundColor  =htmlAnchorForegroundColor darkened darkened
    96 htmlAnchorUnderlines              true
   105 htmlAnchorUnderlines              true
       
   106 #endif
       
   107