summaryrefslogtreecommitdiffstats
path: root/contrib/themes/Supernova
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/themes/Supernova')
-rw-r--r--contrib/themes/Supernova/images/Lightning.jpgbin828 -> 0 bytes
-rw-r--r--contrib/themes/Supernova/images/ampache.gifbin64122 -> 0 bytes
-rw-r--r--contrib/themes/Supernova/images/blankalbum.gifbin11378 -> 0 bytes
-rw-r--r--contrib/themes/Supernova/images/filling.jpgbin6786 -> 0 bytes
-rw-r--r--contrib/themes/Supernova/images/nav.jpgbin319 -> 0 bytes
-rw-r--r--contrib/themes/Supernova/images/navigator.jpgbin317 -> 0 bytes
-rw-r--r--contrib/themes/Supernova/screencap/01.jpgbin55432 -> 0 bytes
-rw-r--r--contrib/themes/Supernova/screencap/02.jpgbin66294 -> 0 bytes
-rw-r--r--contrib/themes/Supernova/screencap/03.jpgbin90881 -> 0 bytes
-rw-r--r--contrib/themes/Supernova/templates/default.css537
-rw-r--r--contrib/themes/Supernova/theme.cfg.php84
11 files changed, 0 insertions, 621 deletions
diff --git a/contrib/themes/Supernova/images/Lightning.jpg b/contrib/themes/Supernova/images/Lightning.jpg
deleted file mode 100644
index ab3e75ab..00000000
--- a/contrib/themes/Supernova/images/Lightning.jpg
+++ /dev/null
Binary files differ
diff --git a/contrib/themes/Supernova/images/ampache.gif b/contrib/themes/Supernova/images/ampache.gif
deleted file mode 100644
index 5aa76318..00000000
--- a/contrib/themes/Supernova/images/ampache.gif
+++ /dev/null
Binary files differ
diff --git a/contrib/themes/Supernova/images/blankalbum.gif b/contrib/themes/Supernova/images/blankalbum.gif
deleted file mode 100644
index a1d25b40..00000000
--- a/contrib/themes/Supernova/images/blankalbum.gif
+++ /dev/null
Binary files differ
diff --git a/contrib/themes/Supernova/images/filling.jpg b/contrib/themes/Supernova/images/filling.jpg
deleted file mode 100644
index 02850858..00000000
--- a/contrib/themes/Supernova/images/filling.jpg
+++ /dev/null
Binary files differ
diff --git a/contrib/themes/Supernova/images/nav.jpg b/contrib/themes/Supernova/images/nav.jpg
deleted file mode 100644
index e228dfe3..00000000
--- a/contrib/themes/Supernova/images/nav.jpg
+++ /dev/null
Binary files differ
diff --git a/contrib/themes/Supernova/images/navigator.jpg b/contrib/themes/Supernova/images/navigator.jpg
deleted file mode 100644
index 633c8157..00000000
--- a/contrib/themes/Supernova/images/navigator.jpg
+++ /dev/null
Binary files differ
diff --git a/contrib/themes/Supernova/screencap/01.jpg b/contrib/themes/Supernova/screencap/01.jpg
deleted file mode 100644
index fbb1540f..00000000
--- a/contrib/themes/Supernova/screencap/01.jpg
+++ /dev/null
Binary files differ
diff --git a/contrib/themes/Supernova/screencap/02.jpg b/contrib/themes/Supernova/screencap/02.jpg
deleted file mode 100644
index a1f541d3..00000000
--- a/contrib/themes/Supernova/screencap/02.jpg
+++ /dev/null
Binary files differ
diff --git a/contrib/themes/Supernova/screencap/03.jpg b/contrib/themes/Supernova/screencap/03.jpg
deleted file mode 100644
index 11257b86..00000000
--- a/contrib/themes/Supernova/screencap/03.jpg
+++ /dev/null
Binary files differ
diff --git a/contrib/themes/Supernova/templates/default.css b/contrib/themes/Supernova/templates/default.css
deleted file mode 100644
index ab681ed1..00000000
--- a/contrib/themes/Supernova/templates/default.css
+++ /dev/null
@@ -1,537 +0,0 @@
-<!--
-/*
-
- 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
- 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.
-
-*/
--->
-p {
- color: #BBBBBB;
-}
-
-a {
- color: #BBBBBB;
- font-family: Verdana, Helvetica, sans-serif;
-}
-a:visited
- {
- color: #BBBBBB;
- font-family: Verdana, Helvetica, sans-serif;
- }
-a:active {
- color: #BBBBBB;
- font-family: Verdana, Helvetica, sans-serif;
-}
-.text-box {
- display: table-cell;
- padding-left:5px;
- padding-top:5px;
- padding-right:5px;
- margin-bottom:10px;
- background-color: #000000;
- border-right:2px solid #BBBBBB;
- border-bottom:2px solid #BBBBBB;
- border-left:2px solid #BBBBBB;
- border-top:2px solid #BBBBBB;
-}
-.selected_button {
- background-color: black;color:white;
-}
-.unselected_button {
- /* there really isn't anything for this */
-}
-.display {}
-
-table.tabledata {}
-td {
- padding: 0px 8px 0px 8px;
- color: #BBBBBB;
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 12px;
-}
-th {
- padding-right: 10px;
-}
-input {
- color: #BBBBBB;
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 12px;
- font-weight: bold;
- background-color: #000000;
- margin: 2px 2px 2px 2px;
-}
-select {
- color: #BBBBBB;
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 12px;
- background-color: #000000;
-}
-textarea {
- background-color: #000000;
- color: #BBBBBB;
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 12px;
-}
-.table-header {
-/* background: url(../themes/classic/images/ampache-light-bg.gif) #000000 repeat-x;*/
- background: url(../images/nav.jpg) #000000 repeat-x;
- vertical-align: top;
-}
- .header1
- {
- color: #BBBBBB;
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 18px;
- font-weight: 900;
- }
- .header2
- {
- color: #BBBBBB;
- font-family: Verdana, Helvetica, sans-serif;
- font-size: 14px;
- font-weight: 900;
- }
- .headrow
- {
- background:#cccccc;
- font-size: 12px;
- }
- .odd
- {
- background:#404040;
- font-size: 12px;
- }
- .even
- {
- background:#000000;
- font-size: 12px;
- }
-.blank {
- background: #fff;
-}
-.border {
- background:#BBBBBB;
-}
-.header {
- font-size: 12px;
-}
-.error {
- color: #990033;
-}
-.fatalerror {
- padding-top: 3px;
- padding-left: 3px;
- padding-right: 3px;
- display: table-cell;
- 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;
-}
-.disabled {
- text-decoration: line-through;
-}
-.smallbutton {
- border:0px;
- padding-left:1px;
- padding-right:1px;
- font-size: 11px;
- cursor: pointer;
-}
-/* ////////////////////////////////////////////////////////////////*/
-/* De aqui pa'bajo, ros esta creando una hoja de estilos unica para todo Ampache */
-
-/* General style rules */
-body{
- background: url(../images/Lightning.jpg) repeat-x;
- padding-top: 0px;
- margin-top: 0px;
- margin-left: 0px;
- margin-right: 0px;
- font-size: 12px;
- font-family: Verdana;
- color: #BBBBBB;
-}
-
-#maincontainer{
- margin: 0px;
-}
-
-.alphabet {
- margin: 10px;
- font-size: 10px;
- font-weight: normal;
-}
-
-/* Content block */
-#content {
- postion:absolute;
- float: left;
- clear: both;
- margin-left:15px;
- /*float:left; use for horizontal menu; comment out otherwise */
- /* background:#fff url("../themes/classic/images/bg_content.gif") repeat-y right top; */
-}
-
-h3#content_title{
- font-family:Arial,Helvetica,Sans-Serif;
- font-size:12px;
- line-height:32px;
- color:#fff;
- margin:0px;
- padding:0px;
- background:#8B8B8B url("../themes/classic/images/content_corner.gif") no-repeat right top;
-}
-
-h3#content_title span {
- text-align:left;
-}
-
-/* Styles for Header */
-div#Header{
- height:120px;
- margin-bottom:3px;
- padding:0px;
-}
-
-#Header h1 {
- background: transparent url("../themes/classic/images/bg_login_0.jpg") no-repeat top left;
- border:0px;
- width: 439px;
- height: 84px;
- float: left;
- margin:0px;
- padding:0px;
-}
-
-#Header h1 span {
- display:none
-}
-
-#Header h2 {
- background: transparent url(001/h2.gif) no-repeat top left;
- margin-top: 75px;
- width: 200px;
- height: 18px;
- float: right;
-}
-
-#Header h2 span {
- font-size:10px;
- margin-left:10px;
-}
-
-
-/* Sidebar */
-/**
- * Experimental for menus (Thx Sigger)
- * TO DO: Fill in 1px border around menus & submenu items
- * Make padding apply to the li, not just an a. Moving padding: to li throws off the dropdown menu alignment.
- */
-
-div#sidebar{
- clear:both;
- position:absolute;
- left:5px;
- top:100px;
-}
-
-#sidebar h3 {
- width: 120px;
- height: 28px;
- margin 0px;
- padding: 0px;
- background: transparent;
-}
-
-#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: 1px solid #000000;
- padding: 5px 0px 5px 10px;
- width: 10.5em;
- background: url(../images/navigator.jpg) #000000 repeat-x;
-}
-
-#sidebar ul.subnavside li {
- border: 1px solid #000000;
- background: url(../images/navigator.jpg) #000000 no-repeat;
-}
-
-#sidebar a, .navbutton {
- display: block; /*Not sure why this is neccesary, but it is for IE*/
- text-decoration: none;
- text-align: center;
- padding:0px 12px 0px 0px;
- margin:0px;
-}
-
-#sidebar li:hover, #sidebar li.sfhover {
- color:#000000;
- background: url(../images/navigator.jpg) #000000 no-repeat;
- background-color:#DDDDDD;
-}
-
-#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;
- 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;
- background: url(../images/navigator.jpg) #000000 no-repeat;
-}
-
-#sidebar #activetopmenu {
- background: url(../images/navigator.jpg) #000000 no-repeat;
- }
-#sidebar #activesubmenu {
- background: url(../images/navigator.jpg) #DDDDDD no-repeat;
-}
-#sidebar li:hover, #sidebar li.sfhover {
- left: auto; /* this calls the submenu back when the parent li is hovered. */
- background: url(../images/navigator.jpg) #000000 no-repeat;
-}
-
-
-
-
-
-
-
-
-
-
-
-
-
-/* Styles for Now Playing */
-
-#np_container1{
- width: 260px;
- height: 18px;
- padding: 0px;
- margin: 0px;
- background: #fff url("../themes/classic/images/tb_tab.jpg") no-repeat top left;
-}
-
-#np_container1 h1{
- font-size: 10px;
- font-weight: bold;
- padding: 2px;
-}
-
-#np_container2{
- border-width: 1px 1px 1px 1px;
- border-style: solid;
- border-color:#ddd #999 #999 #ccc;
- padding: 6px;
- font-family: Verdana, sans-serif;
- font-size: 10px;
- line-height: 12px;
- color: #000;
- background: #D6D6D4 url("../themes/classic/images/bg_row.jpg") repeat top left;
-}
-
-
-/* Styles for Login template */
-#container{
- margin:100px auto 0px auto;
- width:437px;
- font-size: 12px;
- text-align:center;
-}
-#container h1{
- background:url("../themes/classic/images/bg_login_0.jpg") no-repeat;
- height:81px;
- margin-bottom:8px;
-}
-#container h1 span{
- display:none;
-}
-#container div{
- background:url("../themes/classic/images/bg_login_1.jpg") no-repeat;
- height:285px;
-}
-#loginp_0{
- color:#333;
- margin-top:0px;
- 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;
-}
-/* Footer */
-#footer {
- margin-left: 150px;
- margin-bottom: 10px;
-}
-
-#footer p {
- color:#999999;
- font-size:10px;
-}
-#topbar {
- height: 140px;
- padding-top:3px;
- padding-left:10px;
-}
-#topbarright {
- float: right;
- font-size: 10px;
-}
-#topbarleft, #topbarleft a{
- float: left;
-}
-
-/* Box Related Styles */
-.box {
- padding:0px;
- background: #000000;
- margin:10px;
-}
-.box-title {
- border-bottom: solid 1px #404040;
- font-weight: bold;
-}
-.box-left-top { display:none; }
-.box-left-bottom { display:none; }
-.box-left { display:none; }
-.box-bottom { display:none; }
-.box-right-bottom { display:none; }
-.box-right-top { display:none; }
-.box-right { display:none; }
-.box-top { display:none; }
-
-.confirmation-box {
- padding-left:5px;
- padding-top:5px;
- padding-right:5px;
- margin-bottom:10px;
- display: table-cell;
- background-color: #404040;
- border-right:2px solid #BBBBBB;
- border-bottom:2px solid #BBBBBB;
- border-left:2px solid #BBBBBB;
- border-top:2px solid #BBBBBB;}
-
-.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 #BBBBBB;
- padding-left:2px;
- padding-right:2px;
- text-decoration: none;
-}
-.text-action #pt_active {
- background: #BBBBBB;
- color: #ffffff;
- border:1px solid #000000;
-}
-#nowplaying {
- width:650px;
- background: #404040;
-}
-.np_row {
- padding-top: 3px;
- padding-bottom: 3px;
-}
-.np_cell, .np_cell_left, .np_cell_m, .np_cell_right {
- margin: 10px;
-}
-#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 #cccccc;
- border-bottom: none;
- background: #000000;
- text-decoration: none;
-}
-
-#tablist li a:link { color: #222222; }
-#tablist li a:visited { color: #BBBBBB; }
-
-#tablist li a:hover {
- color: #BBBBBB;
- background: #320000;
- border-color: #BBBBBB;
-}
-
-#tablist li a#current {
- color: #BBBBBB;
- background: #000000;
- border-color: #BBBBBB;
- border-bottom: 1px solid #BBBBBB;
-}
-.lp_box_ctrl {
- text-align: center; /*for compatibility, may be controlled by themers now*/
-/* padding-top: 5px; */
-}
-.lp_box_vol {
- text-align: center; /*for compatibility, may be controlled by themers now*/
-/* padding-left: 7px; */
-}
-
diff --git a/contrib/themes/Supernova/theme.cfg.php b/contrib/themes/Supernova/theme.cfg.php
deleted file mode 100644
index b8ce9b91..00000000
--- a/contrib/themes/Supernova/theme.cfg.php
+++ /dev/null
@@ -1,84 +0,0 @@
-##################
-#<?php exit(); ?>#
-##################
-
-###########################
-# Burgundy Ampache Theme
-###########################
-
-# Theme Name
-# This is the actual name of the theme that
-# will be displayed in the preferences screen
-# DEFAULT: ampache-theme
-name = "Supernova"
-
-# Theme Author
-# This is just a way of giving credit to the
-# person who actually created this theme
-# DEFAULT: N/A
-author = "Ripmaster TS modified by Terence Theijn"
-
-# 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 = "no@mail"
-
-# Version
-# This is the version of the Theme (usefull if you've updated it)
-version = "1.2"
-
-# 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]
-###################
-# 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 = "#000000"
-
-# Background Color 2
-bg_color2 = "#000000"
-
-# Base Color 1
-base_color1 = "#000000"
-
-# Base Color 2
-base_color2 = "#000000"
-
-# Font Color 1
-font_color1 = "#BBBBBB"
-
-# Font Color 2
-font_color2 = "#BBBBBB"
-
-# Font Color 3
-font_color3 = "#FFFFFF"
-
-# Row Color 1
-row_color1 = "#404040"
-
-# Row Color 2
-row_color2 = "#404040"
-
-# Row Color 3
-row_color3 = "#404040"
-
-# Error Color
-error_color = "#990033"
-