improve nav+toptitle design
This commit is contained in:
@ -9,25 +9,28 @@ a {
|
||||
color: darkblue;
|
||||
}
|
||||
nav {
|
||||
//background-color: #fef67b;
|
||||
//background-color: #f4e3d7;
|
||||
//background-color: bisque;
|
||||
//background-color: aliceblue;
|
||||
background-color: #afcfff;
|
||||
background-image: url("/assets/img/ostraka.jpg");
|
||||
background-repeat: no-repeat;
|
||||
//background-color: #afcfff;
|
||||
//background-image: url("/assets/img/ostraka.jpg");
|
||||
//background-repeat: no-repeat;
|
||||
// only b/w for legibility:
|
||||
background-blend-mode: luminosity;
|
||||
background-size: cover;
|
||||
opacity: 0.6;
|
||||
//background-blend-mode: luminosity;
|
||||
//background-size: cover;
|
||||
//opacity: 0.6;
|
||||
}
|
||||
nav a, nav ul {
|
||||
color: black;
|
||||
opacity: 1.0;
|
||||
color: white;
|
||||
}
|
||||
nav ul {
|
||||
list-style-type: disclosure-open;
|
||||
}
|
||||
.toptitle {
|
||||
background-image: url(/assets/img/ostraka.jpg);
|
||||
background-repeat: no-repeat;
|
||||
height: 200px;
|
||||
font-size: 68px;
|
||||
color: white;
|
||||
text-shadow: 5px 2px black;
|
||||
}
|
||||
.gallery {
|
||||
max-width: content;
|
||||
}
|
||||
|
||||
@ -3,7 +3,7 @@ title: Worum geht es?
|
||||
layout: default
|
||||
---
|
||||
|
||||
<h1>Scherbengericht <i>jetzt</i></h1>
|
||||
<h1 class="toptitle"> Scherbengericht <br/> <i>›jetzt‹</i></h1>
|
||||
|
||||
<p class="larger">
|
||||
Braucht die <i>real existierende</i> <b>Demokratie</b> ein Mittel zur <b>Machtbegrenzung</b>?
|
||||
|
||||
Reference in New Issue
Block a user