diff --git a/web/static/background3.jpg b/web/static/background3.jpg new file mode 100644 index 0000000..5828854 Binary files /dev/null and b/web/static/background3.jpg differ diff --git a/web/static/mystyle.css b/web/static/mystyle.css new file mode 100644 index 0000000..566ece2 --- /dev/null +++ b/web/static/mystyle.css @@ -0,0 +1,32 @@ +body { + background: url('background3.jpg') no-repeat center center fixed; + -webkit-background-size: cover; + -moz-background-size: cover; + background-size: cover; + -o-background-size: cover; +} + +.content-div { + background-color: rgba(255,255,255,0.6); + padding-left: 5ch; + padding-right: 5ch; + padding-top: 5ch; + padding-bottom: 5ch; + border-radius: 25px; +} + +#my-jumbotron { + //background-color: rgba(50,50,50,0.9); + margin-top: 20px; + margin-bottom: 50px; + padding: 2rem 1rem; + border-radius: 1rem; + background: #282020; /* fallback for old browsers */ + background: -webkit-linear-gradient(to right, rgba(54, 55, 57, 0.9), rgba(75, 87, 90, 0.9), rgba(40, 32, 32, 0.9)); /* Chrome 10-25, Safari 5.1-6 */ + background: linear-gradient(to right, rgba(54, 55, 57, 0.9), rgba(75, 87, 90, 0.9), rgba(40, 32, 32, 0.9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ +} + +.my-title { + color: floralwhite; + font-size: 3em; +} \ No newline at end of file diff --git a/web/templates/generate.html b/web/templates/generate.html index 0c8d811..12cd1bf 100644 --- a/web/templates/generate.html +++ b/web/templates/generate.html @@ -1,14 +1,21 @@ {% extends "bootstrap/base.html" %} + +{% block styles %} +{{super()}} + +{% endblock %} + {% block title %}Wigan Homebrew Club Competition Entry{% endblock %} {% block content %}
-
-

Wigan Homebrew Club Competition Entry

+
+

Wigan Homebrew Club Competition Entry

-
+

You have been entered into the competition to brew a {{ brew_name }}, which will be judged at the meeting in {{ brew_month }}.


diff --git a/web/templates/index.html b/web/templates/index.html index 01de2b6..1cd456b 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -1,14 +1,21 @@ {% extends "bootstrap/base.html" %} + +{% block styles %} +{{super()}} + +{% endblock %} + {% block title %}Wigan Homebrew Club Competition Entry{% endblock %} {% block content %}
-
-

Wigan Homebrew Club Competition Entry

+
+

Wigan Homebrew Club Competition Entry

-
+

The next competition brew will be a {{ brew_name }}. It will be judged at the meeting in {{ brew_month }}


If you would like to enter the competition, please enter your name below to generate a letter/number that will be used to identify your entry