# -*- shell-script -*-
include "gtkrc.mockup"

style "bet_seat_style_font" = "bet_seat0_style"
{
  font_name="FreeSans Bold 7"
}

style "pot_style_font" = "pot_style"
{
  font_name="FreeSans Bold 7"
}

style "raise_style_font" = "raise_style"
{
  font_name="FreeSans Bold 7"
  fg[NORMAL] = "#ffffff"
}

style "check_style_font" = "check_style"
{
  font_name="FreeSans Bold 7"
  fg[NORMAL] = "#ffffff"
}

style "fold_style_font" = "fold_style"
{
  font_name="FreeSans Bold 7"
  fg[NORMAL] = "#ffffff"
}

style "call_style_font" = "call_style"
{
  font_name="FreeSans Bold 7"
  fg[NORMAL] = "#ffffff"
}

style "raise_range_style_font" = "raise_range_style"
{
  font_name="FreeSans Bold 7"
  fg[NORMAL] = "#ffffff"
  engine "pixmap"
  {
     image
     {
	 function = SLIDER
	 file = "raise_slider.png"
     }
  }
}

style "chat_history_window_style_font"
{
  font_name="FreeSans Bold 7"
  base[NORMAL] = "#000000"
}

style "sit_seat_style_prelight" = "sit_seat0_style"
{
    engine "pixmap"
    {
	image
	{
	    state = PRELIGHT
	    function = BOX
	    file = "player_active.png"
	}
    }
}

widget "*game_window*bet_seat*" style "bet_seat_style_font"
widget "*game_window*pot*" style "pot_style_font"
widget "*game_window*raise*" style "raise_style_font"
widget "*game_window*check*" style "check_style_font"
widget "*game_window*fold*" style "fold_style_font"
widget "*game_window*call*" style "call_style_font"
widget "*game_window*raise_range" style "raise_range_style_font"
widget "*chat_history*" style "chat_history_window_style_font"
widget "*game_window*sit_seat*" style "sit_seat_style_prelight"