== Usage
gem 'zombie_apocalypse', :git => 'git://gist.github.com/3215262.git'
Zombie::Apocalypse.instance.yet? # => true/false
== Usage
gem 'zombie_apocalypse', :git => 'git://gist.github.com/3215262.git'
Zombie::Apocalypse.instance.yet? # => true/false
| /** | |
| * Label-trigerred submit | |
| */ | |
| label { | |
| cursor: pointer; | |
| color: blue; | |
| border: 1px solid #CCC; | |
| padding: 3px 6px; | |
| } |
| /** | |
| * List bar | |
| */ | |
| .listbar_wrap { | |
| color: #fff; | |
| background-color: #8E8E8E; | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#8E8E8E), to(#717171)); /* Chrome, Safari 4+ */ | |
| background-image: -webkit-linear-gradient(top, #8E8E8E, #717171); /* Chrome 10+, iOS 5+, Safari 5.1+ */ | |
| background-image: -moz-linear-gradient(top, #8E8E8E, #717171); /* Firefox 3.6-15 */ |
| /** | |
| * Tabs | |
| */ | |
| .clearfix:before, | |
| .clearfix:after { | |
| content: " "; /* 1 */ | |
| display: table; /* 2 */ | |
| } | |
| /** CSS3 Flared Borders (on top) | |
| * adapted from: http://orderedlist.com/blog/articles/flared-borders-with-css/ | |
| */ | |
| html { | |
| background:#FFF; | |
| } | |
| * {border: 0; border-collapse: collapse; empty-cells: show; margin: 0; padding: 0} | |
| body {font-size: 62.5%; font-family: Arial, Helvetica, sans-serif} |
| /** | |
| * mainNav | |
| */ | |
| * { | |
| border: 0; | |
| border-collapse: collapse; | |
| empty-cells: show; | |
| margin: 0; | |
| padding: 0; } |
| /** | |
| * Filter buttons | |
| */ | |
| * { | |
| border: 0; | |
| border-collapse: collapse; | |
| empty-cells: show; | |
| margin: 0; | |
| padding: 0; } |
| /** | |
| * text-like inputs | |
| */ | |
| table input[type="text"] { | |
| border: 1px solid transparent; | |
| background: white; | |
| padding: 3px 5px; | |
| } | |
| table input[type="submit"] { |
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| .apple { | |
| display:block; | |
| height: 273px; | |
| width: 1024px; | |
| background-color: #EA294C; | |
| background-image: -webkit-linear-gradient(left, #EA294C, #EA294C 16.6%, #EA6F3C 16.6%, |
| /** | |
| * Construction site | |
| */ | |
| ul, | |
| ol { | |
| margin-top: 0; | |
| margin-bottom: 10px; | |
| } |