Decrease the size of several images.

In addition, the header image now exists in three sizes. The right size is selected using CSS media queries.
This commit is contained in:
Daru13 2019-04-22 16:56:35 +02:00
parent 19f625c518
commit ec9d70c737
14 changed files with 4 additions and 41 deletions

View file

@ -96,7 +96,7 @@ a:visited {
height: 100%;
width: 100%;
background-image: url("../img/header/background.jpg");
background-image: url("../img/header/background-1080.jpg");
background-size: cover;
background-repeat: no-repeat;
@ -116,55 +116,18 @@ a:visited {
/*--------------------------------------------------------*/
/*
@media only screen and (max-width: 1200px) {
@media only screen and (max-width: 800px) {
#main-header {
height: 650px;
background-image: url("../img/header/background-800.jpg");
}
}
@media only screen and (max-width: 880px) {
#main-header {
height: 500px;
}
#main-header-title {
height: 60%;
width: 60%;
left: 20%;
top: 20px;
}
}
@media only screen and (max-width: 480px) {
#main-header {
height: 350px;
}
#main-header-title {
height: 75%;
width: 75%;
background-image: url("../img/header/background-480.jpg");
}
}
@media only screen and (max-width: 360px) {
#main-header {
height: 300px;
}
#main-header-title {
height: 70%;
width: 70%;
left: 15%;
top: 5%;
}
}
*/
/*--------------------------------------------------------*/
/* CONTENT
/*--------------------------------------------------------*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 6 KiB

BIN
img/sponsors/old/a-ulm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

BIN
img/sponsors/old/bda.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
img/sponsors/old/cof.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
img/sponsors/old/pls.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB