diff --git a/bornhack/static_src/css/bornhack.css b/bornhack/static_src/css/bornhack.css index 1e158920..01296260 100644 --- a/bornhack/static_src/css/bornhack.css +++ b/bornhack/static_src/css/bornhack.css @@ -6,13 +6,7 @@ a, a:active, a:focus { outline: none; } -.navbar { - width: 700px; - margin: auto; - background-color: rgb(255, 255, 255); - border-bottom: 1px solid rgb(250, 250, 250); -} - +/* Main width */ #main { width: 700px } @@ -29,6 +23,19 @@ a, a:active, a:focus { } } +/* Front page stuff */ +#front-logo { + margin: auto; +} + +/* Navbar stuff */ +.navbar { + width: 700px; + margin: auto; + background-color: rgb(255, 255, 255); + border-bottom: 1px solid rgb(250, 250, 250); +} + .navbar-fixed-top { min-height: 80px; } @@ -36,3 +43,14 @@ a, a:active, a:focus { .nav li a { padding: 30px 25px; } + +/* Form stuff */ + +.form-control, .form-control:focus { + box-shadow: none; +} + +.btn-black { + background-color: rgb(0, 0, 0); + color: rgb(255, 255, 255); +} diff --git a/bornhack/templates/base.html b/bornhack/templates/base.html index 37d9e3a2..746e2ad0 100644 --- a/bornhack/templates/base.html +++ b/bornhack/templates/base.html @@ -26,8 +26,8 @@ - - + + diff --git a/bornhack/templates/frontpage.html b/bornhack/templates/frontpage.html index f3d9c767..ae4e4abb 100644 --- a/bornhack/templates/frontpage.html +++ b/bornhack/templates/frontpage.html @@ -5,9 +5,8 @@
-

- -

+

Bornhack is a 7 day outdoor camp where hackers, makers and people with an interest in technology and security come together to