Commit 8cb8b282 authored by Jakob Moser's avatar Jakob Moser
Browse files

Merge branch 'master' into pill

parents 1ce7fdb2 296070b4
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -55,6 +55,10 @@ h1 {
	font-weight:normal;
}

h3 {
    margin-bottom: 10px;
}

hr {
	border:0px;
	height:1px;
@@ -143,6 +147,27 @@ input[type="submit"]:hover {
	box-shadow: 0px 0px 5px #990000;
}

/* - easter egg: Pictures that change on hover - */
.wp-block-gallery.easteregg .blocks-gallery-item:nth-child(2) {
    display: none;
}

.wp-block-gallery.easteregg:hover .blocks-gallery-item:nth-child(1) {
    display: none;
}

.wp-block-gallery.easteregg:hover .blocks-gallery-item:nth-child(2) {
    display: flex;
}

/* - adjust width of gallery - */
.wp-block-gallery {
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* - general styles */

img.aligncenter {
@@ -159,6 +184,11 @@ img.alignright {
	float:right;
}

figcaption {
    text-align: center;
    width: 100%;
}

div.logo {
	display:inline-block;
	max-width:350px;