themes/iphone/style.css
author Dan
Sun, 23 Mar 2008 22:44:52 -0400
changeset 5 9b96265b5918
parent 4 cde92f6ec29f
child 10 d3059e20b0fa
permissions -rw-r--r--
Relicensed to GPLv2. Previous revisions should not be downloaded as they do not contain copies of appropriate licenses, which will be added in a later commit. Completed interface for mobile devices.

/**
 * Based upon the AmaroK WebControl interface by:
 *    Jonas Christian Drewsen ( kde at xspect dot dk )
 *    André Kelpe ( fs111 at web dot de )
 *    Peter C. Ndikuwera ( pndiku at gmail dot com )
 */

body {
  font-family: sans-serif;
  background-color: #9cb2cd;
  color: #ffffff;
  margin: 0;
  padding: 0;
  width: 320px;
}

div.tblholder {
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

div.tblholder table {
  background-color: #596082;
}

tr th {
  background-color: #697092;
}

tr.row1 td {
  background-color: #394062;
}

tr.row2 td {
  background-color: #202050;
}

tr.current td {
  background-color: #495072;
  color: #ffff00;
}

div#playbar {
  width: 320px;
  padding: 0;
  margin: 0 0 10px 0;
  background-image: url(images/playbar.gif);
  background-repeat: repeat-x;
  background-color: #383f61;
  border-bottom: 1px solid #000000;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
}

div.playbar-inner {
  padding: 5px;
  line-height: 22px;
}

a img {
  border-width: 0;
}

div#playlist {
  margin: 138px 8px 0 8px;
}

a.tracklink {
  text-decoration: none;
  color: white;
}

div.track_inner {
  display: none;
}

div#playlist tr.current a.tracklink {
  color: #ffff00;
}

span#playmeter, span#volume_wrap {
  position: relative;
  top: -7px;
}

a.volume_button {
  padding-right: 18px;
  margin-right: 1px;
  background-color: #33395d;
  border: 1px solid #909090;
  text-decoration: none;
}

a.volume_button_active {
  background-color: #9090c2;
  border-color: #d0d0d0;
}

div#footer {
  background-image: url(images/playbar.gif);
  background-repeat: repeat-x;
  text-align: center;
  margin-top: 10px;
  padding: 5px;
}