styles/mswindows3.style
author claus
Sun, 10 Sep 1995 21:36:25 +0200
changeset 183 9341ae0179f4
parent 182 b5f7fdff0f6d
child 309 8cc4d0e7b41b
permissions -rw-r--r--
.

; View defaultStyle:#win95 
;
; $Header: /cvs/stx/stx/libview/styles/mswindows3.style,v 1.4 1995-09-10 19:36:25 claus Exp $

comment  'new win lookalike - unfinished'

is3D                            true
name                            #win95 

#if Display hasGreyscales
viewGrey                        Color grey:67 
lightColor                      Color white
halfShadowColor                 Color grey:33
halfLightColor                  Color white "/ grey:67
#else
viewGrey                        Color white
lightColor                      Color grey:50
#endif
shadowColor                     Color black

borderWidth                     0
viewBackground                  =viewGrey
popupBorderWidth                1     

# soon: CheckToggle.activeLevel          -2
# soon: CheckToggle.passiveLevel          -2
checkToggleActiveLevel          -2
checkTogglePassiveLevel          -2
checkToggleForegroundColor      Color black
checkToggleBackgroundColor      Color white
checkToggleActiveForegroundColor      Color black
checkToggleActiveBackgroundColor      Color white

#if Display hasGreyscales
menuHilightForegroundColor      Color white
menuHilightBackgroundColor      Color blue
#else
menuHilightForegroundColor      Color white
menuHilightBackgroundColor      Color black
#endif

pullDownMenuSeparatingLines         false
pullDownMenuLevel                   0
pullDownMenuKeepMenu                true

selectionHilightForegroundColor      Color white
selectionHilightBackgroundColor      Color blue
selectionHilightFrameColor           Color black
selectionRightArrowLevel             0
selectionRightArrowStyle             #solid

variablePanelHandlePosition     #right 
variablePanelHandleStyle        #motif 

; scrollBarScrollerBordered       true
scrollBarPosition               #right
scrollBarButtonPositions        #around     

#if Display hasGreyscales
; scrollerViewBackground          Color grey:50
; scrollerViewBackground          Color grey:80 
scrollerThumbColor              Color lightGrey
scrollerThumbEdgeStyle          #soft
#else
scrollerThumbColor              Color white
#endif
; scrollerThumbFixHeight          true
scrollerThumbLevel              2
;scrollerThumbInset              1
scrollerThumbInset              0
scrollerBorderWidth             1
scrollerLevel                   0

buttonEdgeStyle                 #soft
;buttonActiveLevel               1
buttonActiveLevel               -1 "/ 0
buttonPassiveLevel              2
#if Display hasGreyscales
; buttonActiveForegroundColor     Color black
; buttonActiveBackgroundColor     Color white
; buttonEnteredBackgroundColor    Color lightGrey
buttonHalfShadowColor           =viewGrey darkened
buttonHalfLightColor            Color white
#else
buttonActiveBackgroundColor     Color black
buttonActiveForegroundColor     Color white
#endif

arrowButtonUpFormFile             'ScrollUp.w95.14.xbm'.
arrowButtonDownFormFile           'ScrollDn.w95.14.xbm'.
arrowButtonLeftFormFile           'ScrollLt.w95.14.xbm'.
arrowButtonRightFormFile          'ScrollRt.w95.14.xbm'.

selectionFont                   Font family:'helvetica' face:'medium' style:'roman' size:12

htmlBackgroundColor               Color white
htmlAnchorForegroundColor         Color green darkened
htmlVisitedAnchorForegroundColor  =htmlAnchorForegroundColor
htmlAnchorUnderlines              true

activeHelpBackgroundColor         Color yellow lightened
activeHelpBorderWidth             2