include "iconrc"

style "solo8-default"
{
  GtkWidget::interior_focus = 1
  GtkWidget::focus_padding = 0

#  GtkWidget::focus_line_pattern     = "\3\1"
  GtkButton::child_displacement_x = 0
  GtkButton::child_displacement_y = 0
  GtkButton::displace_focus = 0
  GtkButton::focus_line_width = 0
  GtkButton::inner_border = { 4, 4, 4, 4 }
  GtkButton::default_border = { 0, 0, 0, 0 }
  GtkButton::default_outside_border = { 0, 0, 0, 0 }
  GtkImage::default_border = { 0, 0, 0, 0 }
  GtkImage::default_outside_border = { 0, 0, 0, 0 }
  GtkRange::trough_border = 0
#  GtkEntry::inner_border    = { 9, 9, 14, 14 }
  GtkEntry::padding = 5

  GtkPaned::handle_size = 7
  
  GtkRange::slider_width = 15
  GtkRange::stepper_size = 15
  GtkScrollbar::min_slider_length = 30
  GtkCheckButton::indicator_size = 13
  GtkRadioButton::indicator_size = 13
  GtkMenuBar::internal-padding = 0

  PanelMenu::stripe-color = "#1E2C43"

  GtkMenuItem::selected_shadow_type = GTK_SHADOW_IN

  xthickness = 2
  ythickness = 2

}

style "solo8-window" = "solo8-default"
{
    bg_pixmap[NORMAL]		= "dlgbkgnd.png"
    bg_pixmap[SELECTED]		= "dlgbkgnd.png"
    bg_pixmap[INSENSITIVE]	= "dlgbkgnd.png"
    bg_pixmap[ACTIVE]		= "dlgbkgnd.png"
    bg_pixmap[PRELIGHT]		= "dlgbkgnd.png"
}

style "solo8-tooltips"
{
#    engine "pixmap" { }
    xthickness = 4
    ythickness = 4
    bg[NORMAL] = { 0.9, 0.9, 0.6 }
    fg[NORMAL] = { 0.3, 0.3, 0.9 }
}

style "solo8-labels"
{
    engine "pixmap" { }
    xthickness = 4
    ythickness = 4
    fg[NORMAL]		= "#eeee00"
    fg[ACTIVE]		= "#ffff22"
    fg[PRELIGHT]	= "#ffff00"
    fg[INSENSITIVE]	= "#dddd22"
    fg[SELECTED]	= "#ffff00"
}

style "solo8-start-button"
{
    xthickness = 15
    ythickness = 5
  GtkWidget::focus_padding = 0
  GtkButton::displace_focus = 0
  GtkButton::focus_line_width = 0

  engine "pixmap"
  {
    image
    {
      function         = BOX
      detail           = "buttondefault"
      file             = "start_up.png"
      border           = { 0, 0, 0, 0 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      shadow           = IN
      state            = PRELIGHT
      recolorable      = TRUE
      file             = "start_focus.png"
      border           = { 0, 0, 0, 0 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      shadow           = IN
      state            = ACTIVE
      recolorable      = TRUE
      file             = "start_focus.png"
      border           = { 0, 0, 0, 0 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      state            = PRELIGHT
      recolorable      = TRUE
      file             = "start_focus.png"
      border           = { 0, 0, 0, 0 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      state            = NORMAL
      recolorable      = TRUE
      file             = "start_up.png"
      border           = { 0, 0, 0, 0 }
      stretch          = TRUE
    }
  }
}

style "solo8-solo-button" = "solo8-default"
{
  engine "pixmap"
  {
    image
    {
      function         = BOX
      detail           = "buttondefault"
      file             = "solo_u.png"
      border           = { 16, 16, 16, 16 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      shadow           = IN
      state            = PRELIGHT
      recolorable      = TRUE
      file             = "solo_u.png"
      border           = { 16, 16, 16, 16 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      shadow           = IN
      state            = ACTIVE
      recolorable      = TRUE
      file             = "solo_d.png"
      border           = { 16, 16, 16, 16 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      state            = PRELIGHT
      recolorable      = TRUE
      file             = "solo_u.png"
      border           = { 16, 16, 16, 16 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      state            = INSENSITIVE
      recolorable      = TRUE
      file             = "solo_u.png"
      border           = { 16, 16, 16, 16 }
      stretch          = TRUE
    }
    image
    {
      function         = BOX
      state            = NORMAL
      recolorable      = TRUE
      file             = "solo_u.png"
      border           = { 16, 16, 16, 16 }
      stretch          = TRUE
    }
  }
}

style "solo8-stat-label-bg"
{
    bg_pixmap[NORMAL]		= "solo_static.png"
    bg_pixmap[SELECTED]		= "solo_static.png"
    bg_pixmap[INSENSITIVE]	= "solo_static.png"
    bg_pixmap[ACTIVE]		= "solo_static.png"
    bg_pixmap[PRELIGHT]		= "solo_static.png"
}

class "GtkWidget" style "solo8-default"
class "GtkWindow" style "solo8-window"
class "GtkTooltips" style "solo8-tooltips"
#class "GtkButton" style "solo8-solo-button"

widget "*_button" style "solo8-solo-button"
widget "*_start_button" style "solo8-start-button"

#widget "*.video_play_button" style "solo8-solo-button"
#widget "*.video_stop_button" style "solo8-solo-button"
#widget "*err_ok_button" style "solo8-solo-button"
#widget "*err_cancel_button" style "solo8-solo-button"
#widget "*back_button" style "solo8-solo-button"
#widget "*fwd_button" style "solo8-solo-button"
#widget "*solo_button" style "solo8-solo-button"
#widget "*del_button" style "solo8-solo-button"
#widget "*sound_button" style "solo8-solo-button"
#widget "*help_button" style "solo8-solo-button"
#widget "*pref_button" style "solo8-solo-button"
#widget "*pref_save_button" style "solo8-solo-button"
#widget "*pref_reset_button" style "solo8-solo-button"
#widget "*credits_button" style "solo8-solo-button"
#widget "*about_button" style "solo8-solo-button"
#widget "*.stat_common_button" style "solo8-solo-button"
#widget "*.stat_full_button" style "solo8-solo-button"
#widget "*.stat_exercises_button" style "solo8-solo-button"
#widget "*.stat_dates_button" style "solo8-solo-button"
#widget "*statistic_button" style "solo8-solo-button"
widget "*_name_eventbox" style "solo8-stat-label-bg"
widget "*_info_eventbox" style "solo8-stat-label-bg"
widget "*_name" style "solo8-labels"
widget "*_info" style "solo8-labels"
