summaryrefslogtreecommitdiffstats
path: root/templates/default.css
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-23 21:12:08 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-23 21:12:08 +0000
commitc0456fee32673d628882fad7307c4989e35db820 (patch)
treedbf9c432f414e9fba146d6c3f563a6f2e31f5217 /templates/default.css
parent6224281f3c405b0f41c597d504273fe5c237d4ad (diff)
downloadampache-c0456fee32673d628882fad7307c4989e35db820.tar.gz
ampache-c0456fee32673d628882fad7307c4989e35db820.tar.bz2
ampache-c0456fee32673d628882fad7307c4989e35db820.zip
new theme, temp breaking of all other themes... will be fixed I swear also re-indexing of mysql tables
Diffstat (limited to 'templates/default.css')
-rw-r--r--templates/default.css580
1 files changed, 580 insertions, 0 deletions
diff --git a/templates/default.css b/templates/default.css
new file mode 100644
index 00000000..3eabc34c
--- /dev/null
+++ b/templates/default.css
@@ -0,0 +1,580 @@
+<!--
+/*
+
+ 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.
+
+*/
+-->
+p {
+ color: #000000;
+}
+
+a {
+ color: #000000;
+ font-family: Verdana, Helvetica, sans-serif;
+}
+a:visited
+ {
+ color: #000000;
+ font-family: Verdana, Helvetica, sans-serif;
+ }
+a:active {
+ color: #000000;
+ font-family: Verdana, Helvetica, sans-serif;
+}
+.text-box {
+ display: table-cell;
+ padding-left:5px;
+ padding-top:5px;
+ padding-right:5px;
+ margin-bottom:10px;
+ background-color: #bbbbbb;
+ border-right:2px solid #000000;
+ border-bottom:2px solid #000000;
+ border-left:2px solid #000000;
+ border-top:2px solid #000000;
+}
+.selected_button {
+ background-color: black;color:white;
+}
+.unselected_button {
+ /* there really isn't anything for this */
+}
+.display {}
+
+#mpdpl td {
+ padding: 0px 2px 0px 2px;
+ text-align: left;
+}
+table.tabledata {}
+td {
+ padding: 0px 8px 0px 8px;
+ color: #000000;
+ font-family: Verdana, Helvetica, sans-serif;
+ font-size: 12px;
+}
+th {
+ padding-right: 10px;
+}
+input {
+ color: #000000;
+ font-family: Verdana, Helvetica, sans-serif;
+ font-size: 12px;
+ font-weight: bold;
+ background-color: #dddddd;
+ margin: 2px 2px 2px 2px;
+}
+select {
+ color: #000000;
+ font-family: Verdana, Helvetica, sans-serif;
+ font-size: 12px;
+ background-color: #dddddd;
+}
+textarea {
+ background-color: #dddddd;
+ color: #000000;
+ font-family: Verdana, Helvetica, sans-serif;
+ font-size: 12px;
+}
+.table-header {
+ background: url(/themes/classic/images/ampache-light-bg.gif) #dddddd repeat-x;
+ vertical-align: top;
+}
+ .header1
+ {
+ color: #000000;
+ font-family: Verdana, Helvetica, sans-serif;
+ font-size: 18px;
+ font-weight: 900;
+ }
+ .header2
+ {
+ color: #000000;
+ font-family: Verdana, Helvetica, sans-serif;
+ font-size: 14px;
+ font-weight: 900;
+ }
+ .headrow
+ {
+ background:#cccccc;
+ font-size: 12px;
+ }
+ .odd
+ {
+ background:#bbbbbb;
+ font-size: 12px;
+ }
+ .even
+ {
+ background:#dddddd;
+ font-size: 12px;
+ }
+.blank {
+ background: #fff;
+}
+.border {
+ background:#000000;
+}
+.header {
+ font-size: 12px;
+}
+.error {
+ color: #990033;
+}
+.fatalerror {
+ padding-top: 3px;
+ padding-left: 3px;
+ padding-right: 3px;
+ display: table-cell;
+ 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;
+}
+.disabled {
+ text-decoration: line-through;
+}
+.smallbutton {
+ border:0px;
+ padding-left:1px;
+ padding-right:1px;
+ font-size: 11px;
+ cursor: pointer;
+}
+/* These three lines make a menu vertical */
+ #content { float: none; }
+ #sidebar li { float: none; }
+ #sidebar li ul { margin: -1.5em 0 0 9em; }
+
+/* ////////////////////////////////////////////////////////////////*/
+/* De aqui pa'bajo, ros esta creando una hoja de estilos unica para todo Ampache */
+
+/* General style rules */
+body{
+ padding-top: 0px;
+ margin-top: 0px;
+ margin-left: 0px;
+ margin-right: 0px;
+ background-color:#d3d3d3;
+ font-family:Arial, Helvetica, Sans-Serif;
+}
+
+#maincontainer{
+ margin: 0px;
+}
+
+.alphabet {
+ margin: 10px;
+ font-size: 10px;
+ font-weight: normal;
+}
+
+/* Content block */
+#content {
+ top:90px;
+ margin-top:7px;
+ margin-left:135px;
+ /*float:left; use for horizontal menu; comment out otherwise */
+ background:#fff url("/themes/classic/images/bg_content.gif") repeat-y right top;
+}
+
+h3#content_title{
+ font-family:Arial,Helvetica,Sans-Serif;
+ font-size:12px;
+ line-height:32px;
+ color:#fff;
+ margin:0px;
+ padding:0px;
+ background:#8B8B8B url("/themes/classic/images/content_corner.gif") no-repeat right top;
+}
+
+h3#content_title span {
+ text-align:left;
+}
+
+/* Styles for Header */
+div#Header{
+ height:80px;
+ margin-bottom:3px;
+ padding:0px;
+}
+
+#Header h1 {
+ background: transparent url("/themes/classic/images/bg_login_0.jpg") no-repeat top left;
+ border:0px;
+ width: 439px;
+ height: 84px;
+ float: left;
+ margin:0px;
+ padding:0px;
+}
+
+#Header h1 span {
+ display:none
+}
+
+#Header h2 {
+ background: transparent url(/001/h2.gif) no-repeat top left;
+ margin-top: 75px;
+ width: 200px;
+ height: 18px;
+ float: right;
+}
+
+#Header h2 span {
+ font-size:10px;
+ margin-left:10px;
+}
+
+
+/* Sidebar */
+/**
+ * Experimental for menus (Thx Sigger)
+ * TO DO: Fill in 1px border around menus & submenu items
+ * Make padding apply to the li, not just an a. Moving padding: to li throws off the dropdown menu alignment.
+ */
+
+div#sidebar{
+ clear:both;
+ position:absolute;
+ left:5px;
+ top:87px;
+ background:url("/themes/classic/images/bg_navigation.gif") repeat-y left;
+}
+
+#sidebar h3 {
+ border:0px;
+ width: 120px;
+ height: 28px;
+ margin:0px;
+ padding:0px;
+ background: transparent url("/themes/classic/images/sidebar_top.jpg") no-repeat left;
+
+}
+
+#sidebar h3 span {
+ display:none
+}
+
+#sidebar ul {
+ margin: 0px;
+ list-style: none;
+ font-family:Arial, Helvetica, Sans-Serif;
+ font-size:10px;
+ padding: 0px;
+ line-height: 1.0;
+}
+
+#sidebar li {
+ margin: 0;
+ display: block;
+ border-bottom: 1px solid #8B8B8B;
+ border-left: 1px solid #8B8B8B;
+ border-right: 1px solid #8B8B8B;
+ border-top: 1px solid #8B8B8B;
+ /* float: left; /* use for horizontal menu; comment out otherwise */
+ padding: 5px 0px 5px 10px;
+ width: 10.5em;
+ background-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:#000000;
+ background-color:#DDDDDD;
+}
+
+#sidebar li:active {
+ background-color:#CCCCCC;
+ z-index:30;
+}
+
+#sidebar li ul {
+ float: left;
+ position: absolute;
+ width: 9em;
+ margin: -1.5em 0 0 10.5em; /* for vertical menu; comment out otherwise */
+/* margin: 0.5em 0 0 -1.1em; /* for horizontal 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) */
+ z-index:30;
+}
+
+#sidebar li:hover ul, #sidebar li.sfhover ul {
+ left: auto; /* this calls the submenu back when the parent li is hovered. */
+}
+
+/* Styles for Now Playing */
+#nowplaying{
+ clear: all;
+ margin: 10px;
+}
+
+#np_container1{
+ width: 250px;
+ height: 18px;
+ padding: 0px;
+ margin: 0px;
+ background: #fff url("/themes/classic/images/tb_tab.jpg") no-repeat top left;
+}
+
+#np_container1 h1{
+ font-size: 10px;
+ font-weight: bold;
+ padding: 2px;
+}
+
+#np_container2{
+ border-width: 1px 1px 1px 1px;
+ border-style: solid;
+ border-color:#ddd #999 #999 #ccc;
+ padding: 6px;
+ font-family: Verdana, sans-serif;
+ font-size: 10px;
+ line-height: 12px;
+ color: #000;
+ background: #D6D6D4 url("/themes/classic/images/bg_row.jpg") repeat top left;
+}
+
+
+/* Styles for Login template */
+#container{
+ margin:100px auto 0px auto;
+ width:437px;
+ font-size: 12px;
+ text-align:center;
+}
+#container h1{
+ background:url("/themes/classic/images/bg_login_0.jpg") no-repeat;
+ height:81px;
+ margin-bottom:8px;
+}
+#container h1 span{
+ display:none;
+}
+#container div{
+ background:url("/themes/classic/images/bg_login_1.jpg") no-repeat;
+ height:285px;
+}
+#loginp_0{
+ color:#333;
+ margin-top:0px;
+ padding-top:60px;
+}
+.loginp_1{
+ text-align:right;
+ padding-right:100px;
+}
+.loginp_1 span{
+ font-weight:bold;
+}
+.loginp_1 input{
+ border:1px solid #999;
+}
+input.text_input {
+width:12em;
+}
+.loginp_1 input.check_input {
+margin-right:5em;
+}
+/* Footer */
+#footer {
+ margin-left: 150px;
+ margin-bottom: 10px;
+}
+
+#footer p {
+ color:#999999;
+ font-size:10px;
+}
+#topbar {
+ height: 80px;
+ padding-top:3px;
+ padding-left:10px;
+}
+#topbarright {
+ float: right;
+ font-size: 10px;
+}
+#topbarleft, #topbarleft a{
+ float: left;
+}
+/* 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 a{
+ display:block;
+ width:16px;
+ height: 15px;
+ text-decoration: none;
+ text-indent: -9000px;
+ z-index: 20;
+ position: absolute;
+ padding: 0px;
+}
+.star-rating li a:hover{
+ background: url(/images/ratings/star_rating.gif) left center;
+ z-index: 2;
+ left: 0px;
+}
+li.zero-stars a:hover {
+ background: url(/images/ratings/x.gif);
+ height: 15px;
+ left: 80px;
+ display: block;
+}
+a.zero-stars {
+ background: url(/images/ratings/x_off.gif);
+ height: 15px;
+ left: 80px;
+ display: block;
+}
+a.one-stars{
+ left: 0px;
+}
+a.one-stars:hover{
+ width:16px;
+}
+a.two-stars{
+ left:16px;
+}
+a.two-stars:hover{
+ width: 32px;
+}
+a.three-stars{
+ left: 32px;
+}
+a.three-stars:hover{
+ width: 48px;
+}
+a.four-stars{
+ left: 48px;
+}
+a.four-stars:hover{
+ width: 64px;
+}
+a.five-stars{
+ left: 64px;
+}
+a.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;
+}
+.confirmation-box {
+ padding-left:5px;
+ padding-top:5px;
+ padding-right:5px;
+ margin-bottom:10px;
+ display: table-cell;
+ background-color: #bbbbbb;
+ border-right:2px solid #000000;
+ border-bottom:2px solid #000000;
+ border-left:2px solid #000000;
+ border-top:2px solid #000000;}
+.text-action, .text-action li {
+ margin-top:5px;
+ list-style: none;
+ margin-bottom:5px;
+ padding-left:0px;
+}
+.text-action a, .text-action span {
+ background: #dddddd;
+ border:1px solid #000000;
+ padding-left:2px;
+ padding-right:2px;
+ text-decoration: none;
+}
+.text-action #pt_active {
+ background: #000000;
+ color: #ffffff;
+ border:1px solid #dddddd;
+}
+#nowplaying {
+ background: #bbbbbb;
+}
+.np_row {
+ display:block;
+ background: #dddddd;
+ padding-top: 3px;
+ padding-bottom: 3px;
+}
+.np_cell {
+ display: inline;
+ margin: 10px;
+}
+#tablist {
+ padding: 3px 0;
+ margin: 12px 0 0 0;
+ font: bold 12px Verdana, sans-serif;
+}
+
+#tablist li {
+ list-style: none;
+ margin: 0;
+ display: inline;
+}
+
+#tablist li a {
+ padding: 3px 0.5em;
+ margin-left: 3px;
+ border: 1px solid #cccccc;
+ border-bottom: none;
+ background: #dddddd;
+ text-decoration: none;
+}
+
+#tablist li a:link { color: #222222; }
+#tablist li a:visited { color: #000000; }
+
+#tablist li a:hover {
+ color: #000000;
+ background: #bbbbbb;
+ border-color: #000000;
+}
+
+#tablist li a#current {
+ color: #000000;
+ background: #bbbbbb;
+ border-color: #000000;
+ border-bottom: 1px solid #000000;
+}
+