Sha256: 84942dd6658e0380115d097d67307fea46740a36a2e1fadd6047dacceeb11267

Contents?: true

Size: 1.03 KB

Versions: 10

Compression:

Stored size: 1.03 KB

Contents

@charset "utf-8";

@import "normalize";
@import "font-awesome";

body {
  background: #d4d4d4 image-url("background.png");
  text-align: center;
  font-family: sans-serif;
}

h1 {
  color: rgba(0, 0, 0, .3);
  font-weight: bold;
  font-size: 32px;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  background: image-url("middleman.png") no-repeat center 100px;
  padding: 350px 0 10px;
  margin: 0;
}

.doc {
  font-size: 14px;
  margin: 0;
  &:before,
  &:after {
    opacity: .2;
    padding: 6px;
    font-style: normal;
    position: relative;
    content: "•";
  }
  a {
    color: rgba(0, 0, 0, 0.3);
  }
  a:hover {
    color: #666;
  }
}

.welcome {
  -webkit-animation-name: welcome;
  -webkit-animation-duration: .9s;
}

@-webkit-keyframes welcome {
  from {
    transform: scale(0);
    opacity: 0;
  }
  50% {
   transform: scale(0);
   opacity: 0;
  }
  82.5% {
    transform: scale(1.03);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  to {
    transform: scale(1);
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
font-awesome-middleman-4.5.0 test/dummy/source/stylesheets/all.css.scss
font-awesome-middleman-4.4.1 test/dummy/source/stylesheets/all.css.scss
font-awesome-middleman-4.4.0 test/dummy/source/stylesheets/all.css.scss
font-awesome-middleman-4.3.0 test/dummy/source/stylesheets/all.css.scss
font-awesome-middleman-4.2.3 test/dummy/source/stylesheets/all.css.scss
font-awesome-middleman-4.2.2 test/dummy/source/stylesheets/all.css.scss
font-awesome-middleman-4.2.1 test/dummy/source/stylesheets/all.css.scss
font-awesome-middleman-4.2.0 test/dummy/source/stylesheets/all.css.scss
font-awesome-middleman-4.1.1 test/dummy/source/stylesheets/all.css.scss
font-awesome-middleman-4.1.0 test/dummy/source/stylesheets/all.css.scss