summaryrefslogtreecommitdiffstats
path: root/contrib/themes/classic-ng
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/themes/classic-ng')
-rwxr-xr-xcontrib/themes/classic-ng/images/ampache-dark-bg.gifbin138 -> 0 bytes
-rw-r--r--contrib/themes/classic-ng/images/ampache-light-bg.gifbin70 -> 0 bytes
-rwxr-xr-xcontrib/themes/classic-ng/images/ampache-mid.gifbin268 -> 0 bytes
-rwxr-xr-xcontrib/themes/classic-ng/images/ampache.gifbin5810 -> 0 bytes
-rw-r--r--contrib/themes/classic-ng/images/blank-pixel.gifbin43 -> 0 bytes
-rw-r--r--contrib/themes/classic-ng/images/blankalbum.gifbin11378 -> 0 bytes
-rw-r--r--contrib/themes/classic-ng/images/blankalbum.jpgbin20730 -> 0 bytes
-rwxr-xr-xcontrib/themes/classic-ng/images/headphone.gifbin861 -> 0 bytes
-rwxr-xr-xcontrib/themes/classic-ng/images/table.gifbin5680 -> 0 bytes
-rw-r--r--contrib/themes/classic-ng/screencap/01.jpgbin89825 -> 0 bytes
-rw-r--r--contrib/themes/classic-ng/screencap/02.jpgbin69923 -> 0 bytes
-rw-r--r--contrib/themes/classic-ng/screencap/03.jpgbin98615 -> 0 bytes
-rw-r--r--contrib/themes/classic-ng/templates/default.css270
-rw-r--r--contrib/themes/classic-ng/theme.cfg.php54
14 files changed, 0 insertions, 324 deletions
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
--- a/contrib/themes/classic-ng/images/ampache-dark-bg.gif
+++ /dev/null
Binary files 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
--- a/contrib/themes/classic-ng/images/ampache-light-bg.gif
+++ /dev/null
Binary files 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
--- a/contrib/themes/classic-ng/images/ampache-mid.gif
+++ /dev/null
Binary files 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
--- a/contrib/themes/classic-ng/images/ampache.gif
+++ /dev/null
Binary files 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
--- a/contrib/themes/classic-ng/images/blank-pixel.gif
+++ /dev/null
Binary files 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
--- a/contrib/themes/classic-ng/images/blankalbum.gif
+++ /dev/null
Binary files 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
--- a/contrib/themes/classic-ng/images/blankalbum.jpg
+++ /dev/null
Binary files 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
--- a/contrib/themes/classic-ng/images/headphone.gif
+++ /dev/null
Binary files 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
--- a/contrib/themes/classic-ng/images/table.gif
+++ /dev/null
Binary files 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
--- a/contrib/themes/classic-ng/screencap/01.jpg
+++ /dev/null
Binary files 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
--- a/contrib/themes/classic-ng/screencap/02.jpg
+++ /dev/null
Binary files 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
--- a/contrib/themes/classic-ng/screencap/03.jpg
+++ /dev/null
Binary files 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 @@
-<?php
-/*
-
- Copyright (c) 2001 - 2005 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
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
-
- 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.
-
-*/
-
-/*!
- @header Style File
- @discussion this is the css that is included on every page of
- ampache, mod this to change the look and feel of the site
-*/
-?>
-<style type="text/css">
-<!--
-body {
- background: #ffffff;
- font-family: Verdana;
- font-size: 12px;
- color: #000000;
- margin: 0;
- padding: 0;
- }
-
-p {
- color: #000000;
- font-family: Verdana;
- font-size: 12px;
- }
-
-a {
- color: #000000;
- font-family: Verdana;
- }
-
-a:visited {
- color: #000000;
- font-family: Verdana;
- }
-
-a:active {
- color: #000000;
- font-family: Verdana;
- }
-
-.text-box {
- padding-left:5px;
- padding-top:5px;
- margin-bottom:10px;
- background-color: #bbbbbb;
- border-right:2px solid #000000;
- border-bottom:2px solid #000000;
- border-left:2px solid #000000;
- border-top:2px solid #000000;
- }
-
-table.tabledata {
- }
-
-td {
- padding: 0px 8px 0px 8px;
- color: #000000;
- font-family: Verdana;
- font-size: 12px;
- }
-
-th {
- padding-right: 10px;
- }
-
-input {
- color: #000000;
- font-family: Verdana;
- font-size: 12px;
- font-weight: bold;
- background-color: #dddddd;
- margin: 2px 2px 2px 2px;
- }
-
-select {
- color: #000000;
- font-family: Verdana;
- font-size: 12px;
- background-color: #dddddd;
- }
-
-textarea {
- background-color: #dddddd;
- color: #000000;
- font-family: Verdana;
- font-size: 12px;
- }
-
-.table-header {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #dddddd repeat-x;
- vertical-align: top;
- }
-/*************** Main Menu *****************/
-#mainmenu {
- width: 100%;
- background: #ddd;
- margin: 0px 0 0px 0;
- padding: 15px 10px 5px;
- list-style: none;
- border-bottom: 1px solid #000;
- }
-
-#mainmenu li {
- margin-left: 5px;
- margin-bottom: 0;
- padding: 2px 10px 5px;
- border: 1px solid #000;
- display: inline;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #dddddd repeat;
- font-weight: bold;
- }
-
-#mainmenu li:hover {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #dddddd repeat;
- }
-
-#mainmenu li.active {
- background: #fff;
- border-bottom: 2px solid #fff;
- }
-
-#mainmenu a {
- text-decoration: none;
- }
-
-#mainmenu a:hover {
- color: #fff;
- }
-
-#mainmenu a.active {
- color: #00a;
- }
-/*************** END Main Menu *************/
-/*************** Admin Menu *************/
-#adminmenu {
- background: #fff;
- margin: 0px 0 20px 0;
- padding: 15px 10px 5px;
- list-style: none;
- border-bottom: 1px solid #000;
- }
-
-#adminmenu li {
- margin-left: 5px;
- margin-bottom: 0;
- padding: 2px 10px 5px;
- border: 1px solid #000;
- display: inline;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #dddddd repeat;
- font-weight: bold;
- }
-
-#adminmenu li:hover {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #dddddd repeat;
- }
-
-#adminmenu li.active {
- background: #fff;
- border-bottom: 2px solid #fff;
- }
-
-#adminmenu a {
- text-decoration: none;
- }
-
-#adminmenu a:hover {
- color: #fff;
- }
-
-#adminmenu a.active {
- color: #00a;
- }
-/*************** END Admin Menu *************/
-/*************** Page Header *********************/
-#pageheader {
- display: block;
- background: #ddd;
- }
-/*************** END Page Header *****************/
-
-.header1 {
- color: #000000;
- font-family: Verdana;
- font-size: <?php echo conf('font_size') + 6; ?>px;
- font-weight: 900;
- }
-
-.header2 {
- color: #000000;
- font-family: Verdana;
- font-size: <?php echo conf('font_size') + 2; ?>px;
- font-weight: 900;
- }
-
-.headrow {
- background:#cccccc;
- font-size: 12px;
- }
-
-.odd {
- background:#bbbbbb;
- font-size: 12px;
- }
-
-.even {
- background:#dddddd;
- font-size: 12px;
-}
-
-.blank {
- background: #fff;
- }
-
-.border {
- background:#000000;
- }
-
-.header {
- font-size: 12px;
- }
-
-.error {
- color: #990033;
- }
-
-.fatalerror {
- padding-top: 3px;
- padding-bottom: 3px;
- color: #990033;
- border-right:4px solid #990033;
- border-bottom:4px solid #990033;
- border-left:4px solid #990033;
- border-top:4px solid #990033;
- font-size: <?php echo conf('font_size')+2; ?>px;
- font-weight: 900;
- text-align: center;
- }
-
-.disabled {
- text-decoration: line-through;
- }
-
-.alphabet {
- font-size: 12px;
- font-weight: normal;
- }
-
--->
-</style>
-
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 @@
-##################
-#<?php exit(); ?>#
-##################
-
-###########################
-# Classic Ampache NG
-###########################
-
-name = "Classic Ampache NG"
-author = "Matt Keadle"
-maintainer = "Matt Keadle <mkeadle@mkeadle.org>"
-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"
-