

style "northside-default"
{
  #GtkWidget::interior_focus = 1
  #GtkButton::default_border = { 3, 3, 3, 3 }
  #GtkButton::default_outside_border = { 3, 3, 3, 3 }
  #GtkRange::trough_border = 0
  #
  #GtkWidget::focus_padding = 1
  #
  #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
  #
  #GtkButton::child_displacement_x = 0
  #GtkButton::child_displacement_y = 1

  bg[NORMAL]      = "#f6f6f6"
  bg[PRELIGHT]	  = "#e8eff0"
  fg[PRELIGHT]    = "#202020"
  bg[ACTIVE]	  = "#d9d9d9"
  bg[INSENSITIVE] = "#d9d9d9"
  bg[SELECTED]    = "#99a6bf"

  base[SELECTED]  = "#7b96ac"
  text[SELECTED]  = "#ffffff"


  engine "industrial" 
    {
      contrast = 1.0
    }
}

style "northside-wide" = "northside-default"
{
  engine "industrial" 
    {
      wide = TRUE
      contrast = 1.0
    }
}

style "northside-unrounded" = "northside-default"
{
  engine "industrial" 
    {
      rounded_buttons = FALSE
      contrast = 1.0
    }
}

style "northside-menu" = "northside-default"
{
  #bg[PRELIGHT]    = "#7b96ac"
  #bg[SELECTED]    = "#7b96ac"
  bg[PRELIGHT]    = "#7b92a5"
  bg[SELECTED]    = "#577591"
  
  fg[PRELIGHT]  = "#ffffff"
  fg[SELECTED]  = "#ffffff"
}

style "northside-frame-title" = "northside-default"
{
  fg[NORMAL] = { 0.25,0.25,0.25 }
}

style "northside-tooltips" = "northside-default"
{
  bg[NORMAL] = { 0.9,0.9,0.9 }
}

style "northside-evolution-addressbook" = "northside-default"
{
  bg[NORMAL] = "#d6d6d6"
}

class "GtkWidget" style "northside-default"
class "GtkButton" style "northside-wide"
class "GtkRange" style "northside-wide"
class "GtkMenu" style "northside-wide"
class "GtkFrame" style "northside-wide"
class "GtkStatusbar" style "northside-wide"
class "GtkMenuItem" style "northside-menu"
widget_class "*.*MenuItem.*" style "northside-menu"
class "GtkEntry" style "northside-wide"
widget_class "*.GtkFrame.GtkLabel" style "northside-frame-title"
widget "gtk-tooltips" style "northside-tooltips"

#widget_class "*.GtkTreeView.GtkButton" style "northside-unrounded"
#widget_class "*.GtkCTree.GtkButton" style "northside-unrounded"
#widget_class "*.GtkList.GtkButton" style "northside-unrounded"
#widget_class "*.GtkCList.GtkButton" style "northside-unrounded"
widget_class "*.GtkList.*" style "northside-unrounded"
widget_class "*.GtkCList.*" style "northside-unrounded"
widget_class "*.ETree.*" style "northside-unrounded"
widget_class "*.ETable.*" style "northside-unrounded"

widget_class "*.EMinicardViewWidget" style "northside-evolution-addressbook"

