This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| Striped background | |
| # What? # | |
| A striped background based on linear-gradients | |
| Inspired by the header background image of http://www.wearejh.com | |
| # 2012 by Tim Pietrusky | |
| # timpietrusky.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="banner"> | |
| <div class="line"> | |
| <span>Fancy Banners</span> | |
| </div> | |
| <div class="line"> | |
| <span>Make It Look</span> | |
| </div> | |
| <div class="line"> | |
| <span>Nice & Classy</span> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Background: | |
| <input type="radio" id="blackBack" name="back" checked/> | |
| <label for="blackBack">Black</label> | |
| <input type="radio" id="whiteBack" name="back"/> | |
| <label for="whiteBack">White</label> | |
| <input type="radio" id="grayBack" name="back"/> | |
| <label for="grayBack">Gray</label><br/> | |
| Period: | |
| <input type="radio" id="pulse" name="period"/> | |
| <label for="pulse">Pulse</label> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <ul id="nav"> | |
| <li><a href="#" class="icon-home"></a></li> | |
| <li class="active"><a href="#" class="icon-camera"></a></li> | |
| <li><a href="#" class="icon-mail"></a></li> | |
| <li><a href="#" class="icon-comment"></a></li> | |
| <li><a href="#" class="icon-user"></a></li> | |
| <li><a href="#" class="icon-cog"></a></li> | |
| </ul> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <ul id="nav"> | |
| <li><a href="#" class="icon-home"></a></li> | |
| <li class="active"><a href="#" class="icon-camera"></a></li> | |
| <li><a href="#" class="icon-mail"></a></li> | |
| <li><a href="#" class="icon-comment"></a></li> | |
| <li><a href="#" class="icon-user"></a></li> | |
| <li><a href="#" class="icon-cog"></a></li> | |
| </ul> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="wrapper"> | |
| <form id="paper" method="get" action=""> | |
| <div id="margin">Title: <input id="title" type="text" name="title"></div> | |
| <textarea placeholder="Enter something funny." id="text" name="text" rows="4" style="overflow: hidden; word-wrap: break-word; resize: none; height: 160px; "></textarea> | |
| <br> | |
| <input id="button" type="submit" value="Create"> | |
| </form> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <label for="delete"> | |
| <div class="wrapper"> | |
| <div class="lid"></div> | |
| <div class="can"></div> | |
| <span>delete</span> | |
| </div> | |
| </label> | |
| <input type="checkbox" name="" id="delete"> | |
| <div class="dialog"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="pb"> | |
| <div id="progress"> | |
| <div id="done">Done!</div> | |
| </div> | |
| Loading... | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="pb"> | |
| <div id="progress"> | |
| <div id="done">Done!</div> | |
| </div> | |
| Loading... | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul> | |
| <li></li> | |
| <li></li> | |
| <li></li> | |
| <li></li> | |
| <li></li> | |
| <li></li> | |
| <li></li> | |
| <li></li> | |
| <li></li> |