diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-24 02:23:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-24 02:23:23 +0000 |
commit | cb12b4a8c948d901f6851a7eae032827b423704d (patch) | |
tree | 0e8d4172ee2c619aa459383b7ec4342dfa6d8157 /contrib/themes/BaskInBlue | |
parent | 34238a29aade796f30911c567eace0e1518eb470 (diff) | |
download | ampache-cb12b4a8c948d901f6851a7eae032827b423704d.tar.gz ampache-cb12b4a8c948d901f6851a7eae032827b423704d.tar.bz2 ampache-cb12b4a8c948d901f6851a7eae032827b423704d.zip |
auto-migrated themes, these will all still look funny :(
Diffstat (limited to 'contrib/themes/BaskInBlue')
-rw-r--r-- | contrib/themes/BaskInBlue/templates/default.css | 160 | ||||
-rw-r--r-- | contrib/themes/BaskInBlue/templates/style.inc | 192 |
2 files changed, 160 insertions, 192 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> |