1
0
Fork 0
oldhaven/app/assets/stylesheets/common.scss

50 lines
673 B
SCSS
Raw Normal View History

2011-06-14 16:05:12 +00:00
* {
margin: 0;
padding: 0;
border: none;
}
html, body {
2011-06-14 16:05:12 +00:00
overflow: hidden;
}
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;
-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;
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;
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;
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%;
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
}