summaryrefslogtreecommitdiffstats
path: root/contrib/themes/theBside
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 02:23:23 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 02:23:23 +0000
commitcb12b4a8c948d901f6851a7eae032827b423704d (patch)
tree0e8d4172ee2c619aa459383b7ec4342dfa6d8157 /contrib/themes/theBside
parent34238a29aade796f30911c567eace0e1518eb470 (diff)
downloadampache-cb12b4a8c948d901f6851a7eae032827b423704d.tar.gz
ampache-cb12b4a8c948d901f6851a7eae032827b423704d.tar.bz2
ampache-cb12b4a8c948d901f6851a7eae032827b423704d.zip
auto-migrated themes, these will all still look funny :(
Diffstat (limited to 'contrib/themes/theBside')
-rw-r--r--contrib/themes/theBside/templates/default.css (renamed from contrib/themes/theBside/templates/style.inc)24
1 files changed, 12 insertions, 12 deletions
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;
}
-->