From 24e370825db3ad367b158fad8062a65b51c37764 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Tue, 12 Jun 2007 21:31:32 +0000 Subject: - New theme orange-blue (see ChangeLog for more info). - Some minor style fixes. --- themes/orange-blue/css/theme.css | 323 +++++++++++++++++++++++++++++++ themes/orange-blue/img/bg_box_h.png | Bin 0 -> 124 bytes themes/orange-blue/img/bg_box_l.png | Bin 0 -> 138 bytes themes/orange-blue/img/bg_box_r.png | Bin 0 -> 141 bytes themes/orange-blue/img/bg_header_h.png | Bin 0 -> 133 bytes themes/orange-blue/img/bg_header_l.png | Bin 0 -> 182 bytes themes/orange-blue/img/bg_header_r.png | Bin 0 -> 187 bytes themes/orange-blue/img/bg_line.png | Bin 0 -> 80 bytes themes/orange-blue/img/bg_line_top.png | Bin 0 -> 86 bytes themes/orange-blue/img/bg_tools.png | Bin 0 -> 160 bytes themes/orange-blue/img/logo.png | Bin 0 -> 13981 bytes themes/orange-blue/img/menu_line_bg.png | Bin 0 -> 126 bytes themes/orange-blue/img/remotecontrol.jpg | Bin 0 -> 16641 bytes themes/orange-blue/img/tv.jpg | Bin 0 -> 34467 bytes themes/orange-blue/img/zap.png | Bin 0 -> 873 bytes 15 files changed, 323 insertions(+) create mode 100644 themes/orange-blue/css/theme.css create mode 100644 themes/orange-blue/img/bg_box_h.png create mode 100644 themes/orange-blue/img/bg_box_l.png create mode 100644 themes/orange-blue/img/bg_box_r.png create mode 100644 themes/orange-blue/img/bg_header_h.png create mode 100644 themes/orange-blue/img/bg_header_l.png create mode 100644 themes/orange-blue/img/bg_header_r.png create mode 100644 themes/orange-blue/img/bg_line.png create mode 100644 themes/orange-blue/img/bg_line_top.png create mode 100644 themes/orange-blue/img/bg_tools.png create mode 100644 themes/orange-blue/img/logo.png create mode 100644 themes/orange-blue/img/menu_line_bg.png create mode 100644 themes/orange-blue/img/remotecontrol.jpg create mode 100644 themes/orange-blue/img/tv.jpg create mode 100644 themes/orange-blue/img/zap.png (limited to 'themes') diff --git a/themes/orange-blue/css/theme.css b/themes/orange-blue/css/theme.css new file mode 100644 index 0000000..a9fa79b --- /dev/null +++ b/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/themes/orange-blue/img/bg_box_h.png b/themes/orange-blue/img/bg_box_h.png new file mode 100644 index 0000000..5278328 Binary files /dev/null and b/themes/orange-blue/img/bg_box_h.png differ diff --git a/themes/orange-blue/img/bg_box_l.png b/themes/orange-blue/img/bg_box_l.png new file mode 100644 index 0000000..18e61bc Binary files /dev/null and b/themes/orange-blue/img/bg_box_l.png differ diff --git a/themes/orange-blue/img/bg_box_r.png b/themes/orange-blue/img/bg_box_r.png new file mode 100644 index 0000000..dedf3f6 Binary files /dev/null and b/themes/orange-blue/img/bg_box_r.png differ diff --git a/themes/orange-blue/img/bg_header_h.png b/themes/orange-blue/img/bg_header_h.png new file mode 100644 index 0000000..0683ec4 Binary files /dev/null and b/themes/orange-blue/img/bg_header_h.png differ diff --git a/themes/orange-blue/img/bg_header_l.png b/themes/orange-blue/img/bg_header_l.png new file mode 100644 index 0000000..8f19326 Binary files /dev/null and b/themes/orange-blue/img/bg_header_l.png differ diff --git a/themes/orange-blue/img/bg_header_r.png b/themes/orange-blue/img/bg_header_r.png new file mode 100644 index 0000000..985a2cf Binary files /dev/null and b/themes/orange-blue/img/bg_header_r.png differ diff --git a/themes/orange-blue/img/bg_line.png b/themes/orange-blue/img/bg_line.png new file mode 100644 index 0000000..1bfa8c4 Binary files /dev/null and b/themes/orange-blue/img/bg_line.png differ diff --git a/themes/orange-blue/img/bg_line_top.png b/themes/orange-blue/img/bg_line_top.png new file mode 100644 index 0000000..2fcde11 Binary files /dev/null and b/themes/orange-blue/img/bg_line_top.png differ diff --git a/themes/orange-blue/img/bg_tools.png b/themes/orange-blue/img/bg_tools.png new file mode 100644 index 0000000..871947a Binary files /dev/null and b/themes/orange-blue/img/bg_tools.png differ diff --git a/themes/orange-blue/img/logo.png b/themes/orange-blue/img/logo.png new file mode 100644 index 0000000..5a27635 Binary files /dev/null and b/themes/orange-blue/img/logo.png differ diff --git a/themes/orange-blue/img/menu_line_bg.png b/themes/orange-blue/img/menu_line_bg.png new file mode 100644 index 0000000..0346cdb Binary files /dev/null and b/themes/orange-blue/img/menu_line_bg.png differ diff --git a/themes/orange-blue/img/remotecontrol.jpg b/themes/orange-blue/img/remotecontrol.jpg new file mode 100644 index 0000000..89447c8 Binary files /dev/null and b/themes/orange-blue/img/remotecontrol.jpg differ diff --git a/themes/orange-blue/img/tv.jpg b/themes/orange-blue/img/tv.jpg new file mode 100644 index 0000000..5d4dab8 Binary files /dev/null and b/themes/orange-blue/img/tv.jpg differ diff --git a/themes/orange-blue/img/zap.png b/themes/orange-blue/img/zap.png new file mode 100644 index 0000000..d5d8628 Binary files /dev/null and b/themes/orange-blue/img/zap.png differ -- cgit v1.2.3