Sha256: fc5676047c2086445b71811eb1611cc8980fc499a42073f35985c32dab4e4d39

Contents?: true

Size: 505 Bytes

Versions: 3

Compression:

Stored size: 505 Bytes

Contents

/*  Back Top Button  */
#back-top {
  position: fixed;
  bottom: 30px;
  margin-left: 1040px;
}
#back-top a {
  width: 54px;
  height: 54px;
  display: block;
  background: #ddd url(/img/Back-Top_Arrow.png) no-repeat center center;
  background-color: #aaa;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  background-color: #777;
}
/*  Back Top Button  End */

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-wapiti-0.1.2 css/backtop.css
jekyll-theme-wapiti-0.1.1 css/backtop.css
jekyll-theme-wapiti-0.1.0 lib/css/backtop.css