summaryrefslogtreecommitdiffstats
path: root/contrib/themes/StoneBlue/templates/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/themes/StoneBlue/templates/default.css')
-rw-r--r--contrib/themes/StoneBlue/templates/default.css355
1 files changed, 0 insertions, 355 deletions
diff --git a/contrib/themes/StoneBlue/templates/default.css b/contrib/themes/StoneBlue/templates/default.css
deleted file mode 100644
index ab9ce5dd..00000000
--- a/contrib/themes/StoneBlue/templates/default.css
+++ /dev/null
@@ -1,355 +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
-*/
-?>
-
-<script type="text/javascript" language="javascript">
-<!-- Begin Suckerfish hover menu JS
-// function needed for IE. attaches mouseover/out events to give/remove css class .sfhover (fake hover)
-sfHover = function(navlist) {
-var sfEls = document.getElementById("navlist").getElementsByTagName("LI");
-for (var i=0; i <sfEls.length; i++) {
- sfEls[i].onmouseover=function() {
- this.className+=" sfhover";
- }
- sfEls[i].onmouseout=function() {
- this.className=this.className.replace(new RegExp("sfhover\\b"), "");
- }
-} // end for
-} // end function for sfHover
-if (window.attachEvent) window.attachEvent("onload", sfHover);
-// End Suckerfish hover menu JS-->
-</script>
-
-<style type="text/css">
-<!--
- body
- {
- padding-top: 0px;
- margin-top: 0px;
- margin-left: 0px;
- margin-right: 0px;
- background: #333366;
- font-family: Verdana;
- font-size: 12px;
- color: #CCCCFF;
- }
-
- p
- {
- color: #CCCCFF;
- font-family: Verdana;
- font-size: 12px;
- }
- a
- {
- color: #CCCCFF;
- font-family: Verdana;
- }
- a:visited
- {
- color: #CCCCFF;
- font-family: Verdana;
- }
- a:active
- {
- color: #FFFFFF;
- font-family: Verdana;
- }
- a:hover
- {
- color: #FFFFFF;
- font-family: Verdana;
- }
- .text-box
- {
- padding-left:5px;
- padding-top:5px;
- margin-bottom:10px;
- background-color: #8888AA;
- border-right:2px solid #000000;
- border-bottom:2px solid #000000;
- border-left:2px solid #000000;
- border-top:2px solid #000000;
- }
-
- .npsong
- {
- background-color: #FFFF66;
- }
- table.tabledata
- {
- }
-
- td
- {
- padding: 0px 8px 0px 8px;
- color: #FFFFFF;
- font-family: Verdana;
- font-size: 12px;
- }
- th
- {
- padding-right: 10px;
- }
- input
- {
- color: #CCCCFF;
- font-family: Verdana;
- font-size: 12px;
- font-weight: bold;
- background-color: #666688;
- margin: 2px 2px 2px 2px;
- }
- select {
- color: #CCCCFF;
- font-family: Verdana;
- font-size: 12px;
- background-color: #666688;
- }
- textarea
- {
- 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) #666688 repeat-x;
- vertical-align: top;
- }
- .header1
- {
- color: #CCCCFF;
- font-family: Verdana;
- font-size: <?php echo conf('font_size') + 6; ?>px;
- font-weight: 900;
- }
- .header2
- {
- color: #CCCCFF;
- font-family: Verdana;
- font-size: <?php echo conf('font_size') + 2; ?>px;
- font-weight: 900;
- }
- .headrow
- {
- background:#AAAACC;
- font-size: 12px;
- }
- .odd
- {
- background:#555577;
- font-size: 12px;
- }
- .even
- {
- background:#666688;
- font-size: 12px;
- }
- .blank
- {
- background: #fff;
- }
- .border
- {
- background:#000000;
- }
- .header
- {
- 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;
- }
- .disabled
- {
- text-decoration: line-through;
- }
- .alphabet
- {
- font-size: 12px;
- 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;
- background: #666688;
- }
-/**
- * Div Definitions
- * These define how the page is layed out, be careful with these as changes to them
- * can cause drastic layout changes
- */
- #maincontainer
- {
- margin: 0px;
- }
- #topbar
- {
- height: 80px;
- padding-top:10px;
- padding-left:10px;
- background-color: #333366;
- }
- #topbarright
- {
- float: right;
- display:none;
- }
- #topbarleft
- {
- float: left;
- }
-
- .subnavbutton
- {
- background-color: #AAAACC;
- text-align:center;
- text-decoration: none;
- color: #CCCCFF;
- }
-
- #content
- {
- float:left;
- clear: both;
- margin-left:0px;
- }
-/**
- * Experimental for menus (Thx Sigger)
- * TO DO: Fill in 1px border around menus & submenu items
- * Make padding appply to the li, not just an a. Moving paddng: to li throws off the dropdown menu alignment.
- */
- #sidebar {
- clear: both;
- height: 100%;
- margin: 0;
- border: 0px;
- float: left;
- /* width: 110px; /* this controls the width of the sidebar. horizontal menu needs more width */
- padding: 0px 0px 0px 5px;
- list-style: none;
- line-height: 1;
- }
- #sidebar ul {
- display: block;
- border: 1px; /*syntax fixed by the_foster*/
- margin: 0px;
- list-style: none;
- padding: 0px;
- font-family: verdana, arial, Helvetica, sans-serif;
- line-height: 1;
- }
- #sidebar li {
-/* margin: 0 0 1px 0; */
- margin: 0px 4px 0px 0px;
- display: block;
- float: left;
- border: 0px;
- padding: 5px 0px 5px 10px;
- width: 9em;
- background-color: #555577;
- }
- #sidebar #active {
- background-color: #8888AA;
- }
- #sidebar #active a {
- color: #FFFFFF;
- }
- #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: #CCCCFF;
- background-color: #666688;
- }
- #sidebar li:active {
- background-color: #AAAACC;
- }
- #sidebar li ul {
- float: left;
- position: absolute;
- width: 12em;
- margin: -1.5em 1em 0 10em;
-/* -2em 0 0 10em for vertical menu puts the submenu back up and to the right of the hovered menu item by "the right amount"*/
- left: -999em; /* this puts the submenu item way off to the left until it's called back by a hover (below) */
- }
- #sidebar li:hover ul, #sidebar li.sfhover ul {
- left: auto; /* this calls the submenu back when the parent li is hovered. */
- }
- #sidebar li ul li {
- position: relative;
- border-bottom: 2px black;
- left: -11em;
- top: 2em;
- }
-.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; */
-}
-/**
- * End Div Definitions
- * This is the end of the main structure def's
- */
--->
-</style> \ No newline at end of file