redesign #1
BIN
images/headers/index/1024.jpg
Normal file
After Width: | Height: | Size: 181 KiB |
BIN
images/headers/index/1024.jxl
Normal file
BIN
images/headers/index/1024.webp
Normal file
After Width: | Height: | Size: 116 KiB |
BIN
images/headers/index/1920.jpg
Normal file
After Width: | Height: | Size: 496 KiB |
BIN
images/headers/index/1920.jxl
Normal file
BIN
images/headers/index/1920.webp
Normal file
After Width: | Height: | Size: 263 KiB |
BIN
images/headers/index/2800.jpg
Normal file
After Width: | Height: | Size: 904 KiB |
BIN
images/headers/index/2800.jxl
Normal file
BIN
images/headers/index/2800.webp
Normal file
After Width: | Height: | Size: 456 KiB |
BIN
images/headers/index/300.jpg
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
images/headers/index/300.jxl
Normal file
BIN
images/headers/index/300.webp
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
images/headers/index/4096.jpg
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
images/headers/index/4096.jxl
Normal file
BIN
images/headers/index/4096.webp
Normal file
After Width: | Height: | Size: 759 KiB |
BIN
images/headers/index/500.jpg
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
images/headers/index/500.jxl
Normal file
BIN
images/headers/index/500.webp
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
images/headers/index/800.jpg
Normal file
After Width: | Height: | Size: 120 KiB |
BIN
images/headers/index/800.jxl
Normal file
BIN
images/headers/index/800.webp
Normal file
After Width: | Height: | Size: 81 KiB |
BIN
images/headers/index/full.jpg
Normal file
After Width: | Height: | Size: 546 KiB |
9
images/headers/readme.txt
Normal 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
|
@ -17,7 +17,6 @@ body {
|
||||
/* PAGE HEADER */
|
||||
.header_image {
|
||||
background-color: rgb(29,49,49);
|
||||
background-image: url("/images/headers/index/index_1024.webp");
|
||||
background-repeat: no-repeat;
|
||||
background-position: top;
|
||||
background-size: cover;
|
||||
@ -29,10 +28,14 @@ body {
|
||||
position: sticky;
|
||||
top: -145px;
|
||||
}
|
||||
#header_index{background-image: url("/images/headers/index/index_1024.webp")}
|
||||
@media(min-width: 1025px){#header_index{background-image: url("/images/headers/index/index_1920.webp")}}
|
||||
@media(min-width: 1921px){#header_index{background-image: url("/images/headers/index/index_2800.webp")}}
|
||||
@media(min-width: 2801px){#header_index{background-image: url("/images/headers/index/index_4096.webp")}}
|
||||
#header_index{background-color: #a04911}
|
||||
@media(min-width: 100px){#header_index{background-image: url("/images/headers/index/300.webp")}}
|
||||
@media(min-width: 301px){#header_index{background-image: url("/images/headers/index/500.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 */
|
||||
background-color: #2f4f4f8f;
|
||||
font-family: indie-flower, cursive;
|
||||
|