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
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="http://code.jquery.com/jquery.min.js"></script> | |
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" type="text/css" /> | |
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> | |
<script type="text/javascript" src="http://davidstutz.github.io/bootstrap-multiselect/dist/js/bootstrap-multiselect.js"></script> | |
<link rel="stylesheet" href="http://davidstutz.github.io/bootstrap-multiselect/dist/css/bootstrap-multiselect.css" type="text/css"/> | |
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
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>SANKEY with auto links</title> | |
<style> | |
#graph { | |
font-family: "Helvetica Neue", sans-serif; | |
} | |
.node rect { |
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
// positionNow is the current X offset of the vertical scrollable frame | |
purchaseWindow.originalX: (screenWidth - purchaseWindow.width)/2 // centered position of purchase Window | |
// parallax purchaseWindow | |
parallaxPurchaseWindow = function(min,visibility) { | |
// visibility (true/false) determines if we offset it by screenWidth; | |
if (visibility) | |
offset = screenWidth; | |
else |
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
/** | |
* Button Test Suite | |
*/ | |
html { | |
height: 100%; | |
background: #333; | |
font-family: Helvetica, sans-serif; | |
font-weight: bold; | |
color: #999; |
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
/** | |
* Button Test Suite | |
*/ | |
html { | |
height: 100%; | |
background: #333; | |
font-family: Helvetica, sans-serif; | |
font-weight: bold; | |
color: #999; |
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
/** | |
* Splash Screen Aspect Ratio Test | |
*/ | |
html { | |
height: 100%; | |
background-size: cover; | |
background-repeat: no-repeat; | |
background-position: center; | |
font-family: Helvetica, sans-serif; |
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
/** | |
* Splash Screen Aspect Ratio Test | |
*/ | |
html { | |
height: 100%; | |
background-size: cover; | |
background-repeat: no-repeat; | |
background-position: center; | |
font-family: Helvetica, sans-serif; |
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
/** | |
* Splash Screen Aspect Ratio Test | |
*/ | |
html { | |
height: 100%; | |
background-size: cover; | |
background-repeat: no-repeat; | |
background-position: center; | |
font-family: Helvetica, sans-serif; |
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
/** | |
* Splash Screen Aspect Ratio Test | |
*/ | |
html { | |
height: 100%; | |
background-size: cover; | |
background-repeat: no-repeat; | |
background-position: center; | |
font-family: Helvetica, sans-serif; |