styles/next.style
changeset 1620 49812898bfe2
parent 498 ca1d11e446ce
child 1853 c3d87b4f6051
equal deleted inserted replaced
1619:4a7dbd25c588 1620:49812898bfe2
     1 ; View defaultStyle:#next 
     1 ; View defaultStyle:#next 
     2 ;
     2 ;
     3 ; NeXT look-alike - almost like motif or iris,
     3 ; NeXT look-alike - almost like motif or iris,
     4 ; but with smoother edges and frames around scrollbars and selections
     4 ; but with smoother edges and frames around scrollbars and selections
     5 ;
     5 ;
     6 ; $Header: /cvs/stx/stx/libview/styles/next.style,v 1.6 1996-03-06 11:47:53 cg Exp $
     6 ; $Header: /cvs/stx/stx/libview/styles/next.style,v 1.7 1997-04-21 09:08:35 cg Exp $
     7 
     7 
     8 comment  'NeXT look alike'
     8 comment  'NeXT look alike'
     9 
     9 
    10 #if (Language == #german) or:[Language == #de]
    10 #if (Language == #german) or:[Language == #de]
    11 comment  'Angelehnt an NeXT'
    11 comment  'Angelehnt an NeXT'
    71 #endif
    71 #endif
    72 
    72 
    73 popUpListPopPosition            #shifted
    73 popUpListPopPosition            #shifted
    74 
    74 
    75 selectionFont                   Font family:'helvetica' face:'medium' style:'roman' size:12
    75 selectionFont                   Font family:'helvetica' face:'medium' style:'roman' size:12
       
    76 
       
    77 #if Display hasGrayscales not
       
    78 htmlAnchorUnderline                true
       
    79 htmlAnchorForegroundColor          Color black
       
    80 htmlBackgroundColor                Color white
       
    81 htmlActiveAnchorForegroundColor    Color black
       
    82 htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
       
    83 htmlVisitedAnchorForegroundColor   Color black
       
    84 htmlExampleAnchorForegroundColor   Color black
       
    85 #endif
       
    86