Testing phugo as theme
This commit is contained in:
18
static/assets/css/ie8.css
Normal file
18
static/assets/css/ie8.css
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
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; }
|
||||
Reference in New Issue
Block a user