diff --git a/wowfunding/static/css/wow.css b/wowfunding/static/css/wow.css index dfd8d5a..fee79c7 100644 --- a/wowfunding/static/css/wow.css +++ b/wowfunding/static/css/wow.css @@ -8,8 +8,32 @@ body { } } +.navbar { + padding: .1rem 1rem; +} + +.navbar .navbar-brand img#logo{ + width:28px; + height:28px; + float:left; +} + +.navbar .navbar-brand img#text{ + width:235px; + height:13px; + float:left; + margin-top: 8px; + margin-left:8px; +} + +.navbar-nav .nav-link{ + color: #fff; + font-weight: bold; + font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', sans-serif +} + .container>div:first-child { - padding-top: 40px; + padding-top: 20px; } .mb-4, .my-4{ @@ -76,13 +100,14 @@ body { background-image: url("/static/bg.png"); background-repeat: repeat; } + .footer { - position: absolute; - bottom: 0; - width: 100%; - height: 60px; /* Set the fixed height of the footer here */ - line-height: 60px; /* Vertically center the text there */ - background-color: #f5f5f5; + position: absolute; + bottom: 0; + width: 100%; + height: 30px; + line-height: 30px; + background-color: #f5f5f5; } .bg-dark { diff --git a/wowfunding/static/wfs-navbar.png b/wowfunding/static/wfs-navbar.png new file mode 100755 index 0000000..d21fd10 Binary files /dev/null and b/wowfunding/static/wfs-navbar.png differ diff --git a/wowfunding/static/wownero.png b/wowfunding/static/wownero.png new file mode 100644 index 0000000..3805af1 Binary files /dev/null and b/wowfunding/static/wownero.png differ diff --git a/wowfunding/templates/navbar.html b/wowfunding/templates/navbar.html index 4aebba3..da1f024 100644 --- a/wowfunding/templates/navbar.html +++ b/wowfunding/templates/navbar.html @@ -1,7 +1,10 @@