Sha256: 444b577b300d550519f6b3abfa491d427da800b58d665e2e3383e9a463def686

Contents?: true

Size: 757 Bytes

Versions: 4

Compression:

Stored size: 757 Bytes

Contents

//@media screen and (orientation: portrait)
html, body
  background-color: black
  color: lightgreen
  margin: 0
  padding: 0
  //width: 100%
  //height: 100%

@media screen and (orientation: landscape)
  html, body
    width: 100%
  h1
    color: blue

@media screen and (orientation: portrait)
  html, body
    width: 100%
  h1
    color: orange

.content
  -webkit-transition: height 0.1s linear
  h1.status
    font-size: 200%
    color: white
.header
.footer
  font-size: 120%
  .right
    float: right
//.content > #area
  //padding: 0px !important
#area
  width: 100%
  height: 100%
#status
  padding: 10px

#keyboard
  border: 0
  background: transparent 
  margin: 0
  padding: 0
  position: absolute
  outline: none
  resize: none
  display: none

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fingerpoken-0.3.1 views/style.sass
fingerpoken-0.3.0 views/style.sass
fingerpoken-0.2.20110104190832 views/style.sass
fingerpoken-0.2.20110102034531 views/style.sass