#content { margin: 16px 120px; } body { background-color: #bbb; background: url('/images/background.png'); } h1, h2 { background-color: #fff; text-rendering: optimizeLegibility; padding: 8px 12px; display: none; } h1 { font-size: 2.2em; margin-bottom: 24px; } h2 { clear: left; font-size: 1.8em; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } #player { margin-bottom: 32px; } #player:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; } #filter { background: none; /* Old browsers */ background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, rgba(255,255,255,0.30)), color-stop(0.5, rgba(255,255,255,0.25)), color-stop(0.5, rgba(255,255,255,0.1)), color-stop(1, rgba(255,255,255,0.30))); position: absolute; top: 0px; left: 0px; height: 200px; width: 200px; } #controls { position: relative; width: 200px; float: left; min-height: 200px; } #controls img { -webkit-box-shadow: 0px 3px 4px #666; -moz-box-shadow: 0px 3px 4px #666; box-shadow: 0px 3px 4px #666; } #controls img, #controls #filter, h1 { -moz-border-radius: 4px; border-radius: 4px; } ul { margin: 0px; list-style-type: none; margin-bottom: 24px; } #now_playing { margin-left: 220px; } li, h1, h2 { text-shadow: 0px 1px 1px #ffffff; filter: dropshadow(color=#ffffff, offx=0, offy=1); background: #eeeeee; /* Old browsers */ background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* W3C */ } li, h2, h1 { border: 1px solid #989898; } li, h2 { border-bottom-width: 0px; } li { padding: 8px; font-weight: bold; } li:last-child { border-bottom-width: 1px; } li.playing { border-color: #007cf9; background: #7abcff; /* Old browsers */ background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera11.10+ */ background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */ background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */ color: #fff; text-shadow: 0px -1px 1px #777777; filter: dropshadow(color=#777777, offx=0, offy=-1); } li.playing+li { border-top-color: #007cf9; }