2011-06-14 16:05:12 +00:00
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
overflow: hidden;
|
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header-container {
|
|
|
|
margin-right: 350px;
|
|
|
|
}
|
|
|
|
#player-container {
|
|
|
|
width: 350px;
|
|
|
|
height: 600px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#data-container {
|
|
|
|
width: auto;
|
|
|
|
margin-right: 350px;
|
2011-06-15 01:42:50 +00:00
|
|
|
overflow-y: auto;
|
2011-06-14 16:05:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#player {
|
|
|
|
width: 100%;
|
2011-06-14 21:29:36 +00:00
|
|
|
height: 120px;
|
2011-06-14 16:05:12 +00:00
|
|
|
}
|
|
|
|
#playlist {
|
|
|
|
width: 100%;
|
2011-06-15 01:42:50 +00:00
|
|
|
overflow-y: auto;
|
2011-06-14 16:05:12 +00:00
|
|
|
}
|