diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-22 22:39:11 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-22 22:39:11 +0000 |
commit | b3ca0eb9198a66f163140dd0eccde35677921f12 (patch) | |
tree | 3a40c41208b3929029e9113648702a931f4f64e6 /live/themes | |
parent | d9e1b706df7ebcb0fa7e7e716291f9c88aad6a24 (diff) | |
download | vdr-plugin-live-b3ca0eb9198a66f163140dd0eccde35677921f12.tar.gz vdr-plugin-live-b3ca0eb9198a66f163140dd0eccde35677921f12.tar.bz2 |
- directory restructuration regarding static content.
Diffstat (limited to 'live/themes')
44 files changed, 819 insertions, 0 deletions
diff --git a/live/themes/marine/css/theme.css b/live/themes/marine/css/theme.css new file mode 100644 index 0000000..6d9c293 --- /dev/null +++ b/live/themes/marine/css/theme.css @@ -0,0 +1,5 @@ +/* ############################################## + # This is the theme file for the marine theme. + # It is empty because marine theme is the default live theme. + ############################################## +*/ diff --git a/live/themes/marine/img/zap.png b/live/themes/marine/img/zap.png Binary files differnew file mode 100644 index 0000000..d5d8628 --- /dev/null +++ b/live/themes/marine/img/zap.png diff --git a/live/themes/orange-blue/css/theme.css b/live/themes/orange-blue/css/theme.css new file mode 100644 index 0000000..a9fa79b --- /dev/null +++ b/live/themes/orange-blue/css/theme.css @@ -0,0 +1,323 @@ +/* ###################### + # Globals + ###################### +*/ +body { + background-color: #081966; + color: white; +} + +table { + background-color: #263480; +} + +input { + border: 1px solid #081966; + background: #DDDDFF; +} + +select { + border: 1px solid #081966; + background: #DDDDFF; +} + +/* ###################### + # Tooltip style for hints + ###################### +*/ + +div.domTThint { + border: 1px solid #FCB840; + background-color: #EEEEFF; + color: black; +} + + +/* ############################## + # Tooltip style for epg infos + ############################## +*/ + +.domTTepg div.epg_content { + border-left: 1px solid #fffddd; + border-right: 1px solid #fffddd; + border-bottom: 1px solid #fffddd; + background: #263480 url(../img/bg_tools.png) top left repeat-y; +} + +/* ####################### + # Menue + ####################### +*/ + +div.menu { + background: #FCBC40 url(../img/menu_line_bg.png) repeat-x; + border-top: 1px solid #FFFDDD; + border-bottom: 1px solid #FFFDDD; + color: #122DBA; +} + +div.menu a { + color: black; +} + +a#login { + color: red; +} + +div.menu a.active { + color: #122DBA; +} + +div.pagemenu { + background: #FFFFFF url(../img/bg_line.png) top repeat-x; +} + +div.pagemenu div { + background: #FFFFFF url(../img/bg_line_top.png) bottom repeat-x; +} + +div.pagemenu div div { + background: #122DBA; + border-top: 1px solid #C0C0FF; + border-bottom: 1px solid #C0C0FF; +} + +div.pagemenu a { + color: #FCBC40; +} + +div.pagemenu a.active { + color: #FFFDDD; +} + +div.pagemenu span { + color: #FCBC40; +} + +div.pagemenu span.sep { + color: #FCBC40; +} + +/* ####################### + # Info Box (near logo) + ####################### +*/ + +div#infobox { + border: 1px solid #FCBC40; +} + +div#infobox div.st_header { + background: #122DBA; + border-bottom: 1px solid #C0C0FF; +} + +div#infobox div.st_content { + background: #081966 url(../img/bg_line_top.png) top left repeat-x; +} + +div#infobox div.st_controls div.st_update { + border-right: 1px solid #FCBC40; +} + +/* ################################ + # general table cell classes + ################################ +*/ + +table td.bottomrow { + border-bottom: 1px solid #FFFDDD !important; +} + +table td.leftcol { + border-left: 1px solid #FFFDDD; +} + +table td.rightcol { + border-right: 1px solid #FFFDDD; +} + + +/* ################ + # Event + ################ +*/ + +div.station div { + background: url(../img/bg_box_l.png) top left no-repeat; +} + +div.station div div { + background: url(../img/bg_box_r.png) top right no-repeat; +} + +div.station div div div { + background: url(../img/bg_box_h.png) repeat-x; +} + +div.station div div div a { + color: #000000; +} + +td div.station a { + color: #FCBC40; +} + +div.content { + background: #263480 url(../img/bg_tools.png) top left repeat-y; + border-left: 1px solid #FFFDDD; + border-right: 1px solid #FFFDDD; + border-bottom: 1px solid #FFFDDD; +} + +div.__progress { + border: 1px solid #C0C0FF; +} + +div.__progress div.__elapsed { + background-color: #FCB840; +} + + +/* ############# + # Timers + ############# +*/ + +table.listing tr td { + /* background: url(../img/bg_line.png) bottom repeat-x; */ + background: transparent; + border-bottom: 1px solid #FCBC40; +} + +table.listing tr.description td { + background: #122DBA; +} + +table.listing tr td.current { + color: #FCBC40; +} + +table.listing tr.spacer td { + background-color: #081966; +} + +table.listing a { + color: #FCBC40; +} + + +/* + ############################## + # Blue Background Thingy + ############################## +*/ + +div.boxheader { + background: url(../img/bg_box_l.png) top left no-repeat; +} + +div.boxheader div { + background: url(../img/bg_box_r.png) top right no-repeat; +} + +div.boxheader div div { + background: url(../img/bg_box_h.png) repeat-x; + color: black; +} + +/* + ############################## + # Recordings + ############################## +*/ + +div.recordings { + border: 1px solid #FFFDDD; + background-color: #263480; +} + +div.recording_item { + /* background: url(../img/bg_line.png) bottom repeat-x; */ + background: transparent; + border-bottom: 1px solid #FCBC40; +} + + +/* + ############################## + # Remote Control Keypad + ############################## +*/ + +div.screenshot { + background-image: url(../img/tv.jpg); +} + + +/* + ############################## + # Dotted Frame + ############################## +*/ + +div.dotted { + border: 1px dotted #bbbbbb; + padding: 3px; + margin: 2px; + float: left; + background-color: #122dBA; +} + + +/* + ############################## + # Edit Tables + ############################## +*/ + +table.formular tr td { + /* background: url(../img/bg_line.png) bottom repeat-x; */ + background: transparent; + border-bottom: 1px solid #FCBC40; +} + +table.dependent { + background-color: #263480; +} + + +/* ############################## + # About box + ############################## +*/ + +div.about_box a { + color: #FCBC40; +} + +.about_box div.about_content { + border-left: 1px solid #FFFDDD; + border-right: 1px solid #FFFDDD; + border-bottom: 1px solid #FFFDDD; +} + +.about_box div.about_content div { + background-color: #081966; + padding-bottom: 6px; +} + +.about_box div.about_content div.about_head { + background: #081966 url(../img/bg_line.png) top repeat-x; +} + +.about_box div.about_content div.about_head div { + background: #FFFFFF url(../img/bg_line_top.png) bottom repeat-x; +} + +.about_box div.about_content div.about_head div div { + background: #122DBA; + border-top: 1px solid #FCBC40; + border-bottom: 1px solid #FCBC40; +} diff --git a/live/themes/orange-blue/img/bg_box_h.png b/live/themes/orange-blue/img/bg_box_h.png Binary files differnew file mode 100644 index 0000000..5278328 --- /dev/null +++ b/live/themes/orange-blue/img/bg_box_h.png diff --git a/live/themes/orange-blue/img/bg_box_l.png b/live/themes/orange-blue/img/bg_box_l.png Binary files differnew file mode 100644 index 0000000..18e61bc --- /dev/null +++ b/live/themes/orange-blue/img/bg_box_l.png diff --git a/live/themes/orange-blue/img/bg_box_r.png b/live/themes/orange-blue/img/bg_box_r.png Binary files differnew file mode 100644 index 0000000..dedf3f6 --- /dev/null +++ b/live/themes/orange-blue/img/bg_box_r.png diff --git a/live/themes/orange-blue/img/bg_header_h.png b/live/themes/orange-blue/img/bg_header_h.png Binary files differnew file mode 100644 index 0000000..0683ec4 --- /dev/null +++ b/live/themes/orange-blue/img/bg_header_h.png diff --git a/live/themes/orange-blue/img/bg_header_l.png b/live/themes/orange-blue/img/bg_header_l.png Binary files differnew file mode 100644 index 0000000..8f19326 --- /dev/null +++ b/live/themes/orange-blue/img/bg_header_l.png diff --git a/live/themes/orange-blue/img/bg_header_r.png b/live/themes/orange-blue/img/bg_header_r.png Binary files differnew file mode 100644 index 0000000..985a2cf --- /dev/null +++ b/live/themes/orange-blue/img/bg_header_r.png diff --git a/live/themes/orange-blue/img/bg_line.png b/live/themes/orange-blue/img/bg_line.png Binary files differnew file mode 100644 index 0000000..1bfa8c4 --- /dev/null +++ b/live/themes/orange-blue/img/bg_line.png diff --git a/live/themes/orange-blue/img/bg_line_top.png b/live/themes/orange-blue/img/bg_line_top.png Binary files differnew file mode 100644 index 0000000..2fcde11 --- /dev/null +++ b/live/themes/orange-blue/img/bg_line_top.png diff --git a/live/themes/orange-blue/img/bg_tools.png b/live/themes/orange-blue/img/bg_tools.png Binary files differnew file mode 100644 index 0000000..871947a --- /dev/null +++ b/live/themes/orange-blue/img/bg_tools.png diff --git a/live/themes/orange-blue/img/logo.png b/live/themes/orange-blue/img/logo.png Binary files differnew file mode 100644 index 0000000..5a27635 --- /dev/null +++ b/live/themes/orange-blue/img/logo.png diff --git a/live/themes/orange-blue/img/menu_line_bg.png b/live/themes/orange-blue/img/menu_line_bg.png Binary files differnew file mode 100644 index 0000000..0346cdb --- /dev/null +++ b/live/themes/orange-blue/img/menu_line_bg.png diff --git a/live/themes/orange-blue/img/remotecontrol.jpg b/live/themes/orange-blue/img/remotecontrol.jpg Binary files differnew file mode 100644 index 0000000..89447c8 --- /dev/null +++ b/live/themes/orange-blue/img/remotecontrol.jpg diff --git a/live/themes/orange-blue/img/tv.jpg b/live/themes/orange-blue/img/tv.jpg Binary files differnew file mode 100644 index 0000000..5d4dab8 --- /dev/null +++ b/live/themes/orange-blue/img/tv.jpg diff --git a/live/themes/orange-blue/img/zap.png b/live/themes/orange-blue/img/zap.png Binary files differnew file mode 100644 index 0000000..d5d8628 --- /dev/null +++ b/live/themes/orange-blue/img/zap.png diff --git a/live/themes/redwine/css/theme.css b/live/themes/redwine/css/theme.css new file mode 100644 index 0000000..c8dae90 --- /dev/null +++ b/live/themes/redwine/css/theme.css @@ -0,0 +1,230 @@ +/* ###################### + # Globals + ###################### +*/ + +input { + border: 1px solid #963B5F; +} + +select { + border: 1px solid #963B5F; +} + +/* ############################## + # Tooltip style for epg infos + ############################## +*/ + +.domTTepg div.epg_content { + background: white url(../img/bg_tools.png) top left repeat-y; +} + +/* ####################### + # Menue + ####################### +*/ + +div.menu { + background: #000057 url(../img/menu_line_bg.png) repeat-x; + color: #FFE9FA; +} + +div.pagemenu { + background: #FFFFFF url(../img/bg_line.png) top repeat-x; +} + +div.pagemenu div { + background: #FFFFFF url(../img/bg_line_top.png) bottom repeat-x; +} + +div.pagemenu div div { + background: #FFE9FA; + border-top: 1px solid #DA8DA8; + border-bottom: 1px solid #DA8DA8; +} + +div.pagemenu a.active { + color: #984E79; +} + +div.pagemenu span.sep { + color: #DA8DA8; +} + +div.pagemenu span.active { + color: #984E79; +} + +/* ####################### + # Info Box (near logo) + ####################### +*/ + +div#infobox { + border: 1px solid #DA8DA8; +} + +div#infobox div.st_header { + background: #FFE9FA; + border-bottom: 1px solid #DA8DA8; +} + +div#infobox div.st_content { + background: white url(../img/bg_line_top.png) top left repeat-x; +} + +div#infobox div.st_controls div.st_update { + border-right: 1px solid #DA8DA8; +} + +/* ####################### + # Head Box + ####################### +*/ + +div.head_box_l { + background-image: url(../img/bg_header_l.png); +} + +div.head_box_m { + background-image: url(../img/bg_header_h.png); +} + +div.head_box_r { + background-image: url(../img/bg_header_r.png); +} + +button.smallbutton { + background-image: url(../img/button_blue.png); +} + +button.green { + background-image: url(../img/button_green.png); +} + +button.red { + background-image: url(../img/button_red.png); +} + +button.blue { + background-image: url(../img/button_blue.png); +} + +/* ################ + # Event + ################ +*/ + +div.station div { + background: url(../img/bg_box_l.png) top left no-repeat; +} + +div.station div div { + background: url(../img/bg_box_r.png) top right no-repeat; +} + +div.station div div div { + background: url(../img/bg_box_h.png) repeat-x; +} + +div.content { + background: white url(../img/bg_tools.png) top left repeat-y; +} + +div.__progress { + border: 1px solid #DA8DA8; +} + +div.__progress div.__elapsed { + background-color: #FFE9FA; +} + + +/* + ############################## + # Blue Background Thingy + ############################## +*/ + +div.boxheader { + background: url(../img/bg_box_l.png) top left no-repeat; +} + +div.boxheader div { + background: url(../img/bg_box_r.png) top right no-repeat; +} + +div.boxheader div div { + background: url(../img/bg_box_h.png) repeat-x; +} + +/* + ############################## + # Recordings + ############################## +*/ + +div.recording_item { + background: url(../img/bg_line.png) bottom repeat-x; + border-bottom: 1px solid #DA8DA8; +} + + +/* + ############################## + # Remote Control Keypad + ############################## +*/ + +div.screenshot { + background-image: url(../img/tv.jpg); +} + + +/* + ############################## + # Edit Tables + ############################## +*/ + +table.formular tr td { + background: url(../img/bg_line.png) bottom repeat-x; + border-bottom: 1px solid #DA8DA8; +} + + +/* + ############################## + # Search results + ############################## +*/ + +table.listing tr td.head { + background: #963B5F; +} + +table.listing tr td { + background: url(../img/bg_line.png) bottom repeat-x; + border-bottom: 1px solid #DA8DA8; +} + + +/* ############################## + # About box + ############################## +*/ + +.about_box div.about_content div.about_head { + background: #FFFFFF url(../img/bg_line.png) top repeat-x; +} + +.about_box div.about_content div.about_head div { + background: #FFFFFF url(../img/bg_line_top.png) bottom repeat-x; +} + +.about_box div.about_content div.about_head div div { + background: #FFE9FA; + border-top: 1px solid #DA8DA8; + border-bottom: 1px solid #DA8DA8; +} diff --git a/live/themes/redwine/img/bg_box_h.png b/live/themes/redwine/img/bg_box_h.png Binary files differnew file mode 100644 index 0000000..7763272 --- /dev/null +++ b/live/themes/redwine/img/bg_box_h.png diff --git a/live/themes/redwine/img/bg_box_l.png b/live/themes/redwine/img/bg_box_l.png Binary files differnew file mode 100644 index 0000000..e3d7dd8 --- /dev/null +++ b/live/themes/redwine/img/bg_box_l.png diff --git a/live/themes/redwine/img/bg_box_r.png b/live/themes/redwine/img/bg_box_r.png Binary files differnew file mode 100644 index 0000000..e1c72d5 --- /dev/null +++ b/live/themes/redwine/img/bg_box_r.png diff --git a/live/themes/redwine/img/bg_header_h.png b/live/themes/redwine/img/bg_header_h.png Binary files differnew file mode 100644 index 0000000..aaf8d6d --- /dev/null +++ b/live/themes/redwine/img/bg_header_h.png diff --git a/live/themes/redwine/img/bg_header_l.png b/live/themes/redwine/img/bg_header_l.png Binary files differnew file mode 100644 index 0000000..e49a7e9 --- /dev/null +++ b/live/themes/redwine/img/bg_header_l.png diff --git a/live/themes/redwine/img/bg_header_r.png b/live/themes/redwine/img/bg_header_r.png Binary files differnew file mode 100644 index 0000000..f121aa8 --- /dev/null +++ b/live/themes/redwine/img/bg_header_r.png diff --git a/live/themes/redwine/img/bg_line.png b/live/themes/redwine/img/bg_line.png Binary files differnew file mode 100644 index 0000000..50e358e --- /dev/null +++ b/live/themes/redwine/img/bg_line.png diff --git a/live/themes/redwine/img/bg_line_top.png b/live/themes/redwine/img/bg_line_top.png Binary files differnew file mode 100644 index 0000000..59f2ec0 --- /dev/null +++ b/live/themes/redwine/img/bg_line_top.png diff --git a/live/themes/redwine/img/bg_tools.png b/live/themes/redwine/img/bg_tools.png Binary files differnew file mode 100644 index 0000000..1457e1d --- /dev/null +++ b/live/themes/redwine/img/bg_tools.png diff --git a/live/themes/redwine/img/menu_line_bg.png b/live/themes/redwine/img/menu_line_bg.png Binary files differnew file mode 100644 index 0000000..a942e6f --- /dev/null +++ b/live/themes/redwine/img/menu_line_bg.png diff --git a/live/themes/redwine/img/zap.png b/live/themes/redwine/img/zap.png Binary files differnew file mode 100644 index 0000000..d5d8628 --- /dev/null +++ b/live/themes/redwine/img/zap.png diff --git a/live/themes/veltliner/css/theme.css b/live/themes/veltliner/css/theme.css new file mode 100644 index 0000000..aa9e7c5 --- /dev/null +++ b/live/themes/veltliner/css/theme.css @@ -0,0 +1,261 @@ +/* ############################## + # Globals + ############################## +*/ + +input { + border: 1px solid #004F00; +} + +select { + border: 1px solid #E0F000; +} + +/* ############################## + # Tooltip style for epg infos + ############################## +*/ + +.domTTepg div.epg_content { + background: white url(../img/bg_tools.png) top left repeat-y; +} + +/* ####################### + # Menue + ####################### +*/ + +div.menu { + background: #000020 url(../img/menu_line_bg.png) repeat-x; + color: #005E00; +} + +div.pagemenu { + background: #00F0F0 url(../img/bg_line.png) top repeat-x; +} + +div.pagemenu div { + background: #00F0F0 url(../img/bg_line_top.png) bottom repeat-x; +} + +div.pagemenu div div { + background: #00AE00; + border-top: 1px solid #006300; + border-bottom: 1px solid #005E00; +} + +div.pagemenu a.active { + color: #E03000; +} + +div.pagemenu span.sep { + color: #001E00; +} + +div.pagemenu span.active { + color: #E03000; +} + +/* ####################### + # Info Box (near logo) + ####################### +*/ + +div#infobox { + border: 1px solid #005F00; +} + +div#infobox div.st_header { + background: #00AE00; + border-bottom: 1px solid #006300; +} + +div#infobox div.st_content { + background: white url(../img/bg_line_top.png) top left repeat-x; +} + +div#infobox div.st_controls div.st_update { + border-right: 1px solid #009100; +} + +/* ####################### + # Head Box + ####################### +*/ + +div.head_box_l { + background-image: url(../img/bg_header_l.png); +} + +div.head_box_m { + background-image: url(../img/bg_header_h.png); +} + +div.head_box_r { + background-image: url(../img/bg_header_r.png); +} + +button.smallbutton { + background-image: url(../img/button_blue.png); +} + +button.green { + background-image: url(../img/button_green.png); +} + +button.red { + background-image: url(../img/button_red.png); +} + +button.blue { + background-image: url(../img/button_blue.png); +} + +/* ################ + # Event + ################ +*/ + +div.station div { + background: url(../img/bg_box_l.png) top left no-repeat; +} + +div.station div div { + background: url(../img/bg_box_r.png) top right no-repeat; +} + +div.station div div div { + background: url(../img/bg_box_h.png) repeat-x; +} + +div.content { + background: white url(../img/bg_tools.png) top left repeat-y; +} + +div.__progress { + border: 1px solid #006E00; +} + +div.__progress div.__elapsed { + background-color: #FFCC00; +} + + +/* ############# + # Timers + ############# +*/ + +table.timers tr td { + background: url(../img/bg_line.png) bottom repeat-x; + border-bottom: 1px solid #006E00; +} + +table.timers tr.description td { + background: #00AE00; +} + + +/* + ############################## + # Schedule + ############################## +*/ + +table.schedule tr td.head { + background: #00AE00; +} + +table.schedule tr td { + background: url(../img/bg_line.png) bottom repeat-x; + border-bottom: 1px solid #006E00; +} + + +/* + ############################## + # Blue Background Thingy + ############################## +*/ + +div.boxheader { + background: url(../img/bg_box_l.png) top left no-repeat; +} + +div.boxheader div { + background: url(../img/bg_box_r.png) top right no-repeat; +} + +div.boxheader div div { + background: url(../img/bg_box_h.png) repeat-x; +} + +/* + ############################## + # Recordings + ############################## +*/ + +div.recording_item { + background: url(../img/bg_line.png) bottom repeat-x; + border-bottom: 1px solid #006E00; +} + + +/* + ############################## + # Remote Control Keypad + ############################## +*/ + +div.screenshot { + background-image: url(../img/tv.jpg); +} + + +/* + ############################## + # Edit Tables + ############################## +*/ + +table.edit tr td { + background: url(../img/bg_line.png) bottom repeat-x; + border-bottom: 1px solid #006E00; +} + + +/* + ############################## + # Search results + ############################## +*/ + +table.searchresults tr td.head { + background: #00AE00; +} + +table.searchresults tr td { + background: url(../img/bg_line.png) bottom repeat-x; + border-bottom: 1px solid #006E00; +} + + +/* ############################## + # About box + ############################## +*/ + +.about_box div.about_content div.about_head { + background: #F0F0F0 url(../img/bg_line.png) top repeat-x; +} + +.about_box div.about_content div.about_head div { + background: #F0F0F0 url(../img/bg_line_top.png) bottom repeat-x; +} + +.about_box div.about_content div.about_head div div { + background: #009900; + border-top: 1px solid #006E00; + border-bottom: 1px solid #006E00; +} diff --git a/live/themes/veltliner/img/bg_box_h.png b/live/themes/veltliner/img/bg_box_h.png Binary files differnew file mode 100644 index 0000000..697e6b3 --- /dev/null +++ b/live/themes/veltliner/img/bg_box_h.png diff --git a/live/themes/veltliner/img/bg_box_h1.png b/live/themes/veltliner/img/bg_box_h1.png Binary files differnew file mode 100644 index 0000000..32b3bfd --- /dev/null +++ b/live/themes/veltliner/img/bg_box_h1.png diff --git a/live/themes/veltliner/img/bg_box_l.png b/live/themes/veltliner/img/bg_box_l.png Binary files differnew file mode 100644 index 0000000..e9d0037 --- /dev/null +++ b/live/themes/veltliner/img/bg_box_l.png diff --git a/live/themes/veltliner/img/bg_box_r.png b/live/themes/veltliner/img/bg_box_r.png Binary files differnew file mode 100644 index 0000000..9b552f6 --- /dev/null +++ b/live/themes/veltliner/img/bg_box_r.png diff --git a/live/themes/veltliner/img/bg_header_h.png b/live/themes/veltliner/img/bg_header_h.png Binary files differnew file mode 100644 index 0000000..a3dd03f --- /dev/null +++ b/live/themes/veltliner/img/bg_header_h.png diff --git a/live/themes/veltliner/img/bg_header_l.png b/live/themes/veltliner/img/bg_header_l.png Binary files differnew file mode 100644 index 0000000..162dfe6 --- /dev/null +++ b/live/themes/veltliner/img/bg_header_l.png diff --git a/live/themes/veltliner/img/bg_header_r.png b/live/themes/veltliner/img/bg_header_r.png Binary files differnew file mode 100644 index 0000000..f0ca21f --- /dev/null +++ b/live/themes/veltliner/img/bg_header_r.png diff --git a/live/themes/veltliner/img/bg_line.png b/live/themes/veltliner/img/bg_line.png Binary files differnew file mode 100644 index 0000000..361a841 --- /dev/null +++ b/live/themes/veltliner/img/bg_line.png diff --git a/live/themes/veltliner/img/bg_line_top.png b/live/themes/veltliner/img/bg_line_top.png Binary files differnew file mode 100644 index 0000000..5b0f3c2 --- /dev/null +++ b/live/themes/veltliner/img/bg_line_top.png diff --git a/live/themes/veltliner/img/bg_tools.png b/live/themes/veltliner/img/bg_tools.png Binary files differnew file mode 100644 index 0000000..3772aa5 --- /dev/null +++ b/live/themes/veltliner/img/bg_tools.png diff --git a/live/themes/veltliner/img/logo.png b/live/themes/veltliner/img/logo.png Binary files differnew file mode 100644 index 0000000..8bcf555 --- /dev/null +++ b/live/themes/veltliner/img/logo.png diff --git a/live/themes/veltliner/img/logo_login.png b/live/themes/veltliner/img/logo_login.png Binary files differnew file mode 100644 index 0000000..50da2ea --- /dev/null +++ b/live/themes/veltliner/img/logo_login.png diff --git a/live/themes/veltliner/img/menu_line_bg.png b/live/themes/veltliner/img/menu_line_bg.png Binary files differnew file mode 100644 index 0000000..0b273e4 --- /dev/null +++ b/live/themes/veltliner/img/menu_line_bg.png diff --git a/live/themes/veltliner/img/zap.png b/live/themes/veltliner/img/zap.png Binary files differnew file mode 100644 index 0000000..9140feb --- /dev/null +++ b/live/themes/veltliner/img/zap.png |