summaryrefslogtreecommitdiffstats
path: root/contrib/themes/white_amps/templates/default.css
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-13 03:07:02 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-05-13 03:07:02 +0000
commitb19257c992194b3c1b9a88fa98f645a8a539c4a4 (patch)
tree1a168bf382fd858d8dce444fb6223bf222091b6b /contrib/themes/white_amps/templates/default.css
parent35489da0799118d33740d4b62c2c701a92d12921 (diff)
downloadampache-b19257c992194b3c1b9a88fa98f645a8a539c4a4.tar.gz
ampache-b19257c992194b3c1b9a88fa98f645a8a539c4a4.tar.bz2
ampache-b19257c992194b3c1b9a88fa98f645a8a539c4a4.zip
moved old themes out of the way
Diffstat (limited to 'contrib/themes/white_amps/templates/default.css')
-rwxr-xr-xcontrib/themes/white_amps/templates/default.css446
1 files changed, 0 insertions, 446 deletions
diff --git a/contrib/themes/white_amps/templates/default.css b/contrib/themes/white_amps/templates/default.css
deleted file mode 100755
index 6b5a2c39..00000000
--- a/contrib/themes/white_amps/templates/default.css
+++ /dev/null
@@ -1,446 +0,0 @@
-<style type='text/css'>
-<!--
- body
- {
- padding-top: 0px;
- margin-top: 0px;
- margin-left: 0px;
- margin-right: 0px;
- font-family: verdana, arial, Helvetica, sans-serif;;
- font-size: 12px;
- color: <?php echo conf('font_color2') ?>;
- }
- p
- {
- color: <?php echo conf('font_color2') ?>;
- font-family: verdana, arial, Helvetica, sans-serif;
- font-size: <?php echo conf('font_size') ?>px;
- }
- a
- {
- color: <?php echo conf('font_color2') ?>;
- font-family: verdana, arial, Helvetica, sans-serif;
- text-decoration:none;
- }
- a:visited
- {
- color: <?php echo conf('font_color2') ?>;
- font-family: verdana, arial, Helvetica, sans-serif;
- }
- a:active
- {
- color: <?php echo conf('font_color2') ?>;
- font-family: verdana, arial, Helvetica, sans-serif;
- }
- .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') ?>;
- }
-
- .box-content{
- font-size:12px;
- }
-
- table.tabledata
- {
- }
-
- td
- {
- padding: 0px 8px 0px 8px;
- color: <?php echo conf('font_color2') ?>;
- font-family: verdana, arial, Helvetica, sans-serif;
- font-size: <?php echo conf('font_size') ?>px;
- }
- th
- {
- padding-right: 10px;
- }
-
- input
- {
- color: <?php echo conf('font_color2') ?>;
- font-family: verdana, arial, Helvetica, sans-serif;
- font-size: <?php echo conf('font_size') ?>px;
- font-weight: bold;
- background-color: <?php echo conf('base_color2') ?>;
- margin: 2px 2px 2px 2px;
- }
- select
- {
- color: <?php echo conf('font_color2') ?>;
- font-family: verdana, arial, Helvetica, sans-serif;
- 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: verdana, arial, Helvetica, sans-serif;
- 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;
- text-align:center;
- line-height:18px;
- }
-
-/*************** Page Header *********************/
- #pageheader {
- background: #8B8B8B;
- }
-/*************** END Page Header *****************/
- .header1{
- color: <?php echo conf('font_color2') ?>;
- font-family: verdana, arial, Helvetica, sans-serif;
- font-size: <?php echo conf('font_size') + 6 ?>px;
- font-weight: 900;
- }
-
- .header2{
- color: <?php echo conf('font_color2') ?>;
- font-family: verdana, arial, Helvetica, sans-serif;
- font-size: <?php echo conf('font_size') + 2 ?>px;
- font-weight: 900;
- }
- .headrow{
- background:<?php echo conf('row_color1') ?>;
- font-size: <?php echo conf('font_size') ?>px;
- }
- .odd {
- background: #FFFFFF;
- font-size: <?php echo conf('font_size') ?>px;
- }
- .even{
- background: #EEEEEE;
- 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;
- }
- .smallbutton{
- border:0px;
- padding-left:1px;
- padding-right:1px;
- font-size: <?php echo conf('font_size') - 1 ?>px;
- cursor: pointer;
- }
- .sidebar{
- margin-left:0px;
- margin-top:0px;
- margin-right:0px;
- padding-right:0px;
- padding-top: 0px;
- padding-left: 0px;
- width:160px;
- background: <?php echo conf('base_color2') ?>;
- }
-/**
- * Div Definitions
- * These define how the page is layed out, be careful with these as changes to them
- * can cause drastic layout changes
- */
- #maincontrainer{
- margin:0px;
- }
-
- #topbar{
- margin-left: 5px;
- margin-top: 5px;
- height: 80px;
- background-color: <?php echo conf('bg_color1') ?>;
- }
-
- #topbarright{
- float: right;
- font-size:9px;
- font-weight:normal;
- font-family: verdana, arial, Helvetica, sans-serif;
- }
-
- #topbarmiddle{
- float:left;
- width:50%;
- height:50px;
- font-size:12px;
- font-family: verdana, arial, Helvetica, sans-serif;
- text-align:center;
-
- }
-
- #topbarleft{
- float: left;
- }
- #sidebar{
- clear: both;
- height: 100%;
- margin-left: 0px;
- margin-top:-30px;
- float: left;
- width: 170px;
- font-size:12px;
- background-color: transparent;
- }
-
- #sidebar ul{
- margin-left:0px;
- margin-top:0px;
- margin-bottom:0px;
- margin-right: 0px;
- padding: 0px;
- list-style-type: none;
- font-family: verdana, arial, Helvetica, sans-serif;
- }
-
- #sidebar li {
- margin: 0 0 1px 0;
- padding-top:0px;
- padding-bottom:0px;
- }
-
- #sidebar a, .navbutton{
- display: block;
- padding: 0px 10px;
- color: <?php echo conf('font_color1') ?>;
- background-color: <?php echo conf('row_color2') ?>;
- text-decoration: none;
- }
-
- #sidebar a:hover{
- color: <?php echo conf('font_color1') ?>;
- background-color: <?php echo conf('row_color3') ?>;
- text-decoration: none;
- }
-
- #sidebar ul ul li {
- margin: 0 0 1px 0;
- }
-
- #sidebar ul ul a{
- display: block;
- padding: 5px 5px 5px 15px;
- width: 100px;
- color: <?php echo conf('font_color1') ?>;
- background-color: <?php echo conf('row_color1') ?>;
- text-decoration: none;
- }
-
- #navcontainer ul li{
- float:left;
- width:100%;
- }
-
- .subnavbutton{
- background-color: <?php echo conf('row_color1') ?>;
- text-align:center;
- text-decoration: none;
- color: <?php echo conf('font_color2') ?>;
- }
-
- #sidebar ul ul a:hover{
- color: <?php echo conf('font_color2') ?>;
- background-color: <?php echo conf('row_color3') ?>;
- text-decoration: none;
- }
- #content{
- margin-left:5px;
- padding-top:0px;
- padding-left:0px;
- vertical-align:top;
- }
-/**
- * End Div Definitions
- * This is the end of the main structure def's
- */
-
-/**
- * Needed for shaded submenue.
- */
- #sidebar li:hover ul, #sidebar li.sfhover ul {
- right: auto; /* this calls the submenu back when the parent li is hovered. */
- background-color: #EEEEFF;
- filter:alpha(opacity=85); /* IE's opacity*/
- opacity: 0.85;
- }
-
- #sidebar li ul {
- float: left;
- position: absolute;
- margin: -4.5em 0 0 5.0em; /* for vertical menu; comment out otherwise */
- /* margin: 0.5em 0 0 -1.1em; /* for horizontal menu; comment out otherwise */
- right: +999em; /* this -999em puts the submenu item way off to the left until it's called back by a hover (below) */
- border:1px dotted;
- border-color: #0000ff;
- }
-
- a:visited
- {
- color: #0000FF;
- font-family: verdana, arial, Helvetica, sans-serif;
- }
-
- a:active {
- color: #0000FF;
- font-family: verdana, arial, Helvetica, sans-serif;
- }
-
- .box {
- padding:0px;
- border: 1px solid #4786D4;
- background-color: white;
- filter:alpha(opacity=75); /* IE's opacity*/
- opacity: 0.75;
- top:120px;
- font-size:12px;
- margin:2px;
- }
-
- body{
- background: url(../images/headph2-1.png) no-repeat fixed bottom right;
- }
-
- .box-title{
- border-bottom: solid 1px #4786D4;
- font-weight: bold;
- }
- img{
- margin:5px;
- }
-
- #navlist li{
- margin:10px;
- }
-
-/************************************************/
-/* Styles for the star ratings */
-/************************************************/
- .star-rating{
- list-style:none;
- margin: 0px;
- padding:0px;
- width: 80px;
- height: 15px;
- position: relative;
- background: url(../../../images/ratings/star_rating.gif) top left repeat-x;
- }
- .star-rating li{
- padding:0px;
- margin:0px;
- float: right;
- }
- .star-rating li span{
- display:block;
- width:16px;
- height: 15px;
- text-decoration: none;
- text-indent: -9000px;
- z-index: 20;
- position: absolute;
- padding: 0px;
- }
- .star-rating li span:hover{
- background: url(../../../images/ratings/star_rating.gif) left center;
- z-index: 2;
- left: 0px;
- }
- li.zero-stars span:hover {
- background: url(../../../images/ratings/x.gif);
- height: 15px;
- left: 80px;
- display: block;
- }
- span.zero-stars {
- background: url(../../../images/ratings/x_off.gif);
- height: 15px;
- left: 80px;
- display: block;
- }
- span.one-stars{
- left: 0px;
- }
- span.one-stars:hover{
- width:16px;
- }
- span.two-stars{
- left:16px;
- }
- span.two-stars:hover{
- width: 32px;
- }
- span.three-stars{
- left: 32px;
- }
- span.three-stars:hover{
- width: 48px;
- }
- span.four-stars{
- left: 48px;
- }
- span.four-stars:hover{
- width: 64px;
- }
- span.five-stars{
- left: 64px;
- }
- span.five-stars:hover{
- width: 80px;
- }
- li.current-rating{
- background: url(../../../images/ratings/star_rating.gif) left bottom;
- position: absolute;
- height: 15px;
- display: block;
- text-indent: -9000px;
- z-index: 1;
- }
-.np_cell, .np_cell_left, .np_cell_m, .np_cell_right {
-}
-.lp_box_ctrl {
- text-align: center; /*for compatibility, may be controlled by themers now*/
-/* padding-top: 5px; */
-}
-.lp_box_vol {
- text-align: center; /*for compatibility, may be controlled by themers now*/
-/* padding-left: 7px; */
-}
--->
-</style>
-