Sha256: 2d19aeafae3f145dd1f591f2955d28ed7ac98a95d4b725deea809e62958a03f2

Contents?: true

Size: 641 Bytes

Versions: 2

Compression:

Stored size: 641 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
  h1.status
    font-size: 400%
    color: white
.header
.footer
  font-size: 120%
  .right
    float: right
//.content > #area
  //padding: 0px !important
#area
  width: 100%
  height: 100%
#status
  padding: 10px

#keyboard
  width: 100%
  height: 100%
  margin: 0
  padding: 0
  

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fingerpoken-0.2.20101227000817 views/style.sass
fingerpoken-0.2.20101217123250 views/style.sass