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
| svg.svgs | |
| filter#blur | |
| feGaussianBlur(stdDeviation="10") | |
| .container | |
| .content | |
| h1 |
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
| <html> | |
| <head> | |
| <title>Test Step Indicator</title> | |
| </head> | |
| </body> | |
| <div class="steps"> | |
| <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 767 25"> | |
| <title> | |
| StepIndicator | |
| </title> |
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://cdnjs.cloudflare.com/ajax/libs/processing.js/1.4.1/processing-api.min.js"></script> | |
| <meta name="description" content="Image Slider Demo" /> | |
| <meta charset="utf-8"> | |
| <title>Image Slider Demo</title> | |
| <link rel="stylesheet" type="text/css" href="http://tve-ws-stdev-tivo.elasticbeanstalk.com/assets/tve/common/css/vendor/necolas/normalize.css"/> | |
| <link rel='stylesheet' type="text/css" href="http://tve-ws-stdev-tivo.elasticbeanstalk.com/assets/tve/common/css/vendor/qtip2/jquery.qtip.css"> | |
| <link rel="stylesheet" type="text/css" href="http://tve-ws-stdev-tivo.elasticbeanstalk.com/assets/tve/common/js/vendor/ezmark/css/ezmark.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> | |
| <html> | |
| <head> | |
| <meta name="description" content="FontAwesome Checkbox - No Images!" /> | |
| <meta charset="utf-8"> | |
| <title>Custom Checkbox</title> | |
| <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="http://tvonline.atlanticbb.net/assets/tve/common/css/vendor/necolas/normalize.css"/> | |
| <link rel="stylesheet" type="text/css" href="http://tvonline.atlanticbb.net/assets/tve/abb/css/tipsy.css"> | |
| <link rel='stylesheet' type="text/css" href="http://tvonline.atlanticbb.net/assets/tve/common/css/vendor/qtip2/jquery.qtip.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
| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
| <title>Flip bug with Overflow</title> | |
| <link rel="stylesheet" type="text/css" href="http://cdn.jsdelivr.net/qtip2/2.1.1/jquery.qtip.css"> | |
| <link rel="stylesheet" type="text/css" href="qtip-bug.css"> | |
| <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script> | |
| <script type="text/javascript" src="http://cdn.jsdelivr.net/qtip2/2.1.1/jquery.qtip.js"></script> |
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> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <!-- Included JS Files --> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js" type="text/javascript"></script> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.js" type="text/javascript"></script> | |
| <script src="vmx_plugin_check.js"></script> | |
| <script> |