2011-06-14 16:05:12 +00:00
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2011-06-26 05:25:30 +00:00
|
|
|
html, body {
|
2011-06-14 16:05:12 +00:00
|
|
|
overflow: hidden;
|
2011-06-26 05:25:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2011-06-27 11:14:14 +00:00
|
|
|
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
|
2011-06-14 16:05:12 +00:00
|
|
|
font-size: 14px;
|
2011-06-16 02:33:08 +00:00
|
|
|
-moz-user-select: none;
|
|
|
|
-khtml-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
user-select: none;
|
2011-06-17 19:26:03 +00:00
|
|
|
cursor: default;
|
2011-06-20 20:42:21 +00:00
|
|
|
min-width: 1000px;
|
2011-06-26 05:25:30 +00:00
|
|
|
width: 100%;
|
2011-06-14 16:05:12 +00:00
|
|
|
}
|
|
|
|
|
2011-06-27 11:14:14 +00:00
|
|
|
.header-container {
|
2011-06-14 16:05:12 +00:00
|
|
|
margin-right: 350px;
|
|
|
|
}
|
2011-06-27 11:14:14 +00:00
|
|
|
.player-container {
|
2011-06-14 16:05:12 +00:00
|
|
|
width: 350px;
|
|
|
|
height: 600px;
|
|
|
|
float: right;
|
2011-06-20 20:42:21 +00:00
|
|
|
background-color: #222;
|
2011-06-14 16:05:12 +00:00
|
|
|
}
|
2011-06-27 11:14:14 +00:00
|
|
|
.data-container {
|
2011-06-14 16:05:12 +00:00
|
|
|
width: auto;
|
|
|
|
margin-right: 350px;
|
2011-06-15 01:42:50 +00:00
|
|
|
overflow-y: auto;
|
2011-06-20 20:42:21 +00:00
|
|
|
min-width: 650px;
|
2011-06-14 16:05:12 +00:00
|
|
|
}
|
|
|
|
|
2011-06-27 11:14:14 +00:00
|
|
|
.player {
|
2011-06-14 16:05:12 +00:00
|
|
|
width: 100%;
|
2011-06-14 21:29:36 +00:00
|
|
|
height: 120px;
|
2011-06-14 16:05:12 +00:00
|
|
|
}
|
2011-06-27 11:14:14 +00:00
|
|
|
.playlist {
|
2011-06-14 16:05:12 +00:00
|
|
|
width: 100%;
|
2011-06-15 01:42:50 +00:00
|
|
|
overflow-y: auto;
|
2011-07-04 15:09:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.subpages {
|
|
|
|
display: none;
|
2011-06-14 16:05:12 +00:00
|
|
|
}
|