From e9e428cd01176fdfd29b0d08fbde370d1a37c8f6 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Wed, 12 Jul 2017 15:49:59 +0200 Subject: [PATCH] Minimal optical achievements, updates ToDo list --- slt/TODO | 5 ++--- slt/css/desktop.css | 9 +++++++++ slt/css/visual.css | 4 ++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/slt/TODO b/slt/TODO index 5085438..8f3bb51 100644 --- a/slt/TODO +++ b/slt/TODO @@ -1,7 +1,6 @@ Menue links einrichten -Drucken Link einbinden -Pagination korrigieren -Blog Layout korrigieren Alternatives Layout erste Seite Icons einrichten + +Mobile menu: foldable: (https://www.tutorialspoint.com/bootstrap/bootstrap_navbar.htm https://www.w3schools.com/bootstrap/bootstrap_navbar.asp) \ No newline at end of file diff --git a/slt/css/desktop.css b/slt/css/desktop.css index b610ad2..3c9e8e8 100644 --- a/slt/css/desktop.css +++ b/slt/css/desktop.css @@ -126,6 +126,15 @@ body { display: block; } +.nav-child > li > a { + display: block; +} + +.nav a:hover { + background-color: #eeeeee; + text-decoration: none; +} + #main_column { flex: 1 1 60%; display: flex; diff --git a/slt/css/visual.css b/slt/css/visual.css index 7ffbb1e..cfa48b3 100644 --- a/slt/css/visual.css +++ b/slt/css/visual.css @@ -33,3 +33,7 @@ table.alternating tr:nth-child(1) { table.alternating tr:nth-child(even) { background-color: lightgray; } + +h2 > a { + color: black; +}