header#g-header {
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 100;
}
section#g-navigation {
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 100;
}
#g-page-surround > section#g-navigation + * {
padding-top: 105px;
}
.g-offcanvas-toggle {
z-index: 101;
position: fixed;
top: 16px;
}
html.g-offcanvas-open header#g-header, html.g-offcanvas-open section#g-navigation {
left: 272px;
}
html:not(.g-offcanvas-open) header#g-header, html:not(.g-offcanvas-open) section#g-navigation {
left: 0;
}
html.g-offcanvas-opening header#g-header, html.g-offcanvas-opening section#g-navigation {
left: 272px;
transition: left 300ms ease 0s, right 300ms ease 0s;
}
html.g-offcanvas-closing header#g-header, html.g-offcanvas-closing section#g-navigation {
left: 0;
transition: left 300ms ease 0s, right 300ms ease 0s;
}
html.g-offcanvas-open .g-offcanvas-toggle {
left: 288px;
}
html:not(.g-offcanvas-open) .g-offcanvas-toggle {
left: 16px;
}
html.g-offcanvas-opening .g-offcanvas-toggle {
left: 288px;
transition: left 300ms ease 0s, right 300ms ease 0s;
}
html.g-offcanvas-closing .g-offcanvas-toggle {
left: 16px;
transition: left 300ms ease 0s, right 300ms ease 0s;
}
The following users have thanked you: Adam Jacobi, Cody
#g-navigation > .g-container {
margin: auto auto;
}
#g-navigation {
border-bottom: 5px solid gray;
}
#billet {
margin-top: -60px;
padding-top: 60px;
}
The following users have thanked you: Gley
Time to create page: 0.049 seconds