Files
benediktschnurr.de/static/assets/css/ie8.css
2017-10-15 18:32:13 +02:00

19 lines
723 B
CSS

/*
Phugo - Photogallery Theme for Hugo
by Pavel Kanyshev | github.com/aerohub
It's based on Multiverse by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Button */
input[type="submit"], input[type="reset"], input[type="button"], button, .button { border: solid 2px #36383c; }
input[type="submit"].special, input[type="reset"].special, input[type="button"].special, button.special, .button.special { border: 0; }
/* Panel */
.panel { background: #242629; display: none; }
.panel.active { display: block; }
.panel > .closer:before { content: '\00d7'; font-size: 42px; }
/* Main */
#main .thumb > h2 { text-align: center; width: 100%; left: 0; }