== Usage
gem 'zombie_apocalypse', :git => 'git://gist.github.com/3215262.git'
Zombie::Apocalypse.instance.yet? # => true/false
| /** | |
| * Filter buttons | |
| */ | |
| * { | |
| border: 0; | |
| border-collapse: collapse; | |
| empty-cells: show; | |
| margin: 0; | |
| padding: 0; } |
| /** | |
| * mainNav | |
| */ | |
| * { | |
| border: 0; | |
| border-collapse: collapse; | |
| empty-cells: show; | |
| margin: 0; | |
| padding: 0; } |
| /** 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} |
| /** | |
| * Tabs | |
| */ | |
| .clearfix:before, | |
| .clearfix:after { | |
| content: " "; /* 1 */ | |
| display: table; /* 2 */ | |
| } | |
| /** | |
| * 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 */ |
| /** | |
| * Label-trigerred submit | |
| */ | |
| label { | |
| cursor: pointer; | |
| color: blue; | |
| border: 1px solid #CCC; | |
| padding: 3px 6px; | |
| } |
== Usage
gem 'zombie_apocalypse', :git => 'git://gist.github.com/3215262.git'
Zombie::Apocalypse.instance.yet? # => true/false
| /** | |
| * SalesKing links tryout | |
| */ | |
| a, a:link, a:visited, .link {background-color: transparent;color: #900;} | |
| a:hover, .link:hover {cursor: pointer; text-decoration:underline;} | |
| .link.disabled:hover {cursor: help; text-decoration:line-through;} | |
| :link, :visited, :hover, :active, :focus {text-decoration: none;} | |
| a, a:link, a:visited {background-color: transparent;color: #900;} | |
| min-height: 100%; |
| /** | |
| * Image alt content | |
| */ | |
| body { | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height:100%; | |
| } | |
| img:before { |
| /** | |
| * Image alt content | |
| */ | |
| body { | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height:100%; | |
| } | |
| img:before { |