<link href="../motion-ui/dist/motion-ui.css" rel="stylesheet" />\r
<link href="../assets/css/foundation.css" rel="stylesheet" />\r
<style type="text/css">\r
- \r
+\r
section{height:60em;}\r
nav{height:4em!important;}\r
.sticky{width: 100%;}\r
.highlight{background:#A1D4E9;}\r
.top-bar, .top-bar ul, .dark{background:#3a3a3a; color:#A1D4E9 }\r
.top-bar a{color: #A1D4E9;}\r
- .active{background:#A1D4E9;color:white!important;}\r
+ .is-active{background:#A1D4E9;color:white!important;}\r
.well{padding:3rem;}\r
\r
</style>\r
</div>\r
</div>\r
</nav>\r
- \r
+\r
<section id="heading">\r
<h1 class="text-center well">Pre-anchor Section</h1>\r
<div class="well">\r
<p>Incorrect: Navigation item one is active before first anchor point at section One.</p>\r
- Correct: \r
+ Correct:\r
<ul>\r
<li>Navigation items should be inactive until first anchor point.</li>\r
<li>URL should contain no hash</li>\r
</ul>\r
</div>\r
</section>\r
- \r
+\r
</header>\r
<main>\r
- \r
+\r
<section id="one" class="highlight" data-magellan-target="one">\r
<h1 class="text-center well">Section One</h1>\r
<div class="well">\r
<h1 class="text-center well">Section Six</h1>\r
</section>\r
\r
- \r
+\r
</main>\r
\r
<script src="../assets/js/vendor.js"></script>\r
<title>Foundation for Sites Testing</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link href="../assets/css/foundation.css" rel="stylesheet" />
-
+
<style>
.container {
background-color: rgba(255,0,0,0.7);
}
-
+
.fail {
color: red;
font-weight: bold;
font-weight: normal;
color: black;
}
-
+
.menu-title {
text-transform: uppercase;
font-size: 1rem;
padding: 1rem 1rem .5rem 1rem;
}
- .menu .active {
+ .menu .is-active {
background-color: #2199e8;
color: white;
}
</div>
</div>
-
+
<div class="row test-container">
-
+
<div class="small-12 medium-6 columns">
<div id="foo1" class="foo" data-magellan-target="foo1">
<h1>#foo1</h1>
$(document).foundation();
</script>
</body>
-</html>
\ No newline at end of file
+</html>