diff --git a/hbbs/static/css/styles.css b/hbbs/static/css/styles.css index 289b4a1..2623d21 100644 --- a/hbbs/static/css/styles.css +++ b/hbbs/static/css/styles.css @@ -1,28 +1,32 @@ +/* GRID DEBUG MODE */ +/* html * { */ +/* border: 1px black solid; */ +/* } */ + @font-face { font-family: "Compagnon Roman"; src: url("../fonts/Compagnon-Roman.woff") format("woff"); font-style: normal; } -@keyframes gradient { - 0% { - background-color: pink; - } - 25% { - background-color: lightgreen; - } - 50% { - background-color: lightblue; - } - 100% { - background-color: cornsilk; - } +a { + color: white; +} + +html { + background: rgb(4, 0, 255); } body { font-family: "Compagnon Roman", serif; - animation-name: gradient; - animation-duration: 120s; + background: linear-gradient( + 0deg, + rgba(4, 0, 255, 1) 1%, + rgba(255, 0, 255, 1) 86% + ); + font-size: 1.4rem; + line-height: 1.2; + color: white; } @media (max-width: 768px) { @@ -35,15 +39,59 @@ ul { padding-left: 0; } -#collection-list li { - list-style-type: circle; +#navbar-list { + margin: 5px; +} + +#collection-list li::before { + content: " ⃝ "; + color: magenta; } -#content p, ul { margin: 0; } +#content p { + margin: 5px; +} + .no-style-list { list-style: none; } + +#programmes-list h1, +#programmes-list h2 { + font-size: 1.4rem; +} + +#programmes-list h2 { + padding-left: 50px; +} + +#films-list li::before { + content: " ⃝ "; + color: magenta; +} + +#programmes-list li * { + margin-bottom: 0; +} + +#programmes-list li:nth-child(2) { + margin-top: 10px; +} + +#hbbs-logo, +#hbbs-bubbles-top, +#hbbs-bubbles-bottom { + width: 100%; +} + +#hbbs-bubbles-bottom { + margin-top: 10px; +} + +.film-indent { + padding-left: 25px; +} diff --git a/hbbs/static/images/.DS_Store b/hbbs/static/images/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/hbbs/static/images/.DS_Store and /dev/null differ diff --git a/hbbs/templates/collection.html b/hbbs/templates/collection.html index 4985e72..d7a6f67 100644 --- a/hbbs/templates/collection.html +++ b/hbbs/templates/collection.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block content %} -