diff --git a/users/static/users/css/custom.css b/users/static/users/css/custom.css index 4984842..2b65b20 100644 --- a/users/static/users/css/custom.css +++ b/users/static/users/css/custom.css @@ -31,3 +31,26 @@ html h1 { font-family: 'Roboto' !important; font-size: 2em; } + +.sidenav { + height: 100%; /* Full-height: remove this if you want "auto" height */ + width: 160px; /* Set the width of the sidebar */ + position: fixed; /* Fixed Sidebar (stay in place on scroll) */ + z-index: 1; /* Stay on top */ + top: 0; /* Stay at the top */ + left: 0; + background-color: #111; /* Black */ + overflow-x: hidden; /* Disable horizontal scroll */ + padding-top: 20px; +} +/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */ +@media screen and (max-height: 450px) { + .sidenav {padding-top: 15px;} + .sidenav a {font-size: 18px;} +} +.contentagainstnav{ + margin-left: 220px; +} +body{ + background-color: #f8f9fc; +} \ No newline at end of file diff --git a/users/templates/users/base.html b/users/templates/users/base.html index 8253ce3..19d33f7 100644 --- a/users/templates/users/base.html +++ b/users/templates/users/base.html @@ -40,7 +40,7 @@
-