diff --git a/cocktail_list/__pycache__/admin.cpython-37.pyc b/cocktail_list/__pycache__/admin.cpython-37.pyc index 1dbe7dd..838f8ec 100644 Binary files a/cocktail_list/__pycache__/admin.cpython-37.pyc and b/cocktail_list/__pycache__/admin.cpython-37.pyc differ diff --git a/cocktail_list/__pycache__/models.cpython-37.pyc b/cocktail_list/__pycache__/models.cpython-37.pyc index 030f0cd..0b31eb4 100644 Binary files a/cocktail_list/__pycache__/models.cpython-37.pyc and b/cocktail_list/__pycache__/models.cpython-37.pyc differ diff --git a/cocktail_list/__pycache__/urls.cpython-37.pyc b/cocktail_list/__pycache__/urls.cpython-37.pyc index f30ff4a..913fc11 100644 Binary files a/cocktail_list/__pycache__/urls.cpython-37.pyc and b/cocktail_list/__pycache__/urls.cpython-37.pyc differ diff --git a/cocktail_list/__pycache__/views.cpython-37.pyc b/cocktail_list/__pycache__/views.cpython-37.pyc index 2a37b17..7fa50e7 100644 Binary files a/cocktail_list/__pycache__/views.cpython-37.pyc and b/cocktail_list/__pycache__/views.cpython-37.pyc differ diff --git a/cocktail_list/migrations/__pycache__/0005_strumenti.cpython-37.pyc b/cocktail_list/migrations/__pycache__/0005_strumenti.cpython-37.pyc new file mode 100644 index 0000000..3baa441 Binary files /dev/null and b/cocktail_list/migrations/__pycache__/0005_strumenti.cpython-37.pyc differ diff --git a/cocktail_list/migrations/__pycache__/0006_bicchieri.cpython-37.pyc b/cocktail_list/migrations/__pycache__/0006_bicchieri.cpython-37.pyc new file mode 100644 index 0000000..645f503 Binary files /dev/null and b/cocktail_list/migrations/__pycache__/0006_bicchieri.cpython-37.pyc differ diff --git a/cocktail_list/migrations/__pycache__/0007_auto_20200602_1728.cpython-37.pyc b/cocktail_list/migrations/__pycache__/0007_auto_20200602_1728.cpython-37.pyc new file mode 100644 index 0000000..412c856 Binary files /dev/null and b/cocktail_list/migrations/__pycache__/0007_auto_20200602_1728.cpython-37.pyc differ diff --git a/cocktail_list/templates/cocktail.html b/cocktail_list/templates/cocktail.html index 6db8d05..c7da026 100644 --- a/cocktail_list/templates/cocktail.html +++ b/cocktail_list/templates/cocktail.html @@ -1,22 +1,10 @@ {% extends "base.html" %} {% load static %} {% block css %} - - + + + {% endblock css %} @@ -25,9 +13,42 @@ COCKTAIL | {{ cocktail.nome_cocktail }} {% endblock title %} {% block content %} -
+
+
+

{{ cocktail.nome_cocktail }}

+
+
+
+ {{ cocktail.nome_cocktail }} +
+
+
+
INGREDIENTI :
+
+
    + {% for ingredienti in cocktail.ingredienti.all %} +
  • {{ ingredienti.ingrediente }}
  • + {% endfor %} +
+
+ +
PREPARAZIONE :
+

{{ cocktail.preparazione }}

+
+
STORIA :
+

{{ cocktail.storia }}

+
+
CURIOSITÁ :
+

{{ cocktail.curiositá }}

+
+
+
+ +
+ + {% endblock content %} \ No newline at end of file diff --git a/static-storage/css/cocktail.css b/static-storage/css/cocktail.css new file mode 100644 index 0000000..507c2c2 --- /dev/null +++ b/static-storage/css/cocktail.css @@ -0,0 +1,6 @@ + +.text-on-body{ + color: black; + font-family: 'Pacifico', cursive; + font-size: 20px; +} \ No newline at end of file diff --git a/static-storage/css/style.css b/static-storage/css/style.css index 10e5b64..83c948a 100644 --- a/static-storage/css/style.css +++ b/static-storage/css/style.css @@ -41,16 +41,7 @@ a:hover{ left: 50%; transform: translate(-50%, -50%); } -.text-carousel{ - font-family: 'Faster One', cursive; -} -.carousel-item{ - max-width: 100%; - height: 500px; -} -.carousel-item img{ - height: 100%!important; -} + #color-for-glass{ font-family: 'Faster One', cursive; font-size: 1.5em;