diff options
Diffstat (limited to 'contrib/themes/steel/templates/default.css')
-rw-r--r-- | contrib/themes/steel/templates/default.css | 108 |
1 files changed, 26 insertions, 82 deletions
diff --git a/contrib/themes/steel/templates/default.css b/contrib/themes/steel/templates/default.css index e3ad0d3c..1da30586 100644 --- a/contrib/themes/steel/templates/default.css +++ b/contrib/themes/steel/templates/default.css @@ -1,4 +1,3 @@ -<?php /* Copyright (c) 2001 - 2005 Ampache.org @@ -20,14 +19,6 @@ */ -/*! - @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: #05212B; @@ -122,14 +113,14 @@ textarea { color: #CCCCCC; font-family: Verdana; - font-size: <?php echo conf('font_size') + 6; ?>px; + font-size: 17px; font-weight: 900; } .header2 { color: #CCCCCC; font-family: Verdana; - font-size: <?php echo conf('font_size') + 2; ?>px; + font-size: 14px; font-weight: 900; } .headrow @@ -173,7 +164,7 @@ textarea 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-size: 12px; font-weight: 900; text-align: center; } @@ -187,88 +178,41 @@ textarea font-weight: normal; } -/*************** Main Menu *****************/ - -#mainmenu { - float: left; - width: 100%; - margin: 0; - padding: 0; - list-style: none; - border: 1px solid #607080; - background: #283848; -} - -#mainmenu li { - float: left; - margin: 0; - padding: 0 10px 0 10px; - border-right: 1px solid #607080; - display: inline; - background: #283848; -} - -#mainmenu li.active { - background: #405060; -} - -#mainmenu a { - text-decoration: none; -} - -#mainmenu a:hover { - text-decoration: underline; -} +.box-left-top { display: none; } +.box-left-bottom { display: none; } +.box-left { display: none; } +.box-right-top { display: none; } +.box-right-bottom { display: none; } +.box-right { display: none; } +.box-bottom { display: none; } +.box-top { display: none; } +.box { background: #405060; margin: 10px; } -#mainmenu a:active { -} +.text-action a,.text-action li { background: #405060; } -/*************** END Main Menu *************/ +/*************** Main Menu *****************/ -/*************** Admin Menu *************/ +#sidebar h3 { display:none; } -#adminmenu { - float: left; - width: 100%; +#sidebar li { + /* float: left; Uncomment for horizontal */ margin: 0; - padding: 0; - list-style: none; - border: 1px solid #607080; - background: #283848; -} - -#adminmenu li { - float: left; - margin: 0; - padding: 0 10px 0 10px; border-right: 1px solid #607080; - display: inline; + border-bottom: 1px solid #607080; + display: block; background: #283848; + padding: 5px 0px 5px 10px; + width: 10.5em; } -#adminmenu li.active { - background: #405060; -} - -#adminmenu a { - text-decoration: none; -} - -#adminmenu a:hover { - text-decoration: underline; -} -#adminmenu a:active { +#sidebar li:hover { + background: #405060; } -/*************** END Main Menu *************/ -/*************** Page Header *********************/ - -#pageheader { +#sidebar li:active { + background-color:#FFFFFF; + z-index:30; } -/*************** END Page Header *****************/ - ---> -</style> |