diff options
Diffstat (limited to 'contrib/themes/tangens/templates/default.css')
-rw-r--r-- | contrib/themes/tangens/templates/default.css | 366 |
1 files changed, 0 insertions, 366 deletions
diff --git a/contrib/themes/tangens/templates/default.css b/contrib/themes/tangens/templates/default.css deleted file mode 100644 index b077d37b..00000000 --- a/contrib/themes/tangens/templates/default.css +++ /dev/null @@ -1,366 +0,0 @@ -<?php
-/*
-
- Copyright (c) 2001 - 2006 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.
-
-*/
-?>
-<style type="text/css">
-<!--
-body {
- margin:0px;
- background: #ffffff;
- font-family: Tahoma, Helvetica, Arial, sans-serif;
- color: black;
- }
-
- a {
- color: #333;
- text-decoration: none;
- }
- a:hover {
- color: #000;
- }
-
- .text-box {
- padding-left:5px;
- padding-top:5px;
- margin-bottom:10px;
- }
-
-table.border {
- padding-left: 5px;
- border: 1px solid #ccc;
- background-image: url(..//themes/tangens/images/topbg.gif);
- background-repeat: repeat-x;
-}
-
-td {
- padding: 3px 10px 3px 10px;
-}
-
-th, tr.table-header td {
- padding: .1em 5px .1em 5px;
- border-bottom: 1px solid #00f;
- text-align: left;
- font-size: 1.2em;
- font-weight: normal;
-}
-
- input {
- font-weight: bold;
- border-style: solid;
- border-width: 1px;
- border-color: #ccc;
- margin: 2px 2px 2px 2px;
- padding: 2px;
- }
- input.smallbutton, input.button {
- background: url(..//themes/tangens/images/topbg.gif);
- }
-
- select {
- }
-
- textarea {
- }
-
- .table-header {
- vertical-align: top;
- }
-
-/*************** Page Header *********************/
- #pageheader {
- }
-/*************** END Page Header *****************/
- .navitem
- {
- vertical-align: top;
- text-align: center;
- }
- .header1
- {
- font-weight: 900;
- }
- .header2
- {
- font-weight: 900;
- }
- .active_navitem
- {
- vertical-align: top;
- text-align: center;
- }
- .headrow
- {
- }
- .odd,.odd td
- {
-/* border-bottom: 1px solid #ccc;*/
- background-color: #f5f5f5;
- }
- .even,.even > td
- {
-/* border-bottom: 1px solid #ccc;*/
- }
- .blank
- {
- background: #fff;
- }
- .border
- {
- }
- .header
- {
- }
- .error
- {
- }
- .fatalerror
- {
- padding-top: 3px;
- padding-bottom: 3px;
- font-size: 1.1em;
- font-weight: 900;
- text-align: center;
- }
- .disabled
- {
- text-decoration: line-through;
- }
- .alphabet
- {
- font-weight: normal;
- font-size: .8em;
- }
-
-#maincontainer
-{
- margin: 0px;
-}
-#topbar
-{
- height: 57px;
- padding-top: 0px;
- padding-left: 10px;
- background-color: #ffffff;
- background-image: url(..//themes/tangens/images/topbg.gif);
- border: 0px solid #cccccc;
- border-bottom-width: 1px;
-}
-#topbarright
-{
- float: right;
- font-size: .7em;
-}
- #topbarleft
- {
- float: left;
- }
- .nodisplay { display: none;}
- .display {}
- #mpdpl td {
- padding: 0px 2px 0px 2px;
- text-align: left;
- }
-/**
- * End Div Definitions
- * This is the end of the main structure def's
- */
-
-/**
- * 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.
- */
-#content {
- border: 1px solid #ccc;
- position: absolute;
- left: 205px;
- margin-right: 20px;
- top: 84px;
- z-index: 0;
- background-color: #f0f0f0;
- font-size: .9em;
-}
-#sidebar {
- height: 100%;
- position: absolute;
- left: 0px;
- top: 84px;
- padding: 0px;
- list-style: none;
- z-index: 1;
-}
-#sidebar ul {
- border: 1px solid #ccc;
- margin: 0px;
- list-style: none;
- font-family: verdana, arial, Helvetica, sans-serif;
- line-height: 1.0;
- background-color: #f0f0f0;
- padding-left: 0px;
- padding-top: 5px;
- padding-bottom: 5px;
- padding-right: 0px;
-}
-#sidebar li {
- margin: 0px;
- display: block;
- padding: .4em 5px 0em 15px;
- width: 170px;
-}
-#sidebar a, .navbutton {
- display: block;
- text-decoration: none;
- color: black;
- padding-left: 10px;
- padding-bottom: .3em;
- border-bottom: 1px solid #ccc;
-}
-#sidebar form {
- display: block;
-}
- #sidebar a:hover {
- color: #000;
- font-weight: bold;
- }
-#sidebar li:hover, #sidebar li.sfhover {
- background-color: #dddddd;
-}
-#sidebar li#active a{
- color: #000;
- border-bottom: 1px solid #00f;
-}
-#sidebar li ul {
- border: 1px solid #ccc;
- border-left: 1px solid #00f;
- position: absolute; /* width: 9em;*/
- margin: -1em 0 0 150px; /* for vertical menu; comment out otherwise */
- left: -999em; /* this -999em 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. */
- }
-
-/* User Online/Offline style, used in users.php */
-td.user_online {
- border:0px;
- background-color: green;
-}
-td.user_offline {
- border:0px;
- background-color: #AA0000;
-}
-td.user_disabled {
- border:0px;
- background-color: gray;
-}
-/* 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>
|