
@import url(//fonts.googleapis.com/css?family=Doppio+One:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  background: #333;
  color: #f0f0f0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
  font-weight: 300;
  color: #fff;
}

a.stealth {
  color: inherit;
}

a.stealth p {
  color: #444;
}

label {
  color: #d0d0d0;
}

.titlebar {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #222;
}

.titlebar h1 {
  margin: 0;
}

.titlebar .author {
  margin-top: 10px;
}

.logo {
  width: 240;
  height: 80;
  overflow: hidden;
  background: url(/images/meiguro-logo.png) transparent center no-repeat;
}

.blinds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}

.full.row,
.full .row {
  max-width: 100%;
}

.full .row {
  margin: 0;
}

.flush,
.flush.row,
.flush.columns {
  margin: 0;
  padding: 0;
}

.flush\! {
  margin: 0 !important;
  padding: 0 !important;
}

.status-bar {
  height: 30px;
  padding: 7px 3px;
}

.status-bar .clock {
  color: #f0f0f0;
  font-family: "Doppio One", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
  letter-spacing: 1px;
}

.titlebar-bar {
  height: 80px;
}

.titlebar-after {
  height: 60px;
}

section {
  background: #555;
}

section:after {
  margin-top: 30px;
  display: block;
  content: "";
  height: 10px;
  margin-bottom: 10px;
  background: #444;
}

.large-screenshot {
  position: relative;
  margin: 0;
  margin-bottom: 22px;
  overflow: hidden;
}

.small-screenshot {
  position: relative;
  margin: 0;
  margin-bottom: 6px;
  overflow: hidden;
}

/* http://apps.eky.hk/css-triangle-generator/ */
.large-screenshot:after,
.small-screenshot:after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  opacity: 0;
}

.large-screenshot.loaded:after,
.small-screenshot.loaded:after {
  opacity: 0.10;
  transition: opacity 1s;
}

.large-screenshot:after {
  border-width: 200px 400px 0 0;
}

.small-screenshot:after {
  border-width: 100px 200px 0 0;
}

.action {
  list-style-type: none;
}

.action .download,
.action .download-now,
.action .comment,
.action .tweet,
.action .next {
  cursor: pointer;
  display: inline-block;
  padding: 4px 16px;
  margin: 5px 0;
  margin-right: 5px;
  color: #fff;
  font-size: 1.2em;
}

.action .download {
  background: #20A020;
}

.action .download-now {
  display: inline-block !important;
  background: #999;
}

.action .comment {
  background: #DF8523;
}

.action .tweet {
  background: #3ABCD5;
}

.action .next {
  background: #3A91D5;
}

