styles/normal.style
author Claus Gittinger <cg@exept.de>
Thu, 14 Dec 1995 16:16:13 +0100
changeset 309 8cc4d0e7b41b
parent 180 0b3a8658d55e
child 498 ca1d11e446ce
permissions -rw-r--r--
germanism

; View defaultStyle:#normal 
;
; the good-old normal 2D style - actually not bad to work
; with. Also the best to use on black&white displays
;
; $Header: /cvs/stx/stx/libview/styles/normal.style,v 1.6 1995-12-14 15:16:06 cg Exp $

comment  'plain good old 2D style.\No fancy decoration, but functional.\Great for monochrome displays.'

#if (Language == #german) or:[Language == #de]
comment  'Guter alter 2D Stil ohne Schnörkel & Schleifchen\\Am besten für S/W Monitore'
#endif

is3D                    false
name                    #normal

borderWidth             1
viewBackground          Color white
popupBorderWidth        1     

scrollBarPosition       #left

scrollerViewBackground  Color grey:50
scrollerThumbColor      Color white
scrollerThumbInset      1
scrollerThumbLevel      0
scrollerThumbFrameColor Color black

framedBox3DFrame        false

;
; take smaller fonts on small displays (VGA)
;
#if Display width == 640
; take smaller fonts on VGA screens
font               Font family:'courier' face:'medium' style:'roman' size:10
selectionFont      Font family:'helvetica' face:'medium' style:'roman' size:10
#else
selectionFont      Font family:'helvetica' face:'medium' style:'roman' size:12
menuFont           Font family:'helvetica' face:'bold' style:'roman' size:12
#endif
selectionRightArrowStyle             #solid
selectionRightArrowLevel             0

checkToggleActiveForegroundColor        Color black
checkToggleActiveBackgroundColor        Color white