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