summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/themes/BaskInBlue/templates/default.css160
-rw-r--r--contrib/themes/BaskInBlue/templates/style.inc192
-rw-r--r--[-rwxr-xr-x]contrib/themes/Clean/templates/default.css (renamed from contrib/themes/Clean/templates/style.inc)90
-rw-r--r--[-rwxr-xr-x]contrib/themes/Clean_Green/templates/default.css (renamed from contrib/themes/Clean_Green/templates/style.inc)90
-rw-r--r--[-rwxr-xr-x]contrib/themes/Green-Marble/templates/default.css (renamed from contrib/themes/Green-Marble/templates/style.inc)30
-rw-r--r--contrib/themes/Green-n-Black/templates/default.css (renamed from contrib/themes/Green-n-Black/templates/style.inc)122
-rw-r--r--contrib/themes/IL01/templates/default.css (renamed from contrib/themes/IL01/templates/style.inc)118
-rw-r--r--[-rwxr-xr-x]contrib/themes/OSXish/templates/default.css (renamed from contrib/themes/OSXish/templates/style.inc)120
-rw-r--r--[-rwxr-xr-x]contrib/themes/Solar/templates/default.css (renamed from contrib/themes/Solar/templates/style.inc)124
-rw-r--r--[-rwxr-xr-x]contrib/themes/Spiffy/templates/default.css (renamed from contrib/themes/Sunshine/templates/style.inc)124
-rw-r--r--[-rwxr-xr-x]contrib/themes/StoneBlue/templates/default.css (renamed from contrib/themes/StoneBlue/templates/style.inc)128
-rw-r--r--[-rwxr-xr-x]contrib/themes/Sunshine/templates/default.css (renamed from contrib/themes/Spiffy/templates/style.inc)124
-rw-r--r--contrib/themes/Supernova/templates/default.css (renamed from contrib/themes/Supernova/templates/style.inc)124
-rw-r--r--contrib/themes/Total_Blue/templates/default.css (renamed from contrib/themes/Total_Blue/templates/style.inc)124
-rw-r--r--contrib/themes/borders/templates/default.css334
-rw-r--r--contrib/themes/borders/templates/style.inc373
-rw-r--r--[-rwxr-xr-x]contrib/themes/classic-ng/templates/default.css (renamed from contrib/themes/classic-ng/templates/style.inc)114
-rw-r--r--contrib/themes/dark/templates/default.css (renamed from contrib/themes/dark/templates/style.inc)114
-rw-r--r--contrib/themes/eGurl/templates/default.css (renamed from contrib/themes/eGurl/templates/style.inc)124
-rw-r--r--contrib/themes/osuware2005/templates/default.css (renamed from contrib/themes/osuware2005/templates/style.inc)106
-rw-r--r--contrib/themes/simple_h/templates/default.css (renamed from contrib/themes/simple_h/templates/style.inc)110
-rw-r--r--contrib/themes/simple_matrix/templates/default.css (renamed from contrib/themes/simple_matrix/templates/style.inc)114
-rw-r--r--contrib/themes/steel/templates/default.css (renamed from contrib/themes/steel/templates/style.inc)114
-rw-r--r--[-rwxr-xr-x]contrib/themes/tangens/templates/default.css (renamed from contrib/themes/tangens/templates/style.inc)6
-rw-r--r--contrib/themes/theBside/templates/default.css (renamed from contrib/themes/theBside/templates/style.inc)24
25 files changed, 1566 insertions, 1637 deletions
diff --git a/contrib/themes/BaskInBlue/templates/default.css b/contrib/themes/BaskInBlue/templates/default.css
new file mode 100644
index 00000000..6fcffe4e
--- /dev/null
+++ b/contrib/themes/BaskInBlue/templates/default.css
@@ -0,0 +1,160 @@
+ body
+ {
+ background: #1100D0;
+ font-family: Verdana;
+ font-size: 12px;
+ color: #C5F5FF;
+ }
+
+ p
+ {
+ color: #C5F5FF;
+ font-family: Verdana;
+ font-size: 12px;
+ }
+ a
+ {
+ color: #C5F5FF;
+ font-family: Verdana;
+ }
+ a:visited
+ {
+ color: #C5F5FF;
+ font-family: Verdana;
+ }
+ a:active
+ {
+ color: #C5F5FF;
+ font-family: Verdana;
+ }
+ .text-box
+ {
+ padding-left:5px;
+ padding-top:5px;
+ margin-bottom:10px;
+ background-color: #1100D0;
+ border-right:2px solid #0000C1;
+ border-bottom:2px solid #0000C1;
+ border-left:2px solid #0000C1;
+ border-top:2px solid #0000C1;
+ }
+ table.tabledata
+ {
+ }
+
+ td
+ {
+ padding: 0px 8px 0px 8px;
+ color: #C5F5FF;
+ font-family: Verdana;
+ font-size: 12px;
+ }
+ th
+ {
+ padding-right: 10px;
+ }
+ input
+ {
+ color: #C5F5FF;
+ font-family: Verdana;
+ font-size: 12px;
+ font-weight: bold;
+ background-color: #0000C1;
+ }
+ select {
+ color: #C5F5FF;
+ font-family: Verdana;
+ font-size: 12px;
+ background-color: #0000C1;
+ }
+ textarea
+ {
+ background-color: #0000C1;
+ color: #C5F5FF;
+ font-family: Verdana;
+ font-size: 12px;
+ }
+ .table-header
+ {
+ background: url(../images/ampache-light-bg.gif) #0000C1 repeat-x;
+ vertical-align: top;
+ }
+ .navitem
+ {
+ background: url(../images/ampache-light-bg.gif) #0000C1 repeat-x;
+ vertical-align: top;
+ text-align: center;
+ }
+ .header1
+ {
+ color: #C5F5FF;
+ font-family: Verdana;
+ font-size: <?php echo conf('font_size') + 6; ?>px;
+ font-weight: 900;
+ }
+ .header2
+ {
+ color: #C5F5FF;
+ font-family: Verdana;
+ font-size: <?php echo conf('font_size') + 2; ?>px;
+ font-weight: 900;
+ }
+ .active_navitem
+ {
+ background: url(../images/ampache-dark-bg.gif) #1100D0 repeat-x;
+ vertical-align: top;
+ text-align: center;
+ }
+ .headrow
+ {
+ background:#1100D0;
+ font-size: 12px;
+ }
+ .odd
+ {
+ background:#1100D0;
+ font-size: 12px;
+ }
+ .even
+ {
+ background:#0000C1;
+ font-size: 12px;
+ }
+ .blank
+ {
+ background: #fff;
+ }
+ .border
+ {
+ background:#0000C1;
+ }
+ .header
+ {
+ font-size: 12px;
+ }
+ .error
+ {
+ color: #FF0000;
+ }
+ .fatalerror
+ {
+ padding-top: 3px;
+ padding-bottom: 3px;
+ color: #FF0000;
+ border-right:4px solid #FF0000;
+ border-bottom:4px solid #FF0000;
+ border-left:4px solid #FF0000;
+ border-top:4px solid #FF0000;
+ font-size: 14px;
+ font-weight: 900;
+ text-align: center;
+ }
+ .disabled
+ {
+ text-decoration: line-through;
+ }
+ .alphabet
+ {
+ font-size: 12px;
+ font-weight: normal;
+ }
diff --git a/contrib/themes/BaskInBlue/templates/style.inc b/contrib/themes/BaskInBlue/templates/style.inc
deleted file mode 100644
index d93b78d7..00000000
--- a/contrib/themes/BaskInBlue/templates/style.inc
+++ /dev/null
@@ -1,192 +0,0 @@
-<?php
-/*
-
- Copyright (c) 2001 - 2005 Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
-
-/*!
- @header Style File
- @discussion this is the css that is included on every page of
- ampache, mod this to change the look and feel of the site
-*/
-?>
-<style type="text/css">
-<!--
- body
- {
- background: <?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>
diff --git a/contrib/themes/Clean/templates/style.inc b/contrib/themes/Clean/templates/default.css
index e0c6d9b3..123de4e7 100755..100644
--- a/contrib/themes/Clean/templates/style.inc
+++ b/contrib/themes/Clean/templates/default.css
@@ -53,18 +53,18 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
<!--
body{
font-family: Arial,Helvetica,sans-serif;
- color: <?php echo conf('font_color1'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #666666;
+ font-size: 12px;
}
p{
font-family: Arial,Helvetica,sans-serif;
- color: <?php echo conf('font_color1'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #666666;
+ font-size: 12px;
}
ol{list-style:decimal;}
ul{list-style:disc;}
a{
- color: <?php echo conf('font_color2'); ?>;
+ color: #3F5F5E;
font-weight:bolder;
}
a:link {text-decoration: none;}
@@ -83,7 +83,7 @@ TABLE{
border-collapse: separate;
empty-cells:show;
}
-td{color: <?php echo conf('font_color3'); ?>;padding: 0px 8px 0px 8px;}
+td{color: #666666;padding: 0px 8px 0px 8px;}
th{
border: <?php echo $border2;?>;
padding: 0px 8px 0px 8px;
@@ -92,22 +92,22 @@ th{
font-weight: normal;/*override default bolding on th's*/
}
input{
- color: <?php echo conf('font_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #666666;
+ font-size: 12px;
}
select{
- color: <?php echo conf('font_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #666666;
+ font-size: 12px;
}
textarea{
- color: <?php echo conf('font_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #666666;
+ font-size: 12px;
}
.login{border: 2px ridge Silver;}
.npsong td{border-bottom: <?php echo $border2;?>;border-top: <?php echo $border2;?>;}
.tabledata{border-collapse: collapse;border: <?php echo $border2;?>;}
.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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #E1E9EE repeat-x;
vertical-align: top;
text-align: center;
border: <?php echo $border2;?>;
@@ -115,38 +115,38 @@ textarea{
.table-header td{border: <?php echo $border2;?>;}/*override td and add border on all fields.*/
.navitem{/*compatiblity with older version*/
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #E1E9EE repeat-x;
vertical-align: top;
text-align: center;
border: <?php echo $border2;?>;
}
.active_navitem{/*compatiblity with older version*/
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('bg_color1')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #FFFFFF repeat-x;
vertical-align: top;
text-align: center;
border: <?php echo $border2;?>;
}
.header1{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #3F5F5E;
+ font-family: Verdana;
font-size: <?php echo conf('font_size') + 3; ?>px;
font-weight: 900;
}
.header2{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #3F5F5E;
+ font-family: Verdana;
font-size: <?php echo conf('font_size') + 2; ?>px;
font-weight: 900;
}
.headrow {
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#D1D8D5;
+ font-size: 12px;
border: <?php echo $border2;?>;
}
.odd {/*odd rows in multi lined tables.*/
- background: <?php echo conf('row_color1'); ?>;
+ background: #ffffff;
border:none;
text-align: left;
}
@@ -165,7 +165,7 @@ textarea{
.even{
- background:<?php echo conf('row_color2'); ?>;
+ background:#FAFAF8;
text-align: left;/*for lists on homepage*/
border:none;
}
@@ -196,28 +196,28 @@ textarea{
.border .odd td table td:first-child{border:none;}
.border .odd td table td:last-child{border:none;}
.border .table-header:first-child td font{/*override with defaults because album header is hardcoded to big*/
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: bolder;
}
.blank{ background: #fff;}
-.header{font-size: <?php echo conf('font_size'); ?>px;}
-.error{ color: <?php echo conf('error_color'); ?>;}
+.header{font-size: 12px;}
+.error{ color: #990033;}
.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'); ?>;
+ color: #990033;
+ border-right:4px solid #990033;
+ border-bottom:4px solid #990033;
+ border-left:4px solid #990033;
+ border-top:4px solid #990033;
font-size: <?php echo conf('font_size')+2; ?>px;
font-weight: 900;
text-align: center;
}
.disabled{text-decoration: line-through;}
.alphabet{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: normal;
}
/*************** Main Menu *****************/
@@ -231,7 +231,7 @@ textarea{
border-bottom: <?php echo $border2;?>;
border-right: <?php echo $border2;?>;
border-left: <?php echo $border2;?>;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2');?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #E1E9EE repeat-x;
}
#mainmenu li {
float: left;
@@ -241,7 +241,7 @@ textarea{
display: inline;
}
#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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #E1E9EE repeat-x;
}
#mainmenu a {
text-decoration: none;
@@ -265,7 +265,7 @@ textarea{
border-bottom: <?php echo $border2;?>;
border-right: <?php echo $border2;?>;
border-left: <?php echo $border2;?>;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #E1E9EE repeat;
}
#adminmenu li {
float: left;
@@ -273,10 +273,10 @@ textarea{
padding: 0 10px 0 10px;
border-right: <?php echo $border2;?>;
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #E1E9EE 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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #E1E9EE repeat-x;
}
#adminmenu a {
text-decoration: none;
@@ -303,7 +303,7 @@ textarea{
height: 60px;
padding-top:10px;
padding-left:10px;
- background-color: <?php echo conf('bg_color1'); ?>;
+ background-color: #FFFFFF;
}
#topbarright{
float: right;
@@ -317,10 +317,10 @@ textarea{
width:100%;
}
.subnavbutton{
- background-color: <?php echo conf('row_color1'); ?>;
+ background-color: #ffffff;
text-align:center;
text-decoration: none;
- color: <?php echo conf('font_color2'); ?>;
+ color: #3F5F5E;
}
#content{
margin-left:0px;
@@ -357,18 +357,18 @@ textarea{
border-right: <?php echo $border2;?>;
padding: 5px 0px 5px 10px;
width: 10em;
- background-color: <?php echo conf('row_color2'); ?>;
+ background-color: #FAFAF8;
}
#sidebar a, .navbutton {
display: block; /*Not sure why this is neccesary, but it is for IE*/
text-decoration: none;
}
#sidebar li:hover, #sidebar li.sfhover {
- color: <?php echo conf('font_color2'); ?>;
- background-color: <?php echo conf('row_color3'); ?>;
+ color: #3F5F5E;
+ background-color: #D1D8D5;
}
#sidebar li:active {
- background-color: <?php echo conf('row_color1'); ?>;
+ background-color: #ffffff;
}
#sidebar li ul {
float: left;
@@ -389,7 +389,7 @@ textarea{
/*****/
/*************** Page Header *********************/
#pageheader {
- background-color: <?php echo conf('bg_color1'); ?>;
+ background-color: #FFFFFF;
}
#pageheader img{border: none;}
/*************** END Page Header *****************/
diff --git a/contrib/themes/Clean_Green/templates/style.inc b/contrib/themes/Clean_Green/templates/default.css
index fd52e48a..d99155a9 100755..100644
--- a/contrib/themes/Clean_Green/templates/style.inc
+++ b/contrib/themes/Clean_Green/templates/default.css
@@ -53,18 +53,18 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
<!--
body{
font-family: Arial,Helvetica,sans-serif;
- color: <?php echo conf('font_color1'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #666666;
+ font-size: 12px;
}
p{
font-family: Arial,Helvetica,sans-serif;
- color: <?php echo conf('font_color1'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #666666;
+ font-size: 12px;
}
ol{list-style:decimal;}
ul{list-style:disc;}
a{
- color: <?php echo conf('font_color2'); ?>;
+ color: #3F5F5E;
font-weight:bolder;
}
a:link {text-decoration: none;}
@@ -83,7 +83,7 @@ TABLE{
border-collapse: separate;
empty-cells:show;
}
-td{color: <?php echo conf('font_color3'); ?>;padding: 0px 8px 0px 8px;}
+td{color: #666666;padding: 0px 8px 0px 8px;}
th{
border: <?php echo $border2;?>;
padding: 0px 8px 0px 8px;
@@ -92,22 +92,22 @@ th{
font-weight: normal;/*override default bolding on th's*/
}
input{
- color: <?php echo conf('font_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #666666;
+ font-size: 12px;
}
select{
- color: <?php echo conf('font_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #666666;
+ font-size: 12px;
}
textarea{
- color: <?php echo conf('font_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #666666;
+ font-size: 12px;
}
.login{border: 2px ridge Silver;}
.npsong td{border-bottom: <?php echo $border2;?>;border-top: <?php echo $border2;?>;}
.tabledata{border-collapse: collapse;border: <?php echo $border2;?>;}
.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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #E1E9EE repeat-x;
vertical-align: top;
text-align: center;
border: <?php echo $border2;?>;
@@ -115,38 +115,38 @@ textarea{
.table-header td{border: <?php echo $border2;?>;}/*override td and add border on all fields.*/
.navitem{/*compatiblity with older version*/
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #E1E9EE repeat-x;
vertical-align: top;
text-align: center;
border: <?php echo $border2;?>;
}
.active_navitem{/*compatiblity with older version*/
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('bg_color1')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #FFFFFF repeat-x;
vertical-align: top;
text-align: center;
border: <?php echo $border2;?>;
}
.header1{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #3F5F5E;
+ font-family: Verdana;
font-size: <?php echo conf('font_size') + 3; ?>px;
font-weight: 900;
}
.header2{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #3F5F5E;
+ font-family: Verdana;
font-size: <?php echo conf('font_size') + 2; ?>px;
font-weight: 900;
}
.headrow {
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#8E9A9A;
+ font-size: 12px;
border: <?php echo $border2;?>;
}
.odd {/*odd rows in multi lined tables.*/
- background: <?php echo conf('row_color1'); ?>;
+ background: #ffffff;
border:none;
text-align: left;
}
@@ -165,7 +165,7 @@ textarea{
.even{
- background:<?php echo conf('row_color2'); ?>;
+ background:#E6E9EA;
text-align: left;/*for lists on homepage*/
border:none;
}
@@ -196,28 +196,28 @@ textarea{
.border .odd td table td:first-child{border:none;}
.border .odd td table td:last-child{border:none;}
.border .table-header:first-child td font{/*override with defaults because album header is hardcoded to big*/
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: bolder;
}
.blank{ background: #fff;}
-.header{font-size: <?php echo conf('font_size'); ?>px;}
-.error{ color: <?php echo conf('error_color'); ?>;}
+.header{font-size: 12px;}
+.error{ color: #990033;}
.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'); ?>;
+ color: #990033;
+ border-right:4px solid #990033;
+ border-bottom:4px solid #990033;
+ border-left:4px solid #990033;
+ border-top:4px solid #990033;
font-size: <?php echo conf('font_size')+2; ?>px;
font-weight: 900;
text-align: center;
}
.disabled{text-decoration: line-through;}
.alphabet{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: normal;
}
/*************** Main Menu *****************/
@@ -231,7 +231,7 @@ textarea{
border-bottom: <?php echo $border2;?>;
border-right: <?php echo $border2;?>;
border-left: <?php echo $border2;?>;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2');?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #E1E9EE repeat-x;
}
#mainmenu li {
float: left;
@@ -241,7 +241,7 @@ textarea{
display: inline;
}
#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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #E1E9EE repeat-x;
}
#mainmenu a {
text-decoration: none;
@@ -265,7 +265,7 @@ textarea{
border-bottom: <?php echo $border2;?>;
border-right: <?php echo $border2;?>;
border-left: <?php echo $border2;?>;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #E1E9EE repeat;
}
#adminmenu li {
float: left;
@@ -273,10 +273,10 @@ textarea{
padding: 0 10px 0 10px;
border-right: <?php echo $border2;?>;
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #E1E9EE 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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #E1E9EE repeat-x;
}
#adminmenu a {
text-decoration: none;
@@ -303,7 +303,7 @@ textarea{
height: 60px;
padding-top:10px;
padding-left:10px;
- background-color: <?php echo conf('bg_color1'); ?>;
+ background-color: #FFFFFF;
}
#topbarright{
float: right;
@@ -317,10 +317,10 @@ textarea{
width:100%;
}
.subnavbutton{
- background-color: <?php echo conf('row_color1'); ?>;
+ background-color: #ffffff;
text-align:center;
text-decoration: none;
- color: <?php echo conf('font_color2'); ?>;
+ color: #3F5F5E;
}
#content{
margin-left:0px;
@@ -357,18 +357,18 @@ textarea{
border-right: <?php echo $border2;?>;
padding: 5px 0px 5px 10px;
width: 10em;
- background-color: <?php echo conf('row_color2'); ?>;
+ background-color: #E6E9EA;
}
#sidebar a, .navbutton {
display: block; /*Not sure why this is neccesary, but it is for IE*/
text-decoration: none;
}
#sidebar li:hover, #sidebar li.sfhover {
- color: <?php echo conf('font_color2'); ?>;
- background-color: <?php echo conf('row_color3'); ?>;
+ color: #3F5F5E;
+ background-color: #8E9A9A;
}
#sidebar li:active {
- background-color: <?php echo conf('row_color1'); ?>;
+ background-color: #ffffff;
}
#sidebar li ul {
float: left;
@@ -389,7 +389,7 @@ textarea{
/*****/
/*************** Page Header *********************/
#pageheader {
- background-color: <?php echo conf('bg_color1'); ?>;
+ background-color: #FFFFFF;
}
#pageheader img{border: none;}
/*************** END Page Header *****************/
diff --git a/contrib/themes/Green-Marble/templates/style.inc b/contrib/themes/Green-Marble/templates/default.css
index 9f7c109c..51f869dc 100755..100644
--- a/contrib/themes/Green-Marble/templates/style.inc
+++ b/contrib/themes/Green-Marble/templates/default.css
@@ -36,11 +36,11 @@ body {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #00ff00;
- background: url(<?php echo conf('web_path'); ?>/themes/Green-Marble/images/background.jpg) #000000 repeat;
+ background: url(..//themes/Green-Marble/images/background.jpg) #000000 repeat;
}
#maincontainer {
margin: 0px;
- background: url(<?php echo conf('web_path'); ?>/themes/Green-Marble/images/background.jpg) #000000 repeat;
+ background: url(..//themes/Green-Marble/images/background.jpg) #000000 repeat;
}
#topbar {
margin: 0px;
@@ -48,7 +48,7 @@ body {
padding-top:10px;
padding-left:10px;
padding-bottom: 10px;
- background: url(<?php echo conf('web_path'); ?>/themes/Green-Marble/images/background.jpg) #000000 repeat;
+ background: url(..//themes/Green-Marble/images/background.jpg) #000000 repeat;
border: 2px black;
}
#topbarright {
@@ -125,7 +125,7 @@ textarea {
font-size: 10px;
}
.button {
- background: url(<?php echo conf('web_path'); ?>/themes/Green-Marble/images/tablebg.gif) #716F6B repeat-x;
+ background: url(..//themes/Green-Marble/images/tablebg.gif) #716F6B repeat-x;
padding: 2px;
border: 0;
margin: 2px;
@@ -143,7 +143,7 @@ tr td a {
border-left: 1px solid black;
}
.table-header {
- background: url(<?php echo conf('web_path'); ?>/themes/Green-Marble/images/tablebg.gif) #716F6B repeat-x;
+ background: url(..//themes/Green-Marble/images/tablebg.gif) #716F6B repeat-x;
vertical-align: top;
text-align: center;
}
@@ -210,7 +210,7 @@ tr td a {
margin-right: 10px;
font-size: 9px;
cursor: pointer;
- background: url(<?php echo conf('web_path'); ?>/themes/Green-Marble/images/tablebg.gif) #716F6B repeat-x;
+ background: url(..//themes/Green-Marble/images/tablebg.gif) #716F6B repeat-x;
}
/* These three lines make a menu vertical */
#content {
@@ -251,7 +251,7 @@ tr td a {
display: block;
padding: 5px 0px 5px 10px;
width: 10.5em;
- background: url(<?php echo conf('web_path'); ?>/themes/Green-Marble/images/menu.jpg) #000000 repeat-y;
+ background: url(..//themes/Green-Marble/images/menu.jpg) #000000 repeat-y;
border: 1px solid black;
}
#sidebar a, .navbutton {
@@ -260,13 +260,13 @@ tr td a {
text-decoration: none;
}
#sidebar li:hover, #sidebar li.sfhover {
- background: url(<?php echo conf('web_path'); ?>/themes/Green-Marble/images/menu-active.jpg) #000000 repeat-y;
+ background: url(..//themes/Green-Marble/images/menu-active.jpg) #000000 repeat-y;
}
#sidebar #activetopmenu, #sidebar #activesubmenu {
- background: url(<?php echo conf('web_path'); ?>/themes/Green-Marble/images/menu-active.jpg) #000000 repeat-y;
+ background: url(..//themes/Green-Marble/images/menu-active.jpg) #000000 repeat-y;
}
#sidebar li:active {
- background: url(<?php echo conf('web_path'); ?>/themes/Green-Marble/images/menu-active.jpg) #000000 repeat-y;
+ background: url(..//themes/Green-Marble/images/menu-active.jpg) #000000 repeat-y;
}
#sidebar li ul {
float: left;
@@ -370,17 +370,17 @@ li.current-rating {
#tablist li a {
padding: 3px 0.5em;
margin-left: 3px;
- border: 1px solid <?php echo conf('row_color1'); ?>;
+ border: 1px solid #000000;
border-bottom: none;
- background: <?php echo conf('row_color3'); ?>;
+ background: #000000;
text-decoration: none;
}
#tablist li a:link { color: #B2B2B2; }
#tablist li a:visited { color: #B2B2B2; }
#tablist li a:hover {
- color: <?php echo conf('font_color2'); ?>;
- background: <?php echo conf('row_color2'); ?>;
- border-color: <?php echo conf('bg_color2'); ?>;
+ color: #00ff00;
+ background: #000000;
+ border-color: #000000;
}
-->
</style>
diff --git a/contrib/themes/Green-n-Black/templates/style.inc b/contrib/themes/Green-n-Black/templates/default.css
index 2440aace..f9ca3fc9 100644
--- a/contrib/themes/Green-n-Black/templates/style.inc
+++ b/contrib/themes/Green-n-Black/templates/default.css
@@ -31,51 +31,51 @@
body
{
padding: 5px 0px 5px 0px;
- background: <?php echo conf('bg_color1'); ?>;
- font-family: <?php echo conf('font') ?>;
- font-size: <?php echo conf('font_size'); ?>pt;
- color: <?php echo conf('font_color2'); ?>;
+ background: #000000;
+ font-family: Verdana;
+ font-size: 12pt;
+ color: #00ff00;
white-space: nowrap;
margin: 2px;
}
p
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>pt;
+ color: #00ff00;
+ font-family: Verdana;
+ font-size: 12pt;
margin: 8px;
white-space: normal;
}
a
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #00ff00;
+ font-family: Verdana;
}
a:visited
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #00ff00;
+ font-family: Verdana;
}
a:hover {
text-decoration: underline;
}
a:active
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #00ff00;
+ font-family: Verdana;
}
.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'); ?>;
+ background-color: #000000;
+ border-right:2px solid #000000;
+ border-bottom:2px solid #000000;
+ border-left:2px solid #000000;
+ border-top:2px solid #000000;
}
table.tabledata
{
@@ -85,9 +85,9 @@
td
{
padding: 0px 10px 0px 10px;
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>pt;
+ color: #00ff00;
+ font-family: Verdana;
+ font-size: 12pt;
white-space: nowrap;
}
th
@@ -96,33 +96,33 @@
}
input
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #00ff00;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: #716F6B;
margin: 2px 2px 2px 2px;
border-color: #555756;
cursor: pointer;
}
select
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>pt;
- background-color: <?php echo conf('base_color2'); ?>;
+ color: #00ff00;
+ font-family: Verdana;
+ font-size: 12pt;
+ background-color: #716F6B;
}
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'); ?>pt;
+ background-color: #716F6B;
+ color: #00ff00;
+ font-family: Verdana;
+ font-size: 12pt;
}
.button
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.gif) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.gif) #716F6B repeat-x;
padding: 2px;
border: 0;
margin: 2px;
@@ -148,7 +148,7 @@
}
.table-header
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.gif) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.gif) #716F6B repeat-x;
vertical-align: top;
text-align: center;
}
@@ -162,7 +162,7 @@ float:left;
margin-top: 0;
margin-bottom: 0;
padding: 0px;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.gif) <?php echo conf('base_color2');?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.gif) #716F6B repeat-x;
}
#mainmenu li {
float:left;
@@ -172,12 +172,12 @@ float:left;
padding: 0 1.5em 0 1.5em;
list-style: none outside;
font-weight: 600;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.gif) <?php echo conf('base_color2');?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.gif) #716F6B repeat-x;
font-size: <?php echo conf('font_size') - 1; ?>pt;
}
#mainmenu li.active {
white-space: nowrap;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/active.tablebg.gif) <?php echo conf('base_color2');?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/active.tablebg.gif) #716F6B repeat-x;
}
#mainmenu a {
@@ -203,7 +203,7 @@ float:left;
padding: 0px;
list-style: none;
border: 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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #716F6B repeat;
}
#adminmenu li {
white-space: nowrap;
@@ -211,10 +211,10 @@ float:left;
padding: 0 2em 0 2em;
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #716F6B 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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #716F6B repeat-x;
}
#adminmenu a {
text-decoration: none;
@@ -228,7 +228,7 @@ float:left;
/*************** END Main Menu *************/
/*************** Page Header *********************/
#pageheader {
- background: <?php echo conf('bg_color1');?>;
+ background: #000000;
}
#pageheader img {
@@ -243,33 +243,33 @@ float:left;
/*************** END Page Header *****************/
.header1
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #00ff00;
+ font-family: Verdana;
font-size: <?php echo conf('font_size') + 6; ?>pt;
font-weight: 800;
}
.header2
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #00ff00;
+ font-family: Verdana;
font-size: <?php echo conf('font_size') + 2; ?>pt;
font-weight: 800;
}
.headrow
{
- background:<?php echo conf('row_color1'); ?>;
- font-size: <?php echo conf('font_size'); ?>pt;
+ background:#000000;
+ font-size: 12pt;
}
.odd
{
- background:<?php echo conf('row_color2'); ?>;
- font-size: <?php echo conf('font_size'); ?>pt;
+ background:#000000;
+ font-size: 12pt;
padding: 0px 10px 0px 10px;
}
.even
{
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>pt;
+ background:#000000;
+ font-size: 12pt;
padding: 0px 10px 0px 10px;
}
.blank
@@ -278,25 +278,25 @@ float:left;
}
.border
{
- background:<?php echo conf('bg_color2'); ?>;
+ background:#000000;
}
.header
{
- font-size: <?php echo conf('font_size'); ?>pt;
+ font-size: 12pt;
}
.error
{
- color: <?php echo conf('error_color'); ?>;
+ color: #990033;
}
.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'); ?>;
+ color: #990033;
+ border-right:4px solid #990033;
+ border-bottom:4px solid #990033;
+ border-left:4px solid #990033;
+ border-top:4px solid #990033;
font-size: <?php echo conf('font_size')+2; ?>pt;
font-weight: 900;
text-align: center;
@@ -307,7 +307,7 @@ float:left;
}
.alphabet
{
- font-size: <?php echo conf('font_size'); ?>pt;
+ font-size: 12pt;
font-weight: normal;
}
diff --git a/contrib/themes/IL01/templates/style.inc b/contrib/themes/IL01/templates/default.css
index 9dda21c3..1d31a8e3 100644
--- a/contrib/themes/IL01/templates/style.inc
+++ b/contrib/themes/IL01/templates/default.css
@@ -32,30 +32,30 @@
/* Main
---------------------------------*/
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'); ?>;
+ background: #4B67A0;
+ font-family: Verdana;
+ font-size: 12px;
+ color: #000000;
padding: 0;
margin: 0;
}
p {
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>pt;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12pt;
margin: 8px;
white-space: normal;
}
a {
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #000000;
+ font-family: Verdana;
}
a:visited {
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #000000;
+ font-family: Verdana;
}
a:hover {
@@ -63,14 +63,14 @@ a:hover {
}
a:active {
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #000000;
+ font-family: Verdana;
}
/* Page Header
---------------------------------*/
#pageheader {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/top_fill.jpg) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/top_fill.jpg) #F5F5F5 repeat-x;
}
#pageheader img {
@@ -89,7 +89,7 @@ a:active {
margin-top: 0;
padding: 6px 0 0 0;
float: left;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/bg_menubar.jpg) top repeat-x;
+ background: url(<?php echo conf('web_path'); ?>IL01/images/bg_menubar.jpg) top repeat-x;
}
#mainmenu li {
@@ -101,7 +101,7 @@ a:active {
padding: 10px 8px 10px 5px;
text-align: center;
vertical-align: middle;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/button_sep.jpg) bottom right no-repeat;
+ background: url(<?php echo conf('web_path'); ?>IL01/images/button_sep.jpg) bottom right no-repeat;
font-size: <?php echo conf('font_size') - 1; ?>pt;
}
@@ -134,7 +134,7 @@ a:active {
margin-top: 0;
padding: 6px 0 0 0;
float: left;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.jpg) top repeat-x;
+ background: url(<?php echo conf('web_path'); ?>IL01/images/tablebg.jpg) top repeat-x;
}
#adminmenu li {
@@ -169,21 +169,21 @@ table.tabledata {
.table-header {
height: 20px;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.jpg) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.jpg) #F5F5F5 repeat-x;
vertical-align: top;
text-align: center;
}
.border {
- background:<?php echo conf('bg_color2'); ?>;
+ background:#D1D0D1;
margin-left: 12px;
}
td {
padding: 2px 10px 2px 10px;
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>pt;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12pt;
white-space: nowrap;
}
@@ -200,7 +200,7 @@ tr td a {
/* alphabet styles
---------------------------------*/
.alphabet {
- font-size: <?php echo conf('font_size'); ?>pt;
+ font-size: 12pt;
font-weight: normal;
margin-left: 10px;
margin-right: 10px;
@@ -241,7 +241,7 @@ tr td a {
}
.text-box li {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/vineta.gif) no-repeat 3px 4px;
+ background: url(<?php echo conf('web_path'); ?>IL01/images/vineta.gif) no-repeat 3px 4px;
list-style: none;
margin: 0px;
padding: 0 0 0 13px;
@@ -254,7 +254,7 @@ tr td a {
margin-left: 12px;
margin-bottom: 5px;
color: #FFFFFF;
- font-family: <?php echo conf('font'); ?>;
+ font-family: Verdana;
font-size: <?php echo conf('font_size') + 3; ?>pt;
font-weight: 500;
}
@@ -265,20 +265,20 @@ tr td a {
}
.header2 {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/y_bg.jpg) no-repeat;
+ background: url(<?php echo conf('web_path'); ?>IL01/images/y_bg.jpg) no-repeat;
height: 55px;
width: 580px;
margin: 8px;
padding: 18px 30px 10px 19px;
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #000000;
+ font-family: Verdana;
font-size: <?php echo conf('font_size') + 1; ?>pt;
font-weight: 500;
}
.error {
- color: <?php echo conf('error_color'); ?>;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/exclamation_20.gif) top no-repeat;
+ color: #990033;
+ background: url(<?php echo conf('web_path'); ?>IL01/images/exclamation_20.gif) top no-repeat;
background-color: #FFFFFF;
width: 200px;
padding: 20px 10px 5px 20px;
@@ -286,15 +286,15 @@ tr td a {
}
input {
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: #F5F5F5;
padding: 1px;
margin: 1px;
vertical-align: middle;
- border: 1px solid <?php echo conf('bg_color1'); ?>;
+ border: 1px solid #4B67A0;
cursor: pointer;
}
@@ -308,31 +308,31 @@ input.button {
input.button:hover {
color: #ffffff;
- background-color: <?php echo conf('bg_color1'); ?>;
- border: 1px solid <?php echo conf('bg_color1'); ?>;
+ background-color: #4B67A0;
+ border: 1px solid #4B67A0;
}
select {
padding: 1px;
- border: 1px solid <?php echo conf('bg_color1'); ?>;
+ border: 1px solid #4B67A0;
margin: 1px;
vertical-align: middle;
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: #F5F5F5;
}
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'); ?>pt;
+ background-color: #F5F5F5;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12pt;
}
.button {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.gif) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/tablebg.gif) #F5F5F5 repeat-x;
padding: 2px;
border: 0;
margin: 2px;
@@ -352,20 +352,20 @@ ol li a {
}
.odd {
- background:<?php echo conf('row_color2'); ?>;
- font-size: <?php echo conf('font_size'); ?>pt;
+ background:#EDEDED;
+ font-size: 12pt;
padding: 10px;
}
.even {
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>pt;
+ background:#F9F9F9;
+ font-size: 12pt;
padding: 10px;
}
.headrow {
- background:<?php echo conf('row_color1'); ?>;
- font-size: <?php echo conf('font_size'); ?>pt;
+ background:#f3f3f3;
+ font-size: 12pt;
}
.blank {
@@ -373,17 +373,17 @@ ol li a {
}
.header {
- font-size: <?php echo conf('font_size'); ?>pt;
+ font-size: 12pt;
}
.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'); ?>;
+ color: #990033;
+ border-right:4px solid #990033;
+ border-bottom:4px solid #990033;
+ border-left:4px solid #990033;
+ border-top:4px solid #990033;
font-size: <?php echo conf('font_size')+2; ?>pt;
font-weight: 900;
text-align: center;
diff --git a/contrib/themes/OSXish/templates/style.inc b/contrib/themes/OSXish/templates/default.css
index 30ba7878..c6467317 100755..100644
--- a/contrib/themes/OSXish/templates/style.inc
+++ b/contrib/themes/OSXish/templates/default.css
@@ -31,32 +31,32 @@
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'); ?>;
+ background: #ffffff;
+ font-family: Verdana;
+ font-size: 12px;
+ color: #000000;
}
p
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
}
a
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #000000;
+ font-family: Verdana;
}
a:visited
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #000000;
+ font-family: Verdana;
}
a:active
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #000000;
+ font-family: Verdana;
}
.text-box
{
@@ -64,11 +64,11 @@
padding-top:5px;
display: table-cell;
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'); ?>;
+ background-color: #dddddd;
+ border-right:2px solid #000000;
+ border-bottom:2px solid #000000;
+ border-left:2px solid #000000;
+ border-top:2px solid #000000;
}
table.tabledata
{
@@ -82,9 +82,9 @@
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;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
}
th
{
@@ -92,29 +92,29 @@
}
input
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: #eaeaea;
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'); ?>;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
+ background-color: #eaeaea;
}
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;
+ background-color: #eaeaea;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
}
.table-header
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #eaeaea repeat-x;
vertical-align: top;
border-collapse: collapse;
border-right: 1px solid #000;
@@ -158,7 +158,7 @@
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #eaeaea repeat-x;
}
#mainmenu li {
float: left;
@@ -166,10 +166,10 @@
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #eaeaea 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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #eaeaea repeat-x;
}
#mainmenu a {
text-decoration: none;
@@ -192,7 +192,7 @@
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #eaeaea repeat;
}
#adminmenu li {
float: left;
@@ -200,10 +200,10 @@
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #eaeaea 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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #eaeaea repeat-x;
}
#adminmenu a {
text-decoration: none;
@@ -217,37 +217,37 @@
/*************** END Main Menu *************/
/*************** Page Header *********************/
#pageheader {
- background: <?php echo conf('bgcolor1');?>;
+ background: ;
}
/*************** END Page Header *****************/
.header1
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #000000;
+ font-family: Verdana;
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'); ?>;
+ color: #000000;
+ font-family: Verdana;
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;
+ background:#E5ECF8;
+ font-size: 12px;
}
.odd
{
- background:<?php echo conf('row_color2'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#E5ECF8;
+ font-size: 12px;
}
.even
{
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#CEDDF9;
+ font-size: 12px;
}
.blank
{
@@ -255,25 +255,25 @@
}
.border
{
- background:<?php echo conf('bg_color2'); ?>;
+ background:#000000;
}
.header
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
}
.error
{
- color: <?php echo conf('error_color'); ?>;
+ color: #990033;
}
.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'); ?>;
+ color: #990033;
+ border-right:4px solid #990033;
+ border-bottom:4px solid #990033;
+ border-left:4px solid #990033;
+ border-top:4px solid #990033;
font-size: <?php echo conf('font_size')+2; ?>px;
font-weight: 900;
text-align: center;
@@ -284,7 +284,7 @@
}
.alphabet
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: normal;
}
-->
diff --git a/contrib/themes/Solar/templates/style.inc b/contrib/themes/Solar/templates/default.css
index c483412d..bc39d421 100755..100644
--- a/contrib/themes/Solar/templates/style.inc
+++ b/contrib/themes/Solar/templates/default.css
@@ -30,43 +30,43 @@
<!--
body
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Solar.jpg);
- font-family: <?php echo conf('font') ?>;
- font-size: <?php echo conf('font_size'); ?>px;
- color: <?php echo conf('font_color2'); ?>;
+ background: url(<?php echo conf('web_path'); ?>Solar/images/Solar.jpg);
+ font-family: Verdana;
+ font-size: 12px;
+ color: #8B8B00;
}
p
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #8B8B00;
+ font-family: Verdana;
+ font-size: 12px;
}
a
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #8B8B00;
+ font-family: Verdana;
}
a:visited
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #8B8B00;
+ font-family: Verdana;
}
a:active
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #8B8B00;
+ font-family: Verdana;
}
.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'); ?>;
+ background-color: ;
+ border-right:2px solid ;
+ border-bottom:2px solid ;
+ border-left:2px solid ;
+ border-top:2px solid ;
}
table.tabledata
{
@@ -75,9 +75,9 @@
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;
+ color: #8B8B00;
+ font-family: Verdana;
+ font-size: 12px;
}
th
{
@@ -85,31 +85,31 @@
}
input
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #8B8B00;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: #000000;
border-style: solid;
border-width: 1px;
- border-color: <?php echo conf('bg_color2'); ?>;
+ border-color: ;
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') ?>;
+ color: #8B8B00;
+ font-family: Verdana;
+ font-size: 12px;
+ background-color: #000000;
}
textarea
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #8B8B00;
+ font-family: Verdana;
+ font-size: 12px;
}
.table-header
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Dark.jpg) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Dark.jpg) #000000 repeat-x;
vertical-align: top;
}
/*************** Main Menu *****************/
@@ -123,7 +123,7 @@
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/Mid.jpg) <?php echo conf('base_color2');?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Mid.jpg) #000000 repeat-x;
}
#mainmenu li {
float: left;
@@ -131,10 +131,10 @@
padding: 0 10px 0 10px;
border-right: 1px solid #000;
display: inline;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Light.jpg) <?php echo conf('base_color2');?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Light.jpg) #000000 repeat-x;
}
#mainmenu li.active {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Dark.jpg) <?php echo conf('base_color2');?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Dark.jpg) #000000 repeat-x;
}
#mainmenu a {
text-decoration: none;
@@ -157,7 +157,7 @@
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/Light.jpg) <?php echo conf('base_color2')?> repeat;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Light.jpg) #000000 repeat;
}
#adminmenu li {
float: left;
@@ -165,10 +165,10 @@
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/Light.jpg) <?php echo conf('base_color2');?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Light.jpg) #000000 repeat-x;
}
#adminmenu li.active {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Dark.jpg) <?php echo conf('base_color2');?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Dark.jpg) #000000 repeat-x;
}
#adminmenu a {
text-decoration: none;
@@ -182,49 +182,49 @@
/*************** END Main Menu *************/
/*************** Page Header *********************/
#pageheader {
- background: <?php echo conf('bg_color1');?>;
+ background: ;
}
/*************** END Page Header *****************/
.navitem
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Light.jpg) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Light.jpg) #000000 repeat-x;
vertical-align: top;
text-align: center;
}
.header1
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #8B8B00;
+ font-family: Verdana;
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'); ?>;
+ color: #8B8B00;
+ font-family: Verdana;
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/Dark.jpg) <?php echo conf('bg_color1')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Dark.jpg) repeat-x;
vertical-align: top;
text-align: center;
}
.headrow
{
- background:<?php echo conf('row_color1'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#FFFF00;
+ font-size: 12px;
}
.odd
{
- background:<?php echo conf('row_color2'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#FFFF00;
+ font-size: 12px;
}
.even
{
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#FFFF00;
+ font-size: 12px;
}
.blank
{
@@ -232,25 +232,25 @@
}
.border
{
- background:<?php echo conf('bg_color2'); ?>;
+ background:;
}
.header
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
}
.error
{
- color: <?php echo conf('error_color'); ?>;
+ color: #990033;
}
.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'); ?>;
+ color: #990033;
+ border-right:4px solid #990033;
+ border-bottom:4px solid #990033;
+ border-left:4px solid #990033;
+ border-top:4px solid #990033;
font-size: <?php echo conf('font_size')+2; ?>px;
font-weight: 900;
text-align: center;
@@ -261,7 +261,7 @@
}
.alphabet
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: normal;
}
-->
diff --git a/contrib/themes/Sunshine/templates/style.inc b/contrib/themes/Spiffy/templates/default.css
index 4ae46dd0..819cc9c8 100755..100644
--- a/contrib/themes/Sunshine/templates/style.inc
+++ b/contrib/themes/Spiffy/templates/default.css
@@ -30,44 +30,44 @@
<!--
body
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/background.gif);?>
+ background: url(<?php echo conf('web_path'); ?>Spiffy
- font-family: <?php echo conf('font') ?>;
- font-size: <?php echo conf('font_size'); ?>px;
- color: <?php echo conf('font_color2'); ?>;
+ font-family: Verdana;
+ font-size: 12px;
+ color: #f0f0f0;
}
p
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #f0f0f0;
+ font-family: Verdana;
+ font-size: 12px;
}
a
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #f0f0f0;
+ font-family: Verdana;
}
a:visited
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #f0f0f0;
+ font-family: Verdana;
}
a:active
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #f0f0f0;
+ font-family: Verdana;
}
.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'); ?>;
+ background-color: #ffbbff;
+ border-right:2px solid #000000;
+ border-bottom:2px solid #000000;
+ border-left:2px solid #000000;
+ border-top:2px solid #000000;
}
table.tabledata
{
@@ -76,9 +76,9 @@
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;
+ color: #f0f0f0;
+ font-family: Verdana;
+ font-size: 12px;
}
th
{
@@ -86,31 +86,31 @@
}
input
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #f0f0f0;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: #cd96cd;
border-style: solid;
border-width: 1px;
- border-color: <?php echo conf('bg_color2'); ?>;
+ border-color: #000000;
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') ?>;
+ color: #f0f0f0;
+ font-family: Verdana;
+ font-size: 12px;
+ background-color: #cd96cd;
}
textarea
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #f0f0f0;
+ font-family: Verdana;
+ font-size: 12px;
}
.table-header
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #cd96cd repeat-x;
vertical-align: top;
}
/*************** Main Menu *****************/
@@ -124,7 +124,7 @@
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #cd96cd repeat-x;
peat-x;
}
#mainmenu li {
@@ -133,11 +133,11 @@ peat-x;
padding: 0 10px 0 10px;
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #cd96cd repeat-x;
peat-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');?> rep
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #cd96cd rep
eat-x;
}
#mainmenu a {
@@ -161,7 +161,7 @@ eat-x;
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #cd96cd repeat;
}
#adminmenu li {
float: left;
@@ -169,10 +169,10 @@ eat-x;
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #cd96cd 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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #cd96cd repeat-x;
}
#adminmenu a {
text-decoration: none;
@@ -186,49 +186,49 @@ eat-x;
/*************** END Main Menu *************/
/*************** Page Header *********************/
#pageheader {
- background: <?php echo conf('bgcolor1');?>;
+ background: ;
}
/*************** 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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #cd96cd repeat-x;
vertical-align: top;
text-align: center;
}
.header1
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #f0f0f0;
+ font-family: Verdana;
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'); ?>;
+ color: #f0f0f0;
+ font-family: Verdana;
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #ffffff repeat-x;
vertical-align: top;
text-align: center;
}
.headrow
{
- background:<?php echo conf('row_color1'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#ff6eb4;
+ font-size: 12px;
}
.odd
{
- background:<?php echo conf('row_color2'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#ff6eb4;
+ font-size: 12px;
}
.even
{
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#ff6eb4;
+ font-size: 12px;
}
.blank
{
@@ -236,25 +236,25 @@ eat-x;
}
.border
{
- background:<?php echo conf('bg_color2'); ?>;
+ background:#000000;
}
.header
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
}
.error
{
- color: <?php echo conf('error_color'); ?>;
+ color: #990033;
}
.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'); ?>;
+ color: #990033;
+ border-right:4px solid #990033;
+ border-bottom:4px solid #990033;
+ border-left:4px solid #990033;
+ border-top:4px solid #990033;
font-size: <?php echo conf('font_size')+2; ?>px;
font-weight: 900;
text-align: center;
@@ -265,7 +265,7 @@ eat-x;
}
.alphabet
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: normal;
}
-->
diff --git a/contrib/themes/StoneBlue/templates/style.inc b/contrib/themes/StoneBlue/templates/default.css
index 53e3ab9f..d90682bd 100755..100644
--- a/contrib/themes/StoneBlue/templates/style.inc
+++ b/contrib/themes/StoneBlue/templates/default.css
@@ -53,48 +53,48 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
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'); ?>;
+ background: #333366;
+ font-family: Verdana;
+ font-size: 12px;
+ color: #CCCCFF;
}
p
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #CCCCFF;
+ font-family: Verdana;
+ font-size: 12px;
}
a
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #CCCCFF;
+ font-family: Verdana;
}
a:visited
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #CCCCFF;
+ font-family: Verdana;
}
a:active
{
- color: <?php echo conf('font_color1') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #FFFFFF;
+ font-family: Verdana;
}
a:hover
{
- color: <?php echo conf('font_color1') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #FFFFFF;
+ font-family: Verdana;
}
.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'); ?>;
+ background-color: #8888AA;
+ border-right:2px solid #000000;
+ border-bottom:2px solid #000000;
+ border-left:2px solid #000000;
+ border-top:2px solid #000000;
}
.npsong
@@ -108,9 +108,9 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
td
{
padding: 0px 8px 0px 8px;
- color: <?php echo conf('font_color1') ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #FFFFFF;
+ font-family: Verdana;
+ font-size: 12px;
}
th
{
@@ -118,59 +118,59 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
}
input
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #CCCCFF;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: #666688;
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'); ?>;
+ color: #CCCCFF;
+ font-family: Verdana;
+ font-size: 12px;
+ background-color: #666688;
}
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;
+ background-color: #666688;
+ color: #CCCCFF;
+ font-family: Verdana;
+ font-size: 12px;
}
.table-header
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #666688 repeat-x;
vertical-align: top;
}
.header1
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #CCCCFF;
+ font-family: Verdana;
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'); ?>;
+ color: #CCCCFF;
+ font-family: Verdana;
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;
+ background:#AAAACC;
+ font-size: 12px;
}
.odd
{
- background:<?php echo conf('row_color2'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#555577;
+ font-size: 12px;
}
.even
{
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#666688;
+ font-size: 12px;
}
.blank
{
@@ -178,25 +178,25 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
}
.border
{
- background:<?php echo conf('bg_color2'); ?>;
+ background:#000000;
}
.header
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
}
.error
{
- color: <?php echo conf('error_color'); ?>;
+ color: #990033;
}
.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'); ?>;
+ color: #990033;
+ border-right:4px solid #990033;
+ border-bottom:4px solid #990033;
+ border-left:4px solid #990033;
+ border-top:4px solid #990033;
font-size: <?php echo conf('font_size')+2; ?>px;
font-weight: 900;
text-align: center;
@@ -207,7 +207,7 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
}
.alphabet
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: normal;
}
.smallbutton
@@ -226,7 +226,7 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
padding-right:0px;
padding-top: 0px;
padding-left: 0px;
- background: <?php echo conf('base_color2'); ?>;
+ background: #666688;
}
/**
* Div Definitions
@@ -242,7 +242,7 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
height: 80px;
padding-top:10px;
padding-left:10px;
- background-color: <?php echo conf('bg_color1'); ?>;
+ background-color: #333366;
}
#topbarright
{
@@ -256,10 +256,10 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
.subnavbutton
{
- background-color: <?php echo conf('row_color1'); ?>;
+ background-color: #AAAACC;
text-align:center;
text-decoration: none;
- color: <?php echo conf('font_color2'); ?>;
+ color: #CCCCFF;
}
#content
@@ -301,10 +301,10 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
border: 0px;
padding: 5px 0px 5px 10px;
width: 9em;
- background-color: <?php echo conf('row_color2'); ?>;
+ background-color: #555577;
}
#sidebar #active {
- background-color: <?php echo conf('base_color1'); ?>;
+ background-color: #8888AA;
}
#sidebar #active a {
color: #FFFFFF;
@@ -314,11 +314,11 @@ if (window.attachEvent) window.attachEvent("onload", sfHover);
text-decoration: none;
}
#sidebar li:hover, #sidebar li.sfhover {
- color: <?php echo conf('font_color2'); ?>;
- background-color: <?php echo conf('row_color3'); ?>;
+ color: #CCCCFF;
+ background-color: #666688;
}
#sidebar li:active {
- background-color: <?php echo conf('row_color1'); ?>;
+ background-color: #AAAACC;
}
#sidebar li ul {
float: left;
diff --git a/contrib/themes/Spiffy/templates/style.inc b/contrib/themes/Sunshine/templates/default.css
index 4ae46dd0..ee5149a3 100755..100644
--- a/contrib/themes/Spiffy/templates/style.inc
+++ b/contrib/themes/Sunshine/templates/default.css
@@ -30,44 +30,44 @@
<!--
body
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/background.gif);?>
+ background: url(<?php echo conf('web_path'); ?>Sunshine
- font-family: <?php echo conf('font') ?>;
- font-size: <?php echo conf('font_size'); ?>px;
- color: <?php echo conf('font_color2'); ?>;
+ font-family: Verdana;
+ font-size: 12px;
+ color: #333333;
}
p
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #333333;
+ font-family: Verdana;
+ font-size: 12px;
}
a
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #333333;
+ font-family: Verdana;
}
a:visited
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #333333;
+ font-family: Verdana;
}
a:active
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #333333;
+ font-family: Verdana;
}
.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'); ?>;
+ background-color: #FFCE00;
+ border-right:2px solid #000000;
+ border-bottom:2px solid #000000;
+ border-left:2px solid #000000;
+ border-top:2px solid #000000;
}
table.tabledata
{
@@ -76,9 +76,9 @@
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;
+ color: #333333;
+ font-family: Verdana;
+ font-size: 12px;
}
th
{
@@ -86,31 +86,31 @@
}
input
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #333333;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: #FFCE00;
border-style: solid;
border-width: 1px;
- border-color: <?php echo conf('bg_color2'); ?>;
+ border-color: #000000;
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') ?>;
+ color: #333333;
+ font-family: Verdana;
+ font-size: 12px;
+ background-color: #FFCE00;
}
textarea
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #333333;
+ font-family: Verdana;
+ font-size: 12px;
}
.table-header
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #FFCE00 repeat-x;
vertical-align: top;
}
/*************** Main Menu *****************/
@@ -124,7 +124,7 @@
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #FFCE00 repeat-x;
peat-x;
}
#mainmenu li {
@@ -133,11 +133,11 @@ peat-x;
padding: 0 10px 0 10px;
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #FFCE00 repeat-x;
peat-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');?> rep
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #FFCE00 rep
eat-x;
}
#mainmenu a {
@@ -161,7 +161,7 @@ eat-x;
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #FFCE00 repeat;
}
#adminmenu li {
float: left;
@@ -169,10 +169,10 @@ eat-x;
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #FFCE00 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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #FFCE00 repeat-x;
}
#adminmenu a {
text-decoration: none;
@@ -186,49 +186,49 @@ eat-x;
/*************** END Main Menu *************/
/*************** Page Header *********************/
#pageheader {
- background: <?php echo conf('bgcolor1');?>;
+ background: ;
}
/*************** 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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #FFCE00 repeat-x;
vertical-align: top;
text-align: center;
}
.header1
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #333333;
+ font-family: Verdana;
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'); ?>;
+ color: #333333;
+ font-family: Verdana;
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #ffffe0 repeat-x;
vertical-align: top;
text-align: center;
}
.headrow
{
- background:<?php echo conf('row_color1'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#FFFFCE;
+ font-size: 12px;
}
.odd
{
- background:<?php echo conf('row_color2'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#eee8aa;
+ font-size: 12px;
}
.even
{
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#FFFFCE;
+ font-size: 12px;
}
.blank
{
@@ -236,25 +236,25 @@ eat-x;
}
.border
{
- background:<?php echo conf('bg_color2'); ?>;
+ background:#000000;
}
.header
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
}
.error
{
- color: <?php echo conf('error_color'); ?>;
+ color: #990033;
}
.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'); ?>;
+ color: #990033;
+ border-right:4px solid #990033;
+ border-bottom:4px solid #990033;
+ border-left:4px solid #990033;
+ border-top:4px solid #990033;
font-size: <?php echo conf('font_size')+2; ?>px;
font-weight: 900;
text-align: center;
@@ -265,7 +265,7 @@ eat-x;
}
.alphabet
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: normal;
}
-->
diff --git a/contrib/themes/Supernova/templates/style.inc b/contrib/themes/Supernova/templates/default.css
index e1984e6b..2aa0216d 100644
--- a/contrib/themes/Supernova/templates/style.inc
+++ b/contrib/themes/Supernova/templates/default.css
@@ -31,43 +31,43 @@
<!--
body
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/lightning.jpg);?>
- font-family: <?php echo conf('font') ?>;
- font-size: <?php echo conf('font_size'); ?>px;
- color: <?php echo conf('font_color2'); ?>;
+ background: url(<?php echo conf('web_path'); ?>Supernova
+ font-family: Verdana;
+ font-size: 12px;
+ color: #BBBBBB;
}
p
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #BBBBBB;
+ font-family: Verdana;
+ font-size: 12px;
}
a
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #BBBBBB;
+ font-family: Verdana;
}
a:visited
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #BBBBBB;
+ font-family: Verdana;
}
a:active
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #BBBBBB;
+ font-family: Verdana;
}
.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'); ?>;
+ background-color: #000000;
+ border-right:2px solid #000000;
+ border-bottom:2px solid #000000;
+ border-left:2px solid #000000;
+ border-top:2px solid #000000;
}
table.tabledata
{
@@ -76,9 +76,9 @@
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;
+ color: #BBBBBB;
+ font-family: Verdana;
+ font-size: 12px;
}
th
{
@@ -86,31 +86,31 @@
}
input
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #BBBBBB;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: #000000;
border-style: solid;
border-width: 1px;
- border-color: <?php echo conf('bg_color2'); ?>;
+ border-color: #000000;
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') ?>;
+ color: #BBBBBB;
+ font-family: Verdana;
+ font-size: 12px;
+ background-color: #000000;
}
textarea
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #BBBBBB;
+ font-family: Verdana;
+ font-size: 12px;
}
.table-header
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/nav.jpg) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/nav.jpg) #000000 repeat-x;
vertical-align: top;
}
/*************** Main Menu *****************/
@@ -124,7 +124,7 @@
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/nav.jpg) <?php echo conf('base_color2');?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/nav.jpg) #000000 repeat-x;
peat-x;
}
#mainmenu li {
@@ -133,11 +133,11 @@ peat-x;
padding: 0 10px 0 10px;
border-right: 1px solid #000;
display: inline;
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/nav.jpg) <?php echo conf('base_color2');?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/nav.jpg) #000000 repeat-x;
peat-x;
}
#mainmenu li.active {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/nav.jpg) <?php echo conf('base_color2');?> rep
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/nav.jpg) #000000 rep
eat-x;
}
#mainmenu a {
@@ -161,7 +161,7 @@ eat-x;
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/nav.jpg) <?php echo conf('base_color2')?> repeat;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/nav.jpg) #000000 repeat;
}
#adminmenu li {
float: left;
@@ -169,10 +169,10 @@ eat-x;
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/nav.jpg) <?php echo conf('base_color2');?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/nav.jpg) #000000 repeat-x;
}
#adminmenu li.active {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/nav.jpg) <?php echo conf('base_color2');?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/nav.jpg) #000000 repeat-x;
}
#adminmenu a {
text-decoration: none;
@@ -187,7 +187,7 @@ eat-x;
/*************** Page Header *********************/
#topbar {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/filling.jpg) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/filling.jpg) #000000 repeat-x;
height: 125px;
}
@@ -199,44 +199,44 @@ eat-x;
/*************** END Page Header *****************/
.navitem
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/navigator.jpg) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/navigator.jpg) #000000 repeat-x;
vertical-align: top;
text-align: center;
}
.header1
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #BBBBBB;
+ font-family: Verdana;
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'); ?>;
+ color: #BBBBBB;
+ font-family: Verdana;
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/navigator.jpg) <?php echo conf('bg_color1')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/navigator.jpg) #000000 repeat-x;
vertical-align: top;
text-align: center;
}
.headrow
{
- background:<?php echo conf('row_color1'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#404040;
+ font-size: 12px;
}
.odd
{
- background:<?php echo conf('row_color2'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#404040;
+ font-size: 12px;
}
.even
{
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#404040;
+ font-size: 12px;
}
.blank
{
@@ -244,25 +244,25 @@ eat-x;
}
.border
{
- background:<?php echo conf('bg_color2'); ?>;
+ background:#000000;
}
.header
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
}
.error
{
- color: <?php echo conf('error_color'); ?>;
+ color: #990033;
}
.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'); ?>;
+ color: #990033;
+ border-right:4px solid #990033;
+ border-bottom:4px solid #990033;
+ border-left:4px solid #990033;
+ border-top:4px solid #990033;
font-size: <?php echo conf('font_size')+2; ?>px;
font-weight: 900;
text-align: center;
@@ -273,7 +273,7 @@ eat-x;
}
.alphabet
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: normal;
}
-->
diff --git a/contrib/themes/Total_Blue/templates/style.inc b/contrib/themes/Total_Blue/templates/default.css
index 4373af77..e8edcfd2 100644
--- a/contrib/themes/Total_Blue/templates/style.inc
+++ b/contrib/themes/Total_Blue/templates/default.css
@@ -30,44 +30,44 @@
<!--
body
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/Dragon.jpg);?>
+ background: url(<?php echo conf('web_path'); ?>Total_Blue
- font-family: <?php echo conf('font') ?>;
- font-size: <?php echo conf('font_size'); ?>px;
- color: <?php echo conf('font_color2'); ?>;
+ font-family: Verdana;
+ font-size: 12px;
+ color: #2090C0;
}
p
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #2090C0;
+ font-family: Verdana;
+ font-size: 12px;
}
a
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #2090C0;
+ font-family: Verdana;
}
a:visited
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #2090C0;
+ font-family: Verdana;
}
a:active
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #2090C0;
+ font-family: Verdana;
}
.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'); ?>;
+ background-color: #003050;
+ border-right:2px solid ;
+ border-bottom:2px solid ;
+ border-left:2px solid ;
+ border-top:2px solid ;
}
table.tabledata
{
@@ -76,9 +76,9 @@
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;
+ color: #2090C0;
+ font-family: Verdana;
+ font-size: 12px;
}
th
{
@@ -86,31 +86,31 @@
}
input
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #2090C0;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: #003050;
border-style: solid;
border-width: 1px;
- border-color: <?php echo conf('bg_color2'); ?>;
+ border-color: ;
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') ?>;
+ color: #2090C0;
+ font-family: Verdana;
+ font-size: 12px;
+ background-color: #003050;
}
textarea
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #2090C0;
+ font-family: Verdana;
+ font-size: 12px;
}
.table-header
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #003050 repeat-x;
vertical-align: top;
}
/*************** Main Menu *****************/
@@ -124,7 +124,7 @@
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #003050 repeat-x;
peat-x;
}
#mainmenu li {
@@ -133,11 +133,11 @@ peat-x;
padding: 0 10px 0 10px;
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #003050 repeat-x;
peat-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');?> rep
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #003050 rep
eat-x;
}
#mainmenu a {
@@ -161,7 +161,7 @@ eat-x;
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #003050 repeat;
}
#adminmenu li {
float: left;
@@ -169,10 +169,10 @@ eat-x;
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #003050 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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #003050 repeat-x;
}
#adminmenu a {
text-decoration: none;
@@ -186,49 +186,49 @@ eat-x;
/*************** END Main Menu *************/
/*************** Page Header *********************/
#pageheader {
- background: <?php echo conf('bgcolor1');?>;
+ background: ;
}
/*************** 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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #003050 repeat-x;
vertical-align: top;
text-align: center;
}
.header1
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #2090C0;
+ font-family: Verdana;
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'); ?>;
+ color: #2090C0;
+ font-family: Verdana;
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) repeat-x;
vertical-align: top;
text-align: center;
}
.headrow
{
- background:<?php echo conf('row_color1'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:;
+ font-size: 12px;
}
.odd
{
- background:<?php echo conf('row_color2'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:;
+ font-size: 12px;
}
.even
{
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:;
+ font-size: 12px;
}
.blank
{
@@ -236,25 +236,25 @@ eat-x;
}
.border
{
- background:<?php echo conf('bg_color2'); ?>;
+ background:;
}
.header
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
}
.error
{
- color: <?php echo conf('error_color'); ?>;
+ color: #990033;
}
.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'); ?>;
+ color: #990033;
+ border-right:4px solid #990033;
+ border-bottom:4px solid #990033;
+ border-left:4px solid #990033;
+ border-top:4px solid #990033;
font-size: <?php echo conf('font_size')+2; ?>px;
font-weight: 900;
text-align: center;
@@ -265,7 +265,7 @@ eat-x;
}
.alphabet
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: normal;
}
-->
diff --git a/contrib/themes/borders/templates/default.css b/contrib/themes/borders/templates/default.css
new file mode 100644
index 00000000..05cc7d4f
--- /dev/null
+++ b/contrib/themes/borders/templates/default.css
@@ -0,0 +1,334 @@
+/*
+# 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');
+
+
+# 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');
+*/
+ body
+ {
+ background: #06c7ee;
+ font-family: Comic Sans MS;
+ font-size: 12px;
+ color: #000000;
+ }
+
+ p
+ {
+ color: #000000;
+ font-family: Comic Sans MS;
+ font-size: 12px;
+ }
+ a
+ {
+ color: #0000ee;
+ font-family: Comic Sans MS;
+ text-decoration: none;
+ }
+ a:visited
+ {
+ color: #551a8b;
+ font-family: Comic Sans MS;
+ text-decoration: none;
+ }
+ a:hover
+ {
+ color: #000000;
+ font-family: Comic Sans MS;
+ text-decoration: underline;
+ }
+ table a:hover
+ {
+ color: #06c7ee;
+ font-family: Comic Sans MS;
+ text-decoration: underline;
+ }
+ a:active
+ {
+ color: #000000;
+ font-family: Comic Sans MS;
+ text-decoration: none;
+ }
+ .border
+ {
+ background:#ef9494;
+ 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: solid 1pt #06c7ee;
+ }
+ .border tr table tr td:first-child
+ {
+ # gets rid of funkyness on left side in albums.php;
+ border-left: solid 0pt #ef9494;
+ }
+ .border .even:first-child td
+ {
+ # adds line on top in albums.php;
+ border-top: solid 1pt #06c7ee;
+ }
+ .border .even .even:first-child td
+ {
+ # removes extra line from random play on index.php;
+ border-top: solid 0pt #ef9494;
+ }
+ .border .even:first-child tr td
+ {
+ # gets rid of double line on top in albums.php;
+ border-top: solid 0pt #ef9494;
+ }
+ .login
+ {
+ background:#ef9494;
+ border-collapse: separate;
+ border: <?php echo "$border " . conf('row_color1'); ?>;
+ border-spacing: 0pt;
+ }
+ .table-header
+ {
+ background: #f0b3b3 ;
+ vertical-align: top;
+ }
+ .table-header td
+ {
+ border-bottom: solid 1pt #06c7ee;
+ border-top: solid 1pt #06c7ee;
+ text-align: center;
+ }
+ .table-header th
+ {
+ border-bottom: solid 1pt #06c7ee;
+ border-top: solid 1pt #06c7ee;
+ }
+ .table-header th:first-child
+ {
+ #border-top: solid 1pt #06c7ee;
+ #border-bottom: solid 1pt #06c7ee;
+ border-left: solid 1pt #06c7ee;
+ }
+ .tabledata
+ {
+ background:#ef9494;
+ 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 #ef9494;
+ }
+ .text-box
+ {
+ padding-left:5px;
+ padding-top:5px;
+ margin-bottom:10px;
+ background: #aab3ff;
+ 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 #aab3ff;
+ background: #aab3ff;
+ #border-left: solid 0pt #ef9494;
+ }
+ .text-box .tabledata tr td
+ {
+ # this line removes a red line from the left of the show catalog box;
+ border-left: solid 0pt #ef9494;
+ }
+
+/*************** 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: #f0b3b3 ;
+ }
+ #mainmenu li {
+ float: left;
+ margin: 0;
+ padding: 0 20px 0 20px;
+ display: inline;
+ background: #f0b3b3 ;
+ border-top: solid 1pt #06c7ee;
+ border-right: solid 1pt #06c7ee;
+ text-align: center;
+ }
+ #mainmenu li:first-child
+ {
+ border-left: solid 1pt #06c7ee;
+ }
+ #mainmenu li.active {
+ vertical-align: top;
+ text-align: center;
+ border: <?php echo "$relief_border2"; ?>;
+ background:#ef9494;
+ }
+ #mainmenu a {
+ color: #0000ee;
+ font-family: Comic Sans MS;
+ text-decoration: none;
+ }
+ #mainmenu a:hover {
+ color: #06c7ee;
+ font-family: Comic Sans MS;
+ text-decoration: underline;
+ }
+ #mainmenu a:active {
+ color: #000000;
+ font-family: Comic Sans MS;
+ 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: #f0b3b3 ;
+ }
+ #adminmenu li {
+ float: left;
+ margin: 0;
+ padding: 0 20px 0 20px;
+ background: #f0b3b3 ;
+ border-top: solid 1pt #06c7ee;
+ border-right: solid 1pt #06c7ee;
+ text-align: center;
+ display: inline;
+ }
+ #adminmenu li:first-child
+ {
+ border-left: solid 1pt #06c7ee;
+ }
+ #adminmenu li.active {
+ vertical-align: top;
+ text-align: center;
+ border: <?php echo "$relief_border2"; ?>;
+ background:#ef9494;
+ }
+ #adminmenu a {
+ text-decoration: none;
+ }
+ #adminmenu a:hover {
+ color: #06c7ee;
+ font-family: Comic Sans MS;
+ text-decoration: underline;
+ }
+ #adminmenu a:active {
+ color: #000;
+ }
+/*************** END Main Menu *************/
+/*************** Page Header *********************/
+ #pageheader {
+ background: ;
+ }
+/*************** END Page Header *****************/
+
+ td
+ {
+ padding: 0px 8px 0px 8px;
+ color: #000000;
+ font-family: Comic Sans MS;
+ font-size: 12px;
+ }
+ th
+ {
+ padding-right: 10px;
+ }
+ input
+ {
+ color: #000000;
+ font-family: <?php echo $font; ?>;
+ font-size: 12px;
+ font-weight: bold;
+ background-color: #f0b3b3;
+ }
+ .header1
+ {
+ color: #000000;
+ font-family: <?php echo $font; ?>;
+ font-size: <?php echo conf('font_size') + 6; ?>px;
+ font-weight: 900;
+ }
+ .header2
+ {
+ color: #000000;
+ font-family: <?php echo $font; ?>;
+ font-size: <?php echo conf('font_size') + 2; ?>px;
+ font-weight: 900;
+ }
+ .navitem
+ {
+ background: #f0b3b3;
+ vertical-align: top;
+ text-align: center;
+ border: solid 1pt #06c7ee;
+ }
+ .active_navitem
+ {
+ background: #ef9494;
+ vertical-align: top;
+ text-align: center;
+ border: <?php echo "$relief_border2"; ?>;
+ }
+ .odd
+ {
+ background:#e1afaf;
+ font-size: 12px;
+ }
+ .even
+ {
+ background:#f9c1c1;
+ font-size: 12px;
+ }
+ .error
+ {
+ color: #990033;
+ }
+ .fatalerror
+ {
+ padding-top: 3px;
+ padding-bottom: 3px;
+ color: #990033;
+ border-right:4px solid #990033;
+ border-bottom:4px solid #990033;
+ border-left:4px solid #990033;
+ border-top:4px solid #990033;
+ font-size: <?php echo conf('font_size')+2; ?>px;
+ font-weight: 900;
+ text-align: center;
+ }
+ .alphabet
+ {
+ font-size: 12px;
+ font-weight: normal;
+ }
diff --git a/contrib/themes/borders/templates/style.inc b/contrib/themes/borders/templates/style.inc
deleted file mode 100644
index 8c3524a2..00000000
--- a/contrib/themes/borders/templates/style.inc
+++ /dev/null
@@ -1,373 +0,0 @@
-<?php
-/*
-
- Copyright (c) 2001 - 2005 Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
-
-/*!
- @header Style File
- @discussion this is the css that is included on every page of
- ampache, mod this to change the look and feel of the site
-*/
-
-
-
-# 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'); ?>;
- }
- .login
- {
- background:<?php echo conf('bg_color2'); ?>;
- border-collapse: separate;
- border: <?php echo "$border " . conf('row_color1'); ?>;
- border-spacing: 0pt;
- }
- .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;
- }
- .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;
- }
- #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;
- 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>
diff --git a/contrib/themes/classic-ng/templates/style.inc b/contrib/themes/classic-ng/templates/default.css
index d4b11dbd..82df0907 100755..100644
--- a/contrib/themes/classic-ng/templates/style.inc
+++ b/contrib/themes/classic-ng/templates/default.css
@@ -29,44 +29,44 @@
<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'); ?>;
+ background: #ffffff;
+ font-family: Verdana;
+ font-size: 12px;
+ color: #000000;
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;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
}
a {
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #000000;
+ font-family: Verdana;
}
a:visited {
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #000000;
+ font-family: Verdana;
}
a:active {
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #000000;
+ font-family: Verdana;
}
.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'); ?>;
+ background-color: #bbbbbb;
+ border-right:2px solid #000000;
+ border-bottom:2px solid #000000;
+ border-left:2px solid #000000;
+ border-top:2px solid #000000;
}
table.tabledata {
@@ -74,9 +74,9 @@ 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;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
}
th {
@@ -84,30 +84,30 @@ th {
}
input {
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: #dddddd;
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'); ?>;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
+ background-color: #dddddd;
}
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;
+ background-color: #dddddd;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
}
.table-header {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #dddddd repeat-x;
vertical-align: top;
}
/*************** Main Menu *****************/
@@ -126,12 +126,12 @@ textarea {
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #dddddd repeat;
font-weight: bold;
}
#mainmenu li:hover {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('base_color2')?> repeat;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #dddddd repeat;
}
#mainmenu li.active {
@@ -166,12 +166,12 @@ textarea {
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;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #dddddd repeat;
font-weight: bold;
}
#adminmenu li:hover {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) <?php echo conf('base_color2')?> repeat;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-dark-bg.gif) #dddddd repeat;
}
#adminmenu li.active {
@@ -199,32 +199,32 @@ textarea {
/*************** END Page Header *****************/
.header1 {
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #000000;
+ font-family: Verdana;
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'); ?>;
+ color: #000000;
+ font-family: Verdana;
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;
+ background:#cccccc;
+ font-size: 12px;
}
.odd {
- background:<?php echo conf('row_color2'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#bbbbbb;
+ font-size: 12px;
}
.even {
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#dddddd;
+ font-size: 12px;
}
.blank {
@@ -232,25 +232,25 @@ textarea {
}
.border {
- background:<?php echo conf('bg_color2'); ?>;
+ background:#000000;
}
.header {
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
}
.error {
- color: <?php echo conf('error_color'); ?>;
+ color: #990033;
}
.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'); ?>;
+ color: #990033;
+ border-right:4px solid #990033;
+ border-bottom:4px solid #990033;
+ border-left:4px solid #990033;
+ border-top:4px solid #990033;
font-size: <?php echo conf('font_size')+2; ?>px;
font-weight: 900;
text-align: center;
@@ -261,7 +261,7 @@ textarea {
}
.alphabet {
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: normal;
}
diff --git a/contrib/themes/dark/templates/style.inc b/contrib/themes/dark/templates/default.css
index 7cecba13..f8d0a99e 100644
--- a/contrib/themes/dark/templates/style.inc
+++ b/contrib/themes/dark/templates/default.css
@@ -30,32 +30,32 @@
<!--
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'); ?>;
+ background: #000000;
+ font-family: Verdana;
+ font-size: 12px;
+ color: #A0A0A0;
}
p
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #A0A0A0;
+ font-family: Verdana;
+ font-size: 12px;
}
a
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #A0A0A0;
+ font-family: Verdana;
}
a:visited
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #A0A0A0;
+ font-family: Verdana;
}
a:active
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #A0A0A0;
+ font-family: Verdana;
}
.text-box
{
@@ -63,11 +63,11 @@ a:active
padding-top:5px;
margin-bottom:10px;
display: table-cell;
- 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'); ?>;
+ background-color: #404040;
+ border-right:2px solid #606060;
+ border-bottom:2px solid #606060;
+ border-left:2px solid #606060;
+ border-top:2px solid #606060;
}
table.tabledata
{
@@ -81,9 +81,9 @@ table.login
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;
+ color: #A0A0A0;
+ font-family: Verdana;
+ font-size: 12px;
}
th
{
@@ -91,28 +91,28 @@ th
}
input
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #A0A0A0;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: #202020;
border-style: solid;
border-width: 1px;
- border-color: <?php echo conf('bg_color2'); ?>;
+ border-color: #606060;
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') ?>;
+ color: #A0A0A0;
+ font-family: Verdana;
+ font-size: 12px;
+ background-color: #202020;
}
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;
+ background-color: #202020;
+ color: #A0A0A0;
+ font-family: Verdana;
+ font-size: 12px;
}
.table-header
{
@@ -121,32 +121,32 @@ textarea
}
.header1
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #A0A0A0;
+ font-family: Verdana;
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'); ?>;
+ color: #A0A0A0;
+ font-family: Verdana;
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;
+ background:#404040;
+ font-size: 12px;
}
.odd
{
- background:<?php echo conf('row_color2'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#303030;
+ font-size: 12px;
}
.even
{
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#202020;
+ font-size: 12px;
}
.blank
{
@@ -154,26 +154,26 @@ textarea
}
.border
{
- background:<?php echo conf('bg_color2'); ?>;
+ background:#606060;
}
.header
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
}
.error
{
- color: <?php echo conf('error_color'); ?>;
+ color: #FF8080;
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'); ?>;
+ color: #FF8080;
+ border-right:4px solid #FF8080;
+ border-bottom:4px solid #FF8080;
+ border-left:4px solid #FF8080;
+ border-top:4px solid #FF8080;
font-size: <?php echo conf('font_size')+2; ?>px;
font-weight: 900;
text-align: center;
@@ -184,7 +184,7 @@ textarea
}
.alphabet
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: normal;
}
@@ -196,7 +196,7 @@ textarea
margin: 0;
padding: 0;
list-style: none;
- border: 1px solid <?php echo conf('bg_color2'); ?>;
+ border: 1px solid #606060;
background: #282828;
}
@@ -204,7 +204,7 @@ textarea
float: left;
margin: 0;
padding: 0 10px 0 10px;
- border-right: 1px solid <?php echo conf('bg_color2'); ?>;
+ border-right: 1px solid #606060;
display: inline;
background: #282828;
}
@@ -234,7 +234,7 @@ textarea
margin: 0;
padding: 0;
list-style: none;
- border: 1px solid <?php echo conf('bg_color2'); ?>;
+ border: 1px solid #606060;
background: #282828;
}
@@ -242,7 +242,7 @@ textarea
float: left;
margin: 0;
padding: 0 10px 0 10px;
- border-right: 1px solid <?php echo conf('bg_color2'); ?>;
+ border-right: 1px solid #606060;
display: inline;
background: #282828;
}
diff --git a/contrib/themes/eGurl/templates/style.inc b/contrib/themes/eGurl/templates/default.css
index 3ad50a1b..e6058c95 100644
--- a/contrib/themes/eGurl/templates/style.inc
+++ b/contrib/themes/eGurl/templates/default.css
@@ -30,43 +30,43 @@
<!--
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'); ?>;
+ background: url(<?php echo conf('web_path'); ?>eGurl;
+ font-family: Verdana;
+ font-size: 12px;
+ color: #000000;
}
p
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
}
a
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #000000;
+ font-family: Verdana;
}
a:visited
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #000000;
+ font-family: Verdana;
}
a:active
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #000000;
+ font-family: Verdana;
}
.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'); ?>;
+ background-color: ;
+ border-right:2px solid ;
+ border-bottom:2px solid ;
+ border-left:2px solid ;
+ border-top:2px solid ;
}
table.tabledata
{
@@ -75,9 +75,9 @@
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;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
}
th
{
@@ -85,31 +85,31 @@
}
input
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: ;
border-style: solid;
border-width: 1px;
- border-color: <?php echo conf('bg_color2'); ?>;
+ border-color: ;
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') ?>;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
+ background-color: ;
}
textarea
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #000000;
+ font-family: Verdana;
+ font-size: 12px;
}
.table-header
{
- background: <?php echo conf('base_color2')?> repeat-x;
+ background: repeat-x;
vertical-align: top;
}
/*************** Main Menu *****************/
@@ -123,7 +123,7 @@
border-bottom: 0px solid #000;
border-right: 0px solid #000;
border-left: 0px solid #000;
- background: <?php echo conf('base_color2');?> repeat-x;
+ background: repeat-x;
}
#mainmenu li {
float: left;
@@ -131,10 +131,10 @@
padding: 0 10px 0 10px;
border-right: 0px solid #000;
display: inline;
- background: <?php echo conf('base_color2');?> repeat-x;
+ background: repeat-x;
}
#mainmenu li.active {
- background: <?php echo conf('base_color2');?> rep
+ background: rep
}
#mainmenu a {
text-decoration: bold;
@@ -157,7 +157,7 @@
border-right: 0px solid #000;
border-left: 0px solid #000;
border-top: 0px solid #000;
- background: <?php echo conf('base_color2')?> repeat;
+ background: repeat;
}
#adminmenu li {
float: left;
@@ -165,10 +165,10 @@
padding: 0 20px 0 20px;
border-right: 0px solid #000;
display: inline;
- background: <?php echo conf('base_color2');?> repeat-x;
+ background: repeat-x;
}
#adminmenu li.active {
- background: <?php echo conf('base_color2');?> repeat-x;
+ background: repeat-x;
}
#adminmenu a {
text-decoration: none;
@@ -182,49 +182,49 @@
/*************** END Main Menu *************/
/*************** Page Header *********************/
#pageheader {
- background: <?php echo conf('bgcolor1');?>;
+ background: ;
}
/*************** END Page Header *****************/
.navitem
{
- background: <?php echo conf('base_color2')?> repeat-x;
+ background: repeat-x;
vertical-align: top;
text-align: center;
}
.header1
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #000000;
+ font-family: Verdana;
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'); ?>;
+ color: #000000;
+ font-family: Verdana;
font-size: <?php echo conf('font_size') + 2; ?>px;
font-weight: 900;
}
.active_navitem
{
- background: <?php echo conf('bg_color1')?> repeat-x;
+ background: repeat-x;
vertical-align: top;
text-align: center;
}
.headrow
{
- background:<?php echo conf('row_color1'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:;
+ font-size: 12px;
}
.odd
{
- background:<?php echo conf('row_color2'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:;
+ font-size: 12px;
}
.even
{
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:;
+ font-size: 12px;
}
.blank
{
@@ -232,25 +232,25 @@
}
.border
{
- background:<?php echo conf('bg_color2'); ?>;
+ background:;
}
.header
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
}
.error
{
- color: <?php echo conf('error_color'); ?>;
+ color: #FF0000;
}
.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'); ?>;
+ color: #FF0000;
+ border-right:4px solid #FF0000;
+ border-bottom:4px solid #FF0000;
+ border-left:4px solid #FF0000;
+ border-top:4px solid #FF0000;
font-size: <?php echo conf('font_size')+2; ?>px;
font-weight: 900;
text-align: center;
@@ -261,7 +261,7 @@
}
.alphabet
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: normal;
}
-->
diff --git a/contrib/themes/osuware2005/templates/style.inc b/contrib/themes/osuware2005/templates/default.css
index 526b3f7c..a607a09d 100644
--- a/contrib/themes/osuware2005/templates/style.inc
+++ b/contrib/themes/osuware2005/templates/default.css
@@ -35,43 +35,43 @@
margin-right: 0px;
padding-top: 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'); ?>;
+ background: #D5963B;
+ font-family: Verdana;
+ font-size: 12px;
+ color: #202020;
}
p
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #202020;
+ font-family: Verdana;
+ font-size: 12px;
}
a
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #202020;
+ font-family: Verdana;
}
a:visited
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #202020;
+ font-family: Verdana;
}
a:active
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #202020;
+ font-family: Verdana;
}
.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'); ?>;
+ background-color: #BB8E37;
+ border-right:2px solid #000000;
+ border-bottom:2px solid #000000;
+ border-left:2px solid #000000;
+ border-top:2px solid #000000;
}
table.tabledata
{
@@ -80,9 +80,9 @@
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;
+ color: #202020;
+ font-family: Verdana;
+ font-size: 12px;
}
th
{
@@ -90,29 +90,29 @@
}
input
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #202020;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: #D0A74F;
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'); ?>;
+ color: #202020;
+ font-family: Verdana;
+ font-size: 12px;
+ background-color: #D0A74F;
}
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;
+ background-color: #D0A74F;
+ color: #202020;
+ font-family: Verdana;
+ font-size: 12px;
}
.table-header
{
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) <?php echo conf('base_color2')?> repeat-x;
+ background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache-light-bg.gif) #D0A74F repeat-x;
vertical-align: top;
}
/*************** Main Menu *****************/
@@ -193,32 +193,32 @@
/*************** END Page Header *****************/
.header1
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #202020;
+ font-family: Verdana;
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'); ?>;
+ color: #202020;
+ font-family: Verdana;
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;
+ background:#FFFAEB;
+ font-size: 12px;
}
.odd
{
- background:<?php echo conf('row_color2'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#BB7B37;
+ font-size: 12px;
}
.even
{
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#E8C163;
+ font-size: 12px;
}
.blank
{
@@ -226,25 +226,25 @@
}
.border
{
- background:<?php echo conf('bg_color2'); ?>;
+ background:#000000;
}
.header
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
}
.error
{
- color: <?php echo conf('error_color'); ?>;
+ color: #330B0B;
}
.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'); ?>;
+ color: #330B0B;
+ border-right:4px solid #330B0B;
+ border-bottom:4px solid #330B0B;
+ border-left:4px solid #330B0B;
+ border-top:4px solid #330B0B;
font-size: <?php echo conf('font_size')+2; ?>px;
font-weight: 900;
text-align: center;
@@ -255,7 +255,7 @@
}
.alphabet
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: normal;
}
.button
diff --git a/contrib/themes/simple_h/templates/style.inc b/contrib/themes/simple_h/templates/default.css
index 6c084f2a..ffc9cc2b 100644
--- a/contrib/themes/simple_h/templates/style.inc
+++ b/contrib/themes/simple_h/templates/default.css
@@ -29,29 +29,29 @@
<style type="text/css">
<!--
body {
- background: url(<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/headph2-1.png); ?>;
+ background: url(<?php echo conf('web_path'); ?>simple_h;
background-position: bottom right;
background-attachment: fixed;
background-repeat: no-repeat;
- font-family: <?php echo conf('font') ?>;
- font-size: <?php echo conf('font_size'); ?>px;
- color: <?php echo conf('font_color2'); ?>;
+ font-family: Verdana;
+ font-size: 12px;
+ color: #222;
}
a {
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #222;
+ font-family: Verdana;
}
.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'); ?>;
+ background-color: ;
+ border-right:2px solid ;
+ border-bottom:2px solid ;
+ border-left:2px solid ;
+ border-top:2px solid ;
}
table.border {
@@ -64,9 +64,9 @@
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;
+ color: #222;
+ font-family: Verdana;
+ font-size: 12px;
}
th {
@@ -74,33 +74,33 @@
}
input {
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #222;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: ;
border-style: solid;
border-width: 1px;
- border-color: #4786d4; /* <?php echo conf('bg_color2'); ?>; */
+ border-color: #4786d4; /* ; */
margin: 2px 2px 2px 2px;
padding: 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') ?>;
+ color: #222;
+ font-family: Verdana;
+ font-size: 12px;
+ background-color: ;
}
textarea {
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #222;
+ font-family: Verdana;
+ font-size: 12px;
}
.table-header {
- background: <?php echo conf('base_color2')?> repeat-x;
+ background: repeat-x;
vertical-align: top;
}
@@ -115,7 +115,7 @@
border-bottom: 0px solid #000;
border-right: 0px solid #000;
border-left: 0px solid #000;
- background: <?php echo conf('base_color2');?> repeat-x;
+ background: repeat-x;
}
#mainmenu li {
float: left;
@@ -123,10 +123,10 @@
padding: 0 10px 0 10px;
border-right: 0px solid #000;
display: inline;
- background: <?php echo conf('base_color2');?> repeat-x;
+ background: repeat-x;
}
#mainmenu li.active {
- background: <?php echo conf('base_color2');?> rep
+ background: rep
}
#mainmenu a {
text-decoration: bold;
@@ -149,7 +149,7 @@
border-right: 0px solid #000;
border-left: 0px solid #000;
border-top: 0px solid #000;
- background: <?php echo conf('base_color2')?> repeat;
+ background: repeat;
}
#adminmenu li {
float: left;
@@ -157,10 +157,10 @@
padding: 0 20px 0 20px;
border-right: 0px solid #000;
display: inline;
- background: <?php echo conf('base_color2');?> repeat-x;
+ background: repeat-x;
}
#adminmenu li.active {
- background: <?php echo conf('base_color2');?> repeat-x;
+ background: repeat-x;
}
#adminmenu a {
text-decoration: none;
@@ -174,49 +174,49 @@
/*************** END Main Menu *************/
/*************** Page Header *********************/
#pageheader {
- background: <?php echo conf('bgcolor1');?>;
+ background: ;
}
/*************** END Page Header *****************/
.navitem
{
- background: <?php echo conf('base_color2')?> repeat-x;
+ background: repeat-x;
vertical-align: top;
text-align: center;
}
.header1
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #222;
+ font-family: Verdana;
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'); ?>;
+ color: #222;
+ font-family: Verdana;
font-size: <?php echo conf('font_size') + 2; ?>px;
font-weight: 900;
}
.active_navitem
{
- background: <?php echo conf('bg_color1')?> repeat-x;
+ background: repeat-x;
vertical-align: top;
text-align: center;
}
.headrow
{
- background:<?php echo conf('row_color1'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:;
+ font-size: 12px;
}
.odd
{
- background:<?php echo conf('row_color2'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:;
+ font-size: 12px;
}
.even
{
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:;
+ font-size: 12px;
}
.blank
{
@@ -224,25 +224,25 @@
}
.border
{
- background:<?php echo conf('bg_color2'); ?>;
+ background:;
}
.header
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
}
.error
{
- color: <?php echo conf('error_color'); ?>;
+ color: #FF0000;
}
.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'); ?>;
+ color: #FF0000;
+ border-right:4px solid #FF0000;
+ border-bottom:4px solid #FF0000;
+ border-left:4px solid #FF0000;
+ border-top:4px solid #FF0000;
font-size: <?php echo conf('font_size')+2; ?>px;
font-weight: 900;
text-align: center;
@@ -253,7 +253,7 @@
}
.alphabet
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: normal;
}
-->
diff --git a/contrib/themes/simple_matrix/templates/style.inc b/contrib/themes/simple_matrix/templates/default.css
index 52a34945..c57d5c3a 100644
--- a/contrib/themes/simple_matrix/templates/style.inc
+++ b/contrib/themes/simple_matrix/templates/default.css
@@ -30,10 +30,10 @@
<!--
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'); ?>;
+ background: #000000;
+ font-family: Verdana;
+ font-size: 12px;
+ color: #ffffff;
background-color: black;
background-image:url(/image/WebDesign3.jpg);
background-position: right top;
@@ -50,24 +50,24 @@ margin-bottom: 5px;
}
p
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #ffffff;
+ font-family: Verdana;
+ font-size: 12px;
}
a
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #ffffff;
+ font-family: Verdana;
}
a:visited
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #ffffff;
+ font-family: Verdana;
}
a:active
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #ffffff;
+ font-family: Verdana;
}
.text-box
{
@@ -75,11 +75,11 @@ a:active
padding-top:5px;
display: table-cell;
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'); ?>;
+ background-color: #000000;
+ border-right:2px solid ;
+ border-bottom:2px solid ;
+ border-left:2px solid ;
+ border-top:2px solid ;
}
table.tabledata
{
@@ -93,9 +93,9 @@ table.login
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;
+ color: #ffffff;
+ font-family: Verdana;
+ font-size: 12px;
}
th
{
@@ -103,28 +103,28 @@ th
}
input
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #ffffff;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: #000000;
border-style: solid;
border-width: 1px;
- border-color: <?php echo conf('bg_color2'); ?>;
+ border-color: ;
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') ?>;
+ color: #ffffff;
+ font-family: Verdana;
+ font-size: 12px;
+ background-color: #000000;
}
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;
+ background-color: #000000;
+ color: #ffffff;
+ font-family: Verdana;
+ font-size: 12px;
}
.table-header
{
@@ -133,32 +133,32 @@ textarea
}
.header1
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #ffffff;
+ font-family: Verdana;
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'); ?>;
+ color: #ffffff;
+ font-family: Verdana;
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;
+ background:#000000;
+ font-size: 12px;
}
.odd
{
- background:<?php echo conf('row_color2'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#202020;
+ font-size: 12px;
}
.even
{
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#000000;
+ font-size: 12px;
}
.blank
{
@@ -166,26 +166,26 @@ textarea
}
.border
{
- background:<?php echo conf('bg_color2'); ?>;
+ background:;
}
.header
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
}
.error
{
- color: <?php echo conf('error_color'); ?>;
+ 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'); ?>;
+ color: ;
+ border-right:4px solid ;
+ border-bottom:4px solid ;
+ border-left:4px solid ;
+ border-top:4px solid ;
font-size: <?php echo conf('font_size')+2; ?>px;
font-weight: 900;
text-align: center;
@@ -196,7 +196,7 @@ textarea
}
.alphabet
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: normal;
}
@@ -208,7 +208,7 @@ textarea
margin: 0;
padding: 0;
list-style: none;
- border: 1px solid <?php echo conf('bg_color2'); ?>;
+ border: 1px solid ;
background: #282828;
}
@@ -216,7 +216,7 @@ textarea
float: left;
margin: 0;
padding: 0 10px 0 10px;
- border-right: 1px solid <?php echo conf('bg_color2'); ?>;
+ border-right: 1px solid ;
display: inline;
background: #282828;
}
@@ -246,7 +246,7 @@ textarea
margin: 0;
padding: 0;
list-style: none;
- border: 1px solid <?php echo conf('bg_color2'); ?>;
+ border: 1px solid ;
background: #282828;
}
@@ -254,7 +254,7 @@ textarea
float: left;
margin: 0;
padding: 0 10px 0 10px;
- border-right: 1px solid <?php echo conf('bg_color2'); ?>;
+ border-right: 1px solid ;
display: inline;
background: #282828;
}
diff --git a/contrib/themes/steel/templates/style.inc b/contrib/themes/steel/templates/default.css
index 2bfff45e..e3ad0d3c 100644
--- a/contrib/themes/steel/templates/style.inc
+++ b/contrib/themes/steel/templates/default.css
@@ -30,43 +30,43 @@
<!--
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'); ?>;
+ background: #05212B;
+ font-family: Verdana;
+ font-size: 12px;
+ color: #CCCCCC;
}
p
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font')?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #CCCCCC;
+ font-family: Verdana;
+ font-size: 12px;
}
a
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #CCCCCC;
+ font-family: Verdana;
}
a:visited
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #CCCCCC;
+ font-family: Verdana;
}
a:active
{
- color: <?php echo conf('font_color2') ?>;
- font-family: <?php echo conf('font')?>;
+ color: #CCCCCC;
+ font-family: Verdana;
}
.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'); ?>;
+ background-color: #15313B;
+ border-right:2px solid #607080;
+ border-bottom:2px solid #607080;
+ border-left:2px solid #607080;
+ border-top:2px solid #607080;
}
table.tabledata
{
@@ -80,9 +80,9 @@ table.login
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;
+ color: #CCCCCC;
+ font-family: Verdana;
+ font-size: 12px;
}
th
{
@@ -90,28 +90,28 @@ th
}
input
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ color: #CCCCCC;
+ font-family: Verdana;
+ font-size: 12px;
font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
+ background-color: #15313B;
border-style: solid;
border-width: 1px;
- border-color: <?php echo conf('bg_color2'); ?>;
+ border-color: #607080;
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') ?>;
+ color: #CCCCCC;
+ font-family: Verdana;
+ font-size: 12px;
+ background-color: #15313B;
}
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;
+ background-color: #15313B;
+ color: #CCCCCC;
+ font-family: Verdana;
+ font-size: 12px;
}
.table-header
{
@@ -120,32 +120,32 @@ textarea
}
.header1
{
- color: <?php echo conf('font_color2'); ?>;
- font-family: <?php echo conf('font'); ?>;
+ color: #CCCCCC;
+ font-family: Verdana;
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'); ?>;
+ color: #CCCCCC;
+ font-family: Verdana;
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;
+ background:#CCCCCC;
+ font-size: 12px;
}
.odd
{
- background:<?php echo conf('row_color2'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#405060;
+ font-size: 12px;
}
.even
{
- background:<?php echo conf('row_color3'); ?>;
- font-size: <?php echo conf('font_size'); ?>px;
+ background:#304050;
+ font-size: 12px;
}
.blank
{
@@ -153,26 +153,26 @@ textarea
}
.border
{
- background:<?php echo conf('bg_color2'); ?>;
+ background:#607080;
}
.header
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
}
.error
{
- color: <?php echo conf('error_color'); ?>;
+ color: #FF8080;
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'); ?>;
+ color: #FF8080;
+ border-right:4px solid #FF8080;
+ border-bottom:4px solid #FF8080;
+ border-left:4px solid #FF8080;
+ border-top:4px solid #FF8080;
font-size: <?php echo conf('font_size')+2; ?>px;
font-weight: 900;
text-align: center;
@@ -183,7 +183,7 @@ textarea
}
.alphabet
{
- font-size: <?php echo conf('font_size'); ?>px;
+ font-size: 12px;
font-weight: normal;
}
@@ -195,7 +195,7 @@ textarea
margin: 0;
padding: 0;
list-style: none;
- border: 1px solid <?php echo conf('bg_color2'); ?>;
+ border: 1px solid #607080;
background: #283848;
}
@@ -203,7 +203,7 @@ textarea
float: left;
margin: 0;
padding: 0 10px 0 10px;
- border-right: 1px solid <?php echo conf('bg_color2'); ?>;
+ border-right: 1px solid #607080;
display: inline;
background: #283848;
}
@@ -233,7 +233,7 @@ textarea
margin: 0;
padding: 0;
list-style: none;
- border: 1px solid <?php echo conf('bg_color2'); ?>;
+ border: 1px solid #607080;
background: #283848;
}
@@ -241,7 +241,7 @@ textarea
float: left;
margin: 0;
padding: 0 10px 0 10px;
- border-right: 1px solid <?php echo conf('bg_color2'); ?>;
+ border-right: 1px solid #607080;
display: inline;
background: #283848;
}
diff --git a/contrib/themes/tangens/templates/style.inc b/contrib/themes/tangens/templates/default.css
index a4b7ae72..0dd1fd61 100755..100644
--- a/contrib/themes/tangens/templates/style.inc
+++ b/contrib/themes/tangens/templates/default.css
@@ -46,7 +46,7 @@ body {
table.border {
padding-left: 5px;
border: 1px solid #ccc;
- background-image: url(<?php echo conf('web_path'); ?>/themes/tangens/images/topbg.gif);
+ background-image: url(..//themes/tangens/images/topbg.gif);
background-repeat: repeat-x;
}
@@ -71,7 +71,7 @@ th, tr.table-header td {
padding: 2px;
}
input.smallbutton, input.button {
- background: url(<?php echo conf('web_path'); ?>/themes/tangens/images/topbg.gif);
+ background: url(..//themes/tangens/images/topbg.gif);
}
select {
@@ -159,7 +159,7 @@ th, tr.table-header td {
padding-top: 0px;
padding-left: 10px;
background-color: #ffffff;
- background-image: url(<?php echo conf('web_path'); ?>/themes/tangens/images/topbg.gif);
+ background-image: url(..//themes/tangens/images/topbg.gif);
border: 0px solid #cccccc;
border-bottom-width: 1px;
}
diff --git a/contrib/themes/theBside/templates/style.inc b/contrib/themes/theBside/templates/default.css
index 8620b0be..0fbb7cc4 100644
--- a/contrib/themes/theBside/templates/style.inc
+++ b/contrib/themes/theBside/templates/default.css
@@ -30,7 +30,7 @@
<!--
body
{
- background: <?php echo conf('bg_color1'); ?>;
+ background: #ffffff;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #333;
@@ -106,7 +106,7 @@
}
.table-header
{
- background: transparent url(<?php echo conf('web_path'); ?>/<?php echo conf('theme_path'); ?>/images/bside.side.png) repeat-x top center;
+ background: transparent url(<?php echo conf('web_path'); ?>/theBside/images/bside.side.png) repeat-x top center;
vertical-align: top;
}
.navitem
@@ -114,7 +114,7 @@
margin: 0;
padding:5px;
color: #333;
- background: transparent url(<?php echo conf('web_path'); ?>/<?php echo conf('theme_path'); ?>/images/sidetitle.png) repeat-x top center;
+ background: transparent url(<?php echo conf('web_path'); ?>/theBside/images/sidetitle.png) repeat-x top center;
text-align: center;
text-decoration: none;
}
@@ -147,7 +147,7 @@
{
margin: 0;
padding:5px;
- background: transparent url(<?php echo conf('web_path'); ?>/<?php echo conf('theme_path'); ?>/images/bside.side.png) repeat-x top center;
+ background: transparent url(<?php echo conf('web_path'); ?>/theBside/images/bside.side.png) repeat-x top center;
text-align: center;
}
.active_navitem a
@@ -163,7 +163,7 @@
}
.headrow
{
- background:<?php echo conf('row_color1'); ?>;
+ background:#cccccc;
font-size: 12px;
}
.odd
@@ -191,17 +191,17 @@
}
.error
{
- color: <?php echo conf('error_color'); ?>;
+ color: #990033;
}
.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'); ?>;
+ color: #990033;
+ border-right:4px solid #990033;
+ border-bottom:4px solid #990033;
+ border-left:4px solid #990033;
+ border-top:4px solid #990033;
font-size: 14px;
font-weight: 900;
text-align: center;
@@ -220,7 +220,7 @@
height: 130px;
padding-top:10px;
padding-left:10px;
- background-color: <?php echo conf('bg_color1'); ?>;
+ background-color: #ffffff;
}
-->