diff options
Diffstat (limited to 'contrib/themes/StoneBlue')
-rwxr-xr-x | contrib/themes/StoneBlue/images/ampache-dark-bg.gif | bin | 942 -> 0 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/images/ampache-light-bg.gif | bin | 942 -> 0 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/images/ampache-mid.gif | bin | 147 -> 0 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/images/ampache.gif | bin | 11238 -> 0 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/images/blank-pixel.gif | bin | 43 -> 0 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/images/blankalbum.gif | bin | 10788 -> 0 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/images/blankalbum.jpg | bin | 8601 -> 0 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/images/headphone.gif | bin | 861 -> 0 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/images/table.gif | bin | 5680 -> 0 bytes | |||
-rwxr-xr-x | contrib/themes/StoneBlue/screencap/01.jpg | bin | 98268 -> 0 bytes | |||
-rw-r--r-- | contrib/themes/StoneBlue/templates/default.css | 355 | ||||
-rwxr-xr-x | contrib/themes/StoneBlue/theme.cfg.php | 84 |
12 files changed, 0 insertions, 439 deletions
diff --git a/contrib/themes/StoneBlue/images/ampache-dark-bg.gif b/contrib/themes/StoneBlue/images/ampache-dark-bg.gif Binary files differdeleted file mode 100755 index 54e8e8e0..00000000 --- a/contrib/themes/StoneBlue/images/ampache-dark-bg.gif +++ /dev/null diff --git a/contrib/themes/StoneBlue/images/ampache-light-bg.gif b/contrib/themes/StoneBlue/images/ampache-light-bg.gif Binary files differdeleted file mode 100755 index 48a823b7..00000000 --- a/contrib/themes/StoneBlue/images/ampache-light-bg.gif +++ /dev/null diff --git a/contrib/themes/StoneBlue/images/ampache-mid.gif b/contrib/themes/StoneBlue/images/ampache-mid.gif Binary files differdeleted file mode 100755 index 2a986d25..00000000 --- a/contrib/themes/StoneBlue/images/ampache-mid.gif +++ /dev/null diff --git a/contrib/themes/StoneBlue/images/ampache.gif b/contrib/themes/StoneBlue/images/ampache.gif Binary files differdeleted file mode 100755 index e868d852..00000000 --- a/contrib/themes/StoneBlue/images/ampache.gif +++ /dev/null diff --git a/contrib/themes/StoneBlue/images/blank-pixel.gif b/contrib/themes/StoneBlue/images/blank-pixel.gif Binary files differdeleted file mode 100755 index 17d43908..00000000 --- a/contrib/themes/StoneBlue/images/blank-pixel.gif +++ /dev/null diff --git a/contrib/themes/StoneBlue/images/blankalbum.gif b/contrib/themes/StoneBlue/images/blankalbum.gif Binary files differdeleted file mode 100755 index 496ca144..00000000 --- a/contrib/themes/StoneBlue/images/blankalbum.gif +++ /dev/null diff --git a/contrib/themes/StoneBlue/images/blankalbum.jpg b/contrib/themes/StoneBlue/images/blankalbum.jpg Binary files differdeleted file mode 100755 index 83e8e502..00000000 --- a/contrib/themes/StoneBlue/images/blankalbum.jpg +++ /dev/null diff --git a/contrib/themes/StoneBlue/images/headphone.gif b/contrib/themes/StoneBlue/images/headphone.gif Binary files differdeleted file mode 100755 index 74a66e11..00000000 --- a/contrib/themes/StoneBlue/images/headphone.gif +++ /dev/null diff --git a/contrib/themes/StoneBlue/images/table.gif b/contrib/themes/StoneBlue/images/table.gif Binary files differdeleted file mode 100755 index 89761b38..00000000 --- a/contrib/themes/StoneBlue/images/table.gif +++ /dev/null diff --git a/contrib/themes/StoneBlue/screencap/01.jpg b/contrib/themes/StoneBlue/screencap/01.jpg Binary files differdeleted file mode 100755 index a2e6ea1a..00000000 --- a/contrib/themes/StoneBlue/screencap/01.jpg +++ /dev/null diff --git a/contrib/themes/StoneBlue/templates/default.css b/contrib/themes/StoneBlue/templates/default.css deleted file mode 100644 index ab9ce5dd..00000000 --- a/contrib/themes/StoneBlue/templates/default.css +++ /dev/null @@ -1,355 +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
-*/
-?>
-
-<script type="text/javascript" language="javascript">
-<!-- Begin Suckerfish hover menu JS
-// function needed for IE. attaches mouseover/out events to give/remove css class .sfhover (fake hover)
-sfHover = function(navlist) {
-var sfEls = document.getElementById("navlist").getElementsByTagName("LI");
-for (var i=0; i <sfEls.length; i++) {
- sfEls[i].onmouseover=function() {
- this.className+=" sfhover";
- }
- sfEls[i].onmouseout=function() {
- this.className=this.className.replace(new RegExp("sfhover\\b"), "");
- }
-} // end for
-} // end function for sfHover
-if (window.attachEvent) window.attachEvent("onload", sfHover);
-// End Suckerfish hover menu JS-->
-</script>
-
-<style type="text/css">
-<!--
- body
- {
- padding-top: 0px;
- margin-top: 0px;
- margin-left: 0px;
- margin-right: 0px;
- background: #333366;
- font-family: Verdana;
- font-size: 12px;
- color: #CCCCFF;
- }
-
- p
- {
- color: #CCCCFF;
- font-family: Verdana;
- font-size: 12px;
- }
- a
- {
- color: #CCCCFF;
- font-family: Verdana;
- }
- a:visited
- {
- color: #CCCCFF;
- font-family: Verdana;
- }
- a:active
- {
- color: #FFFFFF;
- font-family: Verdana;
- }
- a:hover
- {
- color: #FFFFFF;
- font-family: Verdana;
- }
- .text-box
- {
- padding-left:5px;
- padding-top:5px;
- margin-bottom:10px;
- background-color: #8888AA;
- border-right:2px solid #000000;
- border-bottom:2px solid #000000;
- border-left:2px solid #000000;
- border-top:2px solid #000000;
- }
-
- .npsong
- {
- background-color: #FFFF66;
- }
- table.tabledata
- {
- }
-
- td
- {
- padding: 0px 8px 0px 8px;
- color: #FFFFFF;
- font-family: Verdana;
- font-size: 12px;
- }
- th
- {
- padding-right: 10px;
- }
- input
- {
- color: #CCCCFF;
- font-family: Verdana;
- font-size: 12px;
- font-weight: bold;
- background-color: #666688;
- margin: 2px 2px 2px 2px;
- }
- select {
- color: #CCCCFF;
- font-family: Verdana;
- font-size: 12px;
- background-color: #666688;
- }
- textarea
- {
- background-color: #666688;
- color: #CCCCFF;
- 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) #666688 repeat-x;
- vertical-align: top;
- }
- .header1
- {
- color: #CCCCFF;
- font-family: Verdana;
- font-size: <?php echo conf('font_size') + 6; ?>px;
- font-weight: 900;
- }
- .header2
- {
- color: #CCCCFF;
- font-family: Verdana;
- font-size: <?php echo conf('font_size') + 2; ?>px;
- font-weight: 900;
- }
- .headrow
- {
- background:#AAAACC;
- font-size: 12px;
- }
- .odd
- {
- background:#555577;
- font-size: 12px;
- }
- .even
- {
- background:#666688;
- 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;
- }
- .smallbutton
- {
- border:0px;
- padding-left:1px;
- padding-right:1px;
- font-size: <?php echo conf('font_size') - 1; ?>px;
- cursor: pointer;
- }
- .sidebar
- {
- margin-left:0px;
- margin-top:0px;
- margin-right:0px;
- padding-right:0px;
- padding-top: 0px;
- padding-left: 0px;
- background: #666688;
- }
-/**
- * Div Definitions
- * These define how the page is layed out, be careful with these as changes to them
- * can cause drastic layout changes
- */
- #maincontainer
- {
- margin: 0px;
- }
- #topbar
- {
- height: 80px;
- padding-top:10px;
- padding-left:10px;
- background-color: #333366;
- }
- #topbarright
- {
- float: right;
- display:none;
- }
- #topbarleft
- {
- float: left;
- }
-
- .subnavbutton
- {
- background-color: #AAAACC;
- text-align:center;
- text-decoration: none;
- color: #CCCCFF;
- }
-
- #content
- {
- float:left;
- clear: both;
- margin-left:0px;
- }
-/**
- * Experimental for menus (Thx Sigger)
- * TO DO: Fill in 1px border around menus & submenu items
- * Make padding appply to the li, not just an a. Moving paddng: to li throws off the dropdown menu alignment.
- */
- #sidebar {
- clear: both;
- height: 100%;
- margin: 0;
- border: 0px;
- float: left;
- /* width: 110px; /* this controls the width of the sidebar. horizontal menu needs more width */
- padding: 0px 0px 0px 5px;
- list-style: none;
- line-height: 1;
- }
- #sidebar ul {
- display: block;
- border: 1px; /*syntax fixed by the_foster*/
- margin: 0px;
- list-style: none;
- padding: 0px;
- font-family: verdana, arial, Helvetica, sans-serif;
- line-height: 1;
- }
- #sidebar li {
-/* margin: 0 0 1px 0; */
- margin: 0px 4px 0px 0px;
- display: block;
- float: left;
- border: 0px;
- padding: 5px 0px 5px 10px;
- width: 9em;
- background-color: #555577;
- }
- #sidebar #active {
- background-color: #8888AA;
- }
- #sidebar #active a {
- color: #FFFFFF;
- }
- #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: #CCCCFF;
- background-color: #666688;
- }
- #sidebar li:active {
- background-color: #AAAACC;
- }
- #sidebar li ul {
- float: left;
- position: absolute;
- width: 12em;
- margin: -1.5em 1em 0 10em;
-/* -2em 0 0 10em for vertical menu puts the submenu back up and to the right of the hovered menu item by "the right amount"*/
- left: -999em; /* this puts the submenu item way off to the left until it's called back by a hover (below) */
- }
- #sidebar li:hover ul, #sidebar li.sfhover ul {
- left: auto; /* this calls the submenu back when the parent li is hovered. */
- }
- #sidebar li ul li {
- position: relative;
- border-bottom: 2px black;
- left: -11em;
- top: 2em;
- }
-.np_cell, .np_cell_left, .np_cell_m, .np_cell_right {
-}
-.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; */
-}
-/**
- * End Div Definitions
- * This is the end of the main structure def's
- */
--->
-</style>
\ No newline at end of file diff --git a/contrib/themes/StoneBlue/theme.cfg.php b/contrib/themes/StoneBlue/theme.cfg.php deleted file mode 100755 index e72df14a..00000000 --- a/contrib/themes/StoneBlue/theme.cfg.php +++ /dev/null @@ -1,84 +0,0 @@ -################## -#<?php exit(); ?># -################## - -########################### -# StoneBlue Ampache Theme -########################### - -# Theme Name -# This is the actual name of the theme that -# will be displayed in the preferences screen -# DEFAULT: ampache-theme -name = "StoneBlue" - -# Theme Author -# This is just a way of giving credit to the -# person who actually created this theme -# DEFAULT: N/A -author = "SoundOfEmotion" - -# 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 = "SoundOfEmotion <soundofemotion@gmail.com>" - -# Version -# This is the version of the Theme (usefull if you've updated it) -version = "2.0" - -# 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 = "#333366" - -# Background Color 2 -bg_color2 = "#000000" - -# Base Color 1 -base_color1 = "#8888AA" - -# Base Color 2 -base_color2 = "#666688" - -# Font Color 1 -font_color1 = "#FFFFFF" - -# Font Color 2 -font_color2 = "#CCCCFF" - -# Font Color 3 -font_color3 = "#292929" - -# Row Color 1 -row_color1 = "#AAAACC" - -# Row Color 2 -row_color2 = "#555577" - -# Row Color 3 -row_color3 = "#666688" - -# Error Color -error_color = "#990033" - |