1
0
Fork 0
oldhaven/public/css/layout.css

42 lines
596 B
CSS
Raw Normal View History

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;
-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;
min-width: 1000px;
2011-06-14 16:05:12 +00:00
}
#header-container {
margin-right: 350px;
}
#player-container {
width: 350px;
height: 600px;
float: right;
background-color: #222;
2011-06-14 16:05:12 +00:00
}
#data-container {
width: auto;
margin-right: 350px;
2011-06-15 01:42:50 +00:00
overflow-y: auto;
min-width: 650px;
2011-06-14 16:05:12 +00:00
}
#player {
width: 100%;
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
}