@import url(http://fonts.googleapis.com/css?family=Nobile);
@import url(http://fonts.googleapis.com/css?family=Crimson+Text);

body.minivishnu {
  background: #d3d3db;
}

/* for browsers that support backgroundsize */
.backgroundsize body.minivishnu {
  background: #d3d3db url(../imgs/ghost_shit.jpg);
  background-attachment: fixed;
  background-size: cover,cover;
  -webkit-background-size: cover,cover;
  -moz-background-size: cover,cover;
  -o-background-size: cover,cover;
}

/* ipad 3.2 lies about supporting backgroundsize. this is hack
   since it definitely doesn't support hashchange, so use this
   as a proxy to detect the ipad */
.no-hashchange body.minivishnu {
  background: #d3d3db;
}

body.minivishnu a,
body.minivishnu a:visited {
  text-decoration: none;
  color: #000;
}

body.minivishnu a:hover {
  background-color: #ccc;
}

div.container {
  /* set in js
    margin-top: 96px; */
  margin-top: -300px;
  margin-bottom: 96px;
  width: 576px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: margin-top 0.2s ease-in;
  -moz-transition: margin-top 0.2s ease-in;
}

.un {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

