Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 33 additions & 35 deletions css/foundation.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ meta.foundation-mq-small {
width: 0em; }

meta.foundation-mq-medium {
font-family: "/only screen and (min-width:40.063em)/";
width: 40.063em; }
font-family: "/only screen and (min-width:61em)/";
width: 61em; }

meta.foundation-mq-large {
font-family: "/only screen and (min-width:64.063em)/";
Expand Down Expand Up @@ -380,7 +380,7 @@ select {
.column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
float: right; } }
@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
.medium-push-0 {
position: relative;
left: 0%;
Expand Down Expand Up @@ -1214,11 +1214,11 @@ button, .button {
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
background-color: #c60f13; }

@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
button, .button {
display: inline-block; } }
meta.foundation-mq-topbar {
font-family: "/only screen and (min-width:40.063em)/";
font-family: "/only screen and (min-width:61em)/";
width: 58.75em; }

/* Wrapped around .top-bar to contain to grid width */
Expand Down Expand Up @@ -1512,7 +1512,7 @@ meta.foundation-mq-topbar {
.js-generated {
display: block; }

@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
.top-bar {
background: #333333;
*zoom: 1;
Expand Down Expand Up @@ -1631,9 +1631,7 @@ meta.foundation-mq-topbar {
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
border-bottom: none;
border-top: none;
border-right: solid 1px #4e4e4e;
clear: none;
height: 45px;
width: 0; }
.top-bar-section .has-form {
background: #333333;
Expand Down Expand Up @@ -2314,13 +2312,13 @@ meta.foundation-mq-topbar {
.touch .orbit-bullets {
display: none; }

@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
display: inherit; }
.touch .orbit-bullets {
display: block; } }
@media only screen and (max-width: 40em) {
@media only screen and (max-width: 60em) {
.orbit-stack-on-small .orbit-slides-container {
height: auto !important; }
.orbit-stack-on-small .orbit-slides-container > * {
Expand Down Expand Up @@ -2410,7 +2408,7 @@ meta.foundation-mq-topbar {
.tabs-content.vertical > .content {
padding: 0 0.9375em; }

@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
.tabs.vertical {
width: 20%;
float: left;
Expand Down Expand Up @@ -2497,7 +2495,7 @@ ul.pagination {
content: " ";
display: table; }
.accordion:after {
clear: both; }
clear: both; }
.accordion dd {
display: block;
margin-bottom: 0 !important; }
Expand Down Expand Up @@ -2531,7 +2529,7 @@ ul.pagination {
.text-justify {
text-align: justify !important; }

@media only screen and (max-width: 40em) {
@media only screen and (max-width: 60em) {
.small-only-text-left {
text-align: left !important; }

Expand All @@ -2555,7 +2553,7 @@ ul.pagination {

.small-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
@media only screen and (min-width: 61em) and (max-width: 64em) {
.medium-only-text-left {
text-align: left !important; }

Expand All @@ -2567,7 +2565,7 @@ ul.pagination {

.medium-only-text-justify {
text-align: justify !important; } }
@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
.medium-text-left {
text-align: left !important; }

Expand Down Expand Up @@ -2875,7 +2873,7 @@ blockquote p {
border: none;
padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
h1, h2, h3, h4, h5, h6 {
line-height: 1.4; }

Expand Down Expand Up @@ -3063,10 +3061,10 @@ dialog, .reveal-modal {
padding: 1.25rem;
border: solid 1px #666666;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
@media only screen and (max-width: 40em) {
@media only screen and (max-width: 60em) {
dialog, .reveal-modal {
min-height: 100vh; } }
@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
dialog, .reveal-modal {
left: 50%; } }
dialog .column,
Expand All @@ -3077,11 +3075,11 @@ dialog, .reveal-modal {
margin-top: 0; }
dialog > :last-child, .reveal-modal > :last-child {
margin-bottom: 0; }
@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
dialog, .reveal-modal {
margin-left: -40%;
width: 80%; } }
@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
dialog, .reveal-modal {
top: 6.25rem; } }
dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
Expand All @@ -3098,7 +3096,7 @@ dialog[open] {
display: block;
visibility: visible; }

@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
dialog, .reveal-modal {
padding: 1.875rem; }
dialog.radius, .reveal-modal.radius {
Expand All @@ -3113,28 +3111,28 @@ dialog[open] {
height: 100vh;
min-height: 100vh;
margin-left: 0 !important; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
@media only screen and (min-width: 61em) and (min-width: 61em) {
dialog.tiny, .reveal-modal.tiny {
margin-left: -15%;
width: 30%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
@media only screen and (min-width: 61em) and (min-width: 61em) {
dialog.small, .reveal-modal.small {
margin-left: -20%;
width: 40%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
@media only screen and (min-width: 61em) and (min-width: 61em) {
dialog.medium, .reveal-modal.medium {
margin-left: -30%;
width: 60%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
@media only screen and (min-width: 61em) and (min-width: 61em) {
dialog.large, .reveal-modal.large {
margin-left: -35%;
width: 70%; } }
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
@media only screen and (min-width: 61em) and (min-width: 61em) {
dialog.xlarge, .reveal-modal.xlarge {
margin-left: -47.5%;
width: 95%; } }

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
@media only screen and (min-width: 61em) and (min-width: 61em) {
dialog.full, .reveal-modal.full {
margin-left: -50vw;
width: 100vw; } }
Expand Down Expand Up @@ -3195,7 +3193,7 @@ dialog[open] {
color: #777777;
font-weight: normal; }

@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
.tooltip > .nub {
border-color: transparent transparent #333333 transparent;
top: -10px; }
Expand Down Expand Up @@ -3304,7 +3302,7 @@ dialog[open] {
.clearing-feature li.clearing-featured-img {
display: block; }

@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
.clearing-main-prev,
.clearing-main-next {
position: absolute;
Expand Down Expand Up @@ -3591,7 +3589,7 @@ dialog[open] {
left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
.joyride-tip-guide {
width: 300px;
left: inherit; }
Expand Down Expand Up @@ -3707,7 +3705,7 @@ dialog[open] {
text-align: center;
height: 2.8125rem;
top: 0; }
@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
.tab-bar-section {
text-align: left; } }
.tab-bar-section.left {
Expand Down Expand Up @@ -3832,7 +3830,7 @@ ul.off-canvas-list {
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
.move-right .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }

Expand All @@ -3857,7 +3855,7 @@ ul.off-canvas-list {
right: 0;
z-index: 1002;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
.move-left .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05); } }

Expand Down Expand Up @@ -4594,7 +4592,7 @@ label.error {
clear: none; }
.small-block-grid-12 > li:nth-of-type(12n+1) {
clear: both; } }
@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
.medium-block-grid-1 > li {
width: 100%;
list-style: none; }
Expand Down Expand Up @@ -4843,7 +4841,7 @@ kbd {
th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up {
display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) {
@media only screen and (min-width: 61em) {
.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
display: inherit !important; }

Expand Down
27 changes: 14 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@ <h1><a href="#">GOVPH</a></h1>
</ul>

<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li class="active"><a href="#">Right Button Active</a></li>
<li class="has-dropdown">
<a href="#">Right Button Dropdown</a>
<ul class="dropdown">
<li><a href="#">1st link in dropdown</a></li>
<li><a href="#">2nd link in dropdown</a></li>
<li><a href="#">3rd link in dropdown</a></li>
</ul>
</li>
</ul>

<!-- Left Nav Section -->
<ul class="left">
Expand All @@ -54,6 +42,19 @@ <h1><a href="#">GOVPH</a></h1>
<li><a href="#">Left Nav Button</a></li>
<li class="divider"></li>
</ul>

<!-- Right Nav Section -->
<ul class="right">
<li class="active"><a href="#">Right Button Active</a></li>
<li class="has-dropdown">
<a href="#">Right Button Dropdown</a>
<ul class="dropdown">
<li><a href="#">1st link in dropdown</a></li>
<li><a href="#">2nd link in dropdown</a></li>
<li><a href="#">3rd link in dropdown</a></li>
</ul>
</li>
</ul>
</section>
</nav>
</div>
Expand All @@ -63,7 +64,7 @@ <h1><a href="#">GOVPH</a></h1>

<!-- masthead -->
<div id="masthead">
<div class="row">
<div id="masthead__container" class="row">
<div id="logo" class="large-6 medium-6 columns">
<h1>A.G.E.N.C.Y</h1>
<p>The Goverment Website</p>
Expand Down
Loading