| layouts/_default/baseof.html | ●●●●● patch | view | raw | blame | history | |
| layouts/partials/body_header.html | ●●●●● patch | view | raw | blame | history | |
| static/css/myscreen.css | ●●●●● patch | view | raw | blame | history |
layouts/_default/baseof.html
@@ -3,26 +3,26 @@ <head>{{- partial "head.html" . -}}</head> <body> <div id="full_body"> <div id="header" class="top-section"> <header id="header" class="top-section"> {{- partial "body_header.html" . -}} </div> </header> <div id="content" class="top-section"> <div class="container-fluid"> <div class="row"> <div class="col col-12 col-sm-8 col-lg-9"> <div class="row"> <main class="row"> {{- block "main" . }}{{- end }} </div> </main> </div> <div class="col col-8 offset-2 col-sm-4 offset-sm-0 col-lg-3"> <nav class="col col-8 offset-2 col-sm-4 offset-sm-0 col-lg-3"> {{- partial "navbar" . -}} </div> </nav> </div> </div> </div> <div id="footer" class="top-section"> <footer id="footer" class="top-section"> {{- partial "body_footer.html" . -}} </div> </footer> {{- partial "foot.html" . -}} </div> </body> layouts/partials/body_header.html
@@ -1 +1 @@ <img id="headerimg" class="veryrounded" src="{{ "/img/header_template.png" | relURL }}" alt="Header Image"> <img id="headerimg" class="veryrounded" src="{{ "/img/header_template.png" | relURL }}" alt=""> static/css/myscreen.css
@@ -2,8 +2,9 @@ body { background:black; color: #ddd; } h1, h2, h3, h4, h5, h6 { color: #eee; } ul.navbar a:focus, ul.navbar a:hover { color: #00243d; } a:focus, a:hover { color: #06c; } a { color: #09f; } a { color: #00497a; } .loud { color: #fff; } .box { color: #222;