# # Poker3D
# # 
# # Based on 6gnome by Marcus Petzoldt <m.petzoldt@gmx.de>
# # and on Crystal Bluecurve 1.0 - Modified
# # Depends on GTK+ 2.x and pixmap engine
# #
# # Copyright (c) 2004 Philippe Nouhra <www.philours.com>
# # for Mekensleep <www.mekensleep.com>
# #
# # The Poker3D theme is free software; you can redistribute it and/or
# # modify it under the terms of the GNU Library General Public License as
# # published by the Free Software Foundation; either version 2 of the
# # License, or (at your option) any later version.
# #
# # The Poker3D theme is distributed in the hope that it will be useful, but
# # WITHOUT ANY WARRANTY; without even the implied warranty of
# # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# # Library General Public License for more details.
# #
# # You should have received a copy of the GNU Library General Public
# # License along with the Poker3D theme; see the file LICENSE.  If
# # not, write to the Free Software Foundation, Inc., 59 Temple Place -
# # Suite 330, Boston, MA 02111-1307, USA.

style "user_info_window"
{
  GtkWidget::interior_focus         = 1
  GtkWidget::focus_padding          = 1
  GtkWidget::cursor_color           = "#ffffff"
  GtkWidget::secondary_cursor_color = "#ffffff"
  GtkWidget::focus_line_pattern     = "\3\1"
  GtkButton::default_border         = { 0, 0, 0, 0 }
  GtkButton::default_outside_border = { 0, 0, 0, 0 }
  GtkRange::trough_border           = 2
  GtkRange::slider_width            = 11
  GtkRange::stepper_size            = 12
  GtkPaned::handle_size             = 7
  GtkScrollbar::min_slider_length   = 30
  GtkCheckButton::indicator_size    = 12
  GtkMenuBar::internal_padding      = 2
  GtkOptionMenu::indicator_size     = { 12, 8 }
  GtkOptionMenu::indicator_spacing  = { 0, 4, 0, 0 }

  xthickness            = 2
  ythickness            = 2

  fg[NORMAL]        = "#d8d8d8"
  fg[PRELIGHT]      = "#d8d8d8"
  fg[ACTIVE]        = "#d8d8d8"
  fg[SELECTED]      = "#ffffff"
  fg[INSENSITIVE]   = "#404040"
  
  bg[NORMAL]        = "#27282F"
  bg[PRELIGHT]      = "#5058a0"
  bg[ACTIVE]        = "#454f60"
  bg[SELECTED]      = "#5058a0"
  bg[INSENSITIVE]   = "#27282f"

  text[NORMAL]      = "#d8d8d8"
  text[PRELIGHT]    = "#d8d8d8"
  text[ACTIVE]      = "#ffffff"
  text[SELECTED]    = "#ffffff"
  text[INSENSITIVE] = "#404040"

  base[NORMAL]      = "#37383f"
  base[PRELIGHT]    = "#5058a0"
  base[ACTIVE]      = "#757f90"
  base[SELECTED]    = "#5058a0"
  base[INSENSITIVE] = "#27282f"

#  bg_pixmap[NORMAL] = "bg.png"

    font_name="Sans 22"

    engine "pixmap"
    {
     image
     {
       function         = SHADOW
       recolorable      = FALSE
       file             = "personal_information.png"
       border           = { 10, 10, 10, 10 }
       stretch          = TRUE
     }
    }
}

style "label" {
  bg[NORMAL]        = "red"
  bg[PRELIGHT]      = "red"
  bg[ACTIVE]        = "red"
  bg[SELECTED]      = "red"
  bg[INSENSITIVE]   = "red"

  base[NORMAL]      = "green"
  base[PRELIGHT]    = "green"
  base[ACTIVE]      = "green"
  base[SELECTED]    = "green"
  base[INSENSITIVE] = "green"

	
}

class "GtkWindow" style "user_info_window"
widget_class "GtkWindow.*" style "label"
#widget_class "*.GtkFrame*" style "user_info_window"
