Sha256: b41bd2a8da936fbab00a7bfc67ab15332aa11be68966240803a12519eb47ec71

Contents?: true

Size: 592 Bytes

Versions: 1

Compression:

Stored size: 592 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
.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

1 entries across 1 versions & 1 rubygems

Version Path
fingerpoken-0.2.20101216024109 views/style.sass