diff --git a/erweitertesuche.html b/erweitertesuche.html index 76b4965..d6d1292 100644 --- a/erweitertesuche.html +++ b/erweitertesuche.html @@ -34,38 +34,38 @@
Erweiterte Suche

-
- - + - - - + - - - + Weitere Suchkriterien

Jahr von @@ -73,19 +73,13 @@ bis Sprache - - - - - - - Verfügbarkeit verfügbare Bücher diff --git a/pictures/whiteout.jpg b/pictures/whiteout.jpg new file mode 100644 index 0000000..19dbd4d Binary files /dev/null and b/pictures/whiteout.jpg differ diff --git a/style.css b/style.css index f0f8c31..bb4502a 100644 --- a/style.css +++ b/style.css @@ -428,6 +428,7 @@ body{ text-decoration: none; border-radius: 8px; border: none; + cursor: pointer; } diff --git a/suchergebnisse.css b/suchergebnisse.css index 852996b..76fafb1 100644 --- a/suchergebnisse.css +++ b/suchergebnisse.css @@ -4,15 +4,15 @@ .hauptcontainer { /*Einzelne Elemente untereinander anzeigen.*/ flex-direction: column; - height: 71%; } #searchResult_heading { - background-color: #70AD47; + /* background-color: #70AD47; */ margin-top: 30px; margin-left: 30px; margin-bottom: 25px; margin-right: 50px; + font-weight: 500; } /*Container wird mit Daten aus der Datenbank gefüllt.*/ @@ -23,17 +23,17 @@ } .book_container { - background-color: blueviolet; + /* background-color: blueviolet; */ display: flex; /*Einzelne Elemente nebeneinander anzeigen.*/ flex-direction: row; } .bookCover_container { - background-color: blue; + /*background-color: blue;*/ display: flex; /*Verbietet dem Container, seine Standardgröße (px) zu ändern.*/ - flex: 0 0 125px; + flex: 0 0 150px; align-items: center; height: auto; } @@ -45,12 +45,21 @@ } .bookDetails_container { - background-color: aquamarine; + /* background-color: aquamarine; */ width: 100%; display: flex; flex-direction: column; - padding-left: 25px; - padding-right: 25px; + padding-left: 15px; + padding-right: 15px; +} + +.bookTitle { + margin-bottom: 10px; + font-weight: 400; +} + +.bookDetails { + margin-bottom: 10px; } .available_container { @@ -68,7 +77,7 @@ } .shoppingCart_container { - background-color: chartreuse; + /* background-color: chartreuse; */ margin-left: auto; margin-top: auto; flex: 0 0 40px; diff --git a/suchergebnisse.php b/suchergebnisse.php index ce93e34..e9aadb3 100644 --- a/suchergebnisse.php +++ b/suchergebnisse.php @@ -36,13 +36,70 @@
- - -

Suchergebnisse

0) { @@ -82,20 +130,22 @@ echo "
- fehler + Kein Bild vorhanden

$bookTitle

-

Verfasser: $bookAuthor

-

Erscheinungsjahr: $bookPublishingYear

-

Verlag: $bookPublisher

-

Kategorie: $bookCategory

+
+

Verfasser: $bookAuthor

+

Erscheinungsjahr: $bookPublishingYear

+

Verlag: $bookPublisher

+

Kategorie: $bookCategory

+
-

$bookAvailability

+

$bookAvailability