From 1cab097cd15ae83466f34fd1c717555bc102db5a Mon Sep 17 00:00:00 2001 From: Inhji Date: Sat, 7 Dec 2019 20:48:44 +0100 Subject: [PATCH] remove default styles, make new.html bulma styled, first rough version of stream --- sass/base_theme.scss | 22 +- templates/header.html | 21 +- templates/layout.html | 4 +- templates/new.html | 212 +++++++++---- templates/utils.html | 674 +++++++++++++++++++++--------------------- 5 files changed, 519 insertions(+), 414 deletions(-) diff --git a/sass/base_theme.scss b/sass/base_theme.scss index d3104ee..5c5277e 100644 --- a/sass/base_theme.scss +++ b/sass/base_theme.scss @@ -1,9 +1,21 @@ -.note-container p:first-child { +main#wrapper { + margin: 1rem 1rem 0 1rem; + max-width: 50rem; +} + +#header { + margin-bottom: 3rem; +} + + + +/*.note-container p:first-child { margin-top: 0; } -html, body { - height: 100%; -} + +// html, body { +// height: 100%; +// } @media only screen and (max-width: 480px) { #menu-item-following { @@ -413,3 +425,5 @@ li.answer { width:70px; display:inline-block; } + +*/ \ No newline at end of file diff --git a/templates/header.html b/templates/header.html index 766aa96..299caf4 100644 --- a/templates/header.html +++ b/templates/header.html @@ -24,17 +24,16 @@ - diff --git a/templates/layout.html b/templates/layout.html index 36383a2..2c641bb 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -103,9 +103,9 @@ dt, dd { font-size: 0.9em; } {% endif %} -
+
{% block content %}{% endblock %} -
+