# This file is part of sdk-default-theme-config
# 
# Copyright (C) 2005 Nokia Corporation.
# 
# Contact: Ferenc Szekely <ferenc.szekely@nokia.com> 
# 
# This work is licensed under the Creative Commons
# Attribution-NonCommercial-ShareAlike 2.0 License.
# To view a copy of this license,
# visit http://creativecommons.org/licenses/by-nc-sa/2.0/
# or send a letter to Creative Commons,
# 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.


#################################################### 
# OSSO app pictures
#################################################### 

style "osso-appview-background" {
   HildonAppview::border-width = 0
   engine "sapwood" {
	image {
	 	function = BOX
		state = NORMAL
		detail = "left-border"
		file = "../images/qgn_plat_application_frame_left.png"
		stretch = TRUE
	}
	image {
		function = BOX
		state = NORMAL
		detail = "right-border"
		file = "../images/qgn_plat_application_frame_right.png"
		stretch = TRUE
	}
	image {
	 	function = BOX
		state = NORMAL
		detail = "bottom-border"
		file = "../images/qgn_plat_application_frame_bottom.png"
		border = { 24, 24, 0, 0 }
		stretch = TRUE
        }
	image {
		function = BOX
		state = NORMAL
		detail = "toolbar-frame-top"
		file = "../images/qgn_plat_toolbar_frame_top.png"
		border = { 24, 24, 0, 0 }
		stretch = TRUE
	}
	image {
		function = BOX
		state = NORMAL
		detail = "toolbar-frame-middle"
		file = "../images/qgn_plat_toolbar_frame_middle.png"
		border = { 24, 24, 0, 0 }
		stretch = TRUE
	}
	image {
		function = BOX
		state = NORMAL
		detail = "toolbar-frame-bottom"
		file = "../images/qgn_plat_toolbar_frame_bottom.png"
		border = { 24, 24, 0, 0 }
		stretch = TRUE
	}
	image {
		function = BOX
		state = NORMAL
		detail = "findtoolbar"
		file = "../images/qgn_plat_toolbar_find.png"
		border = { 24, 24, 0, 0 }
		stretch = TRUE
	}
	image {
		function = BOX
		state = NORMAL
		detail = "toolbar"
		file = "../images/qgn_plat_toolbar.png"
		border = { 24, 24, 0, 0 }
		stretch = TRUE
	}

	image {
		function = BOX
		state = NORMAL
		detail = "toolbar-fullscreen-frame-top"
		file = "../images/qgn_plat_toolbar_fullscreen_frame_top.png"
		border = { 24, 24, 0, 0 }
		stretch = TRUE
	}
	image {
		function = BOX
		state = NORMAL
		detail = "toolbar-fullscreen-frame-middle"
		file = "../images/qgn_plat_toolbar_fullscreen_frame_middle.png"
		border = { 24, 24, 0, 0 }
		stretch = TRUE
	}
	image {
		function = BOX
		state = NORMAL
		detail = "toolbar-fullscreen-frame-bottom"
		file = "../images/qgn_plat_toolbar_fullscreen_frame_bottom.png"
		border = { 24, 24, 0, 0 }
		stretch = TRUE
	}
	image {
		function = BOX
		state = NORMAL
		detail = "findtoolbar-fullscreen"
		file = "../images/qgn_plat_toolbar_fullscreen_find.png"
		border = { 24, 24, 0, 0 }
		stretch = TRUE
	}
	image {
		function = BOX
		state = NORMAL
		detail = "toolbar-fullscreen"
		file = "../images/qgn_plat_toolbar_fullscreen.png"
		border = { 24, 24, 0, 0 }
		stretch = TRUE
	}
   }
}
widget_class "*.HildonAppView" style "osso-appview-background"
class "HildonAppView" style "osso-appview-background"
