summaryrefslogtreecommitdiffstats
path: root/templates/style.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-23 21:12:08 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-23 21:12:08 +0000
commitc0456fee32673d628882fad7307c4989e35db820 (patch)
treedbf9c432f414e9fba146d6c3f563a6f2e31f5217 /templates/style.inc
parent6224281f3c405b0f41c597d504273fe5c237d4ad (diff)
downloadampache-c0456fee32673d628882fad7307c4989e35db820.tar.gz
ampache-c0456fee32673d628882fad7307c4989e35db820.tar.bz2
ampache-c0456fee32673d628882fad7307c4989e35db820.zip
new theme, temp breaking of all other themes... will be fixed I swear also re-indexing of mysql tables
Diffstat (limited to 'templates/style.inc')
-rw-r--r--templates/style.inc222
1 files changed, 0 insertions, 222 deletions
diff --git a/templates/style.inc b/templates/style.inc
deleted file mode 100644
index a94c43a1..00000000
--- a/templates/style.inc
+++ /dev/null
@@ -1,222 +0,0 @@
-<?php
-/*
-
- Copyright (c) 2001 - 2006 Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
-
-/*!
- @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: 0px;
- margin-top: 0px;
- margin-left: 0px;
- margin-right: 0px;
- 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
- {
- display: table-cell;
- padding-left:5px;
- padding-top:5px;
- padding-right: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'); ?>;
- }
- .selected_button
- {
- background-color: black;color:white;
- }
- .unselected_button
- {
- /* there really isn't anything for this */
- }
- .npsong
- {
- background: #FFFF66;
- font-weight: bold;
- }
- .nodisplay { display: none;}
- .display {}
- #mpdpl td {
- padding: 0px 2px 0px 2px;
- text-align: left;
- }
- 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;
- }
- .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-left: 3px;
- padding-right: 3px;
- display: table-cell;
- 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;
- }
- .smallbutton
- {
- border:0px;
- padding-left:1px;
- padding-right:1px;
- font-size: <?php echo conf('font_size') - 1; ?>px;
- cursor: pointer;
- }
-/* These three lines make a menu vertical */
- #content { float: none; }
- #sidebar li { float: none; }
- #sidebar li ul { margin: -1.5em 0 0 9em; }
-
--->
-</style>