From ce617e69811065253acdb2cc4009d9ee2280d804 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 19 Feb 2007 20:07:07 +0000 Subject: added two themes and removed one I know is dead.. --- .../themes/classic-ng/images/ampache-dark-bg.gif | Bin 138 -> 0 bytes .../themes/classic-ng/images/ampache-light-bg.gif | Bin 70 -> 0 bytes contrib/themes/classic-ng/images/ampache-mid.gif | Bin 268 -> 0 bytes contrib/themes/classic-ng/images/ampache.gif | Bin 5810 -> 0 bytes contrib/themes/classic-ng/images/blank-pixel.gif | Bin 43 -> 0 bytes contrib/themes/classic-ng/images/blankalbum.gif | Bin 11378 -> 0 bytes contrib/themes/classic-ng/images/blankalbum.jpg | Bin 20730 -> 0 bytes contrib/themes/classic-ng/images/headphone.gif | Bin 861 -> 0 bytes contrib/themes/classic-ng/images/table.gif | Bin 5680 -> 0 bytes contrib/themes/classic-ng/screencap/01.jpg | Bin 89825 -> 0 bytes contrib/themes/classic-ng/screencap/02.jpg | Bin 69923 -> 0 bytes contrib/themes/classic-ng/screencap/03.jpg | Bin 98615 -> 0 bytes contrib/themes/classic-ng/templates/default.css | 270 -------- contrib/themes/classic-ng/theme.cfg.php | 54 -- contrib/themes/empires/images/Thumbs.db | Bin 0 -> 13312 bytes contrib/themes/empires/images/ampache.gif | Bin 0 -> 8103 bytes contrib/themes/empires/images/blank-ampache.gif | Bin 0 -> 11226 bytes contrib/themes/empires/images/blankalbum.gif | Bin 0 -> 9696 bytes contrib/themes/empires/images/blankalbum.jpg | Bin 0 -> 20730 bytes contrib/themes/empires/images/table.gif | Bin 0 -> 5680 bytes contrib/themes/empires/screencap/01.jpg | Bin 0 -> 185415 bytes contrib/themes/empires/templates/default.css | 695 +++++++++++++++++++++ contrib/themes/empires/theme.cfg.php | 65 ++ .../themes/klassikiosk/images/ampache-dark-bg.gif | Bin 0 -> 138 bytes .../themes/klassikiosk/images/ampache-light-bg.gif | Bin 0 -> 138 bytes contrib/themes/klassikiosk/images/ampache-mid.gif | Bin 0 -> 268 bytes contrib/themes/klassikiosk/images/ampache.gif | Bin 0 -> 9631 bytes contrib/themes/klassikiosk/images/bg_login_0.jpg | Bin 0 -> 10936 bytes contrib/themes/klassikiosk/images/bg_login_1.jpg | Bin 0 -> 9435 bytes contrib/themes/klassikiosk/images/blank-pixel.gif | Bin 0 -> 43 bytes contrib/themes/klassikiosk/images/blankalbum.gif | Bin 0 -> 9696 bytes contrib/themes/klassikiosk/images/blankalbum.jpg | Bin 0 -> 20730 bytes contrib/themes/klassikiosk/images/bottom.gif | Bin 0 -> 99 bytes contrib/themes/klassikiosk/images/bottomleft.gif | Bin 0 -> 609 bytes contrib/themes/klassikiosk/images/bottomright.gif | Bin 0 -> 673 bytes contrib/themes/klassikiosk/images/left.gif | Bin 0 -> 68 bytes contrib/themes/klassikiosk/images/right.gif | Bin 0 -> 98 bytes contrib/themes/klassikiosk/images/sidebar_top.jpg | Bin 0 -> 22796 bytes .../themes/klassikiosk/images/tmp/sidebar_top.jpg | Bin 0 -> 22796 bytes contrib/themes/klassikiosk/images/top.gif | Bin 0 -> 96 bytes contrib/themes/klassikiosk/images/topleft.gif | Bin 0 -> 343 bytes contrib/themes/klassikiosk/images/topright.gif | Bin 0 -> 391 bytes contrib/themes/klassikiosk/templates/default.css | 640 +++++++++++++++++++ contrib/themes/klassikiosk/theme.cfg.php | 42 ++ 44 files changed, 1442 insertions(+), 324 deletions(-) delete mode 100755 contrib/themes/classic-ng/images/ampache-dark-bg.gif delete mode 100644 contrib/themes/classic-ng/images/ampache-light-bg.gif delete mode 100755 contrib/themes/classic-ng/images/ampache-mid.gif delete mode 100755 contrib/themes/classic-ng/images/ampache.gif delete mode 100644 contrib/themes/classic-ng/images/blank-pixel.gif delete mode 100644 contrib/themes/classic-ng/images/blankalbum.gif delete mode 100644 contrib/themes/classic-ng/images/blankalbum.jpg delete mode 100755 contrib/themes/classic-ng/images/headphone.gif delete mode 100755 contrib/themes/classic-ng/images/table.gif delete mode 100644 contrib/themes/classic-ng/screencap/01.jpg delete mode 100644 contrib/themes/classic-ng/screencap/02.jpg delete mode 100644 contrib/themes/classic-ng/screencap/03.jpg delete mode 100644 contrib/themes/classic-ng/templates/default.css delete mode 100644 contrib/themes/classic-ng/theme.cfg.php create mode 100644 contrib/themes/empires/images/Thumbs.db create mode 100644 contrib/themes/empires/images/ampache.gif create mode 100644 contrib/themes/empires/images/blank-ampache.gif create mode 100644 contrib/themes/empires/images/blankalbum.gif create mode 100644 contrib/themes/empires/images/blankalbum.jpg create mode 100644 contrib/themes/empires/images/table.gif create mode 100644 contrib/themes/empires/screencap/01.jpg create mode 100644 contrib/themes/empires/templates/default.css create mode 100644 contrib/themes/empires/theme.cfg.php create mode 100644 contrib/themes/klassikiosk/images/ampache-dark-bg.gif create mode 100644 contrib/themes/klassikiosk/images/ampache-light-bg.gif create mode 100644 contrib/themes/klassikiosk/images/ampache-mid.gif create mode 100644 contrib/themes/klassikiosk/images/ampache.gif create mode 100644 contrib/themes/klassikiosk/images/bg_login_0.jpg create mode 100644 contrib/themes/klassikiosk/images/bg_login_1.jpg create mode 100644 contrib/themes/klassikiosk/images/blank-pixel.gif create mode 100644 contrib/themes/klassikiosk/images/blankalbum.gif create mode 100644 contrib/themes/klassikiosk/images/blankalbum.jpg create mode 100644 contrib/themes/klassikiosk/images/bottom.gif create mode 100644 contrib/themes/klassikiosk/images/bottomleft.gif create mode 100644 contrib/themes/klassikiosk/images/bottomright.gif create mode 100644 contrib/themes/klassikiosk/images/left.gif create mode 100644 contrib/themes/klassikiosk/images/right.gif create mode 100644 contrib/themes/klassikiosk/images/sidebar_top.jpg create mode 100644 contrib/themes/klassikiosk/images/tmp/sidebar_top.jpg create mode 100644 contrib/themes/klassikiosk/images/top.gif create mode 100644 contrib/themes/klassikiosk/images/topleft.gif create mode 100644 contrib/themes/klassikiosk/images/topright.gif create mode 100644 contrib/themes/klassikiosk/templates/default.css create mode 100644 contrib/themes/klassikiosk/theme.cfg.php (limited to 'contrib') diff --git a/contrib/themes/classic-ng/images/ampache-dark-bg.gif b/contrib/themes/classic-ng/images/ampache-dark-bg.gif deleted file mode 100755 index e9fc72c9..00000000 Binary files a/contrib/themes/classic-ng/images/ampache-dark-bg.gif and /dev/null differ diff --git a/contrib/themes/classic-ng/images/ampache-light-bg.gif b/contrib/themes/classic-ng/images/ampache-light-bg.gif deleted file mode 100644 index 2fa58b29..00000000 Binary files a/contrib/themes/classic-ng/images/ampache-light-bg.gif and /dev/null differ diff --git a/contrib/themes/classic-ng/images/ampache-mid.gif b/contrib/themes/classic-ng/images/ampache-mid.gif deleted file mode 100755 index 57376ea4..00000000 Binary files a/contrib/themes/classic-ng/images/ampache-mid.gif and /dev/null differ diff --git a/contrib/themes/classic-ng/images/ampache.gif b/contrib/themes/classic-ng/images/ampache.gif deleted file mode 100755 index 5ee651ca..00000000 Binary files a/contrib/themes/classic-ng/images/ampache.gif and /dev/null differ diff --git a/contrib/themes/classic-ng/images/blank-pixel.gif b/contrib/themes/classic-ng/images/blank-pixel.gif deleted file mode 100644 index 17d43908..00000000 Binary files a/contrib/themes/classic-ng/images/blank-pixel.gif and /dev/null differ diff --git a/contrib/themes/classic-ng/images/blankalbum.gif b/contrib/themes/classic-ng/images/blankalbum.gif deleted file mode 100644 index a1d25b40..00000000 Binary files a/contrib/themes/classic-ng/images/blankalbum.gif and /dev/null differ diff --git a/contrib/themes/classic-ng/images/blankalbum.jpg b/contrib/themes/classic-ng/images/blankalbum.jpg deleted file mode 100644 index 468301bd..00000000 Binary files a/contrib/themes/classic-ng/images/blankalbum.jpg and /dev/null differ diff --git a/contrib/themes/classic-ng/images/headphone.gif b/contrib/themes/classic-ng/images/headphone.gif deleted file mode 100755 index 74a66e11..00000000 Binary files a/contrib/themes/classic-ng/images/headphone.gif and /dev/null differ diff --git a/contrib/themes/classic-ng/images/table.gif b/contrib/themes/classic-ng/images/table.gif deleted file mode 100755 index 89761b38..00000000 Binary files a/contrib/themes/classic-ng/images/table.gif and /dev/null differ diff --git a/contrib/themes/classic-ng/screencap/01.jpg b/contrib/themes/classic-ng/screencap/01.jpg deleted file mode 100644 index e6d88df7..00000000 Binary files a/contrib/themes/classic-ng/screencap/01.jpg and /dev/null differ diff --git a/contrib/themes/classic-ng/screencap/02.jpg b/contrib/themes/classic-ng/screencap/02.jpg deleted file mode 100644 index 513ab97a..00000000 Binary files a/contrib/themes/classic-ng/screencap/02.jpg and /dev/null differ diff --git a/contrib/themes/classic-ng/screencap/03.jpg b/contrib/themes/classic-ng/screencap/03.jpg deleted file mode 100644 index 32486c01..00000000 Binary files a/contrib/themes/classic-ng/screencap/03.jpg and /dev/null differ diff --git a/contrib/themes/classic-ng/templates/default.css b/contrib/themes/classic-ng/templates/default.css deleted file mode 100644 index 82df0907..00000000 --- a/contrib/themes/classic-ng/templates/default.css +++ /dev/null @@ -1,270 +0,0 @@ - - - diff --git a/contrib/themes/classic-ng/theme.cfg.php b/contrib/themes/classic-ng/theme.cfg.php deleted file mode 100644 index 33c85df9..00000000 --- a/contrib/themes/classic-ng/theme.cfg.php +++ /dev/null @@ -1,54 +0,0 @@ -################## -## -################## - -########################### -# Classic Ampache NG -########################### - -name = "Classic Ampache NG" -author = "Matt Keadle" -maintainer = "Matt Keadle " -version = "1.0" - -# Theme Colors -################### -[color] -################### -# Below is a list of the default colors for this theme, upon -# applying this theme the users color preferences will be reset -# to what is listed below... - -# Background Color 1 -bg_color1 = "#ffffff" - -# Background Color 2 -bg_color2 = "#000000" - -# Base Color 1 -base_color1 = "#bbbbbb" - -# Base Color 2 -base_color2 = "#dddddd" - -# Font Color 1 -font_color1 = "#222222" - -# Font Color 2 -font_color2 = "#000000" - -# Font Color 3 -font_color3 = "#ffffff" - -# Row Color 1 -row_color1 = "#cccccc" - -# Row Color 2 -row_color2 = "#bbbbbb" - -# Row Color 3 -row_color3 = "#dddddd" - -# Error Color -error_color = "#990033" - diff --git a/contrib/themes/empires/images/Thumbs.db b/contrib/themes/empires/images/Thumbs.db new file mode 100644 index 00000000..5bf1c13e Binary files /dev/null and b/contrib/themes/empires/images/Thumbs.db differ diff --git a/contrib/themes/empires/images/ampache.gif b/contrib/themes/empires/images/ampache.gif new file mode 100644 index 00000000..228d1dcf Binary files /dev/null and b/contrib/themes/empires/images/ampache.gif differ diff --git a/contrib/themes/empires/images/blank-ampache.gif b/contrib/themes/empires/images/blank-ampache.gif new file mode 100644 index 00000000..e9375633 Binary files /dev/null and b/contrib/themes/empires/images/blank-ampache.gif differ diff --git a/contrib/themes/empires/images/blankalbum.gif b/contrib/themes/empires/images/blankalbum.gif new file mode 100644 index 00000000..c2a1a936 Binary files /dev/null and b/contrib/themes/empires/images/blankalbum.gif differ diff --git a/contrib/themes/empires/images/blankalbum.jpg b/contrib/themes/empires/images/blankalbum.jpg new file mode 100644 index 00000000..468301bd Binary files /dev/null and b/contrib/themes/empires/images/blankalbum.jpg differ diff --git a/contrib/themes/empires/images/table.gif b/contrib/themes/empires/images/table.gif new file mode 100644 index 00000000..89761b38 Binary files /dev/null and b/contrib/themes/empires/images/table.gif differ diff --git a/contrib/themes/empires/screencap/01.jpg b/contrib/themes/empires/screencap/01.jpg new file mode 100644 index 00000000..5a6600d8 Binary files /dev/null and b/contrib/themes/empires/screencap/01.jpg differ diff --git a/contrib/themes/empires/templates/default.css b/contrib/themes/empires/templates/default.css new file mode 100644 index 00000000..28ca4ae8 --- /dev/null +++ b/contrib/themes/empires/templates/default.css @@ -0,0 +1,695 @@ + + +/**************/ +/* PIECES */ +/**************/ + +p { + color: #0099FF; +} +a { + color: #F9F9F9; + font-family: Verdana, Helvetica, sans-serif; +} +a:visited + { + color: #F9F9F9; + font-family: Verdana, Helvetica, sans-serif; + } +a:hover +{ + color: #0099FF; +font-family: Verdana, Helvetica, sans-serif; +} +a:active { + color: #0099FF; + font-family: Verdana, Helvetica, sans-serif; +} +.text-box { + display: table-cell; + padding-left:5px; + padding-top:25px; + padding-right:5px; + margin-bottom:10px; + background-color: #1D1D1D; + border-right:2px solid #000000; + border-bottom:2px solid #000000; + border-left:2px solid #000000; + border-top:2px solid #000000; +} +td { + padding: 0px 8px 0px 8px; + color: #0099FF; + font-family: Verdana, Helvetica, sans-serif; + font-size: 10px; +} + +/*******************/ +/* FORM ELEMENTS */ +/*******************/ + +input { + color: #0099FF; + font-family: Verdana, Helvetica, sans-serif; + font-size: 10px; + background-color: #1D1D1D; + border: 2px solid #000000; + position: relative; + margin: 2px 2px 2px 2px; +} +select { + color: #0099FF; + font-family: Verdana, Helvetica, sans-serif; + font-size: 10px; + background-color: #1D1D1D; + border: 1px solid #000000; + position: relative; +} +textarea { + background-color: #1D1D1D; + color: #0099FF; + font-family: Verdana, Helvetica, sans-serif; + font-size: 10px; + border: 2px solid #000000; +} +checkbox { + background-color: #000000; + border: 1px solid #1D1D1D; +} +.text-action, .text-action li { + margin-top:5px; + list-style: none; + margin-bottom:5px; + padding-left:0px; +} +.text-action a, .text-action span { + background: #000000; + border:1px solid #1D1D1D; + padding-left:2px; + padding-right:2px; + text-decoration: none; +} +.text-action #pt_active { + background: #1D1D1D; + color: #0099FF; + border:1px solid #1D1D1D; +} +.confirmation-box { + padding: 5px; + margin-left: 0 auto; + margin-right: 0 auto; + margin-bottom:10px; + background-color: #000000; + border:2px solid #1D1D1D; +} + +/* Playing around with making columns distinct */ +/* Unfortunately adding borders breaks alot of */ +/* other pages... trying to fix it but will */ +/* require changes to core files... 8( */ + +.border { + border: 1px solid #1D1D1D; +} +.tabledata { + border-top: 5px solid #1D1D1D; +} +.odd { + background:#000000; + font-size: 10px; + text-align: left; +} +.even { + background:#1D1D1D; + font-size: 10px; + text-align: left; +} +th { + padding: 4px 0 4px 0; + text-align: center; + border-bottom: 3px double #000000; +} +.even td { + text-align: center; + padding: 3px; + border-right: 1px solid #000000; + border-left: 1px solid #000000; +} +.odd td { + text-align: center; + padding: 3px; + border-right: 1px solid #000000; + border-left: 1px solid #000000; +} +.table-header { + background: url(../themes/empires/images/ampache.gif) #1D1D1D repeat-x; + vertical-align: top; + padding: 0; + text-align: center; +} + .header1 + { + color: #0099FF; + font-family: Verdana, Helvetica, sans-serif; + font-size: 18px; + font-weight: 900; + } + .header2 + { + color: #0099FF; + font-family: Verdana, Helvetica, sans-serif; + font-size: 14px; + font-weight: 900; + } + .headrow + { + background:#1D1D1D; + font-size: 10px; + } + .odd + { + background:#000000; + font-size: 10px; + } + .even + { + background:#1D1D1D; + font-size: 10px; + } +.table-footer td { + background: #1D1D1D; + border-bottom: 3px double #000000; + border-left: 1px solid #000000; + border-right: 1px solid #000000; +} +.table-header td,th { + border-right: 1px solid #000000; + border-left: 1px solid #000000; + border-top: 3px double #000000; + border-bottom: 1px solid #000000; + padding: 4px 4px 4px 4px; + text-align: center; + background: #1D1D1D; + font-size: 10px; +} +.tabledata td { + border-bottom: 1px solid #000000; +} +.error { + color: #990033; + border-bottom: 1px solid #000000; +} +.alphabet { + margin: 10px; + font-size: 9px; + font-weight: normal; +} +.list-header td { + border: 0; +} + +/*****************/ +/* BIG STUFF */ +/*****************/ + +body { + padding-top: 0px; + font-family:Arial, Helvetica, Sans-Serif; + color: #0099FF; + background: #000000; + text-align: center; + margin-right: auto; + margin-left: auto; +} +.smeg-ie { + margin: 0 auto; + padding: 10px;; +} +#maincontainer { + text-align: center; + border: 0; + margin-right: auto; + margin-left: auto; +} +#content { + border: 1px solid #000000; + padding: 0; + margin: 0 auto; + z-index: 1; + text-align: center; +} +#footer-content { + margin: 0 auto; + padding: 0; + border: 0; + height: 0; + background: #000000; + position: relative; + z-index: 2; +} + +/***********************/ +/* SIDEBAR == MENU */ +/***********************/ + +div#sidebar{ + margin: 0px auto; + padding: 31px 150px 0 148px; + height: 65px; + width: 600px; + position: relative; + top: -20px; + left: 0px; + border: 0; + background: #000000; + z-index: 50; +} + +#sidebar h3 { + display: none; + width: 0px; + height: 0px; + margin:0px; + padding:0px; + border: 0; + background: #000000; + line-height: 1px; +} + +#sidebar h3 span { + display:none +} + +#sidebar ul { + margin: 0px; + list-style: none; + font-family:Arial, Helvetica, Sans-Serif; + font-size:10px; + padding: 0px; + line-height: 1.0; + background-color:#000000; +} + +#sidebar li { + margin: 0; + float: left; + display: block; + border-bottom: 1px solid #1D1D1D; + border-left: 1px solid #1D1D1D; + border-right: 1px solid #1D1D1D; + border-top: 1px solid #1D1D1D; + padding: 5px 0px 5px 10px; + width: 10.5em; + background-color:#000000; +} + +#sidebar a, .navbutton { + display: block; /*Not sure why this is neccesary, but it is for IE*/ + text-decoration: none; +} + +#sidebar li:hover, #sidebar li.sfhover { + color: #1D1D1D; + background-color: #000000; +} + +#sidebar li:active { + background-color:#000000; + z-index:30; +} + +#sidebar li ul { + float: left; + position: absolute; + width: 9em; +/* margin: -1.5em 0 0 10.5em; /* for vertical menu; comment out otherwise */ + margin: 0.5em 0 0 -1.1em; /* for horizontal menu; comment out otherwise */ + left: -999em; /* this -999em puts the submenu item way off to the left until it's called back by a hover (below) */ + z-index:30; +} + +#sidebar li:hover ul, #sidebar li.sfhover ul { + left: auto; /* this calls the submenu back when the parent li is hovered. */ + background-color: #000000; +} + +#navlist ul li:hover { + background-color: #1D1D1D; +} +#play_type_switch { + position: relative; + top: -3px; + width: 92px; + border: 1px solid #1D1D1D; + background: #000000; +} + +/* #sidebar li.sfhover ul {} +#navlist ul li:hover {} */ + +/***************************/ +/* NOW PLAYING & HOME PAGE */ +/* STATISTICS + POPULAR */ +/* BOXES */ +/***************************/ + +#nowplaying { + width:650px; + background: #000000; +} +.np_row { + border: 0; + width: 780px; +} +.np_cell { + color: #F9F9F9; + padding: 10px 0 10px 0; + text-align: center; + border: 5px; + background: #1D1D1D; + width: 500px; +} +#np_container1{ + width: 260px; + height: 18px; + padding: 0px; + margin: 0px; + background: #000; +} +#np_container1 h1{ + font-size: 10px; + font-weight: bold; + padding: 2px; +} +#np_container2{ + border-width: 1px 1px 1px 1px; + border-style: solid; + padding: 6px; + font-family: Verdana, sans-serif; + font-size: 10px; + line-height: 10px; + color: #000; + background: #000000; +} +#biddaddy { + /* I didn't pick the name. Its the box around most of the stuff on the main page. */ + text-align: left; + margin-left: auto; + margin-right: auto; + border: 0; +} + +/*************/ +/* Top Bar */ +/*************/ +#topbar { + height: 75px; + padding-top:3px; + padding-left:10px; +} +#topbarright { + float: left; + margin-top: 30px; + font-size: 10px; +} + /* This holds the "Your currently logged in as and version #... blah blah */ + +#topbarleft { + /* ampache.gif inside this, hard coded into the page */ + float: left; + border: 0; +} + +/********************/ +/* TABLE STUFF: */ +/* Albums listings */ +/* Preferences */ +/* etc. */ +/********************/ + +.box { + text-align: center; + padding:0px; + background: #000000; + border: #1D1D1D; + margin:10px auto; +} +.box-title { + border-bottom: 2px solid #1D1D1D; + font-weight: bold; +} +.box-content table { + text-align: left; + margin-left: auto; + margin-right: auto; + margin-top: 5px; + margin-bottom: 5px; + border: 0; +} +.box-content { + text-align: left; +} +/*******************************/ +/* IMAGE BORDERS AROUND BOXES */ +/*******************************/ +/* I don't have any */ +.box-left-top { display: none } +.box-right-top { display: none } +.box-left-bottom { display: none } +.box-right-bottom { display: none } +.box-left { display: none } +.box-right { display: none } +.box-top { display: none } +.box-bottom { display: none } + +/************************/ +/* TABS ON PREF. PAGE */ +/************************/ + +#tablist { + padding: 3px 0; + margin: 12px 0 0 0; + font: bold 12px Verdana, sans-serif; +} +#tablist li { + list-style: none; + margin: 0; + display: inline; +} +#tablist li a { + padding: 3px 0.5em; + margin-left: 3px; + border: 1px solid #000000; + border-bottom: none; + background: #1D1D1D; +} +#tablist li a:link { + color: #F9F9F9; +} +#tablist li a:visited { + color: #F9F9F9; +} +#tablist li a:hover { + color: #0099FF; + background: #000000; + border-color: #1D1D1D; +} +#tablist li a#current { + color: #0099FF; + background: #000000; + border-color: #1D1D1D; +} + +/*****************/ +/* LOGIN PAGE */ +/*****************/ +#container{ + margin:100px auto 0px auto; + width:437px; + font-size: 12px; + text-align:center; +} +#container h1{ + background:url("../images/ampache.gif") no-repeat; + height:81px; + margin-bottom:8px; +} +#container h1 span{ + display:none; +} +#container div{ + background:#1D1D1D; + height:285px; +} +#loginp_0{ + color:#0099FF; + font-family: Verdana, sans-serif; + margin-top:0px; + padding-top:60px; +} +.loginp_1{ + text-align:right; + font-family: Verdana, sans-serif; + padding-right:100px; +} +.loginp_1 span{ + font-weight:bold; +} +.loginp_1 input{ + border:1px solid #999; +} +input.text_input { +width:12em; +} +.loginp_1 input.check_input { +margin-right:5em; +} + +/**************************/ +/* USELESS STUFF THAT */ +/* DOESN'T DO MUCH */ +/* OF ANYTHING */ +/**************************/ + +.disabled {text-decoration: line-through;} + +/* ########################## */ +/* I'm too lazy to break */ +/* something sufficiently */ +/* to skin this for now. */ +/* */ +/* If you have a fatal error, */ +/* your skin is not your most */ +/* important problem now, */ +/* is it? 8) */ +/* ########################## */ + +.fatalerror { + padding-top: 3px; + padding-left: 3px; + + padding-right: 3px; + display: table-cell; + padding-bottom: 3px; + color: #990033; + border-right:4px solid #1D1D1D; + border-bottom:4px solid #1D1D1D; + border-left:4px solid #1D1D1D; + border-top:4px solid #1D1D1D; +} +/* ########################### */ +/* styles for the star ratings */ +/* ########################### */ +.star-rating{ + list-style:none; + margin: 0px; + padding:0px; + width: 80px; + height: 15px; + position: relative; + background: url(../../../images/ratings/star_rating.gif) top left repeat-x; +} +.star-rating li{ + padding:0px; + margin:0px; + float: right; +} +.star-rating li span{ + display:block; + width:16px; + height: 15px; + text-decoration: none; + text-indent: -9000px; + z-index: 20; + position: absolute; + padding: 0px; +} +.star-rating li span:hover{ + background: url(../../../images/ratings/star_rating.gif) left center; + z-index: 2; + left: 0px; +} +li.zero-stars span:hover { + background: url(../../../images/ratings/x.gif); + height: 15px; + left: 80px; + display: block; +} +span.zero-stars { + background: url(../../../images/ratings/x_off.gif); + height: 15px; + left: 80px; + display: block; +} +span.one-stars{ + left: 0px; +} +span.one-stars:hover{ + width:16px; +} +span.two-stars{ + left:16px; +} +span.two-stars:hover{ + width: 32px; +} +span.three-stars{ + left: 32px; +} +span.three-stars:hover{ + width: 48px; +} +span.four-stars{ + left: 48px; +} +span.four-stars:hover{ + width: 64px; +} +span.five-stars{ + left: 64px; +} +span.five-stars:hover{ + width: 80px; +} +li.current-rating{ + background: url(../../../images/ratings/star_rating.gif) left bottom; + position: absolute; + height: 15px; + display: block; + text-indent: -9000px; + z-index: 1; +} + +/************************************************/ +/* User Online/Offline style, used in users.php */ +/************************************************/ +td.user_online{ + background:#007ACC; +} +td.user_offline { + background:#4D4D4D; +} +td.user_disabled { + background:#999999; +} \ No newline at end of file diff --git a/contrib/themes/empires/theme.cfg.php b/contrib/themes/empires/theme.cfg.php new file mode 100644 index 00000000..65595b26 --- /dev/null +++ b/contrib/themes/empires/theme.cfg.php @@ -0,0 +1,65 @@ +################## +## +################## + +########################### +# Ampache Theme: Empires +########################### + +# Notes +# This theme is based off a Joomla! template called js_empire. +# I've been running the 3.3.2 Ampache with this color scheme +# hard-coded in preferences for a while and decided it was time +# to make a new theme, and make it work with the new Ampache. +# +# 01/15/07 updated to include color scheming for user_offline/ +# user_online classes, removed some no-longer-used stuff from +# this file, changed the blank-ampache.gif. + +# Theme Name +# This is the actual name of the theme that +# will be displayed in the preferences screen +# DEFAULT: ampache-theme +name = "Empires" + +# Theme Author +# This is just a way of giving credit to the +# person who actually created this theme +# DEFAULT: N/A +author = "jazzs3quence" + +# Theme Maintainer +# This is just a way of listing who is responsible for +# maintaining this theme incase it's not working right +# please include an e-mail address so you can be contacted +# DEFAULT: N/A +maintainer = "jazzs3quence -- c dot s dot reynolds at gmail dot com" + +# Version +# This is the version of the Theme (usefull if you've updated it) +version = "1.3.1" + +# Orientation +# This was added as of 3.3.2-Alpha4, this tells Ampache if this theme +# uses vertical or horizontal orientation of the menu, if this is a horizontal +# theme then it will not show the quick search and quick random play forms +orientation = "horizontal" + +# Submenu +# If this is set to simple the sub menu's will only be shown when you're on one of the +# respective pages. If you want to make the menu's something like the classic theme +# comment this out +# submenu = "simple" + +# Theme Colors +################### +[color] +################### +# this isn't really used anymore, so the list below is the basic theme colors used. + +# background = "#000000" +# text boxes and stuff = "#1D1D1D" +# plain text and mouseovers = "#0099FF" +# links = "#F9F9F9" +# errors = "#990033" + diff --git a/contrib/themes/klassikiosk/images/ampache-dark-bg.gif b/contrib/themes/klassikiosk/images/ampache-dark-bg.gif new file mode 100644 index 00000000..e9fc72c9 Binary files /dev/null and b/contrib/themes/klassikiosk/images/ampache-dark-bg.gif differ diff --git a/contrib/themes/klassikiosk/images/ampache-light-bg.gif b/contrib/themes/klassikiosk/images/ampache-light-bg.gif new file mode 100644 index 00000000..262430b8 Binary files /dev/null and b/contrib/themes/klassikiosk/images/ampache-light-bg.gif differ diff --git a/contrib/themes/klassikiosk/images/ampache-mid.gif b/contrib/themes/klassikiosk/images/ampache-mid.gif new file mode 100644 index 00000000..57376ea4 Binary files /dev/null and b/contrib/themes/klassikiosk/images/ampache-mid.gif differ diff --git a/contrib/themes/klassikiosk/images/ampache.gif b/contrib/themes/klassikiosk/images/ampache.gif new file mode 100644 index 00000000..b085c7f2 Binary files /dev/null and b/contrib/themes/klassikiosk/images/ampache.gif differ diff --git a/contrib/themes/klassikiosk/images/bg_login_0.jpg b/contrib/themes/klassikiosk/images/bg_login_0.jpg new file mode 100644 index 00000000..ea53491c Binary files /dev/null and b/contrib/themes/klassikiosk/images/bg_login_0.jpg differ diff --git a/contrib/themes/klassikiosk/images/bg_login_1.jpg b/contrib/themes/klassikiosk/images/bg_login_1.jpg new file mode 100644 index 00000000..ee10fe66 Binary files /dev/null and b/contrib/themes/klassikiosk/images/bg_login_1.jpg differ diff --git a/contrib/themes/klassikiosk/images/blank-pixel.gif b/contrib/themes/klassikiosk/images/blank-pixel.gif new file mode 100644 index 00000000..17d43908 Binary files /dev/null and b/contrib/themes/klassikiosk/images/blank-pixel.gif differ diff --git a/contrib/themes/klassikiosk/images/blankalbum.gif b/contrib/themes/klassikiosk/images/blankalbum.gif new file mode 100644 index 00000000..c2a1a936 Binary files /dev/null and b/contrib/themes/klassikiosk/images/blankalbum.gif differ diff --git a/contrib/themes/klassikiosk/images/blankalbum.jpg b/contrib/themes/klassikiosk/images/blankalbum.jpg new file mode 100644 index 00000000..468301bd Binary files /dev/null and b/contrib/themes/klassikiosk/images/blankalbum.jpg differ diff --git a/contrib/themes/klassikiosk/images/bottom.gif b/contrib/themes/klassikiosk/images/bottom.gif new file mode 100644 index 00000000..e1545988 Binary files /dev/null and b/contrib/themes/klassikiosk/images/bottom.gif differ diff --git a/contrib/themes/klassikiosk/images/bottomleft.gif b/contrib/themes/klassikiosk/images/bottomleft.gif new file mode 100644 index 00000000..940eeb36 Binary files /dev/null and b/contrib/themes/klassikiosk/images/bottomleft.gif differ diff --git a/contrib/themes/klassikiosk/images/bottomright.gif b/contrib/themes/klassikiosk/images/bottomright.gif new file mode 100644 index 00000000..4e9caf4d Binary files /dev/null and b/contrib/themes/klassikiosk/images/bottomright.gif differ diff --git a/contrib/themes/klassikiosk/images/left.gif b/contrib/themes/klassikiosk/images/left.gif new file mode 100644 index 00000000..0f9fb2d9 Binary files /dev/null and b/contrib/themes/klassikiosk/images/left.gif differ diff --git a/contrib/themes/klassikiosk/images/right.gif b/contrib/themes/klassikiosk/images/right.gif new file mode 100644 index 00000000..c984eaa7 Binary files /dev/null and b/contrib/themes/klassikiosk/images/right.gif differ diff --git a/contrib/themes/klassikiosk/images/sidebar_top.jpg b/contrib/themes/klassikiosk/images/sidebar_top.jpg new file mode 100644 index 00000000..cd6e7dfd Binary files /dev/null and b/contrib/themes/klassikiosk/images/sidebar_top.jpg differ diff --git a/contrib/themes/klassikiosk/images/tmp/sidebar_top.jpg b/contrib/themes/klassikiosk/images/tmp/sidebar_top.jpg new file mode 100644 index 00000000..cd6e7dfd Binary files /dev/null and b/contrib/themes/klassikiosk/images/tmp/sidebar_top.jpg differ diff --git a/contrib/themes/klassikiosk/images/top.gif b/contrib/themes/klassikiosk/images/top.gif new file mode 100644 index 00000000..dbdde2cc Binary files /dev/null and b/contrib/themes/klassikiosk/images/top.gif differ diff --git a/contrib/themes/klassikiosk/images/topleft.gif b/contrib/themes/klassikiosk/images/topleft.gif new file mode 100644 index 00000000..3a931ff0 Binary files /dev/null and b/contrib/themes/klassikiosk/images/topleft.gif differ diff --git a/contrib/themes/klassikiosk/images/topright.gif b/contrib/themes/klassikiosk/images/topright.gif new file mode 100644 index 00000000..ea13e18a Binary files /dev/null and b/contrib/themes/klassikiosk/images/topright.gif differ diff --git a/contrib/themes/klassikiosk/templates/default.css b/contrib/themes/klassikiosk/templates/default.css new file mode 100644 index 00000000..bf1258bb --- /dev/null +++ b/contrib/themes/klassikiosk/templates/default.css @@ -0,0 +1,640 @@ +/* + + Copyright (c) 2001 - 2006 Ampache.org + All rights reserved. + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License v2 + as published by the Free Software Foundation + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + + +/************************************************/ +/* Unify default browsers style rules */ +/************************************************/ +:link,:visited { text-decoration:underline; } +h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; line-height: 1em; } /* avoid browser default inconsistent font-sizes */ +a img, :link img, :visited img { border: none; } /* no blue linked image borders */ +ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 } /* White space reset */ + + +/************************************************/ +/* General style rules */ +/************************************************/ +body { + background:#d3d3d3; + font-family:Arial, Helvetica, Sans-Serif; +} +p { + color: #000; + margin:1em 0; +} +a, a:visited, a:active{ + color: #000; + font-family: Verdana, Helvetica, sans-serif; +} +td { + padding: 0 8px; + color: #000; + font:14px Verdana, Helvetica, sans-serif; +} +th { + padding-right: 15px; +} +input, select, textarea{ + font: 14px Verdana, Helvetica, sans-serif; + background: #ddd; + color: #000; +} +input { + font-weight: bold; + margin: 2px 2px 2px 0; +} + + +/************************************************/ +/* Header */ +/************************************************/ +#topbar { + height: 80px; + padding: 3px 0 0 10px; +} +#topbarright { + float: right; + font-size: 10px; +} +#topbarleft, #topbarleft a{ + float: left; +} + + +/************************************************/ +/* Footer */ +/************************************************/ +#footer { + margin: 0 0 10px 150px; +} +#footer p { + color:#999; + font-size:10px; +} + + +/************************************************/ +/* Buttons */ +/************************************************/ +.selected_button { + background: #000; + color: #fff; +} +.unselected_button { +} +.smallbutton { + border:0; + padding: 0 1px; + font-size: 14px; + cursor: pointer; +} + + +/************************************************/ +/* Tables (songs lists...) */ +/************************************************/ +.table-header { +/* background: url(../images/ampache-light-bg.gif) #dddddd repeat-x; */ + background: #a0a0a0; + vertical-align: top; + text-align:center; +} +.odd { + font-size: 14px; + background:#bbb; +} +.even { + font-size: 14px; + background:#ddd; +} +.headrow { + font-size: 14px; + background:#ccc; +} +.blank { + background: #fff; +} +.border { + background: #000; +} +.header { + font-size: 14px; +} + +/************************************************/ +/* Content block */ +/************************************************/ +#content { + top:90px; + float: none; + margin:20px 0 0 200px; + /* background:#fff url(../images/bg_content.gif) repeat-y right top; */ +} +h3#content_title{ + font: 14px/32px Arial,Helvetica,Sans-Serif; + background:#8b8b8b url(../images/content_corner.gif) no-repeat right top; + color:#fff; +} +h3#content_title span { + text-align:left; +} + + +/************************************************/ +/* Sidebar */ +/************************************************/ +#sidebar{ + clear:both; + position:absolute; + left:5px; + top:87px; +} +#sidebar select { + width: 95%; +} +#sidebar h3 { + width: 180px; + height: 28px; + background: transparent url(../images/sidebar_top.jpg) no-repeat left; +} +#sidebar h3 span { + display:none +} +#sidebar ul { + list-style: none; + font-family:Arial, Helvetica, Sans-Serif; + font-size: 14px; + margin: 0; + padding: 0; + line-height: 1em; +} +#sidebar ul.subnavside { + display: block; /*none;*/ + position: static; /*absolute;*/ + width: 100%; /*9em;*/ + top: 0; /*-1px;*/ + left: 0; /*11.5em;*/ + font-size: 1em; + z-index: 1; +} +#sidebar li { + float: left; + clear: both; + display: inline; /* IE6 Patch */ + position: relative; + width: 13em; + width: /**/11.5em; /* Only IE5.5 can't see this */ + margin: 0; + padding: .5em 0 .5em 1em; + border: 1px solid #8b8b8b; + border-right: 4px solid #b4b4b4; + background:#fff; +} +#sidebar ul.subnavside li { + border-right-width: 1px; +} +#sidebar a, #sidebar .navbutton { + display: block; + position: relative; + text-decoration: none; + padding: .5em 0 .5em 1em; +} +#sidebar li:hover ul.subnavside, #sidebar li.sfhover ul.subnavside { + display:block; +} +#sidebar ul.subnavside{ + margin-left:0.5em; +} +#sidebar ul.subnavside li{ + width: 11.5em; + width: /**/10em; /* Only IE5.5 can't see this */ +} +#sidebar li:hover, #sidebar li.sfhover, #sidebar li.activetopmenu { + color:#000; + background:#ddd; +} +#sidebar li.hover:active { + background:#ccc; + z-index:30; +} + +/* For horizontal menu */ +.horizontal_menu #content { margin:3em 0 0 2em; } +.horizontal_menu #sidebar { width: auto; top: 85px;} +.horizontal_menu #sidebar h3 { display: none; } +.horizontal_menu #sidebar li { clear: none; border:1px solid #8b8b8b; } +.horizontal_menu #sidebar ul.subnavside { left: 0; top: 2em; } + + +/* Menu Elements Display (icons, visibility...) */ +#sidebar_home a { } +#sidebar_admin a { } +#sidebar_prefs a { } +#sidebar_browse a { } +#sidebar_plists a { } +#sidebar_stats a { } +#sidebar_search a { } +#sidebar #sidebar_subsearch { } +#sidebar_random a { } +#sidebar_form { } +#sidebar_localplay a { } +#sidebar_localplay_ctrl { } +#sidebar_logout a { } + +#sidebar_admin_users a { } +#sidebar_admin_mail_users a { } +#sidebar_admin_catalog a { } +#sidebar_admin_config a { } +#sidebar_admin_access_list a { } + +#sidebar_browse_albums a { } +#sidebar_browse_artists a { } +#sidebar_browse_genre a { } +#sidebar_browse_song_title a { } +#sidebar_browse_lists a { } + + +/************************************************/ +/* Now Playing Styles */ +/************************************************/ +#nowplaying{ + clear: both; + width: 600px; +} + +#np_container1{ + width: 260px; + height: 18px; + background: #fff url(../images/tb_tab.jpg) no-repeat top left; +} + +#np_container1 h1{ + font-size: 10px; + font-weight: bold; + padding: 2px; +} + +#np_container2{ + border: 1px solid #999; + border-color:#ddd #999 #999 #ccc; + padding: 6px; + font: 10px/12px Verdana, sans-serif; + background: #d6d6d4 url(../images/bg_row.jpg) repeat top left; + color: #000; +} +.np_row { + padding: 3px 0; +} +.np_cell { + margin: 10px; +} + + +/************************************************/ +/* Styles for the star ratings */ +/************************************************/ +.star-rating{ + position: relative; + list-style:none; + width: 80px; + height: 15px; + background: url(../../../images/ratings/star_rating.gif) top left repeat-x; +} +.star-rating li{ + float: right; +} +li.current-rating{ + display: block; + position: absolute; + height: 15px; + background: url(../../../images/ratings/star_rating.gif) left bottom; + text-indent: -9000px; + z-index: 1; +} +.star-rating li span{ + position: absolute; + display:block; + width:16px; + height: 15px; + text-decoration: none; + text-indent: -9000px; + z-index: 20; +} +.star-rating li span:hover{ + background: url(../../../images/ratings/star_rating.gif) left center; + z-index: 2; + left: 0; +} +li.zero-stars span:hover { + display: block; + left: 80px; + height: 15px; + background: url(../../../images/ratings/x.gif); +} +span.zero-stars { + display: block; + left: 80px; + height: 15px; + background: url(../../../images/ratings/x_off.gif); +} +span.one-stars { left: 0px; } +span.one-stars:hover { width:16px; } +span.two-stars { left:16px; } +span.two-stars:hover { width: 32px; } +span.three-stars { left: 32px; } +span.three-stars:hover{ width: 48px; } +span.four-stars { left: 48px; } +span.four-stars:hover { width: 64px; } +span.five-stars { left: 64px; } +span.five-stars:hover { width: 80px; } + + +/************************************************/ +/* Box Related Styles */ +/************************************************/ +.box { + background: #f7f7f7; +} +.box-title { + border-bottom: solid 1px #000; + font-size: 1.05em; + font-weight: bold; +} +.box-list { + padding-right: 10px; +} + +/* Enclosing Boxes Styles */ +.box-left-top { + background: url(../images/topleft.gif) no-repeat; + height:16px; +} +.box-left-bottom { + background: url(../images/bottomleft.gif) no-repeat; + height:18px; +} +.box-left { + background: url(../images/left.gif); +} +.box-bottom { + background: url(../images/bottom.gif); + height:18px; +} +.box-right-bottom { + background: url(../images/bottomright.gif) no-repeat; +} +.box-right-top { + background: url(../images/topright.gif) no-repeat; +} +.box-right { + background: url(../images/right.gif); +} +.box-top { + background: url(../images/top.gif); +} + + +/************************************************/ +/* List Header Styles */ +/************************************************/ +.list-header { + text-decoration: none; +} +.list-header:hover { + color:#071fd4; +} + + +/************************************************/ +/* Text Action Styles */ +/************************************************/ +.text-action, .text-action li { + list-style: none; + margin:5px 0; + padding-left:0px; +} +.text-action a, .text-action span { + padding: 0 2px; + background: #ddd; + border:1px solid #000; + text-decoration: none; +} +.text-action #pt_active { + background: #000; + color: #fff; + border:1px solid #ddd; +} + + +/************************************************/ +/* Tabs (for preferences) */ +/************************************************/ +#tablist { + padding: 3px 0; + margin: 12px 0 0 0; + font: bold 12px Verdana, sans-serif; +} +#tablist li { + list-style: none; + display: inline; +} +#tablist li a { + padding: 3px 0.5em; + margin-left: 3px; + border: 1px solid #ccc; + border-bottom: none; + background: #ddd; + text-decoration: none; +} +#tablist li a:link { color: #222; } +#tablist li a:visited { color: #000; } +#tablist li a:hover { + color: #000; + background: #bbb; + border-color: #000; +} +#tablist li a#current { + color: #000; + background: #bbb; + border-color: #000; + border-bottom: 1px solid #000; +} + + +/************************************************/ +/* Styles for Header */ +/*(for ampache admin : installation, update...) */ +/************************************************/ +div#Header{ + height:80px; + margin-bottom:3px; +} +#Header h1 { + width: 439px; + height: 84px; + float: left; + border:0; + background: transparent url(../images/bg_login_0.jpg) no-repeat top left; +} +#Header h1 span { + display:none +} +#Header h2 { + float: right; + margin-top: 75px; + width: 200px; + height: 18px; + background: transparent url(001/h2.gif) no-repeat top left; +} +#Header h2 span { + font-size: 10px; + margin-left: 10px; +} + + +/************************************************/ +/* Styles for Login template */ +/************************************************/ +#container{ + margin:100px auto 0 auto; + width:437px; + font-size:12px; + text-align:center; +} +#container h1{ + background:url(../images/bg_login_0.jpg) no-repeat; + height:81px; + margin-bottom:8px; +} +#container h1 span{ + display:none; +} +#container div.fatalerror { + display:block; + height:auto; + padding:5px; + margin:10px; + background:none; +} +#container div{ + background:url(../images/bg_login_1.jpg) no-repeat; + height:285px; +} +#loginp_0{ + color:#333; + margin-top:0; + padding-top:60px; +} +.loginp_1{ + text-align:right; + padding-right:100px; +} +.loginp_1 span{ + font-weight:bold; +} +.loginp_1 input{ + border:1px solid #999; +} +input.text_input{ +width:12em; +} +.loginp_1 input.check_input{ +margin-right:5em; +} + + +/************************************************/ +/* TV Page Related Styles */ +/************************************************/ +#tv_np{ + float:right; +} +#tv_left{ + float:left; + clear:right; +} +#tv_playlist{ + clear:both; +} + + +/************************************************/ +/* User Online/Offline style, used in users.php */ +/************************************************/ +td.user_online{ + background:#0f0; +} +td.user_offline { + background:#7f0000; +} +td.user_disabled { + background:#ccc; +} + + +/************************************************/ +/* Misc */ +/************************************************/ +.text-box, .confirmation-box { + display:table-cell; + padding:5px 5px 0 5px; + margin-bottom:10px; + background:#bbb; + border:2px solid #000; +} +.alphabet { + margin:10px; + font-size:10px; + font-weight:normal; +} +#mpdpl td { + padding:0 2px 0 2px; + text-align:left; +} +.header1 { + color:#000; + font:bold 18px Verdana, Helvetica, sans-serif; +} +.header2 { + color:#000; + font:bold 14px Verdana, Helvetica, sans-serif; +} +.error { + color:#903; +} +.fatalerror { + display:table-cell; + padding:3px; + color: #903; + font-weight:bold; + border:2px solid #903; +} +.disabled { + text-decoration:line-through; +} +#maincontainer{} +table.tabledata {} +.display {} + + + + + + diff --git a/contrib/themes/klassikiosk/theme.cfg.php b/contrib/themes/klassikiosk/theme.cfg.php new file mode 100644 index 00000000..541fbdfb --- /dev/null +++ b/contrib/themes/klassikiosk/theme.cfg.php @@ -0,0 +1,42 @@ +################## +## +################## + +########################### +# klassikiosk Theme +########################### + +# this is a modified classic theme for use on kiosks. +# combined classic with greyblock to use greyblock's +# menus and made the text size bigger. + +# Theme Name +# This is the actual name of the theme that +# will be displayed in the preferences screen +# DEFAULT: ampache-theme +name = "klassikiosk" + +# Theme Author +# This is just a way of giving credit to the +# person who actually created this theme +# DEFAULT: N/A +author = "jazzs3quence" + +# Theme Maintainer +# This is just a way of listing who is responsible for +# maintaining this theme incase it's not working right +# please include an e-mail address so you can be contacted +# DEFAULT: N/A +maintainer = "jazzs3quence" + +# Orientation +# This was added as of 3.3.2-Alpha4, this tells Ampache if this theme +# uses vertical or horizontal orientation of the menu, if this is a horizontal +# theme then it will not show the quick search and quick random play forms +orientation = "vertical" + +# Submenu +# If this is set to simple the sub menu's will only be shown when you're on one of the +# respective pages. If you want to make the menu's something like the classic theme +# comment this out +#submenu = "simple" -- cgit