fixed top navbar and new admin info added

This commit is contained in:
root
2019-09-22 19:40:20 -06:00
parent 90ffb90619
commit 19c91c4033
4 changed files with 41 additions and 40 deletions

View File

@@ -23,6 +23,9 @@ a {
font-weight: bold;
padding-right: 0.25em;
}
hr {
border-color: darkorange;
}
.advisory {
background: darkorange;
color: #223;
@@ -61,6 +64,11 @@ h1 {
#navbar {
overflow: hidden;
background-color: darkorange;
z-index: 99;
position: fixed;
top: 0;
left: 0;
width: 100%;
}
/* Navbar links */
@@ -75,21 +83,9 @@ h1 {
/* Page content */
.content {
padding: 16px;
padding-top: 30px;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
position: fixed;
top: 0;
width: 100%;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
padding-top: 60px;
}
input[type="text"],
textarea {
background-color: #333;