Initial Commit of all current themes
BIN
contrib/themes/BaskInBlue/images/ampache-dark-bg.gif
Normal file
After Width: | Height: | Size: 138 B |
BIN
contrib/themes/BaskInBlue/images/ampache-light-bg.gif
Normal file
After Width: | Height: | Size: 138 B |
BIN
contrib/themes/BaskInBlue/images/ampache-mid.gif
Normal file
After Width: | Height: | Size: 165 B |
BIN
contrib/themes/BaskInBlue/images/ampache.gif
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
contrib/themes/BaskInBlue/images/blank-pixel.gif
Normal file
After Width: | Height: | Size: 43 B |
BIN
contrib/themes/BaskInBlue/images/blankalbum.gif
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
contrib/themes/BaskInBlue/images/blankalbum.jpg
Normal file
After Width: | Height: | Size: 8.6 KiB |
BIN
contrib/themes/BaskInBlue/images/blue-cd-case.jpg
Normal file
After Width: | Height: | Size: 6 KiB |
BIN
contrib/themes/BaskInBlue/images/headphone.gif
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
contrib/themes/BaskInBlue/images/table.gif
Normal file
After Width: | Height: | Size: 14 KiB |
192
contrib/themes/BaskInBlue/templates/style.inc
Normal file
|
@ -0,0 +1,192 @@
|
|||
<?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: <?php echo conf('bg_color1'); ?>;
|
||||
font-family: <?php echo conf('font') ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
a
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
a:visited
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
a:active
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
.text-box
|
||||
{
|
||||
padding-left:5px;
|
||||
padding-top:5px;
|
||||
margin-bottom:10px;
|
||||
background-color: <?php echo conf('base_color1'); ?>;
|
||||
border-right:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-bottom:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-left:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-top:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
table.tabledata
|
||||
{
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
padding: 0px 8px 0px 8px;
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
th
|
||||
{
|
||||
padding-right: 10px;
|
||||
}
|
||||
input
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: bold;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
}
|
||||
select {
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
}
|
||||
textarea
|
||||
{
|
||||
background-color: <?php echo conf('base_color2'); ?>;
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.table-header
|
||||
{
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
|
||||
vertical-align: top;
|
||||
}
|
||||
.navitem
|
||||
{
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
}
|
||||
.header1
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 6; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.header2
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 2; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.active_navitem
|
||||
{
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('bg_color1')?> repeat-x;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
}
|
||||
.headrow
|
||||
{
|
||||
background:<?php echo conf('row_color1'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.odd
|
||||
{
|
||||
background:<?php echo conf('row_color2'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.even
|
||||
{
|
||||
background:<?php echo conf('row_color3'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.blank
|
||||
{
|
||||
background: #fff;
|
||||
}
|
||||
.border
|
||||
{
|
||||
background:<?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
.header
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.error
|
||||
{
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
}
|
||||
.fatalerror
|
||||
{
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
border-right:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-bottom:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-left:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-top:4px solid <?php echo conf('error_color'); ?>;
|
||||
font-size: <?php echo conf('font_size')+2; ?>px;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
}
|
||||
.disabled
|
||||
{
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.alphabet
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: normal;
|
||||
}
|
||||
-->
|
||||
</style>
|
75
contrib/themes/BaskInBlue/theme.cfg.php
Normal file
|
@ -0,0 +1,75 @@
|
|||
##################
|
||||
#<?php exit(); ?>#
|
||||
##################
|
||||
|
||||
###########################
|
||||
# BaskInBlue Ampache Theme
|
||||
###########################
|
||||
|
||||
# Theme Name
|
||||
# This is the actual name of the theme that
|
||||
# will be displayed in the preferences screen
|
||||
# DEFAULT: ampache-theme
|
||||
name = "Bask In Blue"
|
||||
|
||||
# Theme Author
|
||||
# This is just a way of giving credit to the
|
||||
# person who actually created this theme
|
||||
# DEFAULT: N/A
|
||||
#author = "s1amson"
|
||||
|
||||
# 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 = "You"
|
||||
|
||||
#Image Credits
|
||||
#Please give credit where credit is due
|
||||
#CD and Heanphone images edited from
|
||||
#amaranth-althaea-.5 icon pack for KDE
|
||||
#Table.gif borrowed from Google(tm) search. Credit
|
||||
#for image respectivly belongs to photogropher.
|
||||
|
||||
# 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 = "#1100D0"
|
||||
|
||||
# Background Color 2
|
||||
bg_color2 = "#0000C1"
|
||||
|
||||
# Base Color 1
|
||||
base_color1 = "#1100D0"
|
||||
|
||||
# Base Color 2
|
||||
base_color2 = "#0000C1"
|
||||
|
||||
# Font Color 1
|
||||
font_color1 = "#FFFFFF"
|
||||
|
||||
# Font Color 2
|
||||
font_color2 = "#C5F5FF"
|
||||
|
||||
# Font Color 3
|
||||
font_color3 = "#ffffff"
|
||||
|
||||
# Row Color 1
|
||||
row_color1 = "#1100D0"
|
||||
|
||||
# Row Color 2
|
||||
row_color2 = "#1100D0"
|
||||
|
||||
# Row Color 3
|
||||
row_color3 = "#0000C1"
|
||||
|
||||
# Error Color
|
||||
error_color = "#FF0000"
|
||||
|
BIN
contrib/themes/Green-n-Black/images/active.tablebg.gif
Normal file
After Width: | Height: | Size: 155 B |
BIN
contrib/themes/Green-n-Black/images/ampache-dark-bg.gif
Normal file
After Width: | Height: | Size: 141 B |
BIN
contrib/themes/Green-n-Black/images/ampache-light-bg.gif
Normal file
After Width: | Height: | Size: 91 B |
BIN
contrib/themes/Green-n-Black/images/ampache-mid.gif
Normal file
After Width: | Height: | Size: 147 B |
BIN
contrib/themes/Green-n-Black/images/ampache.gif
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
contrib/themes/Green-n-Black/images/blank-pixel.gif
Normal file
After Width: | Height: | Size: 43 B |
BIN
contrib/themes/Green-n-Black/images/blankalbum.gif
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
contrib/themes/Green-n-Black/images/blankalbum.jpg
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
contrib/themes/Green-n-Black/images/headphone.gif
Normal file
After Width: | Height: | Size: 861 B |
BIN
contrib/themes/Green-n-Black/images/table.gif
Normal file
After Width: | Height: | Size: 5.5 KiB |
BIN
contrib/themes/Green-n-Black/images/tablebg.gif
Normal file
After Width: | Height: | Size: 159 B |
323
contrib/themes/Green-n-Black/templates/style.inc
Normal file
|
@ -0,0 +1,323 @@
|
|||
<?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: <?php echo conf('bg_color1'); ?>;
|
||||
font-family: <?php echo conf('font') ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
|
||||
a:active
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
|
||||
.text-box
|
||||
{
|
||||
padding-left:5px;
|
||||
padding-top:5px;
|
||||
margin-bottom:10px;
|
||||
background-color: <?php echo conf('base_color1'); ?>;
|
||||
border-right:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-bottom:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-left:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-top:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
|
||||
input
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: bold;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: <?php echo conf('bg_color2'); ?>;
|
||||
margin: 2px 2px 2px 2px;
|
||||
}
|
||||
|
||||
select {
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
}
|
||||
|
||||
textarea
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.headrow
|
||||
{
|
||||
background:<?php echo conf('row_color1'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.odd
|
||||
{
|
||||
background:<?php echo conf('row_color2'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.even
|
||||
{
|
||||
background:<?php echo conf('row_color3'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.blank
|
||||
{
|
||||
background: #000;
|
||||
}
|
||||
.border
|
||||
{
|
||||
background:<?php echo conf('bg_color2'); ?>;
|
||||
border-collapse: collapse;
|
||||
border-right: 1px solid #000;
|
||||
border-left: 1px solid #000;
|
||||
border-top: 1px solid #000;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
.header
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.error
|
||||
{
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
}
|
||||
.fatalerror
|
||||
{
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
border-right:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-bottom:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-left:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-top:4px solid <?php echo conf('error_color'); ?>;
|
||||
font-size: <?php echo conf('font_size')+2; ?>px;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
}
|
||||
.disabled
|
||||
{
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.alphabet
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: normal;
|
||||
}
|
||||
.button
|
||||
{
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.gif) <?php echo conf('base_color2')?> repeat-x;
|
||||
padding: 2px;
|
||||
|
||||
}
|
||||
.table-header
|
||||
{
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.gif) <?php echo conf('base_color2')?> repeat-x;
|
||||
padding: 0px;
|
||||
border-color: black;
|
||||
border-style: solid;
|
||||
border-width: 8px;
|
||||
}
|
||||
|
||||
tr.even
|
||||
{
|
||||
border-collapse: collapse;
|
||||
border-right: 1px solid #000;
|
||||
border-left: 1px solid #000;
|
||||
border-top: 1px solid #000;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
tr.odd
|
||||
{
|
||||
border-collapse: collapse;
|
||||
border-right: 1px solid #000;
|
||||
border-left: 1px solid #000;
|
||||
border-top: 1px solid #000;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
table.tabledata
|
||||
{
|
||||
margin-bottom:2px;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
padding: 1px 9px 1px 9px;
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
|
||||
th
|
||||
{
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/*************** Main Menu *****************/
|
||||
#mainmenu {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
border-top: 1px solid #000;
|
||||
border-bottom: 1px solid #000;
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.gif) <?php echo conf('base_color2');?> repeat-x;
|
||||
}
|
||||
#mainmenu li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 1px 20px 1px 20px;
|
||||
display: inline;
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.gif) <?php echo conf('base_color2');?> repeat-x;
|
||||
}
|
||||
|
||||
#mainmenu li.active {
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/active.tablebg.gif) <?php echo conf('base_color2');?> repeat-x;
|
||||
}
|
||||
|
||||
#mainmenu a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#mainmenu a:hover {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
#mainmenu a:active {
|
||||
color: #00a;
|
||||
}
|
||||
|
||||
/*************** END Main Menu *************/
|
||||
/*************** Admin Menu *************/
|
||||
#adminmenu {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
border-bottom: 1px solid #000;
|
||||
border-right: 1px solid #000;
|
||||
border-left: 1px solid #000;
|
||||
border-top: 1px solid #000;
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat;
|
||||
}
|
||||
#adminmenu li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0 20px 0 20px;
|
||||
border-right: 1px solid #000;
|
||||
display: inline;
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2');?> repeat-x;
|
||||
}
|
||||
#adminmenu li.active {
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('base_color2');?> repeat-x;
|
||||
}
|
||||
#adminmenu a {
|
||||
text-decoration: none;
|
||||
}
|
||||
#adminmenu a:hover {
|
||||
color: #000;
|
||||
}
|
||||
#adminmenu a:active {
|
||||
color: #000;
|
||||
}
|
||||
/*************** END Main Menu *************/
|
||||
/*************** Page Header *********************/
|
||||
#pageheader {
|
||||
background: <?php echo conf('bgcolor1');?>;
|
||||
}
|
||||
|
||||
img.pageheader {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/*************** END Page Header *****************/
|
||||
.navitem
|
||||
{
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
}
|
||||
.header1
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 6; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.header2
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 2; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.active_navitem
|
||||
{
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('bg_color1')?> repeat-x;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
-->
|
||||
</style>
|
68
contrib/themes/Green-n-Black/theme.cfg.php
Normal file
|
@ -0,0 +1,68 @@
|
|||
##################
|
||||
#<?php exit(); ?>#
|
||||
##################
|
||||
|
||||
###########################
|
||||
# Green-n-Black Theme
|
||||
###########################
|
||||
|
||||
# Theme Name
|
||||
# This is the actual name of the theme that
|
||||
# will be displayed in the preferences screen
|
||||
# DEFAULT: ampache-theme
|
||||
name = "Green-n-Black"
|
||||
|
||||
# Theme Author
|
||||
# This is just a way of giving credit to the
|
||||
# person who actually created this theme
|
||||
# DEFAULT: N/A
|
||||
author = "XGizzmo"
|
||||
|
||||
# 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 = "XGizzmo irc.freenode.net #ampache"
|
||||
|
||||
# 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 = "#716F6B"
|
||||
|
||||
# Font Color 1
|
||||
font_color1 = "#00ff00"
|
||||
|
||||
# Font Color 2
|
||||
font_color2 = "#00ff00"
|
||||
|
||||
# Font Color 3
|
||||
font_color3 = "#00ff00"
|
||||
|
||||
# Row Color 1
|
||||
row_color1 = "#000000"
|
||||
|
||||
# Row Color 2
|
||||
row_color2 = "#000000"
|
||||
|
||||
# Row Color 3
|
||||
row_color3 = "#000000"
|
||||
|
||||
# Error Color
|
||||
error_color = "#990033"
|
||||
|
BIN
contrib/themes/OSXish/images/ampache-dark-bg.gif
Normal file
After Width: | Height: | Size: 901 B |
BIN
contrib/themes/OSXish/images/ampache-light-bg.gif
Normal file
After Width: | Height: | Size: 58 B |
BIN
contrib/themes/OSXish/images/ampache-mid.gif
Normal file
After Width: | Height: | Size: 268 B |
BIN
contrib/themes/OSXish/images/ampache.gif
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
contrib/themes/OSXish/images/blank-pixel.gif
Normal file
After Width: | Height: | Size: 43 B |
BIN
contrib/themes/OSXish/images/blankalbum.gif
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
contrib/themes/OSXish/images/blankalbum.jpg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
contrib/themes/OSXish/images/headphone.gif
Normal file
After Width: | Height: | Size: 861 B |
BIN
contrib/themes/OSXish/images/table.gif
Normal file
After Width: | Height: | Size: 5.5 KiB |
291
contrib/themes/OSXish/templates/style.inc
Executable file
|
@ -0,0 +1,291 @@
|
|||
<?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
|
||||
{
|
||||
padding-top: 5px;
|
||||
background: <?php echo conf('bg_color1'); ?>;
|
||||
font-family: <?php echo conf('font') ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
a
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
a:visited
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
a:active
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
.text-box
|
||||
{
|
||||
padding-left:5px;
|
||||
padding-top:5px;
|
||||
margin-bottom:10px;
|
||||
background-color: <?php echo conf('base_color1'); ?>;
|
||||
border-right:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-bottom:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-left:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-top:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
table.tabledata
|
||||
{
|
||||
border-collapse: collapse;
|
||||
border-right: 1px solid #000;
|
||||
border-left: 1px solid #000;
|
||||
border-top: 1px solid #000;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
padding: 0px 8px 0px 8px;
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
th
|
||||
{
|
||||
padding-right: 10px;
|
||||
}
|
||||
input
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: bold;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
margin: 2px 2px 2px 2px;
|
||||
}
|
||||
select {
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
background-color: <?php echo conf('base_color2'); ?>;
|
||||
}
|
||||
textarea
|
||||
{
|
||||
background-color: <?php echo conf('base_color2'); ?>;
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.table-header
|
||||
{
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
|
||||
vertical-align: top;
|
||||
border-collapse: collapse;
|
||||
border-right: 1px solid #000;
|
||||
border-left: 1px solid #000;
|
||||
border-top: 1px solid #000;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
tr.table-header
|
||||
{
|
||||
border-collapse: seperate;
|
||||
border-right: 1px solid #000;
|
||||
border-left: 1px solid #000;
|
||||
border-top: 1px solid #000;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
tr.even
|
||||
{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
tr.odd
|
||||
{
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.border
|
||||
{
|
||||
border-collapse: collapse;
|
||||
border-right: 1px solid #000;
|
||||
border-left: 1px solid #000;
|
||||
border-top: 1px solid #000;
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
/*************** Main Menu *****************/
|
||||
#mainmenu {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
border-top: 1px solid #000;
|
||||
border-bottom: 1px solid #000;
|
||||
border-right: 1px solid #000;
|
||||
border-left: 1px solid #000;
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2');?> repeat-x;
|
||||
}
|
||||
#mainmenu li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0 20px 0 20px;
|
||||
border-right: 1px solid #000;
|
||||
display: inline;
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2');?> repeat-x;
|
||||
}
|
||||
#mainmenu li.active {
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('base_color2');?> repeat-x;
|
||||
}
|
||||
#mainmenu a {
|
||||
text-decoration: none;
|
||||
}
|
||||
#mainmenu a:hover {
|
||||
color: #000;
|
||||
}
|
||||
#mainmenu a:active {
|
||||
color: #00a;
|
||||
}
|
||||
/*************** END Main Menu *************/
|
||||
/*************** Admin Menu *************/
|
||||
#adminmenu {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
border-bottom: 1px solid #000;
|
||||
border-right: 1px solid #000;
|
||||
border-left: 1px solid #000;
|
||||
border-top: 1px solid #000;
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat;
|
||||
}
|
||||
#adminmenu li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0 20px 0 20px;
|
||||
border-right: 1px solid #000;
|
||||
display: inline;
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2');?> repeat-x;
|
||||
}
|
||||
#adminmenu li.active {
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('base_color2');?> repeat-x;
|
||||
}
|
||||
#adminmenu a {
|
||||
text-decoration: none;
|
||||
}
|
||||
#adminmenu a:hover {
|
||||
color: #000;
|
||||
}
|
||||
#adminmenu a:active {
|
||||
color: #000;
|
||||
}
|
||||
/*************** END Main Menu *************/
|
||||
/*************** Page Header *********************/
|
||||
#pageheader {
|
||||
background: <?php echo conf('bgcolor1');?>;
|
||||
}
|
||||
/*************** END Page Header *****************/
|
||||
.header1
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 6; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.header2
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 2; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.headrow
|
||||
{
|
||||
background:<?php echo conf('row_color1'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.odd
|
||||
{
|
||||
background:<?php echo conf('row_color2'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.even
|
||||
{
|
||||
background:<?php echo conf('row_color3'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.blank
|
||||
{
|
||||
background: #fff;
|
||||
}
|
||||
.border
|
||||
{
|
||||
background:<?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
.header
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.error
|
||||
{
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
}
|
||||
.fatalerror
|
||||
{
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
border-right:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-bottom:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-left:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-top:4px solid <?php echo conf('error_color'); ?>;
|
||||
font-size: <?php echo conf('font_size')+2; ?>px;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
}
|
||||
.disabled
|
||||
{
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.alphabet
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: normal;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
|
68
contrib/themes/OSXish/theme.cfg.php
Normal file
|
@ -0,0 +1,68 @@
|
|||
##################
|
||||
#<?php exit(); ?>#
|
||||
##################
|
||||
|
||||
###########################
|
||||
# OSXish Ampache Theme
|
||||
###########################
|
||||
|
||||
# Theme Name
|
||||
# This is the actual name of the theme that
|
||||
# will be displayed in the preferences screen
|
||||
# DEFAULT: ampache-theme
|
||||
name = "OSXish Ampache"
|
||||
|
||||
# Theme Author
|
||||
# This is just a way of giving credit to the
|
||||
# person who actually created this theme
|
||||
# DEFAULT: N/A
|
||||
author = "XGizzmo"
|
||||
|
||||
# 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 = "N/A"
|
||||
|
||||
# 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 = "#dddddd"
|
||||
|
||||
# Base Color 2
|
||||
base_color2 = "#eaeaea"
|
||||
|
||||
# Font Color 1
|
||||
font_color1 = "#222222"
|
||||
|
||||
# Font Color 2
|
||||
font_color2 = "#000000"
|
||||
|
||||
# Font Color 3
|
||||
font_color3 = "#ffffff"
|
||||
|
||||
# Row Color 1
|
||||
row_color1 = "#E5ECF8"
|
||||
|
||||
# Row Color 2
|
||||
row_color2 = "#E5ECF8"
|
||||
|
||||
# Row Color 3
|
||||
row_color3 = "#CEDDF9"
|
||||
|
||||
# Error Color
|
||||
error_color = "#990033"
|
||||
|
BIN
contrib/themes/Sunshine/images/ampache.gif
Executable file
After Width: | Height: | Size: 4.8 KiB |
BIN
contrib/themes/Sunshine/images/blank-pixel.gif
Executable file
After Width: | Height: | Size: 43 B |
BIN
contrib/themes/Sunshine/images/blankalbum.gif
Executable file
After Width: | Height: | Size: 11 KiB |
BIN
contrib/themes/Sunshine/images/blankalbum.jpg
Executable file
After Width: | Height: | Size: 20 KiB |
BIN
contrib/themes/Sunshine/images/headphone.gif
Executable file
After Width: | Height: | Size: 861 B |
BIN
contrib/themes/Sunshine/images/table.gif
Executable file
After Width: | Height: | Size: 5.5 KiB |
193
contrib/themes/Sunshine/templates/style.inc
Executable file
|
@ -0,0 +1,193 @@
|
|||
<?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: <?php echo conf('bg_color1'); ?>;
|
||||
font-family: <?php echo conf('font') ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
a
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
a:visited
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
a:active
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
.text-box
|
||||
{
|
||||
padding-left:5px;
|
||||
padding-top:5px;
|
||||
margin-bottom:10px;
|
||||
background-color: <?php echo conf('base_color1'); ?>;
|
||||
border-right:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-bottom:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-left:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-top:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
table.tabledata
|
||||
{
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
padding: 0px 8px 0px 8px;
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
th
|
||||
{
|
||||
padding-right: 10px;
|
||||
}
|
||||
input
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: bold;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
margin: 2px 2px 2px 2px;
|
||||
}
|
||||
select {
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
}
|
||||
textarea
|
||||
{
|
||||
background-color: <?php echo conf('base_color2'); ?>;
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.table-header
|
||||
{
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
|
||||
vertical-align: top;
|
||||
}
|
||||
.navitem
|
||||
{
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
}
|
||||
.header1
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 6; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.header2
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 2; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.active_navitem
|
||||
{
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('bg_color1')?> repeat-x;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
}
|
||||
.headrow
|
||||
{
|
||||
background:<?php echo conf('row_color1'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.odd
|
||||
{
|
||||
background:<?php echo conf('row_color2'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.even
|
||||
{
|
||||
background:<?php echo conf('row_color3'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.blank
|
||||
{
|
||||
background: #fff;
|
||||
}
|
||||
.border
|
||||
{
|
||||
background:<?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
.header
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.error
|
||||
{
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
}
|
||||
.fatalerror
|
||||
{
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
border-right:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-bottom:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-left:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-top:4px solid <?php echo conf('error_color'); ?>;
|
||||
font-size: <?php echo conf('font_size')+2; ?>px;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
}
|
||||
.disabled
|
||||
{
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.alphabet
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: normal;
|
||||
}
|
||||
-->
|
||||
</style>
|
68
contrib/themes/Sunshine/theme.cfg.php
Executable file
|
@ -0,0 +1,68 @@
|
|||
##################
|
||||
#<?php exit(); ?>#
|
||||
##################
|
||||
|
||||
###########################
|
||||
# Sunshine Theme
|
||||
###########################
|
||||
|
||||
# Theme Name
|
||||
# This is the actual name of the theme that
|
||||
# will be displayed in the preferences screen
|
||||
# DEFAULT: ampache-theme
|
||||
name = "Sunshine"
|
||||
|
||||
# Theme Author
|
||||
# This is just a way of giving credit to the
|
||||
# person who actually created this theme
|
||||
# DEFAULT: N/A
|
||||
#author = "Ripmaster TS"
|
||||
|
||||
# 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.org
|
||||
|
||||
# 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 = "#ffffe0"
|
||||
|
||||
# Background Color 2
|
||||
bg_color2 = "#000000"
|
||||
|
||||
# Base Color 1
|
||||
base_color1 = "#FFCE00"
|
||||
|
||||
# Base Color 2
|
||||
base_color2 = "#FFCE00"
|
||||
|
||||
# Font Color 1
|
||||
font_color1 = "#2090C0"
|
||||
|
||||
# Font Color 2
|
||||
font_color2 = "#333333"
|
||||
|
||||
# Font Color 3
|
||||
font_color3 = "#ffffff"
|
||||
|
||||
# Row Color 1
|
||||
row_color1 = "#FFFFCE"
|
||||
|
||||
# Row Color 2
|
||||
row_color2 = "#eee8aa"
|
||||
|
||||
# Row Color 3
|
||||
row_color3 = "#FFFFCE"
|
||||
|
||||
# Error Color
|
||||
error_color = "#990033"
|
||||
|
BIN
contrib/themes/Total_Blue/images/ampache-dark-bg.gif
Normal file
After Width: | Height: | Size: 823 B |
BIN
contrib/themes/Total_Blue/images/ampache-light-bg.gif
Normal file
After Width: | Height: | Size: 815 B |
BIN
contrib/themes/Total_Blue/images/ampache-mid.gif
Normal file
After Width: | Height: | Size: 818 B |
BIN
contrib/themes/Total_Blue/images/ampache.gif
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
contrib/themes/Total_Blue/images/blank-pixel.gif
Normal file
After Width: | Height: | Size: 43 B |
BIN
contrib/themes/Total_Blue/images/blankalbum.gif
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
contrib/themes/Total_Blue/images/blankalbum.jpg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
contrib/themes/Total_Blue/images/headphone.gif
Normal file
After Width: | Height: | Size: 861 B |
BIN
contrib/themes/Total_Blue/images/table.gif
Normal file
After Width: | Height: | Size: 5.5 KiB |
191
contrib/themes/Total_Blue/templates/style.inc
Normal file
|
@ -0,0 +1,191 @@
|
|||
<?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: <?php echo conf('bg_color1'); ?>;
|
||||
font-family: <?php echo conf('font') ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
a
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
a:visited
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
a:active
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
.text-box
|
||||
{
|
||||
padding-left:5px;
|
||||
padding-top:5px;
|
||||
margin-bottom:10px;
|
||||
background-color: <?php echo conf('base_color1'); ?>;
|
||||
border-right:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-bottom:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-left:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-top:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
table.tabledata
|
||||
{
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
padding: 0px 8px 0px 8px;
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
th
|
||||
{
|
||||
padding-right: 10px;
|
||||
}
|
||||
input
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: bold;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
}
|
||||
select {
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
}
|
||||
textarea
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.table-header
|
||||
{
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
|
||||
vertical-align: top;
|
||||
}
|
||||
.navitem
|
||||
{
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
}
|
||||
.header1
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 6; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.header2
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 2; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.active_navitem
|
||||
{
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('bg_color1')?> repeat-x;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
}
|
||||
.headrow
|
||||
{
|
||||
background:<?php echo conf('row_color1'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.odd
|
||||
{
|
||||
background:<?php echo conf('row_color2'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.even
|
||||
{
|
||||
background:<?php echo conf('row_color3'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.blank
|
||||
{
|
||||
background: #fff;
|
||||
}
|
||||
.border
|
||||
{
|
||||
background:<?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
.header
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.error
|
||||
{
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
}
|
||||
.fatalerror
|
||||
{
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
border-right:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-bottom:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-left:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-top:4px solid <?php echo conf('error_color'); ?>;
|
||||
font-size: <?php echo conf('font_size')+2; ?>px;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
}
|
||||
.disabled
|
||||
{
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.alphabet
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: normal;
|
||||
}
|
||||
-->
|
||||
</style>
|
68
contrib/themes/Total_Blue/theme.cfg.php
Normal file
|
@ -0,0 +1,68 @@
|
|||
##################
|
||||
#<?php exit(); ?>#
|
||||
##################
|
||||
|
||||
###########################
|
||||
# Total_Blue Theme
|
||||
###########################
|
||||
|
||||
# Theme Name
|
||||
# This is the actual name of the theme that
|
||||
# will be displayed in the preferences screen
|
||||
# DEFAULT: ampache-theme
|
||||
name = "Total_Blue"
|
||||
|
||||
# Theme Author
|
||||
# This is just a way of giving credit to the
|
||||
# person who actually created this theme
|
||||
# DEFAULT: N/A
|
||||
#author = "Ripmaster TS"
|
||||
|
||||
# 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!"
|
||||
|
||||
# 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 = "#101830"
|
||||
|
||||
# Background Color 2
|
||||
bg_color2 = "#0000FF"
|
||||
|
||||
# Base Color 1
|
||||
base_color1 = "#003050"
|
||||
|
||||
# Base Color 2
|
||||
base_color2 = "#003050"
|
||||
|
||||
# Font Color 1
|
||||
font_color1 = "#2090C0"
|
||||
|
||||
# Font Color 2
|
||||
font_color2 = "#2090C0"
|
||||
|
||||
# Font Color 3
|
||||
font_color3 = "#ffffff"
|
||||
|
||||
# Row Color 1
|
||||
row_color1 = "#003050"
|
||||
|
||||
# Row Color 2
|
||||
row_color2 = "#003050"
|
||||
|
||||
# Row Color 3
|
||||
row_color3 = "#003050"
|
||||
|
||||
# Error Color
|
||||
error_color = "#990033"
|
||||
|
BIN
contrib/themes/borders/images/ampache.gif
Executable file
After Width: | Height: | Size: 3.1 KiB |
BIN
contrib/themes/borders/images/blankalbum.gif
Normal file
After Width: | Height: | Size: 1.4 KiB |
21
contrib/themes/borders/readme.txt
Normal file
|
@ -0,0 +1,21 @@
|
|||
This ampache theme does not use any graphics in generating the backgrounds, so the colors can be changed to
|
||||
whatever you want. The main feature of this theme is the borders. The borders can easily be customized at the
|
||||
top of themes/borders/templates/style.inc. There is a primary border around all the boxes, and a relief line across
|
||||
the top and the left side.
|
||||
|
||||
This them will overide your font with "Comic Sans MS". This can be disabled in the top of the file
|
||||
themes/borders/templates/style.inc. It also tells you how to get this font in linux.
|
||||
|
||||
This theme was created against svn 577
|
||||
|
||||
Issues
|
||||
|
||||
1. If you use black (or something real dark) as a color;
|
||||
If you set your background (bg_color1) to black, some of the text wont be readable, especially on mouseover.
|
||||
If your background is black you will lose the shading and some text on themes/borders/images/ampache.gif.
|
||||
this is the image at the top of the page.
|
||||
If you set most frames (row_color3) to black, you should replace themes/borders/images/blankalbum.gif
|
||||
|
||||
|
||||
|
||||
If you have any questions, bugs or improvements, give me a holler. randyperkins@randyperkins.com
|
369
contrib/themes/borders/templates/style.inc
Normal file
|
@ -0,0 +1,369 @@
|
|||
<?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
|
||||
*/
|
||||
|
||||
|
||||
|
||||
# CUSTOMIZE THIS CSS FILE HERE
|
||||
|
||||
# the following line changes the font to Comic Sans MS
|
||||
# if you dont have that font on linux check out http://corefonts.sourceforge.net/
|
||||
# or on debian i use the package msttcorefonts
|
||||
# if you dont like your fonts overridden at all comment out the first line and uncomment the second one
|
||||
|
||||
$font = "Comic Sans MS, " . conf('font');
|
||||
#$font = "conf('font')";
|
||||
|
||||
|
||||
# customize the main border here
|
||||
$border = "outset 5pt";
|
||||
|
||||
# this is the thin inside border on the top and left side of the main border
|
||||
$relief_border = "solid 1pt " . conf('bg_color2');
|
||||
|
||||
# this is the border on the active_nav item
|
||||
$relief_border2 = "solid 1pt " . conf('row_color1');
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body
|
||||
{
|
||||
background: <?php echo conf('bg_color1'); ?>;
|
||||
font-family: <?php echo $font ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo $font?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
a
|
||||
{
|
||||
color: <?php echo conf('font_color1') ?>;
|
||||
font-family: <?php echo $font?>;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited
|
||||
{
|
||||
color: <?php echo conf('font_color3') ?>;
|
||||
font-family: <?php echo $font?>;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo $font?>;
|
||||
text-decoration: underline;
|
||||
}
|
||||
table a:hover
|
||||
{
|
||||
color: <?php echo conf('bg_color1') ?>;
|
||||
font-family: <?php echo $font?>;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:active
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo $font?>;
|
||||
text-decoration: none;
|
||||
}
|
||||
.border
|
||||
{
|
||||
background:<?php echo conf('bg_color2'); ?>;
|
||||
border-collapse: separate;
|
||||
border: <?php echo "$border " . conf('row_color1'); ?>;
|
||||
border-spacing: 0pt;
|
||||
}
|
||||
.border tr td:first-child
|
||||
{
|
||||
# this is the one thats put the border down the left side;
|
||||
border-left: <?php echo "$relief_border"; ?>;
|
||||
}
|
||||
.border tr table tr td:first-child
|
||||
{
|
||||
# gets rid of funkyness on left side in albums.php;
|
||||
border-left: solid 0pt <?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
.border .even:first-child td
|
||||
{
|
||||
# adds line on top in albums.php;
|
||||
border-top: <?php echo "$relief_border"; ?>;
|
||||
}
|
||||
.border .even .even:first-child td
|
||||
{
|
||||
# removes extra line from random play on index.php;
|
||||
border-top: solid 0pt <?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
.border .even:first-child tr td
|
||||
{
|
||||
# gets rid of double line on top in albums.php;
|
||||
border-top: solid 0pt <?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
.table-header
|
||||
{
|
||||
background: <?php echo conf('base_color2')?> ;
|
||||
vertical-align: top;
|
||||
}
|
||||
.table-header td
|
||||
{
|
||||
border-bottom: <?php echo "$relief_border"; ?>;
|
||||
border-top: <?php echo "$relief_border"; ?>;
|
||||
text-align: center;
|
||||
font-size: larger;
|
||||
}
|
||||
.table-header th
|
||||
{
|
||||
border-bottom: <?php echo "$relief_border"; ?>;
|
||||
border-top: <?php echo "$relief_border"; ?>;
|
||||
}
|
||||
.table-header th:first-child
|
||||
{
|
||||
#border-top: <?php echo "$relief_border"; ?>;
|
||||
#border-bottom: <?php echo "$relief_border"; ?>;
|
||||
border-left: <?php echo "$relief_border"; ?>;
|
||||
}
|
||||
.tabledata
|
||||
{
|
||||
background:<?php echo conf('bg_color2'); ?>;
|
||||
border-collapse: separate;
|
||||
border: <?php echo "$border " . conf('row_color1'); ?>;
|
||||
}
|
||||
.tabledata tr td:first-child
|
||||
{
|
||||
# this line is for the playlist page;
|
||||
border-left: solid 1pt <?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
.text-box
|
||||
{
|
||||
padding-left:5px;
|
||||
padding-top:5px;
|
||||
margin-bottom:10px;
|
||||
background: <?php echo conf('base_color1'); ?>;
|
||||
border-collapse: separate;
|
||||
border: <?php echo "$border " . conf('base_color1'); ?>;
|
||||
}
|
||||
.text-box .tabledata
|
||||
{
|
||||
# these next 2 lines fix the show catalog box;
|
||||
border: outset 0pt <?php echo conf('base_color1'); ?>;
|
||||
background: <?php echo conf('base_color1'); ?>;
|
||||
#border-left: solid 0pt <?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
.text-box .tabledata tr td
|
||||
{
|
||||
# this line removes a red line from the left of the show catalog box;
|
||||
border-left: solid 0pt <?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
|
||||
/*************** Main Menu *****************/
|
||||
#mainmenu {
|
||||
float: left;
|
||||
width: 99%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
border-collapse: separate;
|
||||
border: <?php echo "$border " . conf('row_color1'); ?>;
|
||||
border-spacing: 0pt;
|
||||
background: <?php echo conf('base_color2')?> ;
|
||||
}
|
||||
#mainmenu li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0 20px 0 20px;
|
||||
display: inline;
|
||||
background: <?php echo conf('base_color2')?> ;
|
||||
border-top: <?php echo "$relief_border"; ?>;
|
||||
border-right: <?php echo "$relief_border"; ?>;
|
||||
text-align: center;
|
||||
font-size: larger;
|
||||
}
|
||||
#mainmenu li:first-child
|
||||
{
|
||||
border-left: <?php echo "$relief_border"; ?>;
|
||||
}
|
||||
#mainmenu li.active {
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
border: <?php echo "$relief_border2"; ?>;
|
||||
background:<?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
#mainmenu a {
|
||||
color: <?php echo conf('font_color1') ?>;
|
||||
font-family: <?php echo $font?>;
|
||||
text-decoration: none;
|
||||
}
|
||||
#mainmenu a:hover {
|
||||
color: <?php echo conf('bg_color1') ?>;
|
||||
font-family: <?php echo $font?>;
|
||||
text-decoration: underline;
|
||||
}
|
||||
#mainmenu a:active {
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo $font?>;
|
||||
text-decoration: none;
|
||||
}
|
||||
/*************** END Main Menu *************/
|
||||
/*************** Admin Menu *************/
|
||||
#adminmenu {
|
||||
width: 99%;
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
border-collapse: separate;
|
||||
border: <?php echo "$border " . conf('row_color1'); ?>;
|
||||
border-spacing: 0pt;
|
||||
background: <?php echo conf('base_color2')?> ;
|
||||
}
|
||||
#adminmenu li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0 20px 0 20px;
|
||||
background: <?php echo conf('base_color2')?> ;
|
||||
border-top: <?php echo "$relief_border"; ?>;
|
||||
border-right: <?php echo "$relief_border"; ?>;
|
||||
text-align: center;
|
||||
font-size: larger;
|
||||
display: inline;
|
||||
}
|
||||
#adminmenu li:first-child
|
||||
{
|
||||
border-left: <?php echo "$relief_border"; ?>;
|
||||
}
|
||||
#adminmenu li.active {
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
border: <?php echo "$relief_border2"; ?>;
|
||||
background:<?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
#adminmenu a {
|
||||
text-decoration: none;
|
||||
}
|
||||
#adminmenu a:hover {
|
||||
color: <?php echo conf('bg_color1') ?>;
|
||||
font-family: <?php echo $font?>;
|
||||
text-decoration: underline;
|
||||
}
|
||||
#adminmenu a:active {
|
||||
color: #000;
|
||||
}
|
||||
/*************** END Main Menu *************/
|
||||
/*************** Page Header *********************/
|
||||
#pageheader {
|
||||
background: <?php echo conf('bgcolor1');?>;
|
||||
}
|
||||
/*************** END Page Header *****************/
|
||||
|
||||
td
|
||||
{
|
||||
padding: 0px 8px 0px 8px;
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo $font?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
th
|
||||
{
|
||||
padding-right: 10px;
|
||||
}
|
||||
input
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo $font; ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: bold;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
}
|
||||
.header1
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo $font; ?>;
|
||||
font-size: <?php echo conf('font_size') + 6; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.header2
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo $font; ?>;
|
||||
font-size: <?php echo conf('font_size') + 2; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.navitem
|
||||
{
|
||||
background: <?php echo conf('base_color2')?>;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
border: <?php echo "$relief_border"; ?>;
|
||||
}
|
||||
.active_navitem
|
||||
{
|
||||
background: <?php echo conf('bg_color2')?>;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
border: <?php echo "$relief_border2"; ?>;
|
||||
}
|
||||
.odd
|
||||
{
|
||||
background:<?php echo conf('row_color2'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.even
|
||||
{
|
||||
background:<?php echo conf('row_color3'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.error
|
||||
{
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
}
|
||||
.fatalerror
|
||||
{
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
border-right:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-bottom:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-left:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-top:4px solid <?php echo conf('error_color'); ?>;
|
||||
font-size: <?php echo conf('font_size')+2; ?>px;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
}
|
||||
.alphabet
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: normal;
|
||||
}
|
||||
-->
|
||||
</style>
|
71
contrib/themes/borders/theme.cfg.php
Normal file
|
@ -0,0 +1,71 @@
|
|||
##################
|
||||
#<?php exit(); ?>#
|
||||
##################
|
||||
|
||||
###########################
|
||||
# Classic Ampache Theme
|
||||
###########################
|
||||
|
||||
# Theme Name
|
||||
# This is the actual name of the theme that
|
||||
# will be displayed in the preferences screen
|
||||
# DEFAULT: ampache-theme
|
||||
name = "Borders"
|
||||
|
||||
# Theme Author
|
||||
# This is just a way of giving credit to the
|
||||
# person who actually created this theme
|
||||
# DEFAULT: N/A
|
||||
author = "Randy Perkins"
|
||||
|
||||
# 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 = "Randy Perkins <randyperkins@randyperkins.com>"
|
||||
|
||||
# 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 = "#06c7ee"
|
||||
|
||||
# Background Color 2
|
||||
bg_color2 = "#ef9494"
|
||||
|
||||
# Base Color 1
|
||||
base_color1 = "#aab3ff"
|
||||
|
||||
# Base Color 2
|
||||
base_color2 = "#f0b3b3"
|
||||
|
||||
# Font Color 1
|
||||
font_color1 = "#0000ee"
|
||||
|
||||
|
||||
# Font Color 2
|
||||
font_color2 = "#000000"
|
||||
|
||||
# Font Color 3
|
||||
font_color3 = "#551a8b"
|
||||
|
||||
# Row Color 1
|
||||
# this is used in style.css in .headrow but .headrow is not used
|
||||
# i am going to use it as a border color
|
||||
row_color1 = "#ef4f4f"
|
||||
|
||||
# Row Color 2
|
||||
row_color2 = "#e1afaf"
|
||||
|
||||
# Row Color 3
|
||||
row_color3 = "#f9c1c1"
|
||||
|
||||
# Error Color
|
||||
error_color = "#990033"
|
||||
|
BIN
contrib/themes/classic-ng/images/ampache-dark-bg.gif
Executable file
After Width: | Height: | Size: 138 B |
BIN
contrib/themes/classic-ng/images/ampache-light-bg.gif
Normal file
After Width: | Height: | Size: 70 B |
BIN
contrib/themes/classic-ng/images/ampache-mid.gif
Executable file
After Width: | Height: | Size: 268 B |
BIN
contrib/themes/classic-ng/images/ampache.gif
Executable file
After Width: | Height: | Size: 5.7 KiB |
BIN
contrib/themes/classic-ng/images/blank-pixel.gif
Normal file
After Width: | Height: | Size: 43 B |
BIN
contrib/themes/classic-ng/images/blankalbum.gif
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
contrib/themes/classic-ng/images/blankalbum.jpg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
contrib/themes/classic-ng/images/headphone.gif
Executable file
After Width: | Height: | Size: 861 B |
BIN
contrib/themes/classic-ng/images/table.gif
Executable file
After Width: | Height: | Size: 5.5 KiB |
270
contrib/themes/classic-ng/templates/style.inc
Executable file
|
@ -0,0 +1,270 @@
|
|||
<?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: <?php echo conf('bg_color1'); ?>;
|
||||
font-family: <?php echo conf('font') ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
|
||||
.text-box {
|
||||
padding-left:5px;
|
||||
padding-top:5px;
|
||||
margin-bottom:10px;
|
||||
background-color: <?php echo conf('base_color1'); ?>;
|
||||
border-right:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-bottom:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-left:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-top:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
|
||||
table.tabledata {
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 0px 8px 0px 8px;
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
|
||||
th {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
input {
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: bold;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
margin: 2px 2px 2px 2px;
|
||||
}
|
||||
|
||||
select {
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
background-color: <?php echo conf('base_color2'); ?>;
|
||||
}
|
||||
|
||||
textarea {
|
||||
background-color: <?php echo conf('base_color2'); ?>;
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
|
||||
.table-header {
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> 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) <?php echo conf('base_color2')?> repeat;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#mainmenu li:hover {
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('base_color2')?> 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) <?php echo conf('base_color2')?> repeat;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#adminmenu li:hover {
|
||||
background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('base_color2')?> 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: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 6; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.header2 {
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 2; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.headrow {
|
||||
background:<?php echo conf('row_color1'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
|
||||
.odd {
|
||||
background:<?php echo conf('row_color2'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
|
||||
.even {
|
||||
background:<?php echo conf('row_color3'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
|
||||
.blank {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.border {
|
||||
background:<?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
|
||||
.header {
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
}
|
||||
|
||||
.fatalerror {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
border-right:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-bottom:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-left:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-top:4px solid <?php echo conf('error_color'); ?>;
|
||||
font-size: <?php echo conf('font_size')+2; ?>px;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.alphabet {
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
-->
|
||||
</style>
|
||||
|
52
contrib/themes/classic-ng/theme.cfg.php
Normal file
|
@ -0,0 +1,52 @@
|
|||
##################
|
||||
#<?php exit(); ?>#
|
||||
##################
|
||||
|
||||
###########################
|
||||
# Classic Ampache NG
|
||||
###########################
|
||||
|
||||
name = "Classic Ampache NG"
|
||||
maintainer = "Matt Keadle <mkeadle@mkeadle.org>"
|
||||
|
||||
# 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"
|
||||
|
BIN
contrib/themes/dark/images/ampache.gif
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
contrib/themes/dark/images/blank-pixel.gif
Normal file
After Width: | Height: | Size: 43 B |
BIN
contrib/themes/dark/images/blankalbum.gif
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
contrib/themes/dark/images/blankalbum.jpg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
contrib/themes/dark/images/headphone.gif
Normal file
After Width: | Height: | Size: 861 B |
BIN
contrib/themes/dark/images/table.gif
Normal file
After Width: | Height: | Size: 5.5 KiB |
274
contrib/themes/dark/templates/style.inc
Normal file
|
@ -0,0 +1,274 @@
|
|||
<?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: <?php echo conf('bg_color1'); ?>;
|
||||
font-family: <?php echo conf('font') ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
a
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
a:visited
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
a:active
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
.text-box
|
||||
{
|
||||
padding-left:5px;
|
||||
padding-top:5px;
|
||||
margin-bottom:10px;
|
||||
background-color: <?php echo conf('base_color1'); ?>;
|
||||
border-right:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-bottom:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-left:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-top:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
table.tabledata
|
||||
{
|
||||
}
|
||||
|
||||
table.login
|
||||
{
|
||||
padding: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
padding: 0px 8px 0px 8px;
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
th
|
||||
{
|
||||
padding-right: 10px;
|
||||
}
|
||||
input
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: bold;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: <?php echo conf('bg_color2'); ?>;
|
||||
margin: 3px 3px 3px 3px;
|
||||
}
|
||||
select {
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
}
|
||||
textarea
|
||||
{
|
||||
background-color: <?php echo conf('base_color2'); ?>;
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.table-header
|
||||
{
|
||||
background: #404040;
|
||||
vertical-align: top;
|
||||
}
|
||||
.header1
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 6; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.header2
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 2; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.headrow
|
||||
{
|
||||
background:<?php echo conf('row_color1'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.odd
|
||||
{
|
||||
background:<?php echo conf('row_color2'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.even
|
||||
{
|
||||
background:<?php echo conf('row_color3'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.blank
|
||||
{
|
||||
background: #fff;
|
||||
}
|
||||
.border
|
||||
{
|
||||
background:<?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
.header
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.error
|
||||
{
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
font-weight: bold;
|
||||
}
|
||||
.fatalerror
|
||||
{
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
border-right:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-bottom:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-left:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-top:4px solid <?php echo conf('error_color'); ?>;
|
||||
font-size: <?php echo conf('font_size')+2; ?>px;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
}
|
||||
.disabled
|
||||
{
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.alphabet
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/*************** Main Menu *****************/
|
||||
|
||||
#mainmenu {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
border: 1px solid <?php echo conf('bg_color2'); ?>;
|
||||
background: #282828;
|
||||
}
|
||||
|
||||
#mainmenu li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0 10px 0 10px;
|
||||
border-right: 1px solid <?php echo conf('bg_color2'); ?>;
|
||||
display: inline;
|
||||
background: #282828;
|
||||
}
|
||||
|
||||
#mainmenu li.active {
|
||||
background: #404040;
|
||||
}
|
||||
|
||||
#mainmenu a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#mainmenu a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#mainmenu a:active {
|
||||
}
|
||||
|
||||
/*************** END Main Menu *************/
|
||||
|
||||
/*************** Admin Menu *************/
|
||||
|
||||
#adminmenu {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
border: 1px solid <?php echo conf('bg_color2'); ?>;
|
||||
background: #282828;
|
||||
}
|
||||
|
||||
#adminmenu li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0 10px 0 10px;
|
||||
border-right: 1px solid <?php echo conf('bg_color2'); ?>;
|
||||
display: inline;
|
||||
background: #282828;
|
||||
}
|
||||
|
||||
#adminmenu li.active {
|
||||
background: #404040;
|
||||
}
|
||||
|
||||
#adminmenu a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#adminmenu a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#adminmenu a:active {
|
||||
}
|
||||
|
||||
/*************** END Main Menu *************/
|
||||
|
||||
/*************** Page Header *********************/
|
||||
|
||||
#pageheader {
|
||||
}
|
||||
|
||||
/*************** END Page Header *****************/
|
||||
|
||||
-->
|
||||
</style>
|
72
contrib/themes/dark/theme.cfg.php
Normal file
|
@ -0,0 +1,72 @@
|
|||
##################
|
||||
#<?php exit(); ?>#
|
||||
##################
|
||||
|
||||
###########################
|
||||
# Dark Ampache Theme
|
||||
###########################
|
||||
|
||||
# Theme Name
|
||||
# This is the actual name of the theme that
|
||||
# will be displayed in the preferences screen
|
||||
# DEFAULT: ampache-theme
|
||||
name = "Dark"
|
||||
|
||||
# Theme Author
|
||||
# This is just a way of giving credit to the
|
||||
# person who actually created this theme
|
||||
# DEFAULT: N/A
|
||||
author = "Nedko Arnaudov"
|
||||
|
||||
# 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 = "Nedko Arnaudov <nedko@users.sourceforge.net>"
|
||||
|
||||
# Version
|
||||
# This is the revision for this theme, It's up to the maintainer
|
||||
# or author to decide how they want to format this
|
||||
version = "1.2"
|
||||
|
||||
# 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 = "#606060"
|
||||
|
||||
# Base Color 1
|
||||
base_color1 = "#404040"
|
||||
|
||||
# Base Color 2
|
||||
base_color2 = "#202020"
|
||||
|
||||
# Font Color 1
|
||||
font_color1 = "#222222"
|
||||
|
||||
# Font Color 2
|
||||
font_color2 = "#A0A0A0"
|
||||
|
||||
# Font Color 3
|
||||
font_color3 = "#404040"
|
||||
|
||||
# Row Color 1
|
||||
row_color1 = "#404040"
|
||||
|
||||
# Row Color 2
|
||||
row_color2 = "#303030"
|
||||
|
||||
# Row Color 3
|
||||
row_color3 = "#202020"
|
||||
|
||||
# Error Color
|
||||
error_color = "#FF8080"
|
BIN
contrib/themes/eGurl/eGurl-2.jpg
Normal file
After Width: | Height: | Size: 555 KiB |
BIN
contrib/themes/eGurl/eGurl.jpg
Normal file
After Width: | Height: | Size: 497 KiB |
BIN
contrib/themes/eGurl/images/ampache.gif
Normal file
After Width: | Height: | Size: 6.4 KiB |
BIN
contrib/themes/eGurl/images/blankalbum.gif
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
contrib/themes/eGurl/images/blankalbum.jpg
Normal file
After Width: | Height: | Size: 6 KiB |
BIN
contrib/themes/eGurl/images/blue-cd-case.jpg
Normal file
After Width: | Height: | Size: 6 KiB |
BIN
contrib/themes/eGurl/images/flower_2.png
Normal file
After Width: | Height: | Size: 921 KiB |
BIN
contrib/themes/eGurl/images/headphone.gif
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
contrib/themes/eGurl/images/table.gif
Normal file
After Width: | Height: | Size: 14 KiB |
268
contrib/themes/eGurl/templates/style.inc
Normal file
|
@ -0,0 +1,268 @@
|
|||
<?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: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/flower_2.png); ?>;
|
||||
font-family: <?php echo conf('font') ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
a
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
a:visited
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
a:active
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
.text-box
|
||||
{
|
||||
padding-left:5px;
|
||||
padding-top:5px;
|
||||
margin-bottom:10px;
|
||||
background-color: <?php echo conf('base_color1'); ?>;
|
||||
border-right:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-bottom:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-left:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-top:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
table.tabledata
|
||||
{
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
padding: 0px 8px 0px 8px;
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
th
|
||||
{
|
||||
padding-right: 10px;
|
||||
}
|
||||
input
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: bold;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: <?php echo conf('bg_color2'); ?>;
|
||||
margin: 2px 2px 2px 2px;
|
||||
}
|
||||
select {
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
}
|
||||
textarea
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.table-header
|
||||
{
|
||||
background: <?php echo conf('base_color2')?> repeat-x;
|
||||
vertical-align: top;
|
||||
}
|
||||
/*************** Main Menu *****************/
|
||||
#mainmenu {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
border-top: 0px solid #000;
|
||||
border-bottom: 0px solid #000;
|
||||
border-right: 0px solid #000;
|
||||
border-left: 0px solid #000;
|
||||
background: <?php echo conf('base_color2');?> repeat-x;
|
||||
}
|
||||
#mainmenu li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0 10px 0 10px;
|
||||
border-right: 0px solid #000;
|
||||
display: inline;
|
||||
background: <?php echo conf('base_color2');?> repeat-x;
|
||||
}
|
||||
#mainmenu li.active {
|
||||
background: <?php echo conf('base_color2');?> rep
|
||||
}
|
||||
#mainmenu a {
|
||||
text-decoration: bold;
|
||||
}
|
||||
#mainmenu a:hover {
|
||||
color: #000;
|
||||
}
|
||||
#mainmenu a:active {
|
||||
color: #00a;
|
||||
}
|
||||
/*************** END Main Menu *************/
|
||||
/*************** Admin Menu *************/
|
||||
#adminmenu {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
border-bottom: 0px solid #000;
|
||||
border-right: 0px solid #000;
|
||||
border-left: 0px solid #000;
|
||||
border-top: 0px solid #000;
|
||||
background: <?php echo conf('base_color2')?> repeat;
|
||||
}
|
||||
#adminmenu li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0 20px 0 20px;
|
||||
border-right: 0px solid #000;
|
||||
display: inline;
|
||||
background: <?php echo conf('base_color2');?> repeat-x;
|
||||
}
|
||||
#adminmenu li.active {
|
||||
background: <?php echo conf('base_color2');?> repeat-x;
|
||||
}
|
||||
#adminmenu a {
|
||||
text-decoration: none;
|
||||
}
|
||||
#adminmenu a:hover {
|
||||
color: #000;
|
||||
}
|
||||
#adminmenu a:active {
|
||||
color: #000;
|
||||
}
|
||||
/*************** END Main Menu *************/
|
||||
/*************** Page Header *********************/
|
||||
#pageheader {
|
||||
background: <?php echo conf('bgcolor1');?>;
|
||||
}
|
||||
/*************** END Page Header *****************/
|
||||
.navitem
|
||||
{
|
||||
background: <?php echo conf('base_color2')?> repeat-x;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
}
|
||||
.header1
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 6; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.header2
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 2; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.active_navitem
|
||||
{
|
||||
background: <?php echo conf('bg_color1')?> repeat-x;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
}
|
||||
.headrow
|
||||
{
|
||||
background:<?php echo conf('row_color1'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.odd
|
||||
{
|
||||
background:<?php echo conf('row_color2'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.even
|
||||
{
|
||||
background:<?php echo conf('row_color3'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.blank
|
||||
{
|
||||
background: #fff;
|
||||
}
|
||||
.border
|
||||
{
|
||||
background:<?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
.header
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.error
|
||||
{
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
}
|
||||
.fatalerror
|
||||
{
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
border-right:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-bottom:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-left:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-top:4px solid <?php echo conf('error_color'); ?>;
|
||||
font-size: <?php echo conf('font_size')+2; ?>px;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
}
|
||||
.disabled
|
||||
{
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.alphabet
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: normal;
|
||||
}
|
||||
-->
|
||||
</style>
|
75
contrib/themes/eGurl/theme.cfg.php
Normal file
|
@ -0,0 +1,75 @@
|
|||
##################
|
||||
#<?php exit(); ?>#
|
||||
##################
|
||||
|
||||
###########################
|
||||
# eGurl Ampache Theme
|
||||
###########################
|
||||
|
||||
# Theme Name
|
||||
# This is the actual name of the theme that
|
||||
# will be displayed in the preferences screen
|
||||
# DEFAULT: ampache-theme
|
||||
name = "eGurl"
|
||||
|
||||
# Theme Author
|
||||
# This is just a way of giving credit to the
|
||||
# person who actually created this theme
|
||||
# DEFAULT: N/A
|
||||
#author = "s1amson wuzzuppy"
|
||||
|
||||
# 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 = "s1amson wuzzuppy" s1amson@gmail.com
|
||||
|
||||
#Image Credits
|
||||
#Please give credit where credit is due
|
||||
#Heanphone image from amaranth-althaea-.5 icon pack for KDE
|
||||
#Table.gif borrowed from Google(tm) search. Credit for image respectivly belongs to photogropher.
|
||||
#plant_02 (background image) by buczo a.k.a Przemek B http://www.sxc.hu/browse.phtml?f=profile&l=buczo
|
||||
#red rose (used in logo) by float a.k.a Dora M http://www.sxc.hu/browse.phtml?f=profile&l=float
|
||||
|
||||
# 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 = "#"
|
||||
|
||||
# Background Color 2
|
||||
bg_color2 = "#"
|
||||
|
||||
# Base Color 1
|
||||
base_color1 = "#"
|
||||
|
||||
# Base Color 2
|
||||
base_color2 = "#"
|
||||
|
||||
# Font Color 1
|
||||
font_color1 = "#000000"
|
||||
|
||||
# Font Color 2
|
||||
font_color2 = "#000000"
|
||||
|
||||
# Font Color 3
|
||||
font_color3 = "#000000"
|
||||
|
||||
# Row Color 1
|
||||
row_color1 = "#"
|
||||
|
||||
# Row Color 2
|
||||
row_color2 = "#"
|
||||
|
||||
# Row Color 3
|
||||
row_color3 = "#"
|
||||
|
||||
# Error Color
|
||||
error_color = "#FF0000"
|
||||
|
BIN
contrib/themes/steel/images/ampache.gif
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
contrib/themes/steel/images/blank-pixel.gif
Normal file
After Width: | Height: | Size: 43 B |
BIN
contrib/themes/steel/images/blankalbum.gif
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
contrib/themes/steel/images/blankalbum.jpg
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
contrib/themes/steel/images/headphone.gif
Normal file
After Width: | Height: | Size: 861 B |
BIN
contrib/themes/steel/images/table.gif
Normal file
After Width: | Height: | Size: 5.5 KiB |
274
contrib/themes/steel/templates/style.inc
Normal file
|
@ -0,0 +1,274 @@
|
|||
<?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: <?php echo conf('bg_color1'); ?>;
|
||||
font-family: <?php echo conf('font') ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
a
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
a:visited
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
a:active
|
||||
{
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
}
|
||||
.text-box
|
||||
{
|
||||
padding-left:5px;
|
||||
padding-top:5px;
|
||||
margin-bottom:10px;
|
||||
background-color: <?php echo conf('base_color1'); ?>;
|
||||
border-right:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-bottom:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-left:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
border-top:2px solid <?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
table.tabledata
|
||||
{
|
||||
}
|
||||
|
||||
table.login
|
||||
{
|
||||
padding: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
td
|
||||
{
|
||||
padding: 0px 8px 0px 8px;
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
th
|
||||
{
|
||||
padding-right: 10px;
|
||||
}
|
||||
input
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: bold;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: <?php echo conf('bg_color2'); ?>;
|
||||
margin: 3px 3px 3px 3px;
|
||||
}
|
||||
select {
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
background-color: <?php echo conf('base_color2') ?>;
|
||||
}
|
||||
textarea
|
||||
{
|
||||
background-color: <?php echo conf('base_color2'); ?>;
|
||||
color: <?php echo conf('font_color2') ?>;
|
||||
font-family: <?php echo conf('font')?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.table-header
|
||||
{
|
||||
background: #607080;
|
||||
vertical-align: top;
|
||||
}
|
||||
.header1
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 6; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.header2
|
||||
{
|
||||
color: <?php echo conf('font_color2'); ?>;
|
||||
font-family: <?php echo conf('font'); ?>;
|
||||
font-size: <?php echo conf('font_size') + 2; ?>px;
|
||||
font-weight: 900;
|
||||
}
|
||||
.headrow
|
||||
{
|
||||
background:<?php echo conf('row_color1'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.odd
|
||||
{
|
||||
background:<?php echo conf('row_color2'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.even
|
||||
{
|
||||
background:<?php echo conf('row_color3'); ?>;
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.blank
|
||||
{
|
||||
background: #fff;
|
||||
}
|
||||
.border
|
||||
{
|
||||
background:<?php echo conf('bg_color2'); ?>;
|
||||
}
|
||||
.header
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
}
|
||||
.error
|
||||
{
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
font-weight: bold;
|
||||
}
|
||||
.fatalerror
|
||||
{
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
color: <?php echo conf('error_color'); ?>;
|
||||
border-right:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-bottom:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-left:4px solid <?php echo conf('error_color'); ?>;
|
||||
border-top:4px solid <?php echo conf('error_color'); ?>;
|
||||
font-size: <?php echo conf('font_size')+2; ?>px;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
}
|
||||
.disabled
|
||||
{
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.alphabet
|
||||
{
|
||||
font-size: <?php echo conf('font_size'); ?>px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/*************** Main Menu *****************/
|
||||
|
||||
#mainmenu {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
border: 1px solid <?php echo conf('bg_color2'); ?>;
|
||||
background: #283848;
|
||||
}
|
||||
|
||||
#mainmenu li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0 10px 0 10px;
|
||||
border-right: 1px solid <?php echo conf('bg_color2'); ?>;
|
||||
display: inline;
|
||||
background: #283848;
|
||||
}
|
||||
|
||||
#mainmenu li.active {
|
||||
background: #405060;
|
||||
}
|
||||
|
||||
#mainmenu a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#mainmenu a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#mainmenu a:active {
|
||||
}
|
||||
|
||||
/*************** END Main Menu *************/
|
||||
|
||||
/*************** Admin Menu *************/
|
||||
|
||||
#adminmenu {
|
||||
float: left;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
border: 1px solid <?php echo conf('bg_color2'); ?>;
|
||||
background: #283848;
|
||||
}
|
||||
|
||||
#adminmenu li {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0 10px 0 10px;
|
||||
border-right: 1px solid <?php echo conf('bg_color2'); ?>;
|
||||
display: inline;
|
||||
background: #283848;
|
||||
}
|
||||
|
||||
#adminmenu li.active {
|
||||
background: #405060;
|
||||
}
|
||||
|
||||
#adminmenu a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#adminmenu a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#adminmenu a:active {
|
||||
}
|
||||
|
||||
/*************** END Main Menu *************/
|
||||
|
||||
/*************** Page Header *********************/
|
||||
|
||||
#pageheader {
|
||||
}
|
||||
|
||||
/*************** END Page Header *****************/
|
||||
|
||||
-->
|
||||
</style>
|
74
contrib/themes/steel/theme.cfg.php
Normal file
|
@ -0,0 +1,74 @@
|
|||
##################
|
||||
#<?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 = "Steel"
|
||||
|
||||
# Theme Author
|
||||
# This is just a way of giving credit to the
|
||||
# person who actually created this theme
|
||||
# DEFAULT: N/A
|
||||
author = "Nedko Arnaudov"
|
||||
|
||||
# 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 = "Nedko Arnaudov <nedko@users.sourceforge.net>"
|
||||
|
||||
# Version
|
||||
# This is the revision for this theme, It's up to the maintainer
|
||||
# or author to decide how they want to format this
|
||||
version = "1.1"
|
||||
|
||||
|
||||
# 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 = "#05212B"
|
||||
|
||||
# Background Color 2
|
||||
bg_color2 = "#607080"
|
||||
|
||||
# Base Color 1
|
||||
base_color1 = "#15313B"
|
||||
|
||||
# Base Color 2
|
||||
base_color2 = "#15313B"
|
||||
|
||||
# Font Color 1
|
||||
font_color1 = "#222222"
|
||||
|
||||
# Font Color 2
|
||||
font_color2 = "#CCCCCC"
|
||||
|
||||
# Font Color 3
|
||||
font_color3 = "#FFFFFF"
|
||||
|
||||
# Row Color 1
|
||||
row_color1 = "#CCCCCC"
|
||||
|
||||
# Row Color 2
|
||||
row_color2 = "#405060"
|
||||
|
||||
# Row Color 3
|
||||
row_color3 = "#304050"
|
||||
|
||||
# Error Color
|
||||
error_color = "#FF8080"
|
||||
|
BIN
contrib/themes/theBside/images/ampache-dark-bg.gif
Normal file
After Width: | Height: | Size: 138 B |
BIN
contrib/themes/theBside/images/ampache-light-bg.gif
Normal file
After Width: | Height: | Size: 138 B |