summaryrefslogtreecommitdiffstats
path: root/contrib/themes/steel/templates
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/themes/steel/templates')
-rw-r--r--contrib/themes/steel/templates/default.css228
1 files changed, 0 insertions, 228 deletions
diff --git a/contrib/themes/steel/templates/default.css b/contrib/themes/steel/templates/default.css
deleted file mode 100644
index 573684bb..00000000
--- a/contrib/themes/steel/templates/default.css
+++ /dev/null
@@ -1,228 +0,0 @@
-/*
-
- 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.
-
-*/
-
-body
-{
- background: #05212B;
- font-family: Verdana;
- font-size: 12px;
- color: #CCCCCC;
-}
-
-p
-{
- color: #CCCCCC;
- font-family: Verdana;
- font-size: 12px;
-}
-a
-{
- color: #CCCCCC;
- font-family: Verdana;
-}
-a:visited
-{
- color: #CCCCCC;
- font-family: Verdana;
-}
-a:active
-{
- color: #CCCCCC;
- font-family: Verdana;
-}
-.text-box
-{
- padding-left:5px;
- padding-top:5px;
- margin-bottom:10px;
- background-color: #15313B;
- border-right:2px solid #607080;
- border-bottom:2px solid #607080;
- border-left:2px solid #607080;
- border-top:2px solid #607080;
-}
-table.tabledata
-{
-}
-
-table.login
-{
- padding: 5px 5px 5px 5px;
-}
-
-td
-{
- padding: 0px 8px 0px 8px;
- color: #CCCCCC;
- font-family: Verdana;
- font-size: 12px;
-}
-th
-{
- padding-right: 10px;
-}
-input
-{
- color: #CCCCCC;
- font-family: Verdana;
- font-size: 12px;
- font-weight: bold;
- background-color: #15313B;
- border-style: solid;
- border-width: 1px;
- border-color: #607080;
- margin: 3px 3px 3px 3px;
-}
-select {
- color: #CCCCCC;
- font-family: Verdana;
- font-size: 12px;
- background-color: #15313B;
-}
-textarea
-{
- background-color: #15313B;
- color: #CCCCCC;
- font-family: Verdana;
- font-size: 12px;
-}
-.table-header
-{
- background: #607080;
- vertical-align: top;
-}
-.header1
-{
- color: #CCCCCC;
- font-family: Verdana;
- font-size: 17px;
- font-weight: 900;
-}
-.header2
-{
- color: #CCCCCC;
- font-family: Verdana;
- font-size: 14px;
- font-weight: 900;
-}
-.headrow
-{
- background:#CCCCCC;
- font-size: 12px;
-}
-.odd
-{
- background:#405060;
- font-size: 12px;
-}
-.even
-{
- background:#304050;
- font-size: 12px;
-}
-.blank
-{
- background: #fff;
-}
-.border
-{
- background:#607080;
-}
-.header
-{
- font-size: 12px;
-}
-.error
-{
- color: #FF8080;
- font-weight: bold;
-}
-.fatalerror
-{
- padding-top: 3px;
- padding-bottom: 3px;
- color: #FF8080;
- border-right:4px solid #FF8080;
- border-bottom:4px solid #FF8080;
- border-left:4px solid #FF8080;
- border-top:4px solid #FF8080;
- font-size: 12px;
- font-weight: 900;
- text-align: center;
-}
-.disabled
-{
- text-decoration: line-through;
-}
-.alphabet
-{
- font-size: 12px;
- font-weight: normal;
-}
-
-.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; }
-
-.text-action a,.text-action li { background: #405060; }
-
-/*************** Main Menu *****************/
-
-#sidebar h3 { display:none; }
-
-#sidebar li {
- /* float: left; Uncomment for horizontal */
- margin: 0;
- border-right: 1px solid #607080;
- border-bottom: 1px solid #607080;
- display: block;
- background: #283848;
- padding: 5px 0px 5px 10px;
- width: 10.5em;
-}
-
-
-#sidebar li:hover {
- background: #405060;
-}
-
-
-#sidebar li:active {
- background-color:#FFFFFF;
- z-index:30;
-}
-
-.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; */
-} \ No newline at end of file