Compare commits

..

2 Commits

Author SHA1 Message Date
Fred Boniface b37b926a71 Change header images 2022-10-20 22:18:41 +01:00
Fred Boniface 57a916784d Set footer p font 2022-10-20 21:52:31 +01:00
29 changed files with 19 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 904 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 759 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 881 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 MiB

View File

@ -0,0 +1,9 @@
Each set of header images should contain the following image widths. The minimum height should be 275px.
- 4096
- 2800
- 1920
- 1024
- 800
- 500
- 300

View File

@ -17,7 +17,6 @@ body {
/* PAGE HEADER */ /* PAGE HEADER */
.header_image { .header_image {
background-color: rgb(29,49,49); background-color: rgb(29,49,49);
background-image: url("/images/headers/index/index_1024.webp");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: top; background-position: top;
background-size: cover; background-size: cover;
@ -29,10 +28,14 @@ body {
position: sticky; position: sticky;
top: -145px; top: -145px;
} }
#header_index{background-image: url("/images/headers/index/index_1024.webp")} #header_index{background-color: #a04911}
@media(min-width: 1025px){#header_index{background-image: url("/images/headers/index/index_1920.webp")}} @media(min-width: 100px){#header_index{background-image: url("/images/headers/index/300.webp")}}
@media(min-width: 1921px){#header_index{background-image: url("/images/headers/index/index_2800.webp")}} @media(min-width: 301px){#header_index{background-image: url("/images/headers/index/500.webp")}}
@media(min-width: 2801px){#header_index{background-image: url("/images/headers/index/index_4096.webp")}} @media(min-width: 501px){#header_index{background-image: url("/images/headers/index/800.webp")}}
@media(min-width: 801px){#header_index{background-image:url("/images/headers/index/1024.webp")}}
@media(min-width:1025px){#header_index{background-image:url("/images/headers/index/1920.webp")}}
@media(min-width:1921px){#header_index{background-image:url("/images/headers/index/2800.webp")}}
@media(min-width:2801px){#header_index{background-image:url("/images/headers/index/4096.webp")}}
#page_title { /* This may be best floating above content div rather than inside header div */ #page_title { /* This may be best floating above content div rather than inside header div */
background-color: #2f4f4f8f; background-color: #2f4f4f8f;
font-family: indie-flower, cursive; font-family: indie-flower, cursive;
@ -133,9 +136,10 @@ footer {
} }
footer p { footer p {
padding: 0; padding: 0;
margin-top: 6px; margin-top: 9px;
text-align: center; text-align: center;
color: azure; color: azure;
font-family: monospace
} }
@media screen and (min-height: 600px) { @media screen and (min-height: 600px) {
footer { footer {