722 js/vis.js

Large diffs are not rendered by default.

BIN +96.5 KB smoke2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 vis.css
@@ -1,24 +1,32 @@
/*@import url('http://fonts.googleapis.com/css?family=Lato:300,400,700,900');*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
* {

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
* {
margin: 0;
padding: 0;
}
body, html {
height:100%;

body,
html {
height: 100%;
}
#bg, #bg_fog {
position:absolute;
width:100%;
height:100%;

#bg,
#bg_fog {
position: absolute;
width: 100%;
height: 100%;
}

#bg_fog {
opacity: 0.15;
opacity: 0.2;
}

body {
font-family: sans-serif;
background-color: #000;
}

#hue {
color: #fff;
width: 50%;
@@ -30,11 +38,13 @@ body {
font-size: 3em;
text-align: center;
}

.content {
position: absolute;
top: calc(50% - 236.25px);
left: 50px;
}

.content .names {
color: #fff;
display: block;
@@ -45,10 +55,8 @@ body {
letter-spacing: -3.8px;
margin-top: -26px;
margin-left: -2px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

.content .title {
color: #fff;
display: block;
@@ -59,32 +67,35 @@ body {
text-transform: uppercase;
letter-spacing: -2px;
text-overflow: ellipsis;
overflow: auto;
white-space: nowrap;
overflow: hidden;
}
.art, .info {

.art,
.info {
float: left;
}

.art img {
margin-top: 40px;
max-width: 160px;
max-height: 160px;
margin-right: 30px;
}

img[src=""] {
display: none
}

.info {
margin-top: 40px;
height: 110px;
padding-top: 25px;
padding-bottom: 25px;
}

#audioDebug {
position:absolute;
position: absolute;
background-color: #000;
}

img[src=""] {
display: none;
}