styles/os2.style
changeset 1620 49812898bfe2
parent 1447 968c4326f1b9
child 1853 c3d87b4f6051
equal deleted inserted replaced
1619:4a7dbd25c588 1620:49812898bfe2
     1 ; View defaultStyle:#os2 
     1 ; View defaultStyle:#os2 
     2 ;
     2 ;
     3 ; this is not yet completed
     3 ; this is not yet completed
     4 ;
     4 ;
     5 ; $Header: /cvs/stx/stx/libview/styles/os2.style,v 1.8 1997-03-07 22:56:40 cg Exp $
     5 ; $Header: /cvs/stx/stx/libview/styles/os2.style,v 1.9 1997-04-21 09:08:37 cg Exp $
     6 
     6 
     7 comment  'OS/2 look alike'
     7 comment  'OS/2 look alike'
     8 
     8 
     9 #if (Language == #german) or:[Language == #de]
     9 #if (Language == #german) or:[Language == #de]
    10 comment  'An `OS/2'' angelehnter Stil'
    10 comment  'An `OS/2'' angelehnter Stil'
   141 
   141 
   142 pullDownMenuFont                    =selectionFont
   142 pullDownMenuFont                    =selectionFont
   143 pullDownMenuSeparatingLines         false
   143 pullDownMenuSeparatingLines         false
   144 pullDownMenuLevel                   0
   144 pullDownMenuLevel                   0
   145 pullDownMenuHilightLevel            -1
   145 pullDownMenuHilightLevel            -1
       
   146 #if Display hasGrayscales
   146 pullDownMenuHilightForegroundColor  Color black
   147 pullDownMenuHilightForegroundColor  Color black
       
   148 #else
       
   149 pullDownMenuHilightForegroundColor  Color white
       
   150 #endif
   147 pullDownMenuKeepMenu                true
   151 pullDownMenuKeepMenu                true
   148 ; pullDownMenuToggleKeep              true
   152 ; pullDownMenuToggleKeep              true
       
   153 
       
   154 #if Display hasGrayscales not
       
   155 htmlAnchorUnderline                true
       
   156 htmlAnchorForegroundColor          Color black
       
   157 htmlBackgroundColor                Color white
       
   158 htmlActiveAnchorForegroundColor    Color black
       
   159 htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
       
   160 htmlVisitedAnchorForegroundColor   Color black
       
   161 htmlExampleAnchorForegroundColor   Color black
       
   162 #endif
       
   163