! Stylefile for blackbox

! -- info --
style.name:                         tremkar_01
style.author:                       pcc aka blockhead
style.date:                         nov 2005
style.credits:                      
style.comments:                     made in linux bb 0.7 - wall at: http://www.deviantart.com/deviation/25082292/

# the above lines are old syntax, kept here so that the boxshots.org
# site won't drop this style
#
# tremkar_01 by blockhead aka pcc
# all ines from here on down use only valid linux bb 0.7 syntax
# written for linux bb 0.7 using the "new" (as of 2005) syntax *only*

# seems to be that adding the word "border" at the end of
# an "appearance" tag turns the border on.   This was really
# pissing me off at first but once I "Got" it I realized
# the power & flexibility: now every item independently can
# be set to have a border or not, and a separate color,
# and a separate thickness.  Nice.

# general/global: it's possible to set almost all attributes in 
# just a few lines.  Wildcards are handy.
*appearance:          solid flat
*backgroundColor:     rgb:8c/7f/5d
*foregroundColor:     rgb:63/59/3c
*textColor:           rgb:23/1d/20
*font:                anorexia
*alignment:           left
*marginWidth:         2
*borderColor:         rgb:23/1d/20
*borderWidth:         1

# wall at: http://www.deviantart.com/deviation/25082292/
rootCommand:  bsetbg -full ~/backgrounds/Fall_by_katinarose.jpg

# specifics - anything that deviates from the stuff we've already
# set via the wildcards.  Note the wildcards in the middle of
# some commands
window.handleHeight:             4
*button*.appearance:             solid flat border
*button*.borderColor:            rgb:9c/8f/6d
*pressed.appearance:             solid flat border
*pressed.backgroundColor:        rgb:1a/ea/fe
*windowLabel.backgroundColor:    rgb:63/59/3c
*pressed.borderWidth:            2
*active.backgroundColor:         rgb:63/59/3c
*active.foregroundColor:         rgb:23/1d/20
*label.focus.backgroundColor:    rgb:63/59/3c
manu*marginWidth:                3
menu.title.appearance:           flat solid border
menu.title.backgroundColor:      rgb:63/59/3c
menu.title.borderColor:          rgb:8c/7f/5d
menu.title.borderWidth:          2

# actual end of this file - my, that was short  :)
