diff --git a/example/build/index.html b/example/build/index.html index db793d9..9ea9fbb 100644 --- a/example/build/index.html +++ b/example/build/index.html @@ -2,10 +2,10 @@ - - - + + + @@ -15,23 +15,11 @@ @@ -46,6 +34,7 @@

my first gallery

some subtitle

+ @@ -56,7 +45,6 @@ -

.

diff --git a/example/build/static/css/style.css b/example/build/static/css/style.css index fc5ca08..d3e2a59 100644 --- a/example/build/static/css/style.css +++ b/example/build/static/css/style.css @@ -90,7 +90,7 @@ a { text-align: center; z-index: 3; background: transparent linear-gradient(rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0% 0%; - padding: 20% 0 0; + padding: 20% 0 10px 0; } .gallery-header { @@ -145,7 +145,6 @@ a { } .gallery-datetime { - margin-bottom: 1em; font-family: 'crimson', serif; text-transform: uppercase; letter-spacing: 2px; @@ -233,3 +232,23 @@ nav ul li > a.item-menu::before { line-height: 1; color: #ebebeb; } + +.gallery-tag { + font-size: 13px; + text-transform: uppercase; + font-style: normal; + display: inline; + font-family: "adobe-garamond-pro", serif; +} + +.gallery-tag span { + font-size: 12px; + border-bottom: solid 1px rgba(255,255,255,0.2); + display: inline-block; + margin: 0 0 0 3px; + font-weight: bold; + font-family: "europa", sans-serif; + text-transform: uppercase; + letter-spacing: 3px; + font-style: normal; +}