styles/normal.style
changeset 1620 49812898bfe2
parent 1440 114c32a3d0ea
child 1948 6a9b754ca6d3
equal deleted inserted replaced
1619:4a7dbd25c588 1620:49812898bfe2
     1 ; View defaultStyle:#normal 
     1 ; View defaultStyle:#normal 
     2 ;
     2 ;
     3 ; the good-old normal 2D style - actually not bad to work
     3 ; the good-old normal 2D style - actually not bad to work
     4 ; with. Also the best to use on black&white displays
     4 ; with. Also the best to use on black&white displays
     5 ;
     5 ;
     6 ; $Header: /cvs/stx/stx/libview/styles/normal.style,v 1.9 1997-03-07 11:07:04 cg Exp $
     6 ; $Header: /cvs/stx/stx/libview/styles/normal.style,v 1.10 1997-04-21 09:08:36 cg Exp $
     7 
     7 
     8 comment  'plain good old 2D style.\No fancy decoration, but functional.\Great for monochrome displays.'
     8 comment  'plain good old 2D style.\No fancy decoration, but functional.\Great for monochrome displays.'
     9 
     9 
    10 #if (Language == #german) or:[Language == #de]
    10 #if (Language == #german) or:[Language == #de]
    11 comment  'Guter alter 2D Stil ohne Schnörkel & Schleifchen\\Am besten für S/W Monitore'
    11 comment  'Guter alter 2D Stil ohne Schnörkel & Schleifchen\\Am besten für S/W Monitore'
    47 selectionRightArrowStyle             #solid
    47 selectionRightArrowStyle             #solid
    48 selectionRightArrowLevel             0
    48 selectionRightArrowLevel             0
    49 
    49 
    50 checkToggleActiveForegroundColor        Color black
    50 checkToggleActiveForegroundColor        Color black
    51 checkToggleActiveBackgroundColor        Color white
    51 checkToggleActiveBackgroundColor        Color white
       
    52 
       
    53 #if Display hasGrayscales not
       
    54 htmlAnchorUnderline                true
       
    55 htmlAnchorForegroundColor          Color black
       
    56 htmlBackgroundColor                Color white
       
    57 htmlActiveAnchorForegroundColor    Color black
       
    58 htmlActiveAnchorBackgroundColor    =htmlBackgroundColor
       
    59 htmlVisitedAnchorForegroundColor   Color black
       
    60 htmlExampleAnchorForegroundColor   Color black
       
    61 #endif
       
    62