diff -r 000000000000 -r c63de9eb7045 themes/funkymonkey/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/funkymonkey/style.css Sun Mar 23 14:59:33 2008 -0400 @@ -0,0 +1,44 @@ +/** + * 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; + padding: 0 8px; +} + +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#playlist { + margin-top: 42px; +}