Loading style.css +30 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,10 @@ h1 { font-weight:normal; } h3 { margin-bottom: 10px; } hr { border:0px; height:1px; Loading Loading @@ -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 { Loading @@ -159,6 +184,11 @@ img.alignright { float:right; } figcaption { text-align: center; width: 100%; } div.logo { display:inline-block; max-width:350px; Loading Loading
style.css +30 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,10 @@ h1 { font-weight:normal; } h3 { margin-bottom: 10px; } hr { border:0px; height:1px; Loading Loading @@ -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 { Loading @@ -159,6 +184,11 @@ img.alignright { float:right; } figcaption { text-align: center; width: 100%; } div.logo { display:inline-block; max-width:350px; Loading